Commit History

Author SHA1 Message Date
  Stefano Sabatini 999495734b lavu/eval: add if() and ifnot() eval functions 12 years ago
  Reimar Döffinger d086c1203c Add coverage exclusions for test code. 12 years ago
  Nicolas George 40963ea9e9 eval: add mathematical constants (PI, E, PHI). 13 years ago
  Michael Niedermayer 085ea85c2e eval: fix () bug in not. 13 years ago
  Michael Niedermayer 1339702540 eval: add gcd() 13 years ago
  Michael Niedermayer 9e5e086b7e eval:add hypot() 13 years ago
  Michael Niedermayer ac7cda9e14 eval: add random() 13 years ago
  Michael Niedermayer 8fd56f7b12 eval: make variables persistent so they can be used between evaluations. 13 years ago
  Michael Niedermayer 28d3738428 Merge remote-tracking branch 'qatar/master' 13 years ago
  Anton Khirnov 775af761a0 eval: test isnan(sqrt(-1)) instead of just sqrt(-1) 13 years ago
  Stefano Sabatini 8cee38a298 eval: implement not() expression 13 years ago
  Stefano Sabatini 9bc393908a eval: add sqrt function for computing the square root 13 years ago
  Michael Niedermayer c3b6cc61e5 Merge remote-tracking branch 'qatar/master' 13 years ago
  Ronald S. Bultje dfd8116986 eval: add missing comma to tests. 13 years ago
  Ronald S. Bultje fe277b16f0 eval: fix memleak. 13 years ago
  Michael Niedermayer 16a565d0cb eval/fate: try to fix nan printing format failures. 13 years ago
  Michael Niedermayer 5d4fd1d1ad Merge remote-tracking branch 'qatar/master' 13 years ago
  Mans Rullgard 94350ab986 eval: clear Parser instances before using 13 years ago
  Mans Rullgard 6da812e4ee eval: make timing optional in test program 13 years ago
  Michael Niedermayer 976a8b2179 Merge remote-tracking branch 'qatar/master' 13 years ago
  Mans Rullgard abc78a5a7c Do not include log.h in avutil.h 13 years ago
  Michael Niedermayer 940a55ccf4 eval: Fix 32bit unsigned parsing 13 years ago
  Michael Niedermayer d552f616a2 Merge remote-tracking branch 'qatar/master' 13 years ago
  Diego Biurrun dc25d79f49 Drop unnecessary directory prefixes from #include directives. 13 years ago
  Stefano Sabatini d58ed64a89 eval: add support for pow() function 13 years ago
  Stefano Sabatini 3c2c52baec eval: implement not() expression 13 years ago
  Michael Niedermayer 9132f2ad0c eval: opensolaris strtod() cannot handle 0x1234 13 years ago
  Stefano Sabatini e5272e729e eval: add sqrt function for computing the square root 13 years ago
  Anton Khirnov 516fb5e40c lavu: remove FF_API_OLD_EVAL_NAMES cruft 13 years ago
  Stefano Sabatini 5ae4251c3b eval: add support for trunc, ceil, and floor functions 13 years ago
  Stefano Sabatini 25601bc564 eval: add support for trunc, ceil, and floor functions 13 years ago
  Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 13 years ago
  Stefano Sabatini d2af7205a1 Use hierarchic names convention (prefix them with av_expr) for the 14 years ago
  Stefano Sabatini 20fcd0797e Implement isnan() function evaluation. 14 years ago
  Stefano Sabatini 4cabef0a9d Make strmatch() return 1 only if the string compared against the 14 years ago
  Stefano Sabatini 2b59fbe9b1 Add st, ld, while examples/tests. 14 years ago
  Stefano Sabatini 8bb12e71af Add examples of unary operators. 14 years ago
  Stefano Sabatini 63b1630356 Fix evaluation of expressions of the form: E1;E2. 14 years ago
  Stefano Sabatini eb928286de Add more tests to eval, help detecting some of the more apparent 14 years ago
  Stefano Sabatini 7ec9b9beca Make av_parse_expr() fail if there are trailing chars at the end of 14 years ago
  Stefano Sabatini 2f62224bc0 Improve av_parse_eval() error reporting. 14 years ago
  Stefano Sabatini 0b99215c0e Move eval.c and eval.h from libavcodec to libavutil, and make the eval 14 years ago