summaryrefslogtreecommitdiff
path: root/libavutil/mathematics.c
Commit message (Expand)AuthorAge
* lavu: Drop deprecated av_reverse functionVittorio Giovara2015-08-28
* mathematics: K&R formatting cosmeticsLuca Barbato2014-05-03
* mathematics: remove asserts from av_rescale_rnd()Anton Khirnov2014-01-03
* Move av_reverse table to libavcodecDiego Biurrun2012-10-12
* avutil: Duplicate ff_log2_tab instead of sharing it across libsDiego Biurrun2012-10-12
* Move avutil tables only used in libavcodec to libavcodec.Diego Biurrun2012-10-11
* avutil: add av_rescale_q_rnd() to allow different roundingJustin Ruggles2012-02-20
* avutil: Remove unused arbitrary precision integer code.Diego Biurrun2011-06-28
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* Silence "comparison of unsigned expression >= 0 is always true" warning.Eli Friedman2010-07-03
* Add av_compare_mod()Michael Niedermayer2010-06-09
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-20
* Replace many includes of libavutil/common.h with what is actually neededMåns Rullgård2010-03-09
* av_compare_ts()Michael Niedermayer2010-02-07
* Move ff_reverse in libavcodec to av_reverse in libavutil.Francesco Lavra2009-11-09
* Remove all remaining code that was disabled through the major version bump.Diego Biurrun2009-03-09
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-01
* spelling/grammar/consistency review part IDiego Biurrun2009-01-28
* add a ff_gcd() function again, for compatibility with old libavcodecAurelien Jacobs2009-01-27
* Directly #include a bunch of indirectly #included headers.Diego Biurrun2009-01-24
* export gcd function as av_gcd()Aurelien Jacobs2009-01-17
* Faster ff_sqrt()Michael Niedermayer2008-01-21
* Fix a couple of 'return type defaults to int' and 'control reaches end ofDiego Biurrun2008-01-10
* Allow compilation of test programs when TEST is defined.Diego Biurrun2008-01-08
* main() --> main(void)Diego Biurrun2007-11-23
* Replace most of the %lld and %llx by their (cleaner) PRI*64 counterparts.Steve L'Homme2006-11-01
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
* improve selftestMichael Niedermayer2006-05-29
* extend range used for testing (larger range should work too but testing code ...Michael Niedermayer2006-04-29
* <= vs. >= 10l bugMichael Niedermayer2006-04-29
* add newline at end of fileMåns Rullgård2006-04-28
* avoid AVInteger usage in av_rescaleMichael Niedermayer2006-04-23
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-12
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-17
* libavutil: Utility code from libavcodec moved to a separate library.Alexander Strasser2005-08-01