aboutsummaryrefslogtreecommitdiffstats
path: root/doc/eval.texi
Commit message (Collapse)AuthorAgeFilesLines
* eval: add support for pow() functionStefano Sabatini2011-06-071-0/+4
| | | | It is a more search-friendly alternative to the ^ operator.
* 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
| | | | Signed-off-by: Stefano Sabatini <stefano.sabatini-lala@poste.it>
* Revert "replace FFmpeg with Libav in doc/"Michael Niedermayer2011-03-171-1/+1
| | | | | | | | This reverts commit f8a45fa1b1764b34d4263eacd93411e8ba0484a4. Conflicts: doc/optimization.txt
* replace FFmpeg with Libav in doc/Janne Grunau2011-03-161-1/+1
| | | | unless it stands for ffmpeg the program or is historic
* Implement isnan() function evaluation.Stefano Sabatini2010-11-031-0/+3
| | | | Originally committed as revision 25666 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add eval.texi file.Stefano Sabatini2010-11-031-0/+137
Originally committed as revision 25665 to svn://svn.ffmpeg.org/ffmpeg/trunk