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
2022-10-17avutil: Fix mismatching argument namesMarvin Scholz
2021-10-21avutil/mathematics: Document av_rescale_rnd() behavior on non int64 resultsMichael Niedermayer
2016-08-03mathematics: Extend and edit DoxygenTimothy Gu
2016-08-02mathematics: Make function prototypes identical to definitionsTimothy Gu
2015-10-30avutil/mathematics: correct documentation for av_gcdGanesh Ajjanagadde
2014-06-03fix various typosLou Logan
2014-02-03Fix compilation with msvc/icl due to missing header and define.Matt Oliver
2014-01-04avutil/mathematics: add av_add_stable()Michael Niedermayer
2014-01-03avutil/mathematics: fix 2 typos in the doxyMichael Niedermayer
2013-01-03lavu/math: fix than/then typo, and add a comma.Clément Bœsch
2013-01-03av_rescale: support passing MIN/MAX throughMichael Niedermayer
2012-10-27lavu: add more doxy to av_rescale_deltaMichael Niedermayer
2012-10-27lavu: add av_rescale_delta()Michael Niedermayer
2012-10-27mathemathics: update copyright yearsMichael Niedermayer
2012-07-02Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-07-01mathematics: Don't use division by zero in NAN/INFINITY macrosRonald S. Bultje
2012-06-22Revert "mathematics.h: remove a couple of math defines"Carl Eugen Hoyos
2012-06-20Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-06-20mathematics.h: remove a couple of math definesJanne Grunau
2012-02-21Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-02-21avutil: add av_rescale_q_rnd() to allow different roundingJustin Ruggles
2011-11-23Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-11-22doxy: provide a start page and document libavutilLuca Barbato
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2010-07-23Add the M_PHI constant, contains an approximation of the golden ratioStefano Sabatini
2010-06-30Fix grammar errors in documentationMåns Rullgård
2010-06-13Fix av_compare_mod() doxy.Stefano Sabatini
2010-06-09Add av_compare_mod()Michael Niedermayer
2010-04-10Add M_SQRT2 to the constants in mathematics.h.Alex Converse
2010-03-30Replace @returns by @return.Benoit Fouet
2010-03-09Replace many includes of libavutil/common.h with what is actually neededMåns Rullgård
2010-02-21More accurate value for log2(10)Måns Rullgård
2010-02-20Replace log2f(10) with a constantMåns Rullgård
2010-02-07av_compare_ts()Michael Niedermayer
2009-12-272nd try on documenting av_gcd().Michael Niedermayer
2009-12-27Document av_gcd().Michael Niedermayer
2009-08-10Define INFINITIY and NAN in mathematics.h if missingMåns Rullgård
2009-01-28Add common.h #include, necessary for av_const.Diego Biurrun
2009-01-28spelling/grammar/consistency review part IDiego Biurrun
2009-01-17export gcd function as av_gcd()Aurelien Jacobs
2008-08-31Globally rename the header inclusion guard names.Stefano Sabatini
2008-08-13move M_PI definition along with other math definitionsAurelien Jacobs
2008-08-13define some math constants so as not to depend on _XOPEN_SOURCEAurelien Jacobs
2008-03-19Reapply r12489: Add pure, const and malloc attributes to proper functionsZuxy Meng
2008-03-18revert r12489.Benoit Fouet
2008-03-18Pure, const and malloc attributes to libavutil.Zuxy Meng
2008-03-13Add missing stdint.h #include to headers that use it.Diego Biurrun
2007-10-17Add FFMPEG_ prefix to all multiple inclusion guards.Diego Biurrun
2006-10-07Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun
2006-09-10Add official LGPL license headers to the files that were missing them.Diego Biurrun