| Commit message (Expand) | Author | Age | Files | Lines |
* | eval: add root() to solve f(x)=0 | Michael Niedermayer | 2012-02-27 | 1 | -0/+4 |
* | eval: Allow specifying the variable id. | Michael Niedermayer | 2012-02-26 | 1 | -2/+3 |
* | eval: Add taylor series evaluation support. | Michael Niedermayer | 2012-02-22 | 1 | -0/+7 |
* | doc/eval.texi: add precisation about the assumption for "trueness" in conditi... | Stefano Sabatini | 2012-01-17 | 1 | -1/+2 |
* | lavu/eval: add if() and ifnot() eval functions | Stefano Sabatini | 2012-01-17 | 1 | -2/+10 |
* | eval.texi: document that variables are not shared between expressions. | Michael Niedermayer | 2011-12-10 | 1 | -0/+1 |
* | docs: Spelling fixes to 9 texi files from /doc | root | 2011-11-29 | 1 | -5/+5 |
* | eval: add mathematical constants (PI, E, PHI). | Nicolas George | 2011-10-13 | 1 | -0/+10 |
* | eval: document recently added random(), hypot(), gcd(). | Clément Bœsch | 2011-10-11 | 1 | -0/+14 |
* | eval: add support for pow() function | Stefano Sabatini | 2011-06-07 | 1 | -0/+4 |
* | eval: implement not() expression | Stefano Sabatini | 2011-05-25 | 1 | -5/+3 |
* | eval: add sqrt function for computing the square root | Stefano Sabatini | 2011-05-05 | 1 | -0/+4 |
* | eval: add support for trunc, ceil, and floor functions | Stefano Sabatini | 2011-04-05 | 1 | -0/+12 |
* | Revert "replace FFmpeg with Libav in doc/" | Michael Niedermayer | 2011-03-17 | 1 | -1/+1 |
* | replace FFmpeg with Libav in doc/ | Janne Grunau | 2011-03-16 | 1 | -1/+1 |
* | Implement isnan() function evaluation. | Stefano Sabatini | 2010-11-03 | 1 | -0/+3 |
* | Add eval.texi file. | Stefano Sabatini | 2010-11-03 | 1 | -0/+137 |