]> git.sesse.net Git - ffmpeg/history - libavformat/apetag.c
Generalize RIFF INFO tag support; support reading INFO tag in wav
[ffmpeg] / libavformat / apetag.c
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.