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-10-27lavu: add av_rescale_delta()Michael Niedermayer
2012-10-27mathemathics: update copyright yearsMichael Niedermayer
2012-10-13Merge commit 'd5c62122a7b26704bf867a1262df358623bf5edf'Michael Niedermayer
2012-10-13Merge commit '930c9d4373e0f3cb7c64fcfc129127a309f6d066'Michael Niedermayer
2012-10-12Move av_reverse table to libavcodecDiego Biurrun
2012-10-12avutil: Duplicate ff_log2_tab instead of sharing it across libsDiego Biurrun
2012-10-12Merge commit '9734b8ba56d05e970c353dfd5baafa43fdb08024'Michael Niedermayer
2012-10-11Move avutil tables only used in libavcodec to libavcodec.Diego Biurrun
2012-06-06libavutil/mathematics: use av_assert()Michael Niedermayer
2012-02-21Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-02-21avutil: add av_rescale_q_rnd() to allow different roundingJustin Ruggles
2011-06-29Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-06-28avutil: Remove unused arbitrary precision integer code.Diego Biurrun
2011-05-11av_compare_ts: Improve speed when calculations fit in 64bit.Michael Niedermayer
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2010-07-03Silence "comparison of unsigned expression >= 0 is always true" warning.Eli Friedman
2010-06-09Add av_compare_mod()Michael Niedermayer
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