Stefano Sabatini
|
2b59fbe9b1
|
Add st, ld, while examples/tests.
Originally committed as revision 25625 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2010-11-01 09:34:18 +00:00 |
|
Stefano Sabatini
|
8bb12e71af
|
Add examples of unary operators.
Originally committed as revision 25624 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2010-11-01 09:34:15 +00:00 |
|
Stefano Sabatini
|
63b1630356
|
Fix evaluation of expressions of the form: E1;E2.
The pointer to the char ';' has to be increased before to evaluate
";E2".
Originally committed as revision 25623 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2010-11-01 09:34:12 +00:00 |
|
Stefano Sabatini
|
eb928286de
|
Add more tests to eval, help detecting some of the more apparent
errors, far from being a complete test system.
Originally committed as revision 23635 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2010-06-16 22:36:52 +00:00 |
|
Stefano Sabatini
|
7ec9b9beca
|
Make av_parse_expr() fail if there are trailing chars at the end of
the provided expression.
Allow detection of mistyped expressions.
Originally committed as revision 23629 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2010-06-16 18:27:55 +00:00 |
|
Stefano Sabatini
|
2f62224bc0
|
Improve av_parse_eval() error reporting.
Originally committed as revision 23627 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2010-06-16 18:27:46 +00:00 |
|
Stefano Sabatini
|
0b99215c0e
|
Move eval.c and eval.h from libavcodec to libavutil, and make the eval
API public.
Originally committed as revision 23485 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2010-06-05 12:01:28 +00:00 |
|