summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Release 1.12.41.12.4Sebastian Dröge2017-12-0740-490/+842
* Update .po filesSebastian Dröge2017-12-0739-39/+39
* typefind: Fix ico out-of-bound readEdward Hervey2017-12-071-1/+1
* xvimageallocator: Fix build warning errorSeungha Yang2017-12-061-8/+10
* ogmparse: Make sure we set valid string on capsEdward Hervey2017-12-061-4/+8
* audiodecoder: fix buffer leak in error code pathHavard Graff2017-12-051-1/+3
* audio: Add missing G_BEGIN/END_DECLSThibault Saunier2017-12-011-0/+4
* urisourcebin: Don't leak mutexesEdward Hervey2017-12-011-0/+2
* videotestsrc: Avoid overflow calculationEdward Hervey2017-12-011-3/+3
* oggstream: Ensure enough bytes for fishead header parsingEdward Hervey2017-12-011-0/+5
* oggstream: Use proper type for sample calculationEdward Hervey2017-12-011-1/+1
* oggstream: More fixes for invalid granuleshiftEdward Hervey2017-12-011-7/+7
* rtcpbuffer: fix left shift overrideEdward Hervey2017-12-011-1/+2
* videotestsrc: Fix undefined left shiftEdward Hervey2017-12-011-2/+2
* video-converter: Fix undefined left shiftEdward Hervey2017-12-011-1/+1
* oggstream: Fix default granuleshift usageEdward Hervey2017-12-011-2/+2
* oggdemux: Protect against invalid granule positionsEdward Hervey2017-12-011-1/+10
* codecutils: improve input validation in opus header parsingMathieu Duponchelle2017-12-011-12/+48
* typefind: Fix out-of-bound read in PNM typefinderEdward Hervey2017-12-011-2/+11
* vorbistag: Fix previous commentEdward Hervey2017-12-011-1/+1
* typefindfunctions: fix off-by-one in webvtt typefinderTim-Philipp Müller2017-12-011-1/+1
* riff-media: Handle strf_data being NULLEdward Hervey2017-12-011-2/+7
* vorbistag: Check whether tag name is validEdward Hervey2017-12-011-1/+1
* oggdemux: Only track time for initialized streamsEdward Hervey2017-12-011-1/+1
* oggstream: Add a default GstOggMapEdward Hervey2017-12-011-0/+17
* ogmparse: Ensure we don't create bogus fractionsEdward Hervey2017-12-011-2/+2
* oggdemux: Fix chain leak in push modeEdward Hervey2017-12-011-2/+14
* vorbistag: Fix leak in error caseEdward Hervey2017-12-011-0/+4
* ogg: Don't add tags to empty taglistEdward Hervey2017-12-011-0/+9
* rtp: Require gconstpointer instead of gpointer for gst_rt[c]p_buffer_new_copy...Sebastian Dröge2017-11-204-4/+4
* audiobasesink: Print signed time offset as a signed numberSebastian Dröge2017-11-201-1/+1
* playbin: Don't ref_sink() the sinks twiceshakin chou2017-11-071-1/+0
* typefind: Use GST_READ_UINT32 macrosEdward Hervey2017-10-301-2/+2
* typefind: Fix out-of-bound memory accessEdward Hervey2017-10-301-4/+4
* gst-plugins-base: gstaudiochannels: Handled buffer mapping failureAshish Kumar2017-10-251-1/+2
* meson: Add some missing args and dependencies in the gir generationRico Tzschichholz2017-10-053-6/+6
* meson: Add mssing GstBase-1.0 include in the gir generationThibault Saunier2017-10-051-1/+1
* Release 1.12.31.12.3Sebastian Dröge2017-09-1838-42/+323
* Update .po filesSebastian Dröge2017-09-1839-265/+71
* po: Update translationsSebastian Dröge2017-09-181-46/+235
* audioconvert: Consider channel=1, channel-mask=0x0 as monoThibault Saunier2017-08-261-2/+4
* playbin: ref_sink() sink rather than pointer to sinkMark Nauwelaerts2017-08-201-1/+1
* Automatic update of common submoduleTim-Philipp Müller2017-08-172-1/+1
* decodebin3: Don't send duplicated stream-start eventSeungha Yang2017-08-171-4/+0
* urisourcebin: Push EOS if slot is still eos stateSeungha Yang2017-08-171-2/+13
* decodebin3/urisourcebin: Switch to actual EOS events internallyEdward Hervey2017-08-173-44/+60
* decodebin3: Push EOS to output stream if they are all drainedSeungha Yang2017-08-171-0/+59
* appsrc: handle duration query only if the property was setPhilippe Normand2017-08-141-2/+6
* audioencoder: also adjust sample count upon discont to avoid ts overflowMark Nauwelaerts2017-08-111-1/+20
* playbin: Make sure to ref_sink() any sinks before calling activate_sink()Sebastian Dröge2017-08-111-5/+13