]> git.sesse.net Git - ffmpeg/history - libavutil/eval.c
hevc: eliminate the second call to hls_nal_unit()
[ffmpeg] / libavutil / eval.c
2014-08-15 Gabriel Dumecosmetics: Write NULL pointer equality checks more...
2014-01-25 Janne Grunauavutil: remove timer.h include from internal.h
2013-07-27 Diego Biurruneval: Explicitly ignore return value of strtod() in...
2013-03-07 Reimar DöffingerUse the avstring.h locale-independent character type...
2012-12-05 Justin Ruggleseval: treat dB as decibels instead of decibytes
2012-12-04 Anton KhirnovRemove pointless #undefs of previously forbidden functions.
2012-10-13 Mans Rullgardeval-test: make table static const
2012-08-15 Martin StorsjöDon't include common.h from avutil.h
2012-07-26 Ronald S. Bultjeeval: fix printing of NaN in eval fate test.
2012-07-14 Janne Grunaueval: add gt(), gte(), lt() and lte() fate tests
2012-07-14 Max Lazaroveval: fix swapping of lt() and lte()
2012-07-04 Martin Storsjöeval: Add the isinf() function and tests for it
2012-07-01 Martin Storsjöopt/eval: Include mathematics.h for NAN/INFINITY
2012-02-21 Alex ConverseMark mutable static data const where appropriate.
2011-09-22 Anton Khirnoveval: test isnan(sqrt(-1)) instead of just sqrt(-1)
2011-09-19 Stefano Sabatinieval: implement not() expression
2011-09-19 Stefano Sabatinieval: add sqrt function for computing the square root
2011-07-06 Ronald S. Bultjeeval: add missing comma to tests.
2011-07-06 Ronald S. Bultjeeval: fix memleak.
2011-07-04 Mans Rullgardeval: clear Parser instances before using
2011-07-04 Mans Rullgardeval: make timing optional in test program
2011-07-03 Mans RullgardDo not include log.h in avutil.h
2011-06-07 Diego BiurrunDrop unnecessary directory prefixes from #include direc...
2011-04-19 Anton Khirnovlavu: remove FF_API_OLD_EVAL_NAMES cruft
2011-04-10 Stefano Sabatinieval: add support for trunc, ceil, and floor functions
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2010-11-08 Stefano SabatiniUse hierarchic names convention (prefix them with av_ex...
2010-11-03 Stefano SabatiniImplement isnan() function evaluation.
2010-11-01 Stefano SabatiniMake strmatch() return 1 only if the string compared...
2010-11-01 Stefano SabatiniAdd st, ld, while examples/tests.
2010-11-01 Stefano SabatiniAdd examples of unary operators.
2010-11-01 Stefano SabatiniFix evaluation of expressions of the form: E1;E2.
2010-06-16 Stefano SabatiniAdd more tests to eval, help detecting some of the...
2010-06-16 Stefano SabatiniMake av_parse_expr() fail if there are trailing chars...
2010-06-16 Stefano SabatiniImprove av_parse_eval() error reporting.
2010-06-05 Stefano SabatiniMove eval.c and eval.h from libavcodec to libavutil...