summaryrefslogtreecommitdiff
path: root/libavutil/mathematics.h
Commit message (Expand)AuthorAgeFilesLines
* avutil: Fix mismatching argument namesMarvin Scholz2022-10-171-2/+4
* avutil/mathematics: Document av_rescale_rnd() behavior on non int64 resultsMichael Niedermayer2021-10-211-0/+1
* mathematics: Extend and edit DoxygenTimothy Gu2016-08-021-32/+109
* mathematics: Make function prototypes identical to definitionsTimothy Gu2016-08-021-2/+2
* avutil/mathematics: correct documentation for av_gcdGanesh Ajjanagadde2015-10-301-3/+4
* fix various typosLou Logan2014-06-031-1/+1
* Fix compilation with msvc/icl due to missing header and define.Matt Oliver2014-02-031-0/+3
* avutil/mathematics: add av_add_stable()Michael Niedermayer2014-01-041-0/+14
* avutil/mathematics: fix 2 typos in the doxyMichael Niedermayer2014-01-031-2/+2
* lavu/math: fix than/then typo, and add a comma.Clément Bœsch2013-01-031-4/+4
* av_rescale: support passing MIN/MAX throughMichael Niedermayer2013-01-031-0/+7
* lavu: add more doxy to av_rescale_deltaMichael Niedermayer2012-10-271-0/+6
* lavu: add av_rescale_delta()Michael Niedermayer2012-10-271-0/+5
* mathemathics: update copyright yearsMichael Niedermayer2012-10-271-1/+1
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-011-2/+3
|\
| * mathematics: Don't use division by zero in NAN/INFINITY macrosRonald S. Bultje2012-07-011-2/+3
* | Revert "mathematics.h: remove a couple of math defines"Carl Eugen Hoyos2012-06-221-0/+18
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-201-18/+0
|\ \ | |/
| * mathematics.h: remove a couple of math definesJanne Grunau2012-06-201-18/+0
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-211-0/+6
|\ \ | |/
| * avutil: add av_rescale_q_rnd() to allow different roundingJustin Ruggles2012-02-201-0/+6
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-11-231-0/+10
|\ \ | |/
| * doxy: provide a start page and document libavutilLuca Barbato2011-11-221-0/+10
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
|/
* Add the M_PHI constant, contains an approximation of the golden ratioStefano Sabatini2010-07-221-0/+3
* Fix grammar errors in documentationMåns Rullgård2010-06-301-6/+6
* Fix av_compare_mod() doxy.Stefano Sabatini2010-06-131-5/+7
* Add av_compare_mod()Michael Niedermayer2010-06-091-0/+9
* Add M_SQRT2 to the constants in mathematics.h.Alex Converse2010-04-091-0/+3
* Replace @returns by @return.Benoit Fouet2010-03-301-1/+1
* Replace many includes of libavutil/common.h with what is actually neededMåns Rullgård2010-03-091-1/+1
* More accurate value for log2(10)Måns Rullgård2010-02-211-1/+1
* Replace log2f(10) with a constantMåns Rullgård2010-02-201-0/+3
* av_compare_ts()Michael Niedermayer2010-02-071-0/+9
* 2nd try on documenting av_gcd().Michael Niedermayer2009-12-271-1/+1
* Document av_gcd().Michael Niedermayer2009-12-271-0/+5
* Define INFINITIY and NAN in mathematics.h if missingMåns Rullgård2009-08-101-0/+6
* Add common.h #include, necessary for av_const.Diego Biurrun2009-01-281-0/+1
* spelling/grammar/consistency review part IDiego Biurrun2009-01-281-10/+10
* export gcd function as av_gcd()Aurelien Jacobs2009-01-171-0/+2
* Globally rename the header inclusion guard names.Stefano Sabatini2008-08-311-3/+3
* move M_PI definition along with other math definitionsAurelien Jacobs2008-08-131-0/+3
* define some math constants so as not to depend on _XOPEN_SOURCEAurelien Jacobs2008-08-131-0/+14
* Reapply r12489: Add pure, const and malloc attributes to proper functionsZuxy Meng2008-03-191-3/+3
* revert r12489.Benoit Fouet2008-03-181-3/+3
* Pure, const and malloc attributes to libavutil.Zuxy Meng2008-03-181-3/+3
* Add missing stdint.h #include to headers that use it.Diego Biurrun2008-03-131-0/+1
* Add FFMPEG_ prefix to all multiple inclusion guards.Diego Biurrun2007-10-171-3/+3
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-071-4/+6
* Add official LGPL license headers to the files that were missing them.Diego Biurrun2006-09-101-0/+18