summaryrefslogtreecommitdiff
path: root/ext
AgeCommit message (Expand)Author
2010-02-15ivorbisdec: set rank to SECONDARYMark Nauwelaerts
2010-02-15vorbisdec: also support ivorbis tremor decoderMark Nauwelaerts
2010-02-15vorbisdec: reduce some hard-codingMark Nauwelaerts
2010-02-15oggparse: Fix another format string compiler warningSebastian Dröge
2010-02-15oggdemux: Fix format string compiler warningsSebastian Dröge
2010-02-15ogg: theora PAR of 0:N, N:0 or 0:0 is allowed and maps to 1:1Tim-Philipp Müller
2010-02-08theoradec: PARs of 0:x, x:0 and 0:0 are all allowed and map to 1:1Benjamin M. Schwartz
2010-02-07oggdemux: use the default granpos functions for kate streamsVincent Penquerc'h
2010-02-02oggdemux: Don't leak allocated buffersSebastian Dröge
2010-01-25oggdemux: sparse streams aren't timed by end time, and their duration isn't i...Vincent Penquerc'h
2010-01-25oggdemux: properly set up the media type for kate streamsVincent Penquerc'h
2010-01-25oggdemux: use right type for the serialnoWim Taymans
2010-01-25oggdemux: don't push headers twiceWim Taymans
2010-01-25oggdemux: rename a variableWim Taymans
2010-01-24oggdemux: fix crash when freeing headersTim-Philipp Müller
2010-01-24oggdemux: Strip trailing \0 for subtitle OGM streamsSebastian Dröge
2010-01-23oggdemux: Correctly set DELTA_UNIT flag for OGM streamsSebastian Dröge
2010-01-23oggdemux: Don't strip all 0-bytes from the end of OGM packetsSebastian Dröge
2010-01-23oggdemux: Extract tags from OGM text streams and don't push them downstreamSebastian Dröge
2010-01-23oggdemux: Store header/queued packets as ogg_packet and use normal peer chain...Sebastian Dröge
2010-01-23oggdemux: ...and set caps on queued packet buffers tooSebastian Dröge
2010-01-23oggdemux: Set caps on header buffersSebastian Dröge
2010-01-21oggdemux: keep track of added padsWim Taymans
2010-01-21oggstream: don't call NULL setup functionsWim Taymans
2010-01-21oggstream: avoid division by 0 on bad annodex streamsWim Taymans
2010-01-19oggdemux: No need to subtract begin timeThiago Santos
2010-01-18oggdemux: granulepos is relative to its chainThiago Santos
2010-01-14theora: Rename source files to have the same name as the headersSebastian Dröge
2010-01-14vorbis: Rename source files to have the same name as the headersSebastian Dröge
2010-01-14vorbis: Move channel layout definitions into a single separate fileSebastian Dröge
2010-01-14vorbis: Add official 6.1 and 7.1 channel mappingsSebastian Dröge
2010-01-12oggdemux: Fix unitialized variable.Edward Hervey
2010-01-08oggdemux: push headers when activating chainsWim Taymans
2010-01-06oggdemux: decide flac header packet by content rather than countMark Nauwelaerts
2010-01-06oggdemux: reset header packet count at bos pageMark Nauwelaerts
2010-01-06textoverlay: Ignore zero framerateOlivier Crête
2010-01-05oggdemux: enhance flac packet duration calculationMark Nauwelaerts
2009-12-20theoraenc: Add encoder controls for libtheora 1.1David Schleef
2009-12-11ogg: ogm video has constant packet durationWim Taymans
2009-12-10oggdemux: implement old fLaC mappingDavid Schleef
2009-12-10oggdemux: remove redundant fieldsWim Taymans
2009-12-10vorbisdec: adapt to new oggdemuxWim Taymans
2009-12-09vorbisdec: fix peer queryWim Taymans
2009-12-09theoradec: fix queryWim Taymans
2009-12-09theoradec: small cleanupsWim Taymans
2009-12-09vorbisdec: use gst_pad_peer_query()Wim Taymans
2009-12-09textoverlay: Only flush downstream on seeks for flushing seeksSebastian Dröge
2009-12-09textoverlay: Proxy buffer allocation on the video sinkpad to the srcpadSebastian Dröge
2009-12-08theora: remove granulepos hacksWim Taymans
2009-12-07oggdemux: improve keyframe seekingWim Taymans