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
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun
2010-03-09Replace many includes of libavutil/common.h with what is actually neededMåns Rullgård
2010-02-07av_compare_ts()Michael Niedermayer
2009-11-09Move ff_reverse in libavcodec to av_reverse in libavutil.Francesco Lavra
2009-03-09Remove all remaining code that was disabled through the major version bump.Diego Biurrun
2009-02-01Use full internal pathname in doxygen @file directives.Diego Biurrun
2009-01-28spelling/grammar/consistency review part IDiego Biurrun
2009-01-27add a ff_gcd() function again, for compatibility with old libavcodecAurelien Jacobs
2009-01-24Directly #include a bunch of indirectly #included headers.Diego Biurrun
2009-01-17export gcd function as av_gcd()Aurelien Jacobs
2008-01-21Faster ff_sqrt()Michael Niedermayer
2008-01-10Fix a couple of 'return type defaults to int' and 'control reaches end ofDiego Biurrun
2008-01-09Allow compilation of test programs when TEST is defined.Diego Biurrun
2007-11-23main() --> main(void)Diego Biurrun
2006-11-02Replace most of the %lld and %llx by their (cleaner) PRI*64 counterparts.Steve L'Homme
2006-10-07Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun
2006-05-29improve selftestMichael Niedermayer
2006-04-29extend range used for testing (larger range should work too but testing code ...Michael Niedermayer
2006-04-29<= vs. >= 10l bugMichael Niedermayer
2006-04-28add newline at end of fileMåns Rullgård
2006-04-23avoid AVInteger usage in av_rescaleMichael Niedermayer
2006-01-13Update licensing information: The FSF changed postal address.Diego Biurrun
2005-12-17COSMETICS: Remove all trailing whitespace.Diego Biurrun
2005-08-02libavutil: Utility code from libavcodec moved to a separate library.Alexander Strasser