| Commit message (Expand) | Author | Age | Files | Lines |
* | lavu/eval: add clip function | Stefano Sabatini | 2014-07-17 | 1 | -0/+9 |
* | lavu/eval: add between() function. | Clément Bœsch | 2013-03-22 | 1 | -0/+9 |
* | tests/eval: fix reference after b2098d2417a085d33d99738dd7f963c7b260a0bf | Stefano Sabatini | 2013-03-17 | 1 | -3/+3 |
* | lavu/eval: add bitor and bitand functions | Stefano Sabatini | 2013-03-17 | 1 | -0/+9 |
* | fate: add print() to the tests of eval | Michael Niedermayer | 2013-02-17 | 1 | -2/+2 |
* | lavu/eval: extend if/ifnot functions to accept a third parameter | Stefano Sabatini | 2013-01-24 | 1 | -0/+12 |
* | Merge commit '9d5c62ba5b586c80af508b5914934b1c439f6652' | Michael Niedermayer | 2012-12-06 | 1 | -0/+6 |
|\ |
|
| * | eval: treat dB as decibels instead of decibytes | Justin Ruggles | 2012-12-05 | 1 | -0/+6 |
* | | eval-test: add some otherwise untested functions. | Michael Niedermayer | 2012-11-01 | 1 | -0/+15 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-07-15 | 1 | -0/+24 |
|\| |
|
| * | eval: add gt(), gte(), lt() and lte() fate tests | Janne Grunau | 2012-07-14 | 1 | -0/+24 |
| * | eval: fix swapping of lt() and lte() | Max Lazarov | 2012-07-14 | 1 | -3/+3 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-07-04 | 1 | -0/+12 |
|\| |
|
| * | eval: Add the isinf() function and tests for it | Martin Storsjö | 2012-07-04 | 1 | -0/+12 |
* | | The lt and lte functions were swapped. | maxlazarov | 2012-04-01 | 1 | -3/+3 |
* | | eval: add root() to solve f(x)=0 | Michael Niedermayer | 2012-02-27 | 1 | -0/+6 |
* | | eval: Allow specifying the variable id. | Michael Niedermayer | 2012-02-26 | 1 | -2/+2 |
* | | eval: Add taylor series evaluation support. | Michael Niedermayer | 2012-02-22 | 1 | -0/+6 |
* | | lavu/eval: add if() and ifnot() eval functions | Stefano Sabatini | 2012-01-17 | 1 | -0/+9 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-09-23 | 1 | -2/+2 |
|\| |
|
| * | eval: test isnan(sqrt(-1)) instead of just sqrt(-1) | Anton Khirnov | 2011-09-22 | 1 | -2/+2 |
| * | eval: implement not() expression | Stefano Sabatini | 2011-09-19 | 1 | -0/+9 |
| * | eval: add sqrt function for computing the square root | Stefano Sabatini | 2011-09-19 | 1 | -0/+6 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-07-06 | 1 | -2/+5 |
|\| |
|
| * | eval: add missing comma to tests. | Ronald S. Bultje | 2011-07-05 | 1 | -2/+5 |
* | | eval/fate: try to fix nan printing format failures. | Michael Niedermayer | 2011-07-05 | 1 | -2/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-07-05 | 1 | -0/+27 |
|/ |
|
* | eval: clear Parser instances before using | Mans Rullgard | 2011-07-04 | 1 | -1/+1 |
* | eval: add fate test | Mans Rullgard | 2011-07-04 | 1 | -0/+134 |