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