| Commit message (Expand) | Author | Age | Files | Lines |
* | avutil/mathematics: Fix 2 overflows in av_add_stable() | Michael Niedermayer | 2019-08-31 | 1 | -1/+5 |
* | lavu/mathematics: split closing bracket out of ifdefery | Clément Bœsch | 2017-03-18 | 1 | -2/+1 |
* | lavu/mathematics: document so-called "cruft" | Clément Bœsch | 2017-03-18 | 1 | -0/+1 |
* | avutil/mathematics: Fix division by 0 | Michael Niedermayer | 2015-12-09 | 1 | -1/+1 |
* | avutil/mathematics: return INT64_MIN (=AV_NOPTS_VALUE) from av_rescale_rnd() ... | Michael Niedermayer | 2015-12-02 | 1 | -3/+10 |
* | avutil/mathematics: Do not treat INT64_MIN as positive in av_rescale_rnd | Michael Niedermayer | 2015-12-01 | 1 | -2/+2 |
* | avutil/mathematics: make av_gcd more robust | Ganesh Ajjanagadde | 2015-10-29 | 1 | -1/+1 |
* | avutil/mathematics: speed up av_gcd by using Stein's binary GCD algorithm | Ganesh Ajjanagadde | 2015-10-11 | 1 | -5/+21 |
* | Merge commit 'cdfe45ad371b7a8e6135b6c063b6b2a93152cb3a' | Hendrik Leppkes | 2015-09-05 | 1 | -21/+0 |
|\ |
|
| * | lavu: Drop deprecated av_reverse function | Vittorio Giovara | 2015-08-28 | 1 | -21/+0 |
* | | avutil/mathematics/av_add_stable: Avoid av_cmp_q() call | Michael Niedermayer | 2014-06-02 | 1 | -4/+3 |
* | | av_add_stable: Add fast special case where step can be represented exactly | Michael Niedermayer | 2014-06-02 | 1 | -0/+8 |
* | | avutil/mathematics/av_add_stable: check for the common case of inc=1 | Michael Niedermayer | 2014-06-02 | 1 | -1/+2 |
* | | avutil/mathematics/av_add_stable: avoid unneeded variable | Michael Niedermayer | 2014-06-02 | 1 | -5/+5 |
* | | Merge commit 'de69aedf9935631b7f78e8b8da6e460422a9bc5f' | Michael Niedermayer | 2014-05-03 | 1 | -43/+54 |
|\| |
|
| * | mathematics: K&R formatting cosmetics | Luca Barbato | 2014-05-03 | 1 | -42/+53 |
* | | avutil/mathematics: add av_add_stable() | Michael Niedermayer | 2014-01-04 | 1 | -0/+14 |
* | | Merge commit '94a417acc05cc5151b473abc0bf51fad26f8c5a0' | Michael Niedermayer | 2014-01-04 | 1 | -0/+3 |
|\| |
|
| * | mathematics: remove asserts from av_rescale_rnd() | Anton Khirnov | 2014-01-03 | 1 | -4/+3 |
* | | av_rescale: support passing MIN/MAX through | Michael Niedermayer | 2013-01-03 | 1 | -1/+7 |
* | | lavu: add av_rescale_delta() | Michael Niedermayer | 2012-10-27 | 1 | -0/+23 |
* | | mathemathics: update copyright years | Michael Niedermayer | 2012-10-27 | 1 | -1/+1 |
* | | Merge commit 'd5c62122a7b26704bf867a1262df358623bf5edf' | Michael Niedermayer | 2012-10-13 | 1 | -0/+4 |
|\| |
|
| * | Move av_reverse table to libavcodec | Diego Biurrun | 2012-10-12 | 1 | -0/+4 |
* | | Merge commit '930c9d4373e0f3cb7c64fcfc129127a309f6d066' | Michael Niedermayer | 2012-10-13 | 1 | -11/+0 |
|\| |
|
| * | avutil: Duplicate ff_log2_tab instead of sharing it across libs | Diego Biurrun | 2012-10-12 | 1 | -11/+0 |
* | | Merge commit '9734b8ba56d05e970c353dfd5baafa43fdb08024' | Michael Niedermayer | 2012-10-12 | 1 | -11/+0 |
|\| |
|
| * | Move avutil tables only used in libavcodec to libavcodec. | Diego Biurrun | 2012-10-11 | 1 | -11/+0 |
* | | libavutil/mathematics: use av_assert() | Michael Niedermayer | 2012-06-06 | 1 | -4/+4 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-02-21 | 1 | -2/+9 |
|\| |
|
| * | avutil: add av_rescale_q_rnd() to allow different rounding | Justin Ruggles | 2012-02-20 | 1 | -2/+9 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-06-29 | 1 | -29/+0 |
|\| |
|
| * | avutil: Remove unused arbitrary precision integer code. | Diego Biurrun | 2011-06-28 | 1 | -29/+0 |
| * | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
* | | av_compare_ts: Improve speed when calculations fit in 64bit. | Michael Niedermayer | 2011-05-11 | 1 | -0/+3 |
|/ |
|
* | Silence "comparison of unsigned expression >= 0 is always true" warning. | Eli Friedman | 2010-07-03 | 1 | -1/+1 |
* | Add av_compare_mod() | Michael Niedermayer | 2010-06-09 | 1 | -0/+7 |
* | Remove explicit filename from Doxygen @file commands. | Diego Biurrun | 2010-04-20 | 1 | -1/+1 |
* | Replace many includes of libavutil/common.h with what is actually needed | Måns Rullgård | 2010-03-09 | 1 | -2/+2 |
* | av_compare_ts() | Michael Niedermayer | 2010-02-07 | 1 | -0/+8 |
* | Move ff_reverse in libavcodec to av_reverse in libavutil. | Francesco Lavra | 2009-11-09 | 1 | -0/+19 |
* | Remove all remaining code that was disabled through the major version bump. | Diego Biurrun | 2009-03-09 | 1 | -6/+0 |
* | Use full internal pathname in doxygen @file directives. | Diego Biurrun | 2009-02-01 | 1 | -1/+1 |
* | spelling/grammar/consistency review part I | Diego Biurrun | 2009-01-28 | 1 | -1/+1 |
* | add a ff_gcd() function again, for compatibility with old libavcodec | Aurelien Jacobs | 2009-01-27 | 1 | -0/+7 |
* | Directly #include a bunch of indirectly #included headers. | Diego Biurrun | 2009-01-24 | 1 | -0/+1 |
* | export gcd function as av_gcd() | Aurelien Jacobs | 2009-01-17 | 1 | -2/+2 |
* | Faster ff_sqrt() | Michael Niedermayer | 2008-01-21 | 1 | -5/+9 |
* | Fix a couple of 'return type defaults to int' and 'control reaches end of | Diego Biurrun | 2008-01-10 | 1 | -1/+2 |
* | Allow compilation of test programs when TEST is defined. | Diego Biurrun | 2008-01-08 | 1 | -1/+2 |