Clément Bœsch
|
49a78e6b8c
lavu/eval: handle div by zero in mod().
|
12 years ago |
Michael Niedermayer
|
15784c2bab
Merge commit '9d5c62ba5b586c80af508b5914934b1c439f6652'
|
12 years ago |
Justin Ruggles
|
5312268b34
eval: treat dB as decibels instead of decibytes
|
12 years ago |
Michael Niedermayer
|
99efd59626
Merge commit 'cb45553f577f8e0ebfe05d3287e1b6fa5859b967'
|
12 years ago |
Anton Khirnov
|
cb45553f57
Remove pointless #undefs of previously forbidden functions.
|
12 years ago |
Stefano Sabatini
|
1c6962dc20
lavu: remove disabled FF_API_OLD_EVAL_NAMES code
|
12 years ago |
Michael Niedermayer
|
25a21c587c
eval-test: add some otherwise untested functions.
|
12 years ago |
Michael Niedermayer
|
82c0055c5e
Merge commit 'b5198a2637b7b45b0049a1d4b386a06f016f2520'
|
12 years ago |
Mans Rullgard
|
74c39bc682
eval-test: make table static const
|
12 years ago |
Michael Niedermayer
|
03f5043f5d
eval: Fix eval test with ftrapv
|
12 years ago |
Michael Niedermayer
|
c581cb4e4f
Merge remote-tracking branch 'qatar/master'
|
12 years ago |
Martin Storsjö
|
1d9c2dc89a
Don't include common.h from avutil.h
|
12 years ago |
Michael Niedermayer
|
c6963a220d
Merge remote-tracking branch 'qatar/master'
|
12 years ago |
Ronald S. Bultje
|
02ac28229a
eval: fix printing of NaN in eval fate test.
|
12 years ago |
Michael Niedermayer
|
39afcf1d7e
Merge remote-tracking branch 'qatar/master'
|
12 years ago |
Janne Grunau
|
2d497c141d
eval: add gt(), gte(), lt() and lte() fate tests
|
12 years ago |
Max Lazarov
|
caac3ab6ef
eval: fix swapping of lt() and lte()
|
12 years ago |
Michael Niedermayer
|
039e9fe01c
Merge remote-tracking branch 'qatar/master'
|
12 years ago |
Martin Storsjö
|
143f1e9203
eval: Add the isinf() function and tests for it
|
12 years ago |
Michael Niedermayer
|
5eb353e0cd
Merge remote-tracking branch 'qatar/master'
|
12 years ago |
Martin Storsjö
|
3893feeccd
opt/eval: Include mathematics.h for NAN/INFINITY
|
12 years ago |
maxlazarov
|
7a3df014b9
The lt and lte functions were swapped.
|
12 years ago |
Michael Niedermayer
|
d2101bffa0
eval: fix infinite loop on opensolaris x86.
|
12 years ago |
Michael Niedermayer
|
59affed23c
eval: add root() to solve f(x)=0
|
12 years ago |
Michael Niedermayer
|
8c5ee45d13
eval: Check that single parameter functions dont get a second param.
|
12 years ago |
Michael Niedermayer
|
923092697a
eval: Allow specifying the variable id.
|
12 years ago |
Michael Niedermayer
|
094673ff1b
eval: support 3 parameter functions.
|
12 years ago |
Michael Niedermayer
|
43b1943a55
eval: Add taylor series evaluation support.
|
12 years ago |
Michael Niedermayer
|
184fc600e1
Merge remote-tracking branch 'qatar/master'
|
12 years ago |
Alex Converse
|
b0f29db5c2
Mark mutable static data const where appropriate.
|
12 years ago |
Stefano Sabatini
|
999495734b
lavu/eval: add if() and ifnot() eval functions
|
13 years ago |
Reimar Döffinger
|
d086c1203c
Add coverage exclusions for test code.
|
13 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 |