summaryrefslogtreecommitdiff
path: root/libavutil/eval.c
Commit message (Expand)AuthorAge
* eval: test isnan(sqrt(-1)) instead of just sqrt(-1)Anton Khirnov2011-09-22
* eval: implement not() expressionStefano Sabatini2011-09-19
* eval: add sqrt function for computing the square rootStefano Sabatini2011-09-19
* eval: add missing comma to tests.Ronald S. Bultje2011-07-05
* eval: fix memleak.Ronald S. Bultje2011-07-05
* eval: clear Parser instances before usingMans Rullgard2011-07-04
* eval: make timing optional in test programMans Rullgard2011-07-04
* Do not include log.h in avutil.hMans Rullgard2011-07-03
* Drop unnecessary directory prefixes from #include directives.Diego Biurrun2011-06-07
* lavu: remove FF_API_OLD_EVAL_NAMES cruftAnton Khirnov2011-04-19
* eval: add support for trunc, ceil, and floor functionsStefano Sabatini2011-04-10
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* Use hierarchic names convention (prefix them with av_expr) for theStefano Sabatini2010-11-08
* Implement isnan() function evaluation.Stefano Sabatini2010-11-03
* Make strmatch() return 1 only if the string compared against theStefano Sabatini2010-11-01
* Add st, ld, while examples/tests.Stefano Sabatini2010-11-01
* Add examples of unary operators.Stefano Sabatini2010-11-01
* Fix evaluation of expressions of the form: E1;E2.Stefano Sabatini2010-11-01
* Add more tests to eval, help detecting some of the more apparentStefano Sabatini2010-06-16
* Make av_parse_expr() fail if there are trailing chars at the end ofStefano Sabatini2010-06-16
* Improve av_parse_eval() error reporting.Stefano Sabatini2010-06-16
* Move eval.c and eval.h from libavcodec to libavutil, and make the evalStefano Sabatini2010-06-05