Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-07-05tools/ffeval: print computed value even in case of errorStefano Sabatini
This is useful for debugging purposes.
2013-06-03tools/ffeval: Check return value of av_expr_parse_and_eval()Michael Niedermayer
Fixes CID1026745 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-05-13tools/ffeval: use av_dynarray2_add()Stefano Sabatini
Simplify, increment robustness.
2012-10-16tools/ffeval: do not use UNIX-specific /dev/std{in,out} filesStefano Sabatini
Should fix behavior when the /dev/ directory is not defined (e.g. on Windows).
2012-10-15tools/ffeval: include compat/getopt.c in case of missing system getopt()Stefano Sabatini
2012-10-13ffeval: avoid folding EOF onto a valid charMichael Niedermayer
Fixes CID733704 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-01-17tools: add ffeval toolStefano Sabatini
The tool is useful for testing the internal arithmetic evaluation engine (indeed I plan to use it in FATE), and provides a handy calculator when you can't rely on bc ;-).