]> git.sesse.net Git - ffmpeg/history - libavformat/apetag.c
apetag: fix flag value to signal footer presence
[ffmpeg] / libavformat / apetag.c
2017-02-25 James Almerapetag: fix flag value to signal footer presence
2016-09-30 Anton Khirnovlavf: fix usage of AVIOContext.seekable
2016-02-23 Anton Khirnovlavf: replace AVStream.codec with AVStream.codecpar
2015-07-27 Vittorio Giovaralavc: Consistently prefix input buffer defines
2015-02-15 Luca Barbatoape: Use the proper variable type
2014-09-17 Katerina Barone... apetag: Fix APE tag size check
2014-03-11 Diego Biurrunlavf: more correct printf format specifiers
2013-06-04 Anton Khirnovapetag: use int64_t for filesize
2013-05-28 Anton Khirnovapetag: add support for writing APE tags
2012-11-21 Xi Wangapetag: fix error handling in ff_ape_parse_tag()
2012-08-07 Anton KhirnovReplace all CODEC_ID_* with AV_CODEC_ID_*
2012-07-31 Anton Khirnovapetag: change a forgotten return to return 0
2012-07-31 Anton Khirnovwv,mpc8: don't return apetag data in packets.
2012-07-02 Anton Khirnovapetag: reindent
2012-07-02 Anton Khirnovapetag: export attached covers as video streams.
2012-07-02 Anton Khirnovapetag: fix the amount of data read from binary tags.
2012-07-02 Anton Khirnovapetag: make sure avio_get_str() doesn't read more...
2012-02-24 Paul B Maholapetag: do not leak memory if avio_read() fails
2012-02-23 Ronald S. Bultjeapetag: propagate errors.
2012-02-17 Paul B Maholapetag: add proper support for binary tags
2011-06-08 Anton KhirnovRemove all uses of now deprecated metadata functions.
2011-06-02 Diego BiurrunReplace custom DEBUG preprocessor trickery by the stand...
2011-06-02 Mans RullgardRemove unused variables
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-03-07 Anton Khirnovavio: avio_ prefix for url_fsize
2011-03-01 Anton Khirnovavio: avio_ prefix for url_fseek
2011-02-21 Anton Khirnovavio: avio_ prefixes for get_* functions
2011-02-20 Anton Khirnovavio: rename ByteIOContext to AVIOContext.
2010-04-03 Stefano SabatiniReplace all remaining occurrences of AVERROR_NOMEM...
2010-02-28 Carl Eugen HoyosInclude apetag.h which contains the prototype for ff_ap...
2009-12-15 Diego BiurrunRemove unused variable, fixes the warning:
2009-12-13 Michael NiedermayerUse AV_METADATA_DONT_STRDUP* / use av_malloced metadata...
2009-10-18 Aurelien Jacobsremove old and useless debug code
2009-08-11 Kostya ShishkovMove APE tag parsing into separate module.