summaryrefslogtreecommitdiffstats
path: root/libavutil/eval.c
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-041-1/+8
|\
| * eval: Add the isinf() function and tests for itMartin Storsjö2012-07-041-1/+8
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-011-0/+1
|\ \ | |/
| * opt/eval: Include mathematics.h for NAN/INFINITYMartin Storsjö2012-07-011-0/+1
* | The lt and lte functions were swapped.maxlazarov2012-04-011-2/+2
* | eval: fix infinite loop on opensolaris x86.Michael Niedermayer2012-03-011-2/+2
* | eval: add root() to solve f(x)=0Michael Niedermayer2012-02-271-1/+47
* | eval: Check that single parameter functions dont get a second param.Michael Niedermayer2012-02-261-1/+1
* | eval: Allow specifying the variable id.Michael Niedermayer2012-02-261-4/+8
* | eval: support 3 parameter functions.Michael Niedermayer2012-02-221-3/+8
* | eval: Add taylor series evaluation support.Michael Niedermayer2012-02-221-1/+21
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-221-2/+2
|\ \ | |/
| * Mark mutable static data const where appropriate.Alex Converse2012-02-211-2/+2
* | lavu/eval: add if() and ifnot() eval functionsStefano Sabatini2012-01-171-0/+8
* | Add coverage exclusions for test code.Reimar Döffinger2011-12-051-0/+4
* | eval: add mathematical constants (PI, E, PHI).Nicolas George2011-10-131-0/+18
* | eval: fix () bug in not.Michael Niedermayer2011-10-091-1/+1
* | eval: add gcd()Michael Niedermayer2011-10-081-1/+3
* | eval:add hypot()Michael Niedermayer2011-10-081-1/+3
* | eval: add random()Michael Niedermayer2011-10-081-1/+10
* | eval: make variables persistent so they can be used between evaluations.Michael Niedermayer2011-10-081-1/+5
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-09-231-1/+1
|\ \ | |/
| * eval: test isnan(sqrt(-1)) instead of just sqrt(-1)Anton Khirnov2011-09-221-1/+1
| * eval: implement not() expressionStefano Sabatini2011-09-191-1/+7
| * eval: add sqrt function for computing the square rootStefano Sabatini2011-09-191-0/+6
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-061-1/+2
|\ \ | |/
| * eval: add missing comma to tests.Ronald S. Bultje2011-07-051-1/+1
| * eval: fix memleak.Ronald S. Bultje2011-07-051-0/+1
* | eval/fate: try to fix nan printing format failures.Michael Niedermayer2011-07-051-1/+5
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-051-6/+11
|\ \ | |/
| * eval: clear Parser instances before usingMans Rullgard2011-07-041-2/+2
| * eval: make timing optional in test programMans Rullgard2011-07-041-4/+9
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-041-0/+1
|\ \ | |/
| * Do not include log.h in avutil.hMans Rullgard2011-07-031-0/+1
* | eval: Fix 32bit unsigned parsingMichael Niedermayer2011-06-201-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-081-1/+1
|\ \ | |/
| * Drop unnecessary directory prefixes from #include directives.Diego Biurrun2011-06-071-1/+1
| * lavu: remove FF_API_OLD_EVAL_NAMES cruftAnton Khirnov2011-04-191-32/+0
| * eval: add support for trunc, ceil, and floor functionsStefano Sabatini2011-04-101-2/+19
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* | eval: add support for pow() functionStefano Sabatini2011-06-071-0/+5
* | eval: implement not() expressionStefano Sabatini2011-05-251-1/+7
* | eval: opensolaris strtod() cannot handle 0x1234Michael Niedermayer2011-05-181-1/+4
* | eval: add sqrt function for computing the square rootStefano Sabatini2011-05-051-0/+6
* | eval: add support for trunc, ceil, and floor functionsStefano Sabatini2011-04-051-2/+19
|/
* Use hierarchic names convention (prefix them with av_expr) for theStefano Sabatini2010-11-081-32/+64
* Implement isnan() function evaluation.Stefano Sabatini2010-11-031-2/+7
* Make strmatch() return 1 only if the string compared against theStefano Sabatini2010-11-011-1/+4
* Add st, ld, while examples/tests.Stefano Sabatini2010-11-011-0/+8
* Add examples of unary operators.Stefano Sabatini2010-11-011-0/+3
OpenPOWER on IntegriCloud