aboutsummaryrefslogtreecommitdiffstats
path: root/libavutil/eval.c
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-081-1/+1
|\
| * Drop unnecessary directory prefixes from #include directives.Diego Biurrun2011-06-071-1/+1
| * lavu: remove FF_API_OLD_EVAL_NAMES cruftAnton Khirnov2011-04-191-32/+0
| * eval: add support for trunc, ceil, and floor functionsStefano Sabatini2011-04-101-2/+19
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* | eval: add support for pow() functionStefano Sabatini2011-06-071-0/+5
* | eval: implement not() expressionStefano Sabatini2011-05-251-1/+7
* | eval: opensolaris strtod() cannot handle 0x1234Michael Niedermayer2011-05-181-1/+4
* | eval: add sqrt function for computing the square rootStefano Sabatini2011-05-051-0/+6
* | eval: add support for trunc, ceil, and floor functionsStefano Sabatini2011-04-051-2/+19
|/
* Use hierarchic names convention (prefix them with av_expr) for theStefano Sabatini2010-11-081-32/+64
* Implement isnan() function evaluation.Stefano Sabatini2010-11-031-2/+7
* Make strmatch() return 1 only if the string compared against theStefano Sabatini2010-11-011-1/+4
* Add st, ld, while examples/tests.Stefano Sabatini2010-11-011-0/+8
* Add examples of unary operators.Stefano Sabatini2010-11-011-0/+3
* Fix evaluation of expressions of the form: E1;E2.Stefano Sabatini2010-11-011-1/+2
* Add more tests to eval, help detecting some of the more apparentStefano Sabatini2010-06-161-0/+38
* Make av_parse_expr() fail if there are trailing chars at the end ofStefano Sabatini2010-06-161-0/+6
* Improve av_parse_eval() error reporting.Stefano Sabatini2010-06-161-5/+5
* Move eval.c and eval.h from libavcodec to libavutil, and make the evalStefano Sabatini2010-06-051-0/+547