summaryrefslogtreecommitdiff
path: root/libavutil/eval.c
Commit message (Expand)AuthorAge
* build: Split test programs off into separate filesDiego Biurrun2016-04-07
* cosmetics: Write NULL pointer equality checks more compactlyGabriel Dume2014-08-15
* avutil: remove timer.h include from internal.hJanne Grunau2014-01-25
* eval: Explicitly ignore return value of strtod() in parse_db()Diego Biurrun2013-07-27
* Use the avstring.h locale-independent character type functionsReimar Döffinger2013-03-07
* eval: treat dB as decibels instead of decibytesJustin Ruggles2012-12-05
* Remove pointless #undefs of previously forbidden functions.Anton Khirnov2012-12-04
* eval-test: make table static constMans Rullgard2012-10-13
* Don't include common.h from avutil.hMartin Storsjö2012-08-15
* eval: fix printing of NaN in eval fate test.Ronald S. Bultje2012-07-26
* eval: add gt(), gte(), lt() and lte() fate testsJanne Grunau2012-07-14
* eval: fix swapping of lt() and lte()Max Lazarov2012-07-14
* eval: Add the isinf() function and tests for itMartin Storsjö2012-07-04
* opt/eval: Include mathematics.h for NAN/INFINITYMartin Storsjö2012-07-01
* Mark mutable static data const where appropriate.Alex Converse2012-02-21
* 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