summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-19PD#143976: update ffmpeg to v3.3Jian Wang6142-214403/+746659
2013-01-02lavu/math: fix than/then typo, and add a comma.Clément Bœsch1-4/+4
2013-01-02av_rescale: support passing MIN/MAX throughMichael Niedermayer2-1/+14
2012-10-27lavu: add more doxy to av_rescale_deltaMichael Niedermayer1-0/+6
2012-10-26lavu: add av_rescale_delta()Michael Niedermayer2-0/+28
2012-10-26mathemathics: update copyright yearsMichael Niedermayer2-2/+2
2012-07-01Merge remote-tracking branch 'qatar/master'Michael Niedermayer12-20/+88
2012-07-01mathematics: Don't use division by zero in NAN/INFINITY macrosRonald S. Bultje1-2/+3
2012-06-22Revert "mathematics.h: remove a couple of math defines"Carl Eugen Hoyos1-0/+18
2012-06-20Merge remote-tracking branch 'qatar/master'Michael Niedermayer43-158/+1039
2012-06-20mathematics.h: remove a couple of math definesJanne Grunau1-18/+0
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-11-23Merge remote-tracking branch 'qatar/master'Michael Niedermayer64-866/+1390
2011-11-22doxy: provide a start page and document libavutilLuca Barbato19-16/+377
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard1335-5388/+5388
2010-07-22Add the M_PHI constant, contains an approximation of the golden ratioStefano Sabatini2-1/+4
2010-06-30Fix grammar errors in documentationMåns Rullgård111-579/+578
2010-06-13Fix av_compare_mod() doxy.Stefano Sabatini1-5/+7
2010-06-09Add av_compare_mod()Michael Niedermayer2-0/+16
2010-04-09Add M_SQRT2 to the constants in mathematics.h.Alex Converse1-0/+3
2010-03-30Replace @returns by @return.Benoit Fouet15-23/+23
2010-03-09Replace many includes of libavutil/common.h with what is actually neededMåns Rullgård28-28/+32
2010-02-21More accurate value for log2(10)Måns Rullgård1-1/+1
2010-02-20Replace log2f(10) with a constantMåns Rullgård2-1/+4
2010-02-07av_compare_ts()Michael Niedermayer2-0/+17
2009-12-272nd try on documenting av_gcd().Michael Niedermayer1-1/+1
2009-12-27Document av_gcd().Michael Niedermayer1-0/+5
2009-08-10Define INFINITIY and NAN in mathematics.h if missingMåns Rullgård1-0/+6
2009-01-28Add common.h #include, necessary for av_const.Diego Biurrun1-0/+1
2009-01-28spelling/grammar/consistency review part IDiego Biurrun27-178/+175
2009-01-17export gcd function as av_gcd()Aurelien Jacobs14-20/+19
2008-08-31Globally rename the header inclusion guard names.Stefano Sabatini238-713/+713
2008-08-13move M_PI definition along with other math definitionsAurelien Jacobs3-5/+4
2008-08-13define some math constants so as not to depend on _XOPEN_SOURCEAurelien Jacobs1-0/+14
2008-03-19Reapply r12489: Add pure, const and malloc attributes to proper functionsZuxy Meng13-55/+79
2008-03-18revert r12489.Benoit Fouet13-78/+55
2008-03-18Pure, const and malloc attributes to libavutil.Zuxy Meng13-55/+78
2008-03-13Add missing stdint.h #include to headers that use it.Diego Biurrun3-0/+3
2007-10-17Add FFMPEG_ prefix to all multiple inclusion guards.Diego Biurrun175-529/+528
2006-10-07Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun422-1751/+2588
2006-09-10Add official LGPL license headers to the files that were missing them.Diego Biurrun67-6/+1219
2005-08-01libavutil: Utility code from libavcodec moved to a separate library.Alexander Strasser20-175/+369