Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-11-21apetag: fix error handling in ff_ape_parse_tag()Xi Wang
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-07-31apetag: change a forgotten return to return 0Anton Khirnov
2012-07-31wv,mpc8: don't return apetag data in packets.Anton Khirnov
2012-07-02apetag: reindentAnton Khirnov
2012-07-02apetag: export attached covers as video streams.Anton Khirnov
2012-07-02apetag: fix the amount of data read from binary tags.Anton Khirnov
2012-07-02apetag: make sure avio_get_str() doesn't read more than it should.Anton Khirnov
2012-02-24apetag: do not leak memory if avio_read() failsPaul B Mahol
2012-02-24apetag: propagate errors.Ronald S. Bultje
2012-02-17apetag: add proper support for binary tagsPaul B Mahol
2011-06-08Remove all uses of now deprecated metadata functions.Anton Khirnov
2011-06-03Replace custom DEBUG preprocessor trickery by the standard one.Diego Biurrun
2011-06-02Remove unused variablesMans Rullgard
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-03-07avio: avio_ prefix for url_fsizeAnton Khirnov
2011-03-01avio: avio_ prefix for url_fseekAnton Khirnov
2011-02-21avio: avio_ prefixes for get_* functionsAnton Khirnov
2011-02-20avio: rename ByteIOContext to AVIOContext.Anton Khirnov
2010-04-03Replace all remaining occurrences of AVERROR_NOMEM withStefano Sabatini
2010-02-28Include apetag.h which contains the prototype for ff_ape_parse_tag().Carl Eugen Hoyos
2009-12-16Remove unused variable, fixes the warning:Diego Biurrun
2009-12-13Use AV_METADATA_DONT_STRDUP* / use av_malloced metadata instead of strdupedMichael Niedermayer
2009-10-18remove old and useless debug codeAurelien Jacobs
2009-08-11Move APE tag parsing into separate module.Kostya Shishkov