summaryrefslogtreecommitdiff
path: root/doc/eval.texi
Commit message (Collapse)AuthorAge
* eval: add mathematical constants (PI, E, PHI).Nicolas George2011-10-13
| | | | | Signed-off-by: Nicolas George <nicolas.george@normalesup.org> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* eval: document recently added random(), hypot(), gcd().Clément Bœsch2011-10-11
|
* eval: add support for pow() functionStefano Sabatini2011-06-07
| | | | It is a more search-friendly alternative to the ^ operator.
* eval: implement not() expressionStefano Sabatini2011-05-25
|
* eval: add sqrt function for computing the square rootStefano Sabatini2011-05-05
|
* eval: add support for trunc, ceil, and floor functionsStefano Sabatini2011-04-05
| | | | Signed-off-by: Stefano Sabatini <stefano.sabatini-lala@poste.it>
* Revert "replace FFmpeg with Libav in doc/"Michael Niedermayer2011-03-17
| | | | | | | | This reverts commit f8a45fa1b1764b34d4263eacd93411e8ba0484a4. Conflicts: doc/optimization.txt
* replace FFmpeg with Libav in doc/Janne Grunau2011-03-16
| | | | unless it stands for ffmpeg the program or is historic
* Implement isnan() function evaluation.Stefano Sabatini2010-11-03
| | | | Originally committed as revision 25666 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add eval.texi file.Stefano Sabatini2010-11-03
Originally committed as revision 25665 to svn://svn.ffmpeg.org/ffmpeg/trunk