summaryrefslogtreecommitdiffstats
path: root/libavutil/eval.c
Commit message (Expand)AuthorAgeFilesLines
* cosmetics: Write NULL pointer equality checks more compactlyGabriel Dume2014-08-151-1/+1
* avutil: remove timer.h include from internal.hJanne Grunau2014-01-251-0/+1
* eval: Explicitly ignore return value of strtod() in parse_db()Diego Biurrun2013-07-271-1/+2
* Use the avstring.h locale-independent character type functionsReimar Döffinger2013-03-071-1/+2
* eval: treat dB as decibels instead of decibytesJustin Ruggles2012-12-051-3/+24
* Remove pointless #undefs of previously forbidden functions.Anton Khirnov2012-12-041-1/+0
* eval-test: make table static constMans Rullgard2012-10-131-1/+2
* Don't include common.h from avutil.hMartin Storsjö2012-08-151-0/+1
* eval: fix printing of NaN in eval fate test.Ronald S. Bultje2012-07-261-1/+4
* eval: add gt(), gte(), lt() and lte() fate testsJanne Grunau2012-07-141-0/+8
* eval: fix swapping of lt() and lte()Max Lazarov2012-07-141-2/+2
* eval: Add the isinf() function and tests for itMartin Storsjö2012-07-041-1/+8
* opt/eval: Include mathematics.h for NAN/INFINITYMartin Storsjö2012-07-011-0/+1
* Mark mutable static data const where appropriate.Alex Converse2012-02-211-2/+2
* 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