ogg: update event_flags with STREAM_/METADATA_UPDATED whenever metadata changes.
[platform/upstream/libav.git] / libavformat / oggparsevorbis.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-04-04 Alessandro Ghedinioggparsevorbis: export replaygain tags from Vorbis...
2013-10-12 Vittorio Giovaraoggparsevorbis: fail on memory allocation error
2013-10-12 James Almeroggvorbisdec: add support for embedded cover art
2013-10-12 Vittorio Giovaraoggparsevorbis: check allocations
2013-10-12 James Almeroggparsevorbis: support official chapter extension
2013-10-05 Vittorio Giovaraoggparsevorbis: return meaningful errors
2013-10-03 Vittorio Giovaraoggparsevorbis: K&R formatting cosmetics
2013-09-26 Martin Storsjölavf: Reset the entry count and allocation size variabl...
2013-09-18 Alexandra Khirnovaavformat: Use av_reallocp() where suitable
2013-08-13 Luca Barbatoogg: Always alloc the private context in vorbis_header
2013-03-07 Reimar DöffingerUse the avstring.h locale-independent character type...
2013-01-09 Luca Barbatooggdec: fix faulty cleanup prototype
2013-01-06 Luca Barbatooggdec: make sure the private parse data is cleaned up
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-20 Justin Rugglesoggdec: output correct timestamps for Vorbis
2012-03-03 Justin Rugglesavcodec: add a Vorbis parser to get packet duration
2011-11-30 Anton Khirnovlavf: make av_set_pts_info private.
2011-10-20 Anton Khirnovlavf: use avpriv_ prefix for ff_new_chapter().
2011-06-08 Anton KhirnovRemove all uses of now deprecated metadata functions.
2011-02-06 Anton Khirnovlavf: move internal functions from avformat.h to internal.h
2011-02-06 Reimar DöffingerAlways use av_set_pts_info to set the stream time base.
2011-01-31 Reimar DöffingerOgg: discard non-essential metadata from Vorbis header...
2011-01-29 Reimar DöffingerVorbis-in-Ogg: Do not set timebase to invalid values
2010-10-16 Anton Khirnovadd ff_ prefix to metadata_conv()
2010-10-16 Martin StorsjöFix building, include the header instead of the source...
2010-10-15 Anton KhirnovExport metadata in the generic format. Deprecate old...
2010-08-07 Alex Converseoggparsevorbis: Add some sanity checks to header packet...
2010-03-30 Stefano SabatiniDefine AVMediaType enum, and use it instead of enum...
2010-03-20 James DarnleyAdd VorbisComment writing to FLAC files.
2010-03-12 David Conradoggdec: Parse ogm chapters
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: Fix memory leak in setting up vorbis headers
2010-03-11 David Conradoggdec: Don't use ogg_stream's seq for vorbis or speex...
2010-02-01 Anton KhirnovAdd a list of generic tags and change demuxers to follo...
2009-12-13 Michael NiedermayerUse AV_METADATA_DONT_STRDUP* / use av_malloced metadata...
2009-10-17 Justin RugglesRemove unnecessary entries in ff_vorbiscomment_metadata...
2009-09-24 Reimar DöffingerFix possible buffer over-read in vorbis_comment, fix...
2009-09-23 Reimar DöffingerCorrectly print number of remaining bytes in oggparsevo...
2009-06-13 Justin RugglesAdd a VorbisComment metadata conversion table and use...
2009-04-13 Stefano SabatiniRename bitstream.h to get_bits.h.
2009-02-12 Justin Rugglesuse av_malloc() in vorbis_comment()
2009-02-11 Aurelien Jacobsuse new metadata API in ogg/vorbis demuxer
2008-12-03 Diego BiurrunDelete unnecessary 'extern' keywords.
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-07-15 Siarhei SiamashkaOGG: Add padding at end of Vorbis headers
2008-05-09 Diego BiurrunUse full path for #includes from another directory.
2008-02-01 Baptiste Coudurierconst
2007-11-07 Diego BiurrunRename ogg2.[ch] to oggdec.[ch].
2007-10-13 Måns Rullgårdsimply buffer checks in vorbis_comment()
2007-10-13 Måns Rullgårduse bytestream_get_* in vorbis_comment()
2007-10-10 Måns Rullgårdcheck values more thoroughly in vorbis_header()
2007-10-10 Måns Rullgårduse bytestream_get_* in vorbis_header()
2007-10-10 Måns Rullgårdfix buffer overread with invalid Vorbis header
2007-10-10 Måns Rullgårdremove duplicate Vorbis comment tag handling
2007-06-24 Måns Rullgårdwarnings--
2007-06-24 Måns Rullgårdwhitespace cosmetics
2007-06-24 Måns Rullgårduse AV_RL32
2007-06-24 Måns Rullgårduse more Vorbis metadata tags
2007-06-24 Måns Rullgårdreplace strncpy with av_strlcpy
2006-09-27 Måns Rullgårdfix some signedness warnings
2006-05-12 Måns Rullgårdset stream time_base properly
2005-12-17 Diego BiurrunCOSMETICS: Remove all trailing whitespace.
2005-07-17 Michael Niedermayerchanging AVCodecContext codec -> *codec in AVStream...
2005-05-13 Måns Rullgårdchange extradata format for vorbis
2005-04-10 Måns Rullgårds/u_char/uint8_t/
2005-04-09 Måns RullgårdOgg demuxer ported from tcvp by Luca Barbato <lu_zero...