summaryrefslogtreecommitdiffstats
path: root/libavutil/eval.c
Commit message (Expand)AuthorAgeFilesLines
* eval: test isnan(sqrt(-1)) instead of just sqrt(-1)Anton Khirnov2011-09-221-1/+1
* eval: implement not() expressionStefano Sabatini2011-09-191-1/+7
* eval: add sqrt function for computing the square rootStefano Sabatini2011-09-191-0/+6
* eval: add missing comma to tests.Ronald S. Bultje2011-07-051-1/+1
* eval: fix memleak.Ronald S. Bultje2011-07-051-0/+1
* eval: clear Parser instances before usingMans Rullgard2011-07-041-2/+2
* eval: make timing optional in test programMans Rullgard2011-07-041-4/+9
* Do not include log.h in avutil.hMans Rullgard2011-07-031-0/+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
* 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
OpenPOWER on IntegriCloud