summaryrefslogtreecommitdiff
path: root/libavutil/mathematics.h
Commit message (Expand)AuthorAge
* mathematics: Don't use division by zero in NAN/INFINITY macrosRonald S. Bultje2012-07-01
* mathematics.h: remove a couple of math definesJanne Grunau2012-06-20
* avutil: add av_rescale_q_rnd() to allow different roundingJustin Ruggles2012-02-20
* doxy: provide a start page and document libavutilLuca Barbato2011-11-22
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* Add the M_PHI constant, contains an approximation of the golden ratioStefano Sabatini2010-07-22
* Fix grammar errors in documentationMåns Rullgård2010-06-30
* Fix av_compare_mod() doxy.Stefano Sabatini2010-06-13
* Add av_compare_mod()Michael Niedermayer2010-06-09
* Add M_SQRT2 to the constants in mathematics.h.Alex Converse2010-04-09
* Replace @returns by @return.Benoit Fouet2010-03-30
* Replace many includes of libavutil/common.h with what is actually neededMåns Rullgård2010-03-09
* More accurate value for log2(10)Måns Rullgård2010-02-21
* Replace log2f(10) with a constantMåns Rullgård2010-02-20
* av_compare_ts()Michael Niedermayer2010-02-07
* 2nd try on documenting av_gcd().Michael Niedermayer2009-12-27
* Document av_gcd().Michael Niedermayer2009-12-27
* Define INFINITIY and NAN in mathematics.h if missingMåns Rullgård2009-08-10
* Add common.h #include, necessary for av_const.Diego Biurrun2009-01-28
* spelling/grammar/consistency review part IDiego Biurrun2009-01-28
* export gcd function as av_gcd()Aurelien Jacobs2009-01-17
* Globally rename the header inclusion guard names.Stefano Sabatini2008-08-31
* move M_PI definition along with other math definitionsAurelien Jacobs2008-08-13
* define some math constants so as not to depend on _XOPEN_SOURCEAurelien Jacobs2008-08-13
* Reapply r12489: Add pure, const and malloc attributes to proper functionsZuxy Meng2008-03-19
* revert r12489.Benoit Fouet2008-03-18
* Pure, const and malloc attributes to libavutil.Zuxy Meng2008-03-18
* Add missing stdint.h #include to headers that use it.Diego Biurrun2008-03-13
* Add FFMPEG_ prefix to all multiple inclusion guards.Diego Biurrun2007-10-17
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
* Add official LGPL license headers to the files that were missing them.Diego Biurrun2006-09-10
* libavutil: Utility code from libavcodec moved to a separate library.Alexander Strasser2005-08-01