summaryrefslogtreecommitdiff
path: root/ext
AgeCommit message (Expand)AuthorFilesLines
2010-01-25oggdemux: sparse streams aren't timed by end time, and their duration isn't i...Vincent Penquerc'h1-0/+4
2010-01-25oggdemux: properly set up the media type for kate streamsVincent Penquerc'h1-2/+12
2010-01-25oggdemux: use right type for the serialnoWim Taymans2-4/+4
2010-01-25oggdemux: don't push headers twiceWim Taymans1-11/+16
2010-01-25oggdemux: rename a variableWim Taymans2-16/+16
2010-01-24oggdemux: fix crash when freeing headersTim-Philipp Müller1-1/+1
2010-01-24oggdemux: Strip trailing \0 for subtitle OGM streamsSebastian Dröge1-3/+16
2010-01-23oggdemux: Correctly set DELTA_UNIT flag for OGM streamsSebastian Dröge1-0/+6
2010-01-23oggdemux: Don't strip all 0-bytes from the end of OGM packetsSebastian Dröge1-12/+3
2010-01-23oggdemux: Extract tags from OGM text streams and don't push them downstreamSebastian Dröge1-0/+27
2010-01-23oggdemux: Store header/queued packets as ogg_packet and use normal peer chain...Sebastian Dröge1-35/+29
2010-01-23oggdemux: ...and set caps on queued packet buffers tooSebastian Dröge1-0/+1
2010-01-23oggdemux: Set caps on header buffersSebastian Dröge1-0/+1
2010-01-21oggdemux: keep track of added padsWim Taymans2-4/+6
2010-01-21oggstream: don't call NULL setup functionsWim Taymans1-1/+8
2010-01-21oggstream: avoid division by 0 on bad annodex streamsWim Taymans1-1/+5
2010-01-19oggdemux: No need to subtract begin timeThiago Santos1-1/+1
2010-01-18oggdemux: granulepos is relative to its chainThiago Santos1-2/+5
2010-01-14theora: Rename source files to have the same name as the headersSebastian Dröge5-2/+8
2010-01-14vorbis: Rename source files to have the same name as the headersSebastian Dröge6-5/+5
2010-01-14vorbis: Move channel layout definitions into a single separate fileSebastian Dröge5-123/+126
2010-01-14vorbis: Add official 6.1 and 7.1 channel mappingsSebastian Dröge2-24/+19
2010-01-12oggdemux: Fix unitialized variable.Edward Hervey1-1/+1
2010-01-08oggdemux: push headers when activating chainsWim Taymans2-17/+57
2010-01-06oggdemux: decide flac header packet by content rather than countMark Nauwelaerts1-1/+7
2010-01-06oggdemux: reset header packet count at bos pageMark Nauwelaerts1-0/+8
2010-01-06textoverlay: Ignore zero framerateOlivier Crête1-1/+2
2010-01-05oggdemux: enhance flac packet duration calculationMark Nauwelaerts1-1/+26
2009-12-20theoraenc: Add encoder controls for libtheora 1.1David Schleef2-0/+118
2009-12-11ogg: ogm video has constant packet durationWim Taymans1-3/+3
2009-12-10oggdemux: implement old fLaC mappingDavid Schleef1-4/+26
2009-12-10oggdemux: remove redundant fieldsWim Taymans2-8/+0
2009-12-10vorbisdec: adapt to new oggdemuxWim Taymans2-273/+102
2009-12-09vorbisdec: fix peer queryWim Taymans1-1/+1
2009-12-09theoradec: fix queryWim Taymans1-1/+1
2009-12-09theoradec: small cleanupsWim Taymans1-3/+3
2009-12-09vorbisdec: use gst_pad_peer_query()Wim Taymans1-10/+1
2009-12-09textoverlay: Only flush downstream on seeks for flushing seeksSebastian Dröge1-3/+9
2009-12-09textoverlay: Proxy buffer allocation on the video sinkpad to the srcpadSebastian Dröge1-0/+25
2009-12-08theora: remove granulepos hacksWim Taymans2-224/+34
2009-12-07oggdemux: improve keyframe seekingWim Taymans1-54/+83
2009-12-07oggdemux: implement keyframe seekingWim Taymans1-55/+148
2009-12-04oggdemux: fix timestamps after seekWim Taymans1-53/+73
2009-12-04oggdemux: add commentWim Taymans1-1/+3
2009-12-04oggdemux: don't do math with invalid granuleposWim Taymans1-1/+2
2009-12-04oggdemux: guard against wrong granuleposWim Taymans2-27/+29
2009-12-04theoradec: don't fail on bogus granuleposWim Taymans1-2/+14
2009-12-03oggdemux: reimplement OGM supportDavid Schleef3-53/+157
2009-12-03oggdemux: fix for I-frame-only theoraDavid Schleef1-2/+3
2009-12-03ogg: log when ogg mapper doesn't accept the setup header packetTim-Philipp Müller1-0/+2