summaryrefslogtreecommitdiff
path: root/libavformat/flacdec.c
Commit message (Expand)AuthorAge
* lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov2016-02-23
* lavc: Consistently prefix input buffer definesVittorio Giovara2015-07-27
* lavf: stop using avpriv_flac_parse_streaminfo()Anton Khirnov2014-11-06
* ogg: update event_flags with STREAM_/METADATA_UPDATED whenever metadata changes.Andrew Stone2014-08-13
* matroskadec: parse the channel layout mask for FLACAnton Khirnov2014-05-28
* flac: make avpriv_flac_parse_block_header() inlineAnton Khirnov2014-05-28
* flac demuxer: parse the WAVEFORMATEXTENSIBLE_CHANNEL_MASK tagAnton Khirnov2014-05-28
* flacdec: export replaygain tags from Vorbis commentsAlessandro Ghedini2014-04-04
* flac: move picture parsing code in a separate fileJames Almer2013-10-12
* avformat: Add AVPROBE_SCORE_EXTENSION define and use where appropriateDiego Biurrun2013-05-04
* flacdec: simplify bounds checking in flac_probe()Xi Wang2013-03-15
* avpacket: use AVBuffer to allow refcounting the packets.Anton Khirnov2013-03-08
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* flacdec: be less strict when parsing attached pictures.Anton Khirnov2012-07-07
* flacdec: don't create an attached picture stream until we have all information.Anton Khirnov2012-07-07
* flacdec: read attached pictures.Anton Khirnov2012-06-16
* cosmetics: Align muxer/demuxer declarationsMartin Storsjö2012-04-06
* lavf: rename AVInputFormat.value to raw_codec_id.Anton Khirnov2012-01-31
* lavf: remove AVFormatParameters from AVFormatContext.read_header signatureAnton Khirnov2012-01-27
* flacdec: skip all track indices at once instead of looping.Paul B Mahol2011-12-21
* flacdec: Support for tracks in cuesheet metadata blockPaul B Mahol2011-12-10
* lavf: make av_set_pts_info private.Anton Khirnov2011-11-30
* lavc: use avpriv_ prefix for some flac symbols used in lavf.Anton Khirnov2011-10-20
* lavf,lavd: replace av_new_stream->avformat_new_stream part I.Anton Khirnov2011-10-19
* lavf: use designated initialisers for all (de)muxers.Anton Khirnov2011-07-17
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* lavf: replace avio_seek(SEEK_CUR) with avio_skip where it makes senseAnton Khirnov2011-03-16
* avio: deprecate url_feofAnton Khirnov2011-03-07
* avio: avio_ prefix for url_fseekAnton Khirnov2011-03-01
* avio: avio_ prefixes for get_* functionsAnton Khirnov2011-02-21
* Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò2011-01-26
* Export metadata in the generic format. Deprecate old conversion API.Anton Khirnov2010-10-15
* Move handling of ID3v2 to common utils.c code, reducing code duplicationReimar Döffinger2010-10-06
* split raw.c into rawdec.c and rawenc.cAurelien Jacobs2010-08-30
* Generalize ID3v2 functions to support ID3v2-like ID headers with aMichael Karcher2010-06-11
* Replace all remaining occurrences of AVERROR_NOMEM withStefano Sabatini2010-04-03
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-30
* Add VorbisComment writing to FLAC files.James Darnley2010-03-20
* Replace all the occurrences of AVERROR_EIO with AVERROR(EIO), and markStefano Sabatini2010-03-13
* oggdec: Metadata is per-stream; don't merge multiple streams' togetherDavid Conrad2010-03-12
* Add ff_ prefix to vorbis_commentDavid Conrad2010-03-12
* Add a VorbisComment metadata conversion table and use it in the FLAC andJustin Ruggles2009-06-13
* seek backwards 4 bytes if 'fLaC' marker is not foundJustin Ruggles2009-03-21
* flacdec: Parse the metadata header in the raw FLAC demuxer.Justin Ruggles2009-03-06
* cosmetics: indentationJustin Ruggles2009-02-28
* Separate the raw FLAC demuxer from raw.c and put in a new file,Justin Ruggles2009-02-28