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
2021-02-10libavutil/eval: Remove CONFIG_TRAPV special handlingMichael Niedermayer
2021-01-12avutil/eval: Unconditionally check argument of e_divMichael Niedermayer
2019-12-28avutil/eval: Add av_expr_count_func() similar to av_expr_count_vars()Michael Niedermayer
2019-11-17avutil/eval: add function to track variable useGyan Doshi
2019-10-12avutil/eval: add sgn()Paul B Mahol
2017-11-02Merge commit '97cfe1d8bd1968143e2ba9aa46ebe9504a835e24'James Almer
2017-08-19avutil/eval: add linear interpolation helperPaul B Mahol
2017-06-12Convert all AVClass struct declarations to designated initializers.Diego Biurrun
2017-06-06libavutil/eval: Add round function to expression parserKevin Mark
2017-01-30avutil/eval: add atan2 functionPaul B Mahol
2017-01-13avutil/reverse: move the ff_reverse declaration to a separate headerJames Almer
2016-05-11Merge commit 'd12b5b2f135aade4099f4b26b0fe678656158c13'Derek Buitenhuis
2016-04-07build: Split test programs off into separate filesDiego Biurrun
2016-03-22all: move ff_exp10, ff_exp10f, ff_fast_powf to lavu/ffmath.hGanesh Ajjanagadde
2015-12-25lavu/eval: replace pow(10,x) by ff_exp10(x)Ganesh Ajjanagadde
2015-12-16lavu/eval: remove pow and exp2 for postfixesGanesh Ajjanagadde
2015-11-21avutil/eval: change sqrt to hypotGanesh Ajjanagadde
2015-08-12avutil: add ff_reverse as av_reverse replacementAndreas Cadhalpun
2015-04-01avutil/eval: check for av_malloc failureMichael Niedermayer
2015-04-01avutil/eval: factor av_expr_free() calls outMichael Niedermayer
2014-08-15Merge commit 'f929ab0569ff31ed5a59b0b0adb7ce09df3fca39'Michael Niedermayer
2014-08-15cosmetics: Write NULL pointer equality checks more compactlyGabriel Dume
2014-07-21avutil: move QP2LAMBDA constant to evalMichael Niedermayer
2014-07-17lavu/eval: add clip functionStefano Sabatini
2014-01-26Merge commit 'fb0c9d41d685abb58575c5482ca33b8cd457c5ec'Michael Niedermayer
2014-01-26avutil: remove timer.h include from internal.hJanne Grunau
2013-07-28Merge commit '5b097399baa2e38cc513939cfab3a9b6fdbc33df'Michael Niedermayer
2013-07-27eval: Explicitly ignore return value of strtod() in parse_db()Diego Biurrun
2013-06-30Rename "AVClass class" as "AVClass component_class".Carl Eugen Hoyos
2013-04-10lavu/eval: rename "new_eval_expr()" to "make_eval_expr()"Stefano Sabatini
2013-03-22lavu/eval: add between() function.Clément Bœsch
2013-03-17lavu/eval: add bitor and bitand functionsStefano Sabatini
2013-03-07Use the avstring.h locale-independent character type functionsReimar Döffinger
2013-03-05lavu/eval: add native support to lte and lt functionsStefano Sabatini
2013-03-04Remove incorrect use of ctype.h functions.Reimar Döffinger
2013-02-17fate: add print() to the tests of evalMichael Niedermayer
2013-02-17eval: print() supportMichael Niedermayer
2013-01-29eval: fix 'warning: ignoring return value of strtod, declared with attribute ...Michael Niedermayer
2013-01-24lavu/eval: extend if/ifnot functions to accept a third parameterStefano Sabatini
2013-01-24eval: add function to access the current "wallclock" time.Michael Niedermayer
2013-01-03lavu/eval: handle div by zero in mod().Clément Bœsch
2012-12-06Merge commit '9d5c62ba5b586c80af508b5914934b1c439f6652'Michael Niedermayer
2012-12-05eval: treat dB as decibels instead of decibytesJustin Ruggles
2012-12-05Merge commit 'cb45553f577f8e0ebfe05d3287e1b6fa5859b967'Michael Niedermayer
2012-12-05Remove pointless #undefs of previously forbidden functions.Anton Khirnov
2012-11-08lavu: remove disabled FF_API_OLD_EVAL_NAMES codeStefano Sabatini
2012-11-01eval-test: add some otherwise untested functions.Michael Niedermayer
2012-10-14Merge commit 'b5198a2637b7b45b0049a1d4b386a06f016f2520'Michael Niedermayer
2012-10-13eval-test: make table static constMans Rullgard
2012-10-09eval: Fix eval test with ftrapvMichael Niedermayer