ogg: update event_flags with STREAM_/METADATA_UPDATED whenever metadata changes.
[platform/upstream/libav.git] / libavformat / flacdec.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-05-28 Anton Khirnovflac: make avpriv_flac_parse_block_header() inline
2014-05-28 Anton Khirnovflac demuxer: parse the WAVEFORMATEXTENSIBLE_CHANNEL_MA...
2014-04-04 Alessandro Ghediniflacdec: export replaygain tags from Vorbis comments
2013-10-12 James Almerflac: move picture parsing code in a separate file
2013-05-04 Diego Biurrunavformat: Add AVPROBE_SCORE_EXTENSION define and use...
2013-03-15 Xi Wangflacdec: simplify bounds checking in flac_probe()
2013-03-08 Anton Khirnovavpacket: use AVBuffer to allow refcounting the packets.
2012-08-07 Anton KhirnovReplace all CODEC_ID_* with AV_CODEC_ID_*
2012-07-07 Anton Khirnovflacdec: be less strict when parsing attached pictures.
2012-07-07 Anton Khirnovflacdec: don't create an attached picture stream until...
2012-06-16 Anton Khirnovflacdec: read attached pictures.
2012-04-06 Martin Storsjöcosmetics: Align muxer/demuxer declarations
2012-01-31 Anton Khirnovlavf: rename AVInputFormat.value to raw_codec_id.
2012-01-27 Anton Khirnovlavf: remove AVFormatParameters from AVFormatContext...
2011-12-21 Paul B Maholflacdec: skip all track indices at once instead of...
2011-12-10 Paul B Maholflacdec: Support for tracks in cuesheet metadata block
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-10-19 Anton Khirnovlavf,lavd: replace av_new_stream->avformat_new_stream...
2011-07-17 Anton Khirnovlavf: use designated initialisers for all (de)muxers.
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-03-17 Anton Khirnovlavf: replace avio_seek(SEEK_CUR) with avio_skip where...
2011-03-07 Anton Khirnovavio: deprecate url_feof
2011-03-01 Anton Khirnovavio: avio_ prefix for url_fseek
2011-02-21 Anton Khirnovavio: avio_ prefixes for get_* functions
2011-01-26 Diego Elio PettenòPrefix all _demuxer, _muxer, _protocol from libavformat...
2010-10-15 Anton KhirnovExport metadata in the generic format. Deprecate old...
2010-10-06 Reimar DöffingerMove handling of ID3v2 to common utils.c code, reducing...
2010-08-30 Aurelien Jacobssplit raw.c into rawdec.c and rawenc.c
2010-06-11 Michael KarcherGeneralize ID3v2 functions to support ID3v2-like ID...
2010-04-03 Stefano SabatiniReplace all remaining occurrences of AVERROR_NOMEM...
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-13 Stefano SabatiniReplace all the occurrences of AVERROR_EIO with AVERROR...
2010-03-12 David Conradoggdec: Metadata is per-stream; don't merge multiple...
2010-03-12 David ConradAdd ff_ prefix to vorbis_comment
2009-06-13 Justin RugglesAdd a VorbisComment metadata conversion table and use...
2009-03-21 Justin Rugglesseek backwards 4 bytes if 'fLaC' marker is not found
2009-03-06 Justin Rugglesflacdec: Parse the metadata header in the raw FLAC...
2009-02-28 Justin Rugglescosmetics: indentation
2009-02-28 Justin RugglesSeparate the raw FLAC demuxer from raw.c and put in...