summaryrefslogtreecommitdiff
path: root/ext/ogg/gstoggdemux.c
Commit message (Expand)AuthorAgeFilesLines
* oggdemux: fix chaining causing running time to restart from 0Vincent Penquerc'h2016-03-041-1/+1
* oggdemux: Add GstAudioClippingMeta for Opus for accurate start/end clippingSebastian Dröge2015-11-031-0/+30
* oggdemux: Allow start clipping for OpusSebastian Dröge2015-11-031-8/+3
* oggdemux: Use GstClockTimeDiff and print signed integer in debug logsLuis de Bethencourt2015-11-021-6/+6
* oggdemux: Set chain pointers to NULLOlivier Crête2015-08-061-0/+3
* oggdemux: Return FLUSHING if pad if flushingOlivier Crête2015-07-301-3/+12
* oggdemux: set building_chain to NULL when deactivating chainGuillaume Desmottes2015-06-221-0/+2
* oggdemux: fix chain leakGuillaume Desmottes2015-05-261-0/+3
* Revert "oggdemux: Prevent seeks when _SCHEDULING_FLAG_SEQUENTIAL is set"Tim-Philipp Müller2015-05-201-9/+3
* docs: update element example pipelinesTim-Philipp Müller2015-05-101-2/+2
* oggdemux: remove unused codeYoung Han Lee2015-05-031-7/+0
* oggdemux: fix event leaksGuillaume Desmottes2015-04-231-0/+4
* oggdemux: fix wrong duration on partial streams with a skeleton indexVincent Penquerc'h2015-04-031-7/+69
* oggdemux: don't use GST_ERROR() for debug messagesGuillaume Desmottes2015-04-011-2/+2
* oggdemux: resurrect some flow return handlingMark Nauwelaerts2015-03-291-1/+2
* oggdemux: Fix compiler warningWonchul Lee2015-03-231-2/+3
* oggdemux: fix playback regression on streams with clipped data at startVincent Penquerc'h2015-03-161-1/+3
* oggdemux: recover from EOS when searching for chain in push modeVincent Penquerc'h2015-03-121-2/+4
* oggdemux: fix seeking in files with a "missing" streamVincent Penquerc'h2015-03-121-4/+29
* oggdemux: do not send seek events from the streaming threadVincent Penquerc'h2015-03-111-30/+105
* oggdemux: set correct seqnum on segment events after a seek in push modeVincent Penquerc'h2015-03-111-4/+3
* oggdemux: try harder to query duration from upstreamVincent Penquerc'h2015-03-111-16/+33
* oggdemux: add non flushing time seeking in push modeVincent Penquerc'h2015-03-111-12/+42
* oggdemux: fix wrong first granuleVincent Penquerc'h2015-03-111-1/+65
* oggdemux: Add a little timestamping debug outputJan Schmidt2015-02-061-2/+3
* oggdemux: do not throw a flow error on flushingVincent Penquerc'h2015-01-291-2/+11
* oggdemux: Fix seeking before the first frame.Mathieu Duponchelle2014-12-051-0/+6
* oggdemux: fix last buffer timestamp when samples are clippedVincent Penquerc'h2014-10-301-2/+18
* oggdemux: don't set segment.base in pad_submit_packet()Guillaume Desmottes2014-09-011-3/+0
* oggdemux: accumulate base timeGuillaume Desmottes2014-09-011-1/+1
* oggdemux: Unref peer pad after use in error caseSebastian Rasmussen2014-08-061-0/+1
* oggdemux: allow unset seek stop time in push modeVincent Penquerc'h2014-06-111-3/+12
* oggdemux: use new gstutils helper GstFlowCombinerThiago Santos2014-05-261-76/+26
* docs: remove outdated and pointless 'Last reviewed' lines from docsTim-Philipp Müller2014-04-261-2/+0
* oggdemux: do not dereference NULL pad in warning messageVincent Penquerc'h2014-04-101-1/+1
* oggmux: implement vp8 granulepos functionThiago Santos2014-03-111-0/+2
* oggdemux: allow file to go until the end in push modeThiago Santos2014-02-201-1/+1
* oggdemux: remove unused instance variable eventThiago Santos2014-02-201-6/+1
* oggdemux: fix broken seeking reading the whole fileVincent Penquerc'h2014-01-141-5/+34
* oggdemux: use an adaptive chunksize for performance reasonsVincent Penquerc'h2014-01-141-14/+36
* oggdemux: fix copy'n'paste in commentStefan Sauer2013-10-151-1/+1
* oggdemux: check for full eos after a pad goes eos in push modeThiago Santos2013-09-101-3/+10
* oggdemux: properly handle stop position at seeks in push modeThiago Santos2013-09-101-2/+15
* oggdemux: Update segment.base with the chain's start time tooSebastian Dröge2013-08-221-0/+4
* oggdemux: Prevent seeks when _SCHEDULING_FLAG_SEQUENTIAL is setSjoerd Simons2013-07-291-3/+9
* oggdemux: Don't swap start/stop for negative rates in the SEGMENT querySebastian Dröge2013-07-291-7/+0
* oggdemux: Implement SEGMENT querySebastian Dröge2013-07-291-0/+24
* ogg: Add support for group-id in the stream-start eventSebastian Dröge2013-07-221-1/+20
* oggdemux: Make bisecting fully accurateMathieu Duponchelle2013-07-151-3/+11
* Revert "oggdemux: fix seeking with negative rate with skeleton"Mathieu Duponchelle2013-07-151-30/+3