summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-19PD#143976: update ffmpeg to v3.3Jian Wang6142-214403/+746659
2013-01-02av_rescale: support passing MIN/MAX throughMichael Niedermayer2-1/+14
2012-10-26lavu: add av_rescale_delta()Michael Niedermayer2-0/+28
2012-10-26mathemathics: update copyright yearsMichael Niedermayer2-2/+2
2012-10-13Merge commit 'd5c62122a7b26704bf867a1262df358623bf5edf'Michael Niedermayer16-48/+89
2012-10-13Merge commit '930c9d4373e0f3cb7c64fcfc129127a309f6d066'Michael Niedermayer7-11/+37
2012-10-12Move av_reverse table to libavcodecDiego Biurrun16-49/+90
2012-10-12avutil: Duplicate ff_log2_tab instead of sharing it across libsDiego Biurrun7-11/+35
2012-10-12Merge commit '9734b8ba56d05e970c353dfd5baafa43fdb08024'Michael Niedermayer15-118/+70
2012-10-11Move avutil tables only used in libavcodec to libavcodec.Diego Biurrun14-85/+70
2012-06-06libavutil/mathematics: use av_assert()Michael Niedermayer1-4/+4
2012-02-21Merge remote-tracking branch 'qatar/master'Michael Niedermayer34-382/+485
2012-02-20avutil: add av_rescale_q_rnd() to allow different roundingJustin Ruggles4-3/+19
2011-06-29Merge remote-tracking branch 'qatar/master'Michael Niedermayer39-823/+1073
2011-06-28avutil: Remove unused arbitrary precision integer code.Diego Biurrun4-313/+0
2011-05-11av_compare_ts: Improve speed when calculations fit in 64bit.Michael Niedermayer1-0/+3
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard1335-5388/+5388
2010-07-03Silence "comparison of unsigned expression >= 0 is always true" warning.Eli Friedman1-1/+1
2010-06-09Add av_compare_mod()Michael Niedermayer2-0/+16
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun479-491/+478
2010-03-09Replace many includes of libavutil/common.h with what is actually neededMåns Rullgård28-28/+32
2010-02-07av_compare_ts()Michael Niedermayer2-0/+17
2009-11-09Move ff_reverse in libavcodec to av_reverse in libavutil.Francesco Lavra11-38/+41
2009-03-09Remove all remaining code that was disabled through the major version bump.Diego Biurrun4-30/+0
2009-02-01Use full internal pathname in doxygen @file directives.Diego Biurrun380-380/+380
2009-01-28spelling/grammar/consistency review part IDiego Biurrun27-178/+175
2009-01-27add a ff_gcd() function again, for compatibility with old libavcodecAurelien Jacobs1-0/+7
2009-01-24Directly #include a bunch of indirectly #included headers.Diego Biurrun4-0/+6
2009-01-17export gcd function as av_gcd()Aurelien Jacobs14-20/+19
2008-01-21Faster ff_sqrt()Michael Niedermayer2-20/+28
2008-01-10Fix a couple of 'return type defaults to int' and 'control reaches end ofDiego Biurrun5-4/+10
2008-01-08Allow compilation of test programs when TEST is defined.Diego Biurrun2-2/+3
2007-11-23main() --> main(void)Diego Biurrun15-15/+15
2006-11-01Replace most of the %lld and %llx by their (cleaner) PRI*64 counterparts.Steve L'Homme27-84/+84
2006-10-07Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun422-1751/+2588
2006-05-29improve selftestMichael Niedermayer1-3/+4
2006-04-29extend range used for testing (larger range should work too but testing code ...Michael Niedermayer1-3/+3
2006-04-29<= vs. >= 10l bugMichael Niedermayer1-5/+9
2006-04-28add newline at end of fileMåns Rullgård1-1/+1
2006-04-23avoid AVInteger usage in av_rescaleMichael Niedermayer2-7/+54
2006-01-12Update licensing information: The FSF changed postal address.Diego Biurrun295-301/+303
2005-12-17COSMETICS: Remove all trailing whitespace.Diego Biurrun340-13125/+13124
2005-08-01libavutil: Utility code from libavcodec moved to a separate library.Alexander Strasser20-175/+369