summaryrefslogtreecommitdiff
path: root/doc/eval.texi
Commit message (Expand)AuthorAgeFilesLines
* doc/eval: add missing documentation of functionsStefano Sabatini2012-08-221-0/+46
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-041-0/+2
|\
| * eval: Add the isinf() function and tests for itMartin Storsjö2012-07-041-0/+2
| * Fix a bunch of common typos.Diego Biurrun2011-12-111-2/+2
| * eval: implement not() expressionStefano Sabatini2011-09-191-5/+3
| * eval: add sqrt function for computing the square rootStefano Sabatini2011-09-191-0/+4
| * eval: add support for trunc, ceil, and floor functionsStefano Sabatini2011-04-101-0/+12
* | eval: add root() to solve f(x)=0Michael Niedermayer2012-02-271-0/+4
* | eval: Allow specifying the variable id.Michael Niedermayer2012-02-261-2/+3
* | eval: Add taylor series evaluation support.Michael Niedermayer2012-02-221-0/+7
* | doc/eval.texi: add precisation about the assumption for "trueness" in conditi...Stefano Sabatini2012-01-171-1/+2
* | lavu/eval: add if() and ifnot() eval functionsStefano Sabatini2012-01-171-2/+10
* | eval.texi: document that variables are not shared between expressions.Michael Niedermayer2011-12-101-0/+1
* | docs: Spelling fixes to 9 texi files from /docroot2011-11-291-5/+5
* | eval: add mathematical constants (PI, E, PHI).Nicolas George2011-10-131-0/+10
* | eval: document recently added random(), hypot(), gcd().Clément Bœsch2011-10-111-0/+14
* | eval: add support for pow() functionStefano Sabatini2011-06-071-0/+4
* | eval: implement not() expressionStefano Sabatini2011-05-251-5/+3
* | eval: add sqrt function for computing the square rootStefano Sabatini2011-05-051-0/+4
* | eval: add support for trunc, ceil, and floor functionsStefano Sabatini2011-04-051-0/+12
* | Revert "replace FFmpeg with Libav in doc/"Michael Niedermayer2011-03-171-1/+1
|/
* replace FFmpeg with Libav in doc/Janne Grunau2011-03-161-1/+1
* Implement isnan() function evaluation.Stefano Sabatini2010-11-031-0/+3
* Add eval.texi file.Stefano Sabatini2010-11-031-0/+137