summaryrefslogtreecommitdiff
path: root/libavutil/mathematics.c
Commit message (Expand)AuthorAgeFilesLines
* av_rescale: support passing MIN/MAX throughMichael Niedermayer2013-01-031-1/+7
* lavu: add av_rescale_delta()Michael Niedermayer2012-10-271-0/+23
* mathemathics: update copyright yearsMichael Niedermayer2012-10-271-1/+1
* Merge commit 'd5c62122a7b26704bf867a1262df358623bf5edf'Michael Niedermayer2012-10-131-0/+4
|\
| * Move av_reverse table to libavcodecDiego Biurrun2012-10-121-0/+4
* | Merge commit '930c9d4373e0f3cb7c64fcfc129127a309f6d066'Michael Niedermayer2012-10-131-11/+0
|\ \ | |/
| * avutil: Duplicate ff_log2_tab instead of sharing it across libsDiego Biurrun2012-10-121-11/+0
* | Merge commit '9734b8ba56d05e970c353dfd5baafa43fdb08024'Michael Niedermayer2012-10-121-11/+0
|\ \ | |/
| * Move avutil tables only used in libavcodec to libavcodec.Diego Biurrun2012-10-111-11/+0
* | libavutil/mathematics: use av_assert()Michael Niedermayer2012-06-061-4/+4
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-211-2/+9
|\ \ | |/
| * avutil: add av_rescale_q_rnd() to allow different roundingJustin Ruggles2012-02-201-2/+9
* | 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