Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-02-24avutil/avassert: Don't include avutil.hAndreas Rheinhardt
2021-07-22Remove obsolete version.h inclusionsAndreas Rheinhardt
2021-02-10avutil/mathematics: Fix undefined negation in av_compare_ts()Michael Niedermayer
2020-10-25avutil/mathematics: Use av_sat_add64() for the last addition in av_add_stable()Michael Niedermayer
2020-06-06avutil/mathematics: Fix overflow with NaN in av_add_stable()Dale Curtis
2019-08-31avutil/mathematics: Fix 2 overflows in av_add_stable()Michael Niedermayer
2017-03-19lavu/mathematics: split closing bracket out of ifdeferyClément Bœsch
2017-03-19lavu/mathematics: document so-called "cruft"Clément Bœsch
2015-12-09avutil/mathematics: Fix division by 0Michael Niedermayer
2015-12-02avutil/mathematics: return INT64_MIN (=AV_NOPTS_VALUE) from av_rescale_rnd() ...Michael Niedermayer
2015-12-01avutil/mathematics: Do not treat INT64_MIN as positive in av_rescale_rndMichael Niedermayer
2015-10-30avutil/mathematics: make av_gcd more robustGanesh Ajjanagadde
2015-10-11avutil/mathematics: speed up av_gcd by using Stein's binary GCD algorithmGanesh Ajjanagadde
2015-09-05Merge commit 'cdfe45ad371b7a8e6135b6c063b6b2a93152cb3a'Hendrik Leppkes
2015-08-28lavu: Drop deprecated av_reverse functionVittorio Giovara
2014-06-02avutil/mathematics/av_add_stable: Avoid av_cmp_q() callMichael Niedermayer
2014-06-02av_add_stable: Add fast special case where step can be represented exactlyMichael Niedermayer
2014-06-02avutil/mathematics/av_add_stable: check for the common case of inc=1Michael Niedermayer
2014-06-02avutil/mathematics/av_add_stable: avoid unneeded variableMichael Niedermayer
2014-05-04Merge commit 'de69aedf9935631b7f78e8b8da6e460422a9bc5f'Michael Niedermayer
2014-05-03mathematics: K&R formatting cosmeticsLuca Barbato
2014-01-04avutil/mathematics: add av_add_stable()Michael Niedermayer
2014-01-04Merge commit '94a417acc05cc5151b473abc0bf51fad26f8c5a0'Michael Niedermayer
2014-01-03mathematics: remove asserts from av_rescale_rnd()Anton Khirnov
2013-01-03av_rescale: support passing MIN/MAX throughMichael Niedermayer
2012-10-27lavu: add av_rescale_delta()Michael Niedermayer
2012-10-27mathemathics: update copyright yearsMichael Niedermayer
2012-10-13Merge commit 'd5c62122a7b26704bf867a1262df358623bf5edf'Michael Niedermayer
2012-10-13Merge commit '930c9d4373e0f3cb7c64fcfc129127a309f6d066'Michael Niedermayer
2012-10-12Move av_reverse table to libavcodecDiego Biurrun
2012-10-12avutil: Duplicate ff_log2_tab instead of sharing it across libsDiego Biurrun
2012-10-12Merge commit '9734b8ba56d05e970c353dfd5baafa43fdb08024'Michael Niedermayer
2012-10-11Move avutil tables only used in libavcodec to libavcodec.Diego Biurrun
2012-06-06libavutil/mathematics: use av_assert()Michael Niedermayer
2012-02-21Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-02-21avutil: add av_rescale_q_rnd() to allow different roundingJustin Ruggles
2011-06-29Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-06-28avutil: Remove unused arbitrary precision integer code.Diego Biurrun
2011-05-11av_compare_ts: Improve speed when calculations fit in 64bit.Michael Niedermayer
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2010-07-03Silence "comparison of unsigned expression >= 0 is always true" warning.Eli Friedman
2010-06-09Add av_compare_mod()Michael Niedermayer
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun
2010-03-09Replace many includes of libavutil/common.h with what is actually neededMåns Rullgård
2010-02-07av_compare_ts()Michael Niedermayer
2009-11-09Move ff_reverse in libavcodec to av_reverse in libavutil.Francesco Lavra
2009-03-09Remove all remaining code that was disabled through the major version bump.Diego Biurrun
2009-02-01Use full internal pathname in doxygen @file directives.Diego Biurrun
2009-01-28spelling/grammar/consistency review part IDiego Biurrun
2009-01-27add a ff_gcd() function again, for compatibility with old libavcodecAurelien Jacobs