summaryrefslogtreecommitdiff
path: root/libavutil/mathematics.c
Commit message (Expand)AuthorAge
* avutil/avassert: Don't include avutil.hAndreas Rheinhardt2022-02-24
* Remove obsolete version.h inclusionsAndreas Rheinhardt2021-07-22
* avutil/mathematics: Fix undefined negation in av_compare_ts()Michael Niedermayer2021-02-10
* avutil/mathematics: Use av_sat_add64() for the last addition in av_add_stable()Michael Niedermayer2020-10-25
* avutil/mathematics: Fix overflow with NaN in av_add_stable()Dale Curtis2020-06-06
* avutil/mathematics: Fix 2 overflows in av_add_stable()Michael Niedermayer2019-08-31
* lavu/mathematics: split closing bracket out of ifdeferyClément Bœsch2017-03-18
* lavu/mathematics: document so-called "cruft"Clément Bœsch2017-03-18
* avutil/mathematics: Fix division by 0Michael Niedermayer2015-12-09
* avutil/mathematics: return INT64_MIN (=AV_NOPTS_VALUE) from av_rescale_rnd() ...Michael Niedermayer2015-12-02
* avutil/mathematics: Do not treat INT64_MIN as positive in av_rescale_rndMichael Niedermayer2015-12-01
* avutil/mathematics: make av_gcd more robustGanesh Ajjanagadde2015-10-29
* avutil/mathematics: speed up av_gcd by using Stein's binary GCD algorithmGanesh Ajjanagadde2015-10-11
* Merge commit 'cdfe45ad371b7a8e6135b6c063b6b2a93152cb3a'Hendrik Leppkes2015-09-05
|\
| * lavu: Drop deprecated av_reverse functionVittorio Giovara2015-08-28
* | avutil/mathematics/av_add_stable: Avoid av_cmp_q() callMichael Niedermayer2014-06-02
* | av_add_stable: Add fast special case where step can be represented exactlyMichael Niedermayer2014-06-02
* | avutil/mathematics/av_add_stable: check for the common case of inc=1Michael Niedermayer2014-06-02
* | avutil/mathematics/av_add_stable: avoid unneeded variableMichael Niedermayer2014-06-02
* | Merge commit 'de69aedf9935631b7f78e8b8da6e460422a9bc5f'Michael Niedermayer2014-05-03
|\|
| * mathematics: K&R formatting cosmeticsLuca Barbato2014-05-03
* | avutil/mathematics: add av_add_stable()Michael Niedermayer2014-01-04
* | Merge commit '94a417acc05cc5151b473abc0bf51fad26f8c5a0'Michael Niedermayer2014-01-04
|\|
| * mathematics: remove asserts from av_rescale_rnd()Anton Khirnov2014-01-03
* | av_rescale: support passing MIN/MAX throughMichael Niedermayer2013-01-03
* | lavu: add av_rescale_delta()Michael Niedermayer2012-10-27
* | mathemathics: update copyright yearsMichael Niedermayer2012-10-27
* | Merge commit 'd5c62122a7b26704bf867a1262df358623bf5edf'Michael Niedermayer2012-10-13
|\|
| * Move av_reverse table to libavcodecDiego Biurrun2012-10-12
* | Merge commit '930c9d4373e0f3cb7c64fcfc129127a309f6d066'Michael Niedermayer2012-10-13
|\|
| * avutil: Duplicate ff_log2_tab instead of sharing it across libsDiego Biurrun2012-10-12
* | Merge commit '9734b8ba56d05e970c353dfd5baafa43fdb08024'Michael Niedermayer2012-10-12
|\|
| * Move avutil tables only used in libavcodec to libavcodec.Diego Biurrun2012-10-11
* | libavutil/mathematics: use av_assert()Michael Niedermayer2012-06-06
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-21
|\|
| * avutil: add av_rescale_q_rnd() to allow different roundingJustin Ruggles2012-02-20
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-29
|\|
| * avutil: Remove unused arbitrary precision integer code.Diego Biurrun2011-06-28
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* | av_compare_ts: Improve speed when calculations fit in 64bit.Michael Niedermayer2011-05-11
|/
* 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