index
:
ffmpeg.git
debug/motion-vectors
vaapi/drm-render-node
vaapi/hantro-support
FFmpeg multimedia libraries
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libavutil
/
eval.c
Age
Commit message (
Expand
)
Author
2011-04-19
lavu: remove FF_API_OLD_EVAL_NAMES cruft
Anton Khirnov
2011-04-10
eval: add support for trunc, ceil, and floor functions
Stefano Sabatini
2011-03-19
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2010-11-08
Use hierarchic names convention (prefix them with av_expr) for the
Stefano Sabatini
2010-11-03
Implement isnan() function evaluation.
Stefano Sabatini
2010-11-01
Make strmatch() return 1 only if the string compared against the
Stefano Sabatini
2010-11-01
Add st, ld, while examples/tests.
Stefano Sabatini
2010-11-01
Add examples of unary operators.
Stefano Sabatini
2010-11-01
Fix evaluation of expressions of the form: E1;E2.
Stefano Sabatini
2010-06-16
Add more tests to eval, help detecting some of the more apparent
Stefano Sabatini
2010-06-16
Make av_parse_expr() fail if there are trailing chars at the end of
Stefano Sabatini
2010-06-16
Improve av_parse_eval() error reporting.
Stefano Sabatini
2010-06-05
Move eval.c and eval.h from libavcodec to libavutil, and make the eval
Stefano Sabatini