summaryrefslogtreecommitdiff
path: root/libavutil/eval.c
Commit message (Expand)AuthorAge
* Merge commit 'f929ab0569ff31ed5a59b0b0adb7ce09df3fca39'Michael Niedermayer2014-08-15
|\
| * cosmetics: Write NULL pointer equality checks more compactlyGabriel Dume2014-08-15
* | avutil: move QP2LAMBDA constant to evalMichael Niedermayer2014-07-21
* | lavu/eval: add clip functionStefano Sabatini2014-07-17
* | Merge commit 'fb0c9d41d685abb58575c5482ca33b8cd457c5ec'Michael Niedermayer2014-01-26
|\|
| * avutil: remove timer.h include from internal.hJanne Grunau2014-01-25
* | Merge commit '5b097399baa2e38cc513939cfab3a9b6fdbc33df'Michael Niedermayer2013-07-28
|\|
| * eval: Explicitly ignore return value of strtod() in parse_db()Diego Biurrun2013-07-27
| * Use the avstring.h locale-independent character type functionsReimar Döffinger2013-03-07
* | Rename "AVClass class" as "AVClass component_class".Carl Eugen Hoyos2013-06-30
* | lavu/eval: rename "new_eval_expr()" to "make_eval_expr()"Stefano Sabatini2013-04-10
* | lavu/eval: add between() function.Clément Bœsch2013-03-22
* | lavu/eval: add bitor and bitand functionsStefano Sabatini2013-03-17
* | lavu/eval: add native support to lte and lt functionsStefano Sabatini2013-03-05
* | Remove incorrect use of ctype.h functions.Reimar Döffinger2013-03-03
* | fate: add print() to the tests of evalMichael Niedermayer2013-02-17
* | eval: print() supportMichael Niedermayer2013-02-17
* | eval: fix 'warning: ignoring return value of strtod, declared with attribute ...Michael Niedermayer2013-01-29
* | lavu/eval: extend if/ifnot functions to accept a third parameterStefano Sabatini2013-01-24
* | eval: add function to access the current "wallclock" time.Michael Niedermayer2013-01-23
* | lavu/eval: handle div by zero in mod().Clément Bœsch2013-01-02
* | Merge commit '9d5c62ba5b586c80af508b5914934b1c439f6652'Michael Niedermayer2012-12-06
|\|
| * eval: treat dB as decibels instead of decibytesJustin Ruggles2012-12-05
* | Merge commit 'cb45553f577f8e0ebfe05d3287e1b6fa5859b967'Michael Niedermayer2012-12-05
|\|
| * Remove pointless #undefs of previously forbidden functions.Anton Khirnov2012-12-04
* | lavu: remove disabled FF_API_OLD_EVAL_NAMES codeStefano Sabatini2012-11-07
* | eval-test: add some otherwise untested functions.Michael Niedermayer2012-11-01
* | Merge commit 'b5198a2637b7b45b0049a1d4b386a06f016f2520'Michael Niedermayer2012-10-14
|\|
| * eval-test: make table static constMans Rullgard2012-10-13
* | eval: Fix eval test with ftrapvMichael Niedermayer2012-10-09
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-16
|\|
| * Don't include common.h from avutil.hMartin Storsjö2012-08-15
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-27
|\|
| * eval: fix printing of NaN in eval fate test.Ronald S. Bultje2012-07-26
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-15
|\|
| * eval: add gt(), gte(), lt() and lte() fate testsJanne Grunau2012-07-14
| * eval: fix swapping of lt() and lte()Max Lazarov2012-07-14
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-04
|\|
| * eval: Add the isinf() function and tests for itMartin Storsjö2012-07-04
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-01
|\|
| * opt/eval: Include mathematics.h for NAN/INFINITYMartin Storsjö2012-07-01
* | The lt and lte functions were swapped.maxlazarov2012-04-01
* | eval: fix infinite loop on opensolaris x86.Michael Niedermayer2012-03-01
* | eval: add root() to solve f(x)=0Michael Niedermayer2012-02-27
* | eval: Check that single parameter functions dont get a second param.Michael Niedermayer2012-02-26
* | eval: Allow specifying the variable id.Michael Niedermayer2012-02-26
* | eval: support 3 parameter functions.Michael Niedermayer2012-02-22
* | eval: Add taylor series evaluation support.Michael Niedermayer2012-02-22
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-22
|\|
| * Mark mutable static data const where appropriate.Alex Converse2012-02-21