ogg: update event_flags with STREAM_/METADATA_UPDATED whenever metadata changes.
[platform/upstream/libav.git] / libavformat / oggparseflac.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
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-27 Justin Rugglesoggdec: calculate correct timestamps in Ogg/FLAC
2011-11-30 Anton Khirnovlavf: make av_set_pts_info private.
2011-10-20 Anton Khirnovlavc: use avpriv_ prefix for some flac symbols used...
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-02-06 Reimar DöffingerAlways use av_set_pts_info to set the stream time base.
2010-03-30 Stefano SabatiniDefine AVMediaType enum, and use it instead of enum...
2010-03-12 David Conradoggdec: Metadata is per-stream; don't merge multiple...
2010-03-12 David ConradAdd ff_ prefix to vorbis_comment
2009-04-13 Stefano SabatiniRename bitstream.h to get_bits.h.
2009-01-25 Justin Rugglesuse function and definitions from libavcodec/flac.h...
2008-12-14 Måns Rullgårdoggflac: fix bitstream reader usage
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-09 Diego BiurrunUse full path for #includes from another directory.
2007-11-07 Diego BiurrunRename ogg2.[ch] to oggdec.[ch].
2007-08-12 Michael Niedermayeradd support for old flac in ogg
2007-06-14 Aurelien Jacobsuse get_bits_long() where needed
2006-10-07 Diego BiurrunChange license headers to say 'FFmpeg' instead of ...
2006-05-12 Måns Rullgårdset stream time_base properly
2006-01-12 Diego BiurrunUpdate licensing information: The FSF changed postal...
2005-12-17 Diego BiurrunCOSMETICS: Remove all trailing whitespace.
2005-07-17 Michael Niedermayerchanging AVCodecContext codec -> *codec in AVStream...
2005-05-11 Måns Rullgårdflac in ogg support