summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-19PD#143976: update ffmpeg to v3.3Jian Wang6142-214403/+746659
2013-07-28Merge commit '5b097399baa2e38cc513939cfab3a9b6fdbc33df'Michael Niedermayer1-1/+2
2013-07-27eval: Explicitly ignore return value of strtod() in parse_db()Diego Biurrun1-1/+2
2013-06-30Rename "AVClass class" as "AVClass component_class".Carl Eugen Hoyos12-24/+24
2013-04-10lavu/eval: rename "new_eval_expr()" to "make_eval_expr()"Stefano Sabatini1-5/+5
2013-03-22lavu/eval: add between() function.Clément Bœsch4-2/+28
2013-03-16lavu/eval: add bitor and bitand functionsStefano Sabatini4-2/+29
2013-03-07Use the avstring.h locale-independent character type functionsReimar Döffinger23-52/+47
2013-03-05lavu/eval: add native support to lte and lt functionsStefano Sabatini1-3/+5
2013-03-03Remove incorrect use of ctype.h functions.Reimar Döffinger27-60/+90
2013-02-17fate: add print() to the tests of evalMichael Niedermayer2-3/+3
2013-02-17eval: print() supportMichael Niedermayer3-2/+20
2013-01-29eval: fix 'warning: ignoring return value of strtod, declared with attribute ...Michael Niedermayer1-1/+1
2013-01-24lavu/eval: extend if/ifnot functions to accept a third parameterStefano Sabatini4-3/+31
2013-01-23eval: add function to access the current "wallclock" time.Michael Niedermayer3-1/+11
2013-01-02lavu/eval: handle div by zero in mod().Clément Bœsch1-1/+1
2012-12-06Merge commit '9d5c62ba5b586c80af508b5914934b1c439f6652'Michael Niedermayer8-6/+127
2012-12-05eval: treat dB as decibels instead of decibytesJustin Ruggles2-3/+30
2012-12-05Merge commit 'cb45553f577f8e0ebfe05d3287e1b6fa5859b967'Michael Niedermayer34-105/+20
2012-12-04Remove pointless #undefs of previously forbidden functions.Anton Khirnov28-57/+0
2012-11-07lavu: remove disabled FF_API_OLD_EVAL_NAMES codeStefano Sabatini3-70/+0
2012-10-31eval-test: add some otherwise untested functions.Michael Niedermayer2-0/+20
2012-10-14Merge commit 'b5198a2637b7b45b0049a1d4b386a06f016f2520'Michael Niedermayer7-6/+47
2012-10-13eval-test: make table static constMans Rullgard1-1/+2
2012-10-09eval: Fix eval test with ftrapvMichael Niedermayer1-1/+1
2012-08-16Merge remote-tracking branch 'qatar/master'Michael Niedermayer247-79/+550
2012-08-15Don't include common.h from avutil.hMartin Storsjö238-2/+346
2012-07-27Merge remote-tracking branch 'qatar/master'Michael Niedermayer21-256/+807
2012-07-26eval: fix printing of NaN in eval fate test.Ronald S. Bultje1-1/+4
2012-07-14Merge remote-tracking branch 'qatar/master'Michael Niedermayer5-2/+65
2012-07-14eval: add gt(), gte(), lt() and lte() fate testsJanne Grunau2-0/+32
2012-07-14eval: fix swapping of lt() and lte()Max Lazarov2-5/+5
2012-07-04Merge remote-tracking branch 'qatar/master'Michael Niedermayer54-389/+1635
2012-07-04eval: Add the isinf() function and tests for itMartin Storsjö4-2/+23
2012-07-01Merge remote-tracking branch 'qatar/master'Michael Niedermayer12-20/+88
2012-07-01opt/eval: Include mathematics.h for NAN/INFINITYMartin Storsjö2-0/+2
2012-04-01The lt and lte functions were swapped.maxlazarov2-5/+5
2012-03-01eval: fix infinite loop on opensolaris x86.Michael Niedermayer1-2/+2
2012-02-26eval: add root() to solve f(x)=0Michael Niedermayer3-1/+57
2012-02-26eval: Check that single parameter functions dont get a second param.Michael Niedermayer1-1/+1
2012-02-26eval: Allow specifying the variable id.Michael Niedermayer3-8/+13
2012-02-22eval: support 3 parameter functions.Michael Niedermayer1-3/+8
2012-02-22eval: Add taylor series evaluation support.Michael Niedermayer3-1/+34
2012-02-22Merge remote-tracking branch 'qatar/master'Michael Niedermayer42-485/+544
2012-02-21Mark mutable static data const where appropriate.Alex Converse18-26/+26
2012-01-17lavu/eval: add if() and ifnot() eval functionsStefano Sabatini4-3/+28
2011-12-05Add coverage exclusions for test code.Reimar Döffinger5-0/+12
2011-10-13eval: add mathematical constants (PI, E, PHI).Nicolas George2-0/+28
2011-10-09eval: fix () bug in not.Michael Niedermayer1-1/+1
2011-10-08eval: add gcd()Michael Niedermayer1-1/+3
[next]