summaryrefslogtreecommitdiff
path: root/gst
Commit message (Expand)AuthorAgeFilesLines
* typefind: Expand the search range for HLS detectionJan Schmidt2017-03-271-3/+4
* typefindfunctions: prevent unsigned int overflowHeekyoung Seo2017-02-191-1/+1
* samiparse: Check that the string has a non-zero length before overwriting the...Sebastian Dröge2017-01-251-1/+2
* encodebin: Fix stream_group_free when creating it went badThibault Saunier2017-01-091-18/+22
* playsink: do not link to audio or video filter using padnameMark Nauwelaerts2017-01-091-2/+2
* encodebin: fix queue property types when settingTim-Philipp Müller2017-01-091-2/+2
* audiotestsrc: Fix incorrect start of tick waveformCarlos Rafael Giani2017-01-091-6/+9
* parsebin: Ignore failure to send sticky eventsJan Schmidt2016-12-221-2/+2
* decodebin: For adaptive streaming, ensure to put the buffering multiqueue aft...Sebastian Dröge2016-12-221-3/+4
* multihandlesink: Update bufpos in a separate passJan Alexander Steffens (heftig)2016-12-051-14/+22
* multihandlesink: Fix buffers-queued being off by oneJan Alexander Steffens (heftig)2016-12-051-2/+2
* ssaparse: Free initialization section before storing the next oneSebastian Dröge2016-12-051-0/+2
* subtitleoverlay: Fix caps memory leak when failing to get sinkpad from subtit...Garima Gaur2016-11-281-0/+2
* typefind: bounds check windows ico detectionMatthew Waters2016-11-231-0/+2
* decodebin3: Clear saw_eos flag of DecodebinInputStream by FLUSH eventSeungha Yang2016-11-151-2/+6
* playbin3: Fix deadlock when adding multiple parsebinWonchul Lee2016-11-151-2/+1
* decodebin3: Fix assertion failure when unreffing NULL stream capsGraham Leggett2016-10-251-1/+2
* decodebin3: More SELECTION_LOCK when linking to slotSeungha Yang2016-10-142-4/+28
* playback: GstStreamType is a flagEdward Hervey2016-10-132-92/+62
* playback: decodebin3 and parsebin are streams-awareEdward Hervey2016-10-122-0/+4
* parsebin: re-use existing compare_factories utils funcWonchul Lee2016-10-111-32/+3
* meson: Enable Orc in buildArun Raghavan2016-10-033-3/+3
* playbin3: Remove fallback properties/signalsEdward Hervey2016-09-271-674/+0
* streamsynchronizer: Correctly calculate group start times in reverse playback...Sebastian Dröge2016-09-201-9/+27
* audiotestsrc: Fix segment boundary checking for reverse playbackSebastian Dröge2016-09-171-2/+14
* audiotestsrc: Don't adjust segment time in seek handlerSebastian Dröge2016-09-141-10/+0
* playback: Use new gst_bin_set_suppressed_flags() API instead of worrying abou...Sebastian Dröge2016-09-123-13/+6
* playback: Mark internal functions as G_GNUC_INTERNALSebastian Dröge2016-09-011-0/+2
* playbackutils: Move compare_factories_funcWonchul Lee2016-09-015-39/+36
* decodebin: forward sticky events on multiqueueJosep Torra2016-08-251-0/+2
* parsebin: do not set global tags to streamMatej Knopp2016-08-211-3/+5
* Add support for Meson as alternative/parallel build systemNirbheek Chauhan2016-08-2018-0/+282
* videorate: Implement basic support for reverse playbackSebastian Dröge2016-08-191-39/+127
* playbin3: add "element-setup" signalTim-Philipp Müller2016-08-081-0/+39
* decodebin3: don't leak alternate inputsGuillaume Desmottes2016-08-041-1/+10
* decodebin3: fix output->decoder_{sink,src} leakGuillaume Desmottes2016-08-031-3/+3
* decodebin3: fix tag list leakGuillaume Desmottes2016-08-031-1/+3
* decodebin3: consume select-streams eventGuillaume Desmottes2016-08-031-0/+1
* decodebin3: fix collection ref handlingGuillaume Desmottes2016-08-031-2/+2
* decodebin3: handle full removal of streamsGuillaume Desmottes2016-08-031-3/+10
* parsebin: maintain original order when creating fallback stream collectionTim-Philipp Müller2016-07-261-1/+4
* decodebin: Send stream-group-done to unblock downstreamJan Schmidt2016-07-251-0/+24
* playbin3: fix collection leakGuillaume Desmottes2016-07-251-0/+3
* decodebin3: fix collection refcountingGuillaume Desmottes2016-07-251-2/+4
* docs: urisourcebin: fix typoTim-Philipp Müller2016-07-221-1/+1
* playback: Flesh out docs a bit for new elementsJan Schmidt2016-07-224-7/+81
* docs: add playbin3, decodebin3, parsebin, urisourcebin to docsTim-Philipp Müller2016-07-222-25/+25
* audioresample: after a reset, recalculate the ouput sizeWim Taymans2016-07-191-0/+8
* subparse: fix some leaksTim-Philipp Müller2016-07-191-2/+21
* decodebin3: actually check result of accept caps queryGuillaume Desmottes2016-07-181-2/+2