ogg: update event_flags with STREAM_/METADATA_UPDATED whenever metadata changes.
[platform/upstream/libav.git] / libavformat / oggdec.h
2014-08-13 Andrew Stoneogg: update event_flags with STREAM_/METADATA_UPDATED...
2014-05-28 Anton Khirnovmatroskadec: parse the channel layout mask for FLAC
2013-10-12 Nicolas Georgeoggdec: add support for Opus in Ogg demuxing
2013-01-06 Luca Barbatooggdec: make sure the private parse data is cleaned up
2012-09-24 Luca Barbatoogg: calculate the start position once all the headers...
2012-09-24 Luca Barbatoogg: check that the expected number of headers had...
2011-09-26 Nicolas Georgeoggdec: add support for Xiph's CELT codec
2011-06-08 Anton KhirnovRemove all uses of now deprecated metadata functions.
2011-04-15 Clément Bœschoggdec: simplify audio chained ogg streams support
2011-04-10 Clément Bœschoggdec: fix demuxing chained audio streams
2010-04-16 David Conradoggdec: Remove write-only variable
2010-03-20 James DarnleyAdd VorbisComment writing to FLAC files.
2010-03-12 David Conradoggdec: Pass packets to header() until the stream is...
2010-03-12 David ConradConst correctness for vorbis_comment
2010-03-12 David Conradoggdec: Metadata is per-stream; don't merge multiple...
2010-03-12 David ConradAdd ff_ prefix to vorbis_comment
2010-03-11 David Conradoggdec: Seek to keyframes
2010-03-11 David Conradoggdec: Parse skeleton to determine the start time...
2010-03-11 David Conradoggdec: Check that we have a codec in gptopts (needed...
2010-03-11 David Conradoggdec: Move ogg_find_stream and ogg_gptopts to oggdec.h
2010-03-11 David Conradoggdec: Save offset of the page needed to reconstruct...
2010-02-08 David ConradFix playback with invalid files that don't set the...
2010-01-11 David Conradoggdec: Set dts when known
2010-01-11 David ConradAdd support for dirac in ogg
2009-12-12 David ConradFix PTS for OGM codecs.
2009-10-12 Justin RugglesCalculate correct packet durations when demuxing Ogg...
2009-06-13 Justin RugglesAdd a VorbisComment metadata conversion table and use...
2009-05-06 Daniel VerkampWarning fix: Make ogg_stream.codec const
2009-03-21 David ConradDocument ogg_codec's header function
2008-12-03 Diego BiurrunDelete unnecessary 'extern' keywords.
2008-11-06 Måns RullgårdOGG: untypedef demuxer structs
2008-08-31 Stefano SabatiniGlobally rename the header inclusion guard names.
2008-08-24 Reimar DöffingerAdd ff_ prefix to ogg_codec_t structs
2008-08-24 Reimar DöffingerMake ogg_codec_t descriptions const
2008-08-01 Michael NiedermayerRevert r14497
2008-08-01 Diego BiurrunAdd missing header #includes.
2008-02-06 Reimar DöffingerAdd support for speex in ogg
2008-02-04 Reimar DöffingerString pointers of ogg_codec_t should have const attribute.
2008-02-02 Diego Biurruncosmetics: sort ogg_codec_t list
2008-01-31 Reimar DöffingerAdd support for ogg text subtitles.
2007-11-11 Måns Rullgårdset PKT_FLAG_KEY for Theora and OGM streams
2007-11-07 Diego BiurrunRename ogg2.[ch] to oggdec.[ch].