109 Commits (ae84305036ceced3813fb295b71d51343ffd9535)

Author SHA1 Message Date
Gyan Doshi 1c23abc88f avutil/eval: add function to track variable use 5 years ago
Paul B Mahol 961d6493e8 avutil/eval: add sgn() 5 years ago
Paul B Mahol 1146133df8 avutil/eval: add linear interpolation helper 7 years ago
Diego Biurrun 97cfe1d8bd Convert all AVClass struct declarations to designated initializers. 8 years ago
Kevin Mark 482566ccc3 libavutil/eval: Add round function to expression parser 8 years ago
Paul B Mahol 13564fc24d avutil/eval: add atan2 function 8 years ago
James Almer 1d4d0ee4b0 avutil/reverse: move the ff_reverse declaration to a separate header 8 years ago
Diego Biurrun d12b5b2f13 build: Split test programs off into separate files 9 years ago
Ganesh Ajjanagadde db1a642cd2 all: move ff_exp10, ff_exp10f, ff_fast_powf to lavu/ffmath.h 9 years ago
Ganesh Ajjanagadde 0e9fe3e3c9 lavu/eval: replace pow(10,x) by ff_exp10(x) 9 years ago
Ganesh Ajjanagadde 4fa6f09c2c lavu/eval: remove pow and exp2 for postfixes 9 years ago
Ganesh Ajjanagadde 401c93ddb7 avutil/eval: change sqrt to hypot 9 years ago
Andreas Cadhalpun 107e54c5bf avutil: add ff_reverse as av_reverse replacement 9 years ago
Michael Niedermayer c49e7924a8 avutil/eval: check for av_malloc failure 10 years ago
Michael Niedermayer 61123634dd avutil/eval: factor av_expr_free() calls out 10 years ago
Gabriel Dume f929ab0569 cosmetics: Write NULL pointer equality checks more compactly 10 years ago
Michael Niedermayer 88efc013b1 avutil: move QP2LAMBDA constant to eval 10 years ago
Stefano Sabatini f3e886c7df lavu/eval: add clip function 10 years ago
Janne Grunau fb0c9d41d6 avutil: remove timer.h include from internal.h 11 years ago
Diego Biurrun 5b097399ba eval: Explicitly ignore return value of strtod() in parse_db() 11 years ago
Carl Eugen Hoyos 0915b531bc Rename "AVClass class" as "AVClass component_class". 12 years ago
Stefano Sabatini 8afcaaeb75 lavu/eval: rename "new_eval_expr()" to "make_eval_expr()" 12 years ago
Clément Bœsch 77f60f0011 lavu/eval: add between() function. 12 years ago
Stefano Sabatini b2098d2417 lavu/eval: add bitor and bitand functions 12 years ago
Reimar Döffinger efa7f42020 Use the avstring.h locale-independent character type functions 12 years ago
Stefano Sabatini ad48556135 lavu/eval: add native support to lte and lt functions 12 years ago
Reimar Döffinger 88d55b827d Remove incorrect use of ctype.h functions. 12 years ago
Michael Niedermayer 29c8619a49 fate: add print() to the tests of eval 12 years ago
Michael Niedermayer 09ece9fa6c eval: print() support 12 years ago
Michael Niedermayer 3cd9849d9c eval: fix 'warning: ignoring return value of strtod, declared with attribute warn_unused_result' 12 years ago
Stefano Sabatini 2ed0803c6c lavu/eval: extend if/ifnot functions to accept a third parameter 12 years ago
Michael Niedermayer 31cd1e20bb eval: add function to access the current "wallclock" time. 12 years ago
Clément Bœsch 49a78e6b8c lavu/eval: handle div by zero in mod(). 12 years ago
Justin Ruggles 5312268b34 eval: treat dB as decibels instead of decibytes 12 years ago
Anton Khirnov cb45553f57 Remove pointless #undefs of previously forbidden functions. 12 years ago
Stefano Sabatini 1c6962dc20 lavu: remove disabled FF_API_OLD_EVAL_NAMES code 12 years ago
Michael Niedermayer 25a21c587c eval-test: add some otherwise untested functions. 12 years ago
Mans Rullgard 74c39bc682 eval-test: make table static const 12 years ago
Michael Niedermayer 03f5043f5d eval: Fix eval test with ftrapv 12 years ago
Martin Storsjö 1d9c2dc89a Don't include common.h from avutil.h 12 years ago
Ronald S. Bultje 02ac28229a eval: fix printing of NaN in eval fate test. 12 years ago
Janne Grunau 2d497c141d eval: add gt(), gte(), lt() and lte() fate tests 13 years ago
Max Lazarov caac3ab6ef eval: fix swapping of lt() and lte() 13 years ago
Martin Storsjö 143f1e9203 eval: Add the isinf() function and tests for it 13 years ago
Martin Storsjö 3893feeccd opt/eval: Include mathematics.h for NAN/INFINITY 13 years ago
maxlazarov 7a3df014b9 The lt and lte functions were swapped. 13 years ago
Michael Niedermayer d2101bffa0 eval: fix infinite loop on opensolaris x86. 13 years ago
Michael Niedermayer 59affed23c eval: add root() to solve f(x)=0 13 years ago
Michael Niedermayer 8c5ee45d13 eval: Check that single parameter functions dont get a second param. 13 years ago
Michael Niedermayer 923092697a eval: Allow specifying the variable id. 13 years ago