summaryrefslogtreecommitdiff
path: root/libavutil/eval.c
Commit message (Expand)AuthorAge
* 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
* | lavu/eval: add if() and ifnot() eval functionsStefano Sabatini2012-01-17
* | Add coverage exclusions for test code.Reimar Döffinger2011-12-05
* | eval: add mathematical constants (PI, E, PHI).Nicolas George2011-10-13
* | eval: fix () bug in not.Michael Niedermayer2011-10-09
* | eval: add gcd()Michael Niedermayer2011-10-08
* | eval:add hypot()Michael Niedermayer2011-10-08
* | eval: add random()Michael Niedermayer2011-10-08
* | eval: make variables persistent so they can be used between evaluations.Michael Niedermayer2011-10-08
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-09-23
|\|
| * eval: test isnan(sqrt(-1)) instead of just sqrt(-1)Anton Khirnov2011-09-22