| Commit message (Expand) | Author | Age | Files | Lines |
* | eval: test isnan(sqrt(-1)) instead of just sqrt(-1) | Anton Khirnov | 2011-09-22 | 1 | -1/+1 |
* | eval: implement not() expression | Stefano Sabatini | 2011-09-19 | 1 | -1/+7 |
* | eval: add sqrt function for computing the square root | Stefano Sabatini | 2011-09-19 | 1 | -0/+6 |
* | eval: add missing comma to tests. | Ronald S. Bultje | 2011-07-05 | 1 | -1/+1 |
* | eval: fix memleak. | Ronald S. Bultje | 2011-07-05 | 1 | -0/+1 |
* | eval: clear Parser instances before using | Mans Rullgard | 2011-07-04 | 1 | -2/+2 |
* | eval: make timing optional in test program | Mans Rullgard | 2011-07-04 | 1 | -4/+9 |
* | Do not include log.h in avutil.h | Mans Rullgard | 2011-07-03 | 1 | -0/+1 |
* | Drop unnecessary directory prefixes from #include directives. | Diego Biurrun | 2011-06-07 | 1 | -1/+1 |
* | lavu: remove FF_API_OLD_EVAL_NAMES cruft | Anton Khirnov | 2011-04-19 | 1 | -32/+0 |
* | eval: add support for trunc, ceil, and floor functions | Stefano Sabatini | 2011-04-10 | 1 | -2/+19 |
* | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
* | Use hierarchic names convention (prefix them with av_expr) for the | Stefano Sabatini | 2010-11-08 | 1 | -32/+64 |
* | Implement isnan() function evaluation. | Stefano Sabatini | 2010-11-03 | 1 | -2/+7 |
* | Make strmatch() return 1 only if the string compared against the | Stefano Sabatini | 2010-11-01 | 1 | -1/+4 |
* | Add st, ld, while examples/tests. | Stefano Sabatini | 2010-11-01 | 1 | -0/+8 |
* | Add examples of unary operators. | Stefano Sabatini | 2010-11-01 | 1 | -0/+3 |
* | Fix evaluation of expressions of the form: E1;E2. | Stefano Sabatini | 2010-11-01 | 1 | -1/+2 |
* | Add more tests to eval, help detecting some of the more apparent | Stefano Sabatini | 2010-06-16 | 1 | -0/+38 |
* | Make av_parse_expr() fail if there are trailing chars at the end of | Stefano Sabatini | 2010-06-16 | 1 | -0/+6 |
* | Improve av_parse_eval() error reporting. | Stefano Sabatini | 2010-06-16 | 1 | -5/+5 |
* | Move eval.c and eval.h from libavcodec to libavutil, and make the eval | Stefano Sabatini | 2010-06-05 | 1 | -0/+547 |