summaryrefslogtreecommitdiffstats
path: root/libavutil/mathematics.c
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-291-29/+0
|\
| * avutil: Remove unused arbitrary precision integer code.Diego Biurrun2011-06-281-29/+0
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* | av_compare_ts: Improve speed when calculations fit in 64bit.Michael Niedermayer2011-05-111-0/+3
|/
* Silence "comparison of unsigned expression >= 0 is always true" warning.Eli Friedman2010-07-031-1/+1
* Add av_compare_mod()Michael Niedermayer2010-06-091-0/+7
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-201-1/+1
* Replace many includes of libavutil/common.h with what is actually neededMåns Rullgård2010-03-091-2/+2
* av_compare_ts()Michael Niedermayer2010-02-071-0/+8
* Move ff_reverse in libavcodec to av_reverse in libavutil.Francesco Lavra2009-11-091-0/+19
* Remove all remaining code that was disabled through the major version bump.Diego Biurrun2009-03-091-6/+0
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-011-1/+1
* spelling/grammar/consistency review part IDiego Biurrun2009-01-281-1/+1
* add a ff_gcd() function again, for compatibility with old libavcodecAurelien Jacobs2009-01-271-0/+7
* Directly #include a bunch of indirectly #included headers.Diego Biurrun2009-01-241-0/+1
* export gcd function as av_gcd()Aurelien Jacobs2009-01-171-2/+2
* Faster ff_sqrt()Michael Niedermayer2008-01-211-5/+9
* Fix a couple of 'return type defaults to int' and 'control reaches end ofDiego Biurrun2008-01-101-1/+2
* Allow compilation of test programs when TEST is defined.Diego Biurrun2008-01-081-1/+2
* main() --> main(void)Diego Biurrun2007-11-231-1/+1
* Replace most of the %lld and %llx by their (cleaner) PRI*64 counterparts.Steve L'Homme2006-11-011-1/+1
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-071-4/+6
* improve selftestMichael Niedermayer2006-05-291-3/+4
* extend range used for testing (larger range should work too but testing code ...Michael Niedermayer2006-04-291-3/+3
* <= vs. >= 10l bugMichael Niedermayer2006-04-291-5/+9
* add newline at end of fileMåns Rullgård2006-04-281-1/+1
* avoid AVInteger usage in av_rescaleMichael Niedermayer2006-04-231-6/+54
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-121-1/+1
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-171-6/+6
* libavutil: Utility code from libavcodec moved to a separate library.Alexander Strasser2005-08-011-0/+84
OpenPOWER on IntegriCloud