summaryrefslogtreecommitdiff
path: root/gst-libs
AgeCommit message (Expand)AuthorFilesLines
2016-04-11audio: Fix a race with the audioringbuffer threadFabrice Bellet2-4/+4
2016-04-06discoverer: copy over result and seekable fields when copying a discoverer infoTim-Philipp Müller1-0/+2
2016-01-20video-info: enfore RGB matrix for RGB formatsWim Taymans1-1/+18
2016-01-20video-converter: ignore matrix for RGB formatsWim Taymans1-0/+14
2016-01-20videoencoder: Deprecate GST_VIDEO_ENCODER_FLOW_DROPPEDThibault Saunier1-0/+5
2016-01-20Revert "videoencoder: Release video frame when ->handle return ERROR or DROPPED"Thibault Saunier1-8/+1
2016-01-16videoencoder: Release video frame when ->handle return ERROR or DROPPEDThibault Saunier1-1/+8
2016-01-11videopool: store videoinfo after choosing the biggest buffer sizeAurélien Zanelli1-1/+1
2015-12-21appsrc: Clear is_eos flag when receiving the flush-stop eventKazunori Kobayashi1-0/+21
2015-12-13rtpbasedepay: when setting discont flag make sure rtpbuffer is currentTim-Philipp Müller1-0/+10
2015-12-13rtpbasedepay: fix possible refcounting issue when detecting a discontTim-Philipp Müller1-2/+11
2015-12-07rtspconnection: Update capitalization of x-sessioncookieEvan Callaway2-2/+2
2015-10-22video: overlay-composition: fix rectangle and composition cast macrosPavel Bludov1-2/+2
2015-10-20rtp: GST_RTP_BUFFER_MAP_FLAG_SKIP_PADDING is Since 1.6.1Sebastian Dröge1-1/+1
2015-10-20rtpbuffer: Add map flag to skip paddingStian Selnes2-2/+19
2015-10-20audiobasesink: fix issue about eos handling during flushingeunhae choi1-7/+8
2015-10-20video: Add out annotations to the out parameters of gst_video_calculate_displ...Sebastian Dröge1-2/+2
2015-09-29app: pass PKG_CONFIG_PATH for gir files for libgstapp as wellPerry Hung1-2/+2
2015-09-25Release 1.6.0gst-plugins-base-1.6.0Sebastian Dröge1-12/+20
2015-09-24video-dither: Use saturated add when adding ordered dither for > 8 bit targetsSebastian Dröge1-1/+1
2015-09-24video-frame: Fix gst_video_frame_copy() for formats with pstride==0Sebastian Dröge1-1/+7
2015-09-23fdmemory: remove 'allow-none' annotation in gst_fd_allocator_alloc() docAurélien Zanelli1-1/+1
2015-09-23dmabuf: remove 'allow-none' annotation in gst_dmabuf_allocator_alloc() docAurélien Zanelli1-1/+1
2015-09-18appsink: Fix 'steaming' typo in API docChristophe Fergeau2-6/+6
2015-09-17audiosink, multisocketsink: Fix error leak during failuresVineeth T M1-0/+1
2015-09-15appsink: minor docs fixTim-Philipp Müller1-2/+2
2015-09-15videopool: ensure allocation alignment is consistent with video alignment req...Tim-Philipp Müller1-1/+20
2015-09-10video-format: add missing alpha flag for some formatsThiago Santos1-6/+8
2015-09-09appsrc: Always take the mutex before flushing the queueSebastian Dröge1-0/+9
2015-09-09appsrc: retain the latest caps in queue when flushingVikram Fugro1-5/+13
2015-09-07video: improve GstVideoFormatUnpack docsTim-Philipp Müller1-3/+8
2015-09-06libs: Fix build error on MinGW where "%ll" is not availableKouhei Sutou1-1/+1
2015-09-04libs: build rtp after audioHavard Graff1-1/+1
2015-09-04libs: rtp is no longer an independent subdirTim-Philipp Müller1-1/+1
2015-08-31appsrc: remove duplicate get_size vfunc assignmentPhilippe Normand1-1/+0
2015-08-29allocators: include gstfdmemory.h in the main library header, allocators.hGeorge Kiagiadakis1-0/+1
2015-08-29audiobasesink: fix misleading error message debug detailTim-Philipp Müller1-1/+2
2015-08-28audiobasesink: Fix incorrect/missing custom slaving method documentationCarlos Rafael Giani1-20/+22
2015-08-18video(en|de)coder: Return TRUE when we consumed a tag event without creating ...Sebastian Dröge2-0/+4
2015-08-18audiodecoder: If there are no tags, don't try to do event handling on a NULL ...Sebastian Dröge1-0/+6
2015-08-18audioencoder: If there are no tags, don't try to do event handling on a NULL ...Sebastian Dröge1-0/+6
2015-08-18videoencoder: fix tag handlingTim-Philipp Müller1-35/+104
2015-08-18audioencoder: fix tag handlingTim-Philipp Müller1-59/+116
2015-08-18pbutils: discoverer: Set GError when NULL info is being returned.Vineeth TM1-0/+3
2015-08-16audiodecoder: try harder to avoid sending unnecessary tag updatesTim-Philipp Müller1-1/+2
2015-08-16videodecoder: fix tag handlingTim-Philipp Müller1-24/+81
2015-08-16audiodecoder: fix tag handlingTim-Philipp Müller1-34/+82
2015-08-16audioencoder: add src and sink query methodsThiago Santos2-12/+70
2015-08-15Revert "audiodecoder: expose default query handling function"Thiago Santos2-16/+3
2015-08-15Revert "videodecoder: expose default query handling function"Thiago Santos2-17/+3