summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-12-09meson: Support building without Gst debugHEADmasterThibault Saunier1-0/+24
2016-12-09xmptag: Don't leak the namespace string if there are multipleSebastian Dröge1-0/+1
2016-12-09id3v2: Clarify id3v2_add_id3v2_frame_blob_to_taglist()Jan Schmidt1-20/+6
2016-12-09id3v2: Add missing overrun check for frame sizesJan Schmidt1-2/+8
2016-12-09ogg: Fix element factory klass for OGM parsersJan Schmidt1-2/+2
2016-12-08docs: design: remove outdated draft docs (hw-acceleration, va)Tim-Philipp Müller6-549/+3
2016-12-08docs: design: move most design docs to gst-docs moduleTim-Philipp Müller13-3652/+1
2016-12-08decodebin3: Remove unused variableSeungha Yang2-7/+1
2016-12-08decodebin3: More cleanup DecodebinOutputStream and MultiQueueSlotSeungha Yang1-0/+24
2016-12-08decodebin3: Drop duration query during _input_pad_unlink ()Seungha Yang1-0/+22
2016-12-08decodebin3: Update stream-collection with _input_pad_unlink()Seungha Yang1-1/+31
2016-12-08decodebin3: Cleanup no more used DecodebinInputSeungha Yang1-0/+21
2016-12-08decodebin3: Cleanup no more used MultiQueueSlotSeungha Yang1-0/+14
2016-12-08decodebin3: Send custom-eos event to notify drained stateSeungha Yang2-18/+37
2016-12-08playbin3: Reconfigure playsink again with pad-removedSeungha Yang1-0/+22
2016-12-08playback: Remove trailing whitespaceSeungha Yang2-4/+4
2016-12-08urisourcebin: Try to link output slot before cleanupSeungha Yang1-1/+7
2016-12-08urisourcebin: Cleanup unused output slotSeungha Yang1-13/+35
2016-12-06tagdemux: Fix crash when shutting down element during getrange()Sebastian Dröge1-0/+8
2016-12-03Automatic update of common submoduleEdward Hervey2-1/+1
2016-12-02typefind: add another test to itc typefinderReynaldo H. Verdejo Pinochet1-1/+10
2016-12-01ssaparse: Free initialization section before storing the next oneSebastian Dröge1-0/+2
2016-12-01oggdemux: Don't end up ignoring caps just because there are no headers for th...Sebastian Dröge1-1/+1
2016-11-30audioconvert: Error out if mapping input/output buffer failedSebastian Dröge1-3/+19
2016-11-30audioconvert: Don't map the input buffer in in-place modeSebastian Dröge1-11/+18
2016-11-30audio-converter: In passthrough, also don't copy if in and out block are the ...Sebastian Dröge1-1/+7
2016-11-30audioconvert: Don't call transform_ip() in passthrough modeSebastian Dröge1-0/+1
2016-11-29multihandlesink: Fix buffers-queued being off by oneJan Alexander Steffens (heftig)1-2/+2
2016-11-29multifdsink: Add a test involving a slow clientJan Alexander Steffens (heftig)1-2/+152
2016-11-29multihandlesink: Update bufpos in a separate passJan Alexander Steffens (heftig)1-14/+22
2016-11-29playbin: Fix caps memory leak in usage of gst_static_caps_get() APIGarima Gaur1-0/+1
2016-11-28win32: update .def file for new audioconverter APITim-Philipp Müller1-0/+1
2016-11-29meson: Add headers and libm to has_function checksScott D Phillips1-6/+7
2016-11-28discoverer: Handle NULL/ANY/EMPTY caps without crashingSebastian Dröge1-3/+29
2016-11-28check/videorate: Avoid leaking extra buffersEdward Hervey1-0/+2
2016-11-28video-info: Properly initialize/set extra fieldsEdward Hervey1-3/+5
2016-11-28sdp: Fix attribute leakEdward Hervey1-2/+2
2016-11-28rtsp: Don't leak authorization stringEdward Hervey1-0/+2
2016-11-28audio-converter: optimize endian conversionPetr Kulhavy3-10/+241
2016-11-28audio-convert: simplify the chain free processPetr Kulhavy1-29/+20
2016-11-28subtitleoverlay: Fix caps memory leak when failing to get sinkpad from subtit...Garima Gaur1-0/+2
2016-11-28discoverer: Extract video information from caps manually without GstVideoInfoSebastian Dröge1-14/+41
2016-11-28discoverer: Also stop waiting for subtitles if we get EOSSebastian Dröge1-1/+3
2016-11-26riff-media: Check if caps are NULL before using them for the first time, not ...Sebastian Dröge1-4/+5
2016-11-26common: use https protocol for common submoduleTim-Philipp Müller1-1/+1
2016-11-25rtpbuffer: Fix ensure_buffers() if whole packet is in one GstMemoryMiguel Paris1-18/+29
2016-11-24video-info: Add unit test for overflow checksSebastian Dröge2-0/+45
2016-11-24video-info: And change the overflow check to not actually overflow itselfSebastian Dröge1-2/+2
2016-11-24video: Handle errors in gst_video_info_set_format() / gst_video_info_align()Sebastian Dröge6-11/+38
2016-11-24video-info: Sanity check the frame size to prevent overflowsSebastian Dröge2-12/+35