OSDN Git Service

libxavs: add private options corresponding to deprecated global options
[coroid/libav_saccubus.git] / libavutil / eval.c
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...