summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-01-16video-converter: Fix crashes in fast-paths when converting interlaced formats...1.8Sebastian Dröge1-27/+87
2016-12-09id3v2: Add missing overrun check for frame sizesJan Schmidt1-2/+8
2016-11-23typefind: bounds check windows ico detectionMatthew Waters1-0/+2
2016-11-19riff: Extract bpp from the strf for vnmcSebastian Dröge1-0/+2
2016-10-25audio: don't deref NULLStefan Sauer1-7/+11
2016-10-25audioencoder: Plug buffer-leakHavard Graff1-0/+2
2016-09-30audiotestsrc: Fix segment boundary checking for reverse playbackSebastian Dröge1-2/+14
2016-09-30audiotestsrc: Don't adjust segment time in seek handlerSebastian Dröge1-10/+0
2016-09-30streamsynchronizer: Correctly calculate group start times in reverse playback...Sebastian Dröge1-9/+27
2016-09-22video-scaler: take number of bits into account when copyingWim Taymans1-18/+18
2016-09-22video-converter: add more fastpaths for I420 -> RGBWim Taymans4-2/+648
2016-09-04pbutils: store missing-plugin structure in current_info->misc againJonathan Matthew1-0/+1
2016-08-31audioresample: Don't produce more data than expected in GAP modeMaik Scholz1-0/+5
2016-08-19Release 1.8.31.8.3Sebastian Dröge34-228/+406
2016-08-19Update .po filesSebastian Dröge38-38/+38
2016-08-16oggdemux: remove eos avoidance workaroundVincent Penquerc'h1-15/+2
2016-08-13g-i: pass compiler env to g-ir-scannerTim-Philipp Müller11-0/+11
2016-07-25oggdemux: fix unknown duration playing Ogg over HTTPVincent Penquerc'h1-1/+3
2016-07-25xvimageallocator: const correctness in gst_xvimage_allocator_alloc().Duncan Palmer2-2/+2
2016-07-25xvimagesink: only error out if the allocated memory is too smallTim-Philipp Müller1-1/+1
2016-07-25xvimagesink: error out on buffer size sanity check failure.Duncan Palmer3-42/+56
2016-07-25encoding-profile: Remove some more fields from the caps when creating from di...Sebastian Dröge1-1/+10
2016-07-25missing-plugins: Remove some other fields when cleaning up capsSebastian Dröge1-0/+7
2016-07-25rtspconnection: Fix potential deadlock caused by blocking read foreverSergio Torres Soldado1-0/+2
2016-07-25videodecoder: fix criticals fixating a non existent fieldSebastian Dröge1-6/+19
2016-07-25audioencoder: Protect samples_in/bytes_out and audio info with object lockSebastian Dröge1-5/+23
2016-07-25audiodecoder: Protect samples_in/bytes_out and audio info with object lockSebastian Dröge1-7/+34
2016-07-25audioencoder/decoder: Move encoded audio conversion function to a common placeSebastian Dröge4-144/+78
2016-07-25audiodecoder: fix criticals fixating a non existent fieldVincent Penquerc'h1-4/+12
2016-07-25videodecoder: Use the object lock to protect bytes/time trackingSebastian Dröge1-3/+13
2016-07-25videoencoder/decoder: Move conversion utility functions to a common header an...Sebastian Dröge4-168/+149
2016-07-25videoencoder: Use the object lock to protect bytes/time trackingSebastian Dröge1-0/+8
2016-07-04tagdemux: fix handling of very short files in push modeTim-Philipp Müller1-8/+18
2016-07-04tagdemux: fix erroring out if we reach EOS without detecting typeTim-Philipp Müller1-2/+1
2016-07-04audioconvert: Handle fallback channel mask for mono correctlySebastian Dröge2-4/+4
2016-07-04playsink: Force STEP events on the video-sink for GST_FORMAT_BUFFERSSebastian Dröge1-5/+8
2016-07-04playsink: Don't send another step event to the audio-sink if we got step-done...Sebastian Dröge1-1/+3
2016-06-27discoverer: Only allow serializing OK discoverer infos to GVariantsSebastian Dröge2-1/+6
2016-06-09Release 1.8.21.8.2Sebastian Dröge35-67/+364
2016-06-09Update .po filesSebastian Dröge38-38/+38
2016-06-09po: Update translationsSebastian Dröge3-250/+256
2016-06-02video-color: Fix colorimetry IS_UNKNOWNStian Selnes2-3/+60
2016-05-20opusdec: Use GST_AUDIO_DECODER_ERROROlivier Crête1-2/+5
2016-05-20videosink: ensure the debug category is always initializedGuillaume Desmottes1-35/+21
2016-05-20playbin: fix suburidecodebin leakGuillaume Desmottes1-0/+1
2016-05-11sdp: parse sdp attributes in case that sdp message doesn't contain mikey messageHyunjun Ko1-8/+18
2016-05-04encoding-profile: Fix caps memory leakSebastian Dröge1-0/+1
2016-05-04encoding-profile: Fail to create encoding profile from discoverer info if no ...Sebastian Dröge1-1/+12
2016-05-04encoding-profile: Recurse into nested container profiles and only add the fin...Sebastian Dröge1-0/+15
2016-05-04encoding-profile: Move adding of each stream to a helper functionSebastian Dröge1-32/+42