summaryrefslogtreecommitdiff
path: root/libavformat/oggdec.h
Commit message (Expand)AuthorAge
* oggdec: add support for VP8 demuxingJames Almer2014-12-18
* ogg: update event_flags with STREAM_/METADATA_UPDATED whenever metadata changes.Andrew Stone2014-08-13
* matroskadec: parse the channel layout mask for FLACAnton Khirnov2014-05-28
* oggdec: add support for Opus in Ogg demuxingNicolas George2013-10-12
* oggdec: make sure the private parse data is cleaned upLuca Barbato2013-01-06
* ogg: calculate the start position once all the headers are parsedLuca Barbato2012-09-24
* ogg: check that the expected number of headers had been parsedLuca Barbato2012-09-24
* oggdec: add support for Xiph's CELT codecNicolas George2011-09-26
* Remove all uses of now deprecated metadata functions.Anton Khirnov2011-06-08
* oggdec: simplify audio chained ogg streams supportClément Bœsch2011-04-15
* oggdec: fix demuxing chained audio streamsClément Bœsch2011-04-10
* oggdec: Remove write-only variableDavid Conrad2010-04-16
* Add VorbisComment writing to FLAC files.James Darnley2010-03-20
* oggdec: Pass packets to header() until the stream is done with themDavid Conrad2010-03-12
* Const correctness for vorbis_commentDavid Conrad2010-03-12
* oggdec: Metadata is per-stream; don't merge multiple streams' togetherDavid Conrad2010-03-12
* Add ff_ prefix to vorbis_commentDavid Conrad2010-03-12
* oggdec: Seek to keyframesDavid Conrad2010-03-11
* oggdec: Parse skeleton to determine the start time of each streamDavid Conrad2010-03-11
* oggdec: Check that we have a codec in gptopts (needed for skeleton)David Conrad2010-03-11
* oggdec: Move ogg_find_stream and ogg_gptopts to oggdec.hDavid Conrad2010-03-11
* oggdec: Save offset of the page needed to reconstruct the current packetDavid Conrad2010-03-11
* Fix playback with invalid files that don't set the continuation flag forDavid Conrad2010-02-08
* oggdec: Set dts when knownDavid Conrad2010-01-11
* Add support for dirac in oggDavid Conrad2010-01-11
* Fix PTS for OGM codecs.David Conrad2009-12-12
* Calculate correct packet durations when demuxing Ogg/Speex. This involvesJustin Ruggles2009-10-12
* Add a VorbisComment metadata conversion table and use it in the FLAC andJustin Ruggles2009-06-13
* Warning fix: Make ogg_stream.codec constDaniel Verkamp2009-05-06
* Document ogg_codec's header functionDavid Conrad2009-03-21
* Delete unnecessary 'extern' keywords.Diego Biurrun2008-12-03
* OGG: untypedef demuxer structsMåns Rullgård2008-11-06
* Globally rename the header inclusion guard names.Stefano Sabatini2008-08-31
* Add ff_ prefix to ogg_codec_t structsReimar Döffinger2008-08-24
* Make ogg_codec_t descriptions constReimar Döffinger2008-08-24
* Revert r14497Michael Niedermayer2008-08-01
* Add missing header #includes.Diego Biurrun2008-08-01
* Add support for speex in oggReimar Döffinger2008-02-06
* String pointers of ogg_codec_t should have const attribute.Reimar Döffinger2008-02-04
* cosmetics: sort ogg_codec_t listDiego Biurrun2008-02-02
* Add support for ogg text subtitles.Reimar Döffinger2008-01-31
* set PKT_FLAG_KEY for Theora and OGM streamsMåns Rullgård2007-11-11
* Rename ogg2.[ch] to oggdec.[ch].Diego Biurrun2007-11-07