February 25, 2007
View f66e4f5

Add av_ prefix to clip functions

Reimar Döffinger authored on 2007/02/25 19:27:12
January 17, 2007
View a02142a

fix a gcc warning, avoid an unnecessary operation

Luca Barbato authored on 2007/01/17 07:07:49
October 29, 2006
View 3cedeec

update copyright year, it looks odd otherwise :)

Michael Niedermayer authored on 2006/10/29 05:18:18
View b5c5a86

I hope noone minds, adding myself to eval.c copyright...

Oded Shimon authored on 2006/10/29 03:30:20
October 28, 2006
View 8cd68d8

ignore whitespace in ff_eval

Oded Shimon authored on 2006/10/28 18:49:13
View 72523c7

add missing 'e->value * '

Oded Shimon authored on 2006/10/28 17:03:30
View 63a547e

shut gcc warning, also makes sense for NAN to be returned if the loop was never executed

Oded Shimon authored on 2006/10/28 16:03:24
View 45ee0e3

add support for while() loops again ugly syntax while(condition, statements) but very simple implementation

Michael Niedermayer authored on 2006/10/28 07:35:55
View 835954e

support seperating expressons by ; support variables, the syntax isnt beautifull (st(a,b) means var[a]=b and ld(a) var[a]) but for a mere 19 lines of code its fairly simple, if anyone wants to write real variables support with names for variables and = and [] then that would of course be welcome but only if it doesnt bloat the code up terribly...)

Michael Niedermayer authored on 2006/10/28 07:16:25
View d024359

possible bug of 'gte' being read as 'gt', same with 'lte'

Oded Shimon authored on 2006/10/28 06:37:47
View 577eab6

minor simplification

Michael Niedermayer authored on 2006/10/28 06:13:31
View a98f451

factorize AVEvalExpr alloc and init

Michael Niedermayer authored on 2006/10/28 05:38:10
View 85b4eb0

new optimized eval method, by seperating parsing and runtime

Oded Shimon authored on 2006/10/28 01:42:16
October 17, 2006
View 2c409cc

fix -a^b which was interpreted as (-a)^b

Michael Niedermayer authored on 2006/10/17 04:06:56
View cacb17b

asin() acos() atan()

Michael Niedermayer authored on 2006/10/17 03:36:44