summaryrefslogtreecommitdiff
path: root/ext
AgeCommit message (Expand)AuthorFilesLines
2015-05-26basetextoverlay: make deltax and deltay properties controllableClaudiu Florin Lazar1-2/+3
2015-05-26oggdemux: fix chain leakGuillaume Desmottes1-0/+3
2015-05-20Revert "oggdemux: Prevent seeks when _SCHEDULING_FLAG_SEQUENTIAL is set"Tim-Philipp Müller1-9/+3
2015-05-10docs: fix up example pipelineTim-Philipp Müller1-1/+1
2015-05-10docs: update element example pipelinesTim-Philipp Müller15-89/+32
2015-05-03oggdemux: remove unused codeYoung Han Lee1-7/+0
2015-04-26Remove obsolete Android build cruftTim-Philipp Müller2-30/+0
2015-04-25audiovisualizer: fix the license from GPL to LGPLStefan Sauer2-20/+22
2015-04-23oggdemux: fix event leaksGuillaume Desmottes1-0/+4
2015-04-10basetextoverlay: fix buffer leak in chain functionGuillaume Desmottes1-1/+5
2015-04-03oggdemux: fix wrong duration on partial streams with a skeleton indexVincent Penquerc'h2-7/+71
2015-04-03textoverlay: fix disappearing text with high deltaxVincent Penquerc'h1-3/+3
2015-04-03oggmux: fix deadlock when not pulling a buffer from collectpadsVincent Penquerc'h1-2/+10
2015-04-01oggdemux: don't use GST_ERROR() for debug messagesGuillaume Desmottes1-2/+2
2015-03-29oggdemux: resurrect some flow return handlingMark Nauwelaerts1-1/+2
2015-03-24Revert "theoradec: Disable usage of crop meta"Nicolas Dufresne1-5/+0
2015-03-24theoradec: Disable usage of crop metaNicolas Dufresne1-0/+5
2015-03-23oggdemux: Fix compiler warningWonchul Lee1-2/+3
2015-03-16oggdemux: fix playback regression on streams with clipped data at startVincent Penquerc'h1-1/+3
2015-03-12oggdemux: recover from EOS when searching for chain in push modeVincent Penquerc'h1-2/+4
2015-03-12oggdemux: fix seeking in files with a "missing" streamVincent Penquerc'h1-4/+29
2015-03-12theoradec: Fix decoding in the presence of GstVideoCropMetaJan Schmidt2-6/+13
2015-03-11oggdemux: do not send seek events from the streaming threadVincent Penquerc'h2-30/+113
2015-03-11oggdemux: set correct seqnum on segment events after a seek in push modeVincent Penquerc'h2-5/+3
2015-03-11oggdemux: try harder to query duration from upstreamVincent Penquerc'h1-16/+33
2015-03-11oggdemux: add non flushing time seeking in push modeVincent Penquerc'h1-12/+42
2015-03-11oggdemux: fix wrong first granuleVincent Penquerc'h1-1/+65
2015-03-10Fix double semicolonsTim-Philipp Müller1-1/+1
2015-03-03textoverlay: Re-render if video size changedNicolas Dufresne1-0/+5
2015-02-16audiovisualizer: don't use private GMutex implementation detailsTim-Philipp Müller1-8/+7
2015-02-07oggmux: Don't pass GstCollectData as a GstObject to GST_DEBUGJan Schmidt1-1/+1
2015-02-06oggdemux: Add a little timestamping debug outputJan Schmidt1-2/+3
2015-02-06theora: If no header packets in stream, look for them in the capsJan Schmidt1-4/+63
2015-02-06theora: Remove FIXME and return GST_CUSTOM_FLOW_DROP for header packet handlingJan Schmidt1-8/+4
2015-01-29oggdemux: do not throw a flow error on flushingVincent Penquerc'h1-2/+11
2015-01-21visual: fix caps leakLuis de Bethencourt1-0/+3
2015-01-21visual: post QoS messages when dropping frames due to QoSLuis de Bethencourt1-6/+30
2015-01-21Constify some static arrays everywhereSebastian Dröge1-1/+1
2015-01-21alsa: Constify channel position tableSebastian Dröge1-1/+1
2015-01-21alsa: Fix indentionSebastian Dröge1-28/+30
2015-01-21alsa: Allow to use 8 bit samples with ALSAThomas Roos1-1/+2
2015-01-16oggmux: fix clipped duration determination for non 0 based segmentsVincent Penquerc'h1-1/+1
2015-01-13visual: cleanupLuis de Bethencourt1-1/+1
2015-01-13visual: handle the return of the setup functionLuis de Bethencourt1-2/+8
2015-01-13Revert "visual: remove unnecessary variable"Luis de Bethencourt1-2/+5
2015-01-13visual: remove unnecessary variableLuis de Bethencourt1-5/+2
2015-01-12visual: use unused valueLuis de Bethencourt1-0/+2
2015-01-02oggmux: remove unused enumTim-Philipp Müller1-16/+0
2015-01-02oggmux: fix silly GQueue iteration codeTim-Philipp Müller1-4/+4
2014-12-26oggmux: only clip by duration if end of buffer is ahead of segmentThiago Santos1-1/+2