Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | tools/ffeval: print computed value even in case of error | Stefano Sabatini | 2014-07-05 | 1 | -1/+1 |
| | | | | This is useful for debugging purposes. | ||||
* | tools/ffeval: Check return value of av_expr_parse_and_eval() | Michael Niedermayer | 2013-06-02 | 1 | -4/+5 |
| | | | | | | Fixes CID1026745 Signed-off-by: Michael Niedermayer <michaelni@gmx.at> | ||||
* | tools/ffeval: use av_dynarray2_add() | Stefano Sabatini | 2013-05-13 | 1 | -18/+14 |
| | | | | Simplify, increment robustness. | ||||
* | tools/ffeval: do not use UNIX-specific /dev/std{in,out} files | Stefano Sabatini | 2012-10-16 | 1 | -6/+12 |
| | | | | | Should fix behavior when the /dev/ directory is not defined (e.g. on Windows). | ||||
* | tools/ffeval: include compat/getopt.c in case of missing system getopt() | Stefano Sabatini | 2012-10-15 | 1 | -0/+8 |
| | |||||
* | ffeval: avoid folding EOF onto a valid char | Michael Niedermayer | 2012-10-13 | 1 | -1/+1 |
| | | | | | Fixes CID733704 Signed-off-by: Michael Niedermayer <michaelni@gmx.at> | ||||
* | tools: add ffeval tool | Stefano Sabatini | 2012-01-17 | 1 | -0/+128 |
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 ;-). |