| Commit message (Expand) | Author | Age | Files | Lines |
* | doc/eval: sort functions by name | Stefano Sabatini | 2013-01-31 | 1 | -100/+100 |
* | doc/eval: fix/extend documentation for taylor() function | Stefano Sabatini | 2013-01-31 | 1 | -7/+14 |
* | doc/eval: fix/extend documentation for root() function | Stefano Sabatini | 2013-01-31 | 1 | -2/+11 |
* | doc/eval: fix/review the section about SI prefixes and usage | Stefano Sabatini | 2013-01-24 | 1 | -27/+28 |
* | doc/eval: fix documentation for time() function | Stefano Sabatini | 2013-01-24 | 1 | -1/+1 |
* | doc/eval: substitute if/then/else construct with an example making use of boo... | Stefano Sabatini | 2013-01-24 | 1 | -4/+4 |
* | lavu/eval: extend if/ifnot functions to accept a third parameter | Stefano Sabatini | 2013-01-24 | 1 | -0/+8 |
* | eval: add function to access the current "wallclock" time. | Michael Niedermayer | 2013-01-23 | 1 | -0/+3 |
* | doc/eval: add missing documentation of functions | Stefano Sabatini | 2012-08-22 | 1 | -0/+46 |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-07-04 | 1 | -0/+2 |
|\ |
|
| * | eval: Add the isinf() function and tests for it | Martin Storsjö | 2012-07-04 | 1 | -0/+2 |
| * | Fix a bunch of common typos. | Diego Biurrun | 2011-12-11 | 1 | -2/+2 |
| * | eval: implement not() expression | Stefano Sabatini | 2011-09-19 | 1 | -5/+3 |
| * | eval: add sqrt function for computing the square root | Stefano Sabatini | 2011-09-19 | 1 | -0/+4 |
| * | eval: add support for trunc, ceil, and floor functions | Stefano Sabatini | 2011-04-10 | 1 | -0/+12 |
* | | 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 |