]> git.sesse.net Git - ffmpeg/history - libavformat/apetag.c
lavc: allow decoders to override frame parameters.
[ffmpeg] / libavformat / apetag.c
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.