| Commit message (Expand) | Author | Age | Files | Lines |
* | libavutil/eval: Remove CONFIG_TRAPV special handling | Michael Niedermayer | 2021-02-10 | 1 | -1/+1 |
* | avutil/eval: Unconditionally check argument of e_div | Michael Niedermayer | 2021-01-11 | 1 | -1/+1 |
* | avutil/eval: Add av_expr_count_func() similar to av_expr_count_vars() | Michael Niedermayer | 2019-12-28 | 1 | -8/+20 |
* | avutil/eval: add function to track variable use | Gyan Doshi | 2019-11-17 | 1 | -0/+16 |
* | avutil/eval: add sgn() | Paul B Mahol | 2019-10-12 | 1 | -0/+4 |
* | Merge commit '97cfe1d8bd1968143e2ba9aa46ebe9504a835e24' | James Almer | 2017-11-01 | 1 | -1/+8 |
|\ |
|
| * | Convert all AVClass struct declarations to designated initializers. | Diego Biurrun | 2017-06-12 | 1 | -1/+8 |
* | | avutil/eval: add linear interpolation helper | Paul B Mahol | 2017-08-19 | 1 | -1/+9 |
* | | libavutil/eval: Add round function to expression parser | Kevin Mark | 2017-06-06 | 1 | -1/+4 |
* | | avutil/eval: add atan2 function | Paul B Mahol | 2017-01-30 | 1 | -1/+3 |
* | | avutil/reverse: move the ff_reverse declaration to a separate header | James Almer | 2017-01-12 | 1 | -0/+1 |
* | | Merge commit 'd12b5b2f135aade4099f4b26b0fe678656158c13' | Derek Buitenhuis | 2016-05-11 | 1 | -153/+0 |
|\| |
|
| * | build: Split test programs off into separate files | Diego Biurrun | 2016-04-07 | 1 | -124/+0 |
* | | all: move ff_exp10, ff_exp10f, ff_fast_powf to lavu/ffmath.h | Ganesh Ajjanagadde | 2016-03-22 | 1 | -0/+1 |
* | | lavu/eval: replace pow(10,x) by ff_exp10(x) | Ganesh Ajjanagadde | 2015-12-25 | 1 | -1/+1 |
* | | lavu/eval: remove pow and exp2 for postfixes | Ganesh Ajjanagadde | 2015-12-16 | 1 | -24/+28 |
* | | avutil/eval: change sqrt to hypot | Ganesh Ajjanagadde | 2015-11-21 | 1 | -1/+1 |
* | | avutil: add ff_reverse as av_reverse replacement | Andreas Cadhalpun | 2015-08-12 | 1 | -1/+2 |
* | | avutil/eval: check for av_malloc failure | Michael Niedermayer | 2015-04-01 | 1 | -0/+4 |
* | | avutil/eval: factor av_expr_free() calls out | Michael Niedermayer | 2015-04-01 | 1 | -2/+2 |
* | | Merge commit 'f929ab0569ff31ed5a59b0b0adb7ce09df3fca39' | Michael Niedermayer | 2014-08-15 | 1 | -1/+1 |
|\| |
|
| * | cosmetics: Write NULL pointer equality checks more compactly | Gabriel Dume | 2014-08-15 | 1 | -1/+1 |
* | | avutil: move QP2LAMBDA constant to eval | Michael Niedermayer | 2014-07-21 | 1 | -0/+1 |
* | | lavu/eval: add clip function | Stefano Sabatini | 2014-07-17 | 1 | -1/+13 |
* | | Merge commit 'fb0c9d41d685abb58575c5482ca33b8cd457c5ec' | Michael Niedermayer | 2014-01-26 | 1 | -0/+1 |
|\| |
|
| * | avutil: remove timer.h include from internal.h | Janne Grunau | 2014-01-25 | 1 | -0/+1 |
* | | Merge commit '5b097399baa2e38cc513939cfab3a9b6fdbc33df' | Michael Niedermayer | 2013-07-28 | 1 | -1/+2 |
|\| |
|
| * | eval: Explicitly ignore return value of strtod() in parse_db() | Diego Biurrun | 2013-07-27 | 1 | -1/+2 |
| * | Use the avstring.h locale-independent character type functions | Reimar Döffinger | 2013-03-07 | 1 | -1/+2 |
* | | Rename "AVClass class" as "AVClass component_class". | Carl Eugen Hoyos | 2013-06-30 | 1 | -2/+2 |
* | | lavu/eval: rename "new_eval_expr()" to "make_eval_expr()" | Stefano Sabatini | 2013-04-10 | 1 | -5/+5 |
* | | lavu/eval: add between() function. | Clément Bœsch | 2013-03-22 | 1 | -1/+14 |
* | | lavu/eval: add bitor and bitand functions | Stefano Sabatini | 2013-03-17 | 1 | -1/+8 |
* | | lavu/eval: add native support to lte and lt functions | Stefano Sabatini | 2013-03-05 | 1 | -3/+5 |
* | | Remove incorrect use of ctype.h functions. | Reimar Döffinger | 2013-03-03 | 1 | -1/+2 |
* | | fate: add print() to the tests of eval | Michael Niedermayer | 2013-02-17 | 1 | -1/+1 |
* | | eval: print() support | Michael Niedermayer | 2013-02-17 | 1 | -1/+11 |
* | | eval: fix 'warning: ignoring return value of strtod, declared with attribute ... | Michael Niedermayer | 2013-01-29 | 1 | -1/+1 |
* | | lavu/eval: extend if/ifnot functions to accept a third parameter | Stefano Sabatini | 2013-01-24 | 1 | -2/+10 |
* | | eval: add function to access the current "wallclock" time. | Michael Niedermayer | 2013-01-23 | 1 | -0/+7 |
* | | lavu/eval: handle div by zero in mod(). | Clément Bœsch | 2013-01-02 | 1 | -1/+1 |
* | | Merge commit '9d5c62ba5b586c80af508b5914934b1c439f6652' | Michael Niedermayer | 2012-12-06 | 1 | -3/+24 |
|\| |
|
| * | eval: treat dB as decibels instead of decibytes | Justin Ruggles | 2012-12-05 | 1 | -3/+24 |
* | | Merge commit 'cb45553f577f8e0ebfe05d3287e1b6fa5859b967' | Michael Niedermayer | 2012-12-05 | 1 | -3/+0 |
|\| |
|
| * | Remove pointless #undefs of previously forbidden functions. | Anton Khirnov | 2012-12-04 | 1 | -1/+0 |
* | | lavu: remove disabled FF_API_OLD_EVAL_NAMES code | Stefano Sabatini | 2012-11-07 | 1 | -34/+0 |
* | | eval-test: add some otherwise untested functions. | Michael Niedermayer | 2012-11-01 | 1 | -0/+5 |
* | | Merge commit 'b5198a2637b7b45b0049a1d4b386a06f016f2520' | Michael Niedermayer | 2012-10-14 | 1 | -1/+2 |
|\| |
|
| * | eval-test: make table static const | Mans Rullgard | 2012-10-13 | 1 | -1/+2 |
* | | eval: Fix eval test with ftrapv | Michael Niedermayer | 2012-10-09 | 1 | -1/+1 |