ogg: update event_flags with STREAM_/METADATA_UPDATED whenever metadata changes.
[platform/upstream/libav.git] / libavformat / oggparseogm.c
2014-08-13 Andrew Stoneogg: update event_flags with STREAM_/METADATA_UPDATED...
2014-05-28 Anton Khirnovmatroskadec: parse the channel layout mask for FLAC
2014-01-06 Anton Khirnovoggparseogm: check timing variables
2013-09-17 Martin Storsjöoggparseogm: Convert to use bytestream2
2012-09-24 Luca Barbatoogg: check that the expected number of headers had...
2012-08-07 Anton KhirnovReplace all CODEC_ID_* with AV_CODEC_ID_*
2012-03-22 Michael Niedermayeroggparseogm: fix order of arguments of avpriv_set_pts_i...
2012-03-02 Anton Khirnovogg: don't set codec timebase
2011-11-30 Anton Khirnovlavf: make av_set_pts_info private.
2011-06-02 Mans RullgardRemove unused variables
2011-02-06 Reimar DöffingerAlways use av_set_pts_info to set the stream time base.
2010-03-31 Jean-Daniel DupasReplace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG...
2010-03-30 Stefano SabatiniDefine AVMediaType enum, and use it instead of enum...
2010-03-13 David Conradoggdec: Set packet duration for ogm streams
2010-03-12 David Conradoggdec: Cosmetics
2010-03-12 David Conradoggdec: Read ogm metadata
2009-12-12 David ConradFix PTS for OGM codecs.
2009-06-22 Daniel VerkampAdd ff_ prefixes to exported symbols in libavformat...
2009-04-13 Stefano SabatiniRename bitstream.h to get_bits.h.
2008-11-06 Måns RullgårdOGG: untypedef demuxer structs
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-05-26 Justin Rugglesparse audio in ogm demuxer.
2008-05-09 Diego BiurrunUse full path for #includes from another directory.
2008-02-01 Baptiste Coudurierconst
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].
2007-07-08 Måns Rullgårdogm: don't use deprecated codec_get_{bmp,wav}_id()
2007-07-07 Måns Rullgårduse bytestream_get_* and AV_RLxx
2006-07-12 Måns Rullgårdmove common stuff from avienc.c and wav.c to new file...
2006-05-12 Måns Rullgårdset stream time_base properly
2006-05-11 Måns Rullgårdogm demuxing