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-02-25Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-02-24apetag: do not leak memory if avio_read() failsPaul B Mahol
2012-02-24apetag: propagate errors.Ronald S. Bultje
2012-02-18Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-02-17apetag: add proper support for binary tagsPaul B Mahol
2011-06-09Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-06-08Remove all uses of now deprecated metadata functions.Anton Khirnov
2011-06-03Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-06-03Replace custom DEBUG preprocessor trickery by the standard one.Diego Biurrun
2011-06-02Remove unused variablesMans Rullgard
2011-05-30Fix various unused variable warningsClément Bœsch
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-03-08avio: avio_ prefix for url_fsizeAnton Khirnov
2011-03-07avio: avio_ prefix for url_fsizeAnton Khirnov
2011-03-03avio: avio_ prefix for url_fseekAnton Khirnov
2011-03-01avio: avio_ prefix for url_fseekAnton Khirnov
2011-02-22avio: avio_ prefixes for get_* functionsAnton Khirnov
2011-02-21avio: avio_ prefixes for get_* functionsAnton Khirnov
2011-02-20avio: rename ByteIOContext to AVIOContext.Anton 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