]> git.sesse.net Git - ffmpeg/history - libavcodec/eval.c
Fix lossless jpeg encoder to comply to spec and store full redundant
[ffmpeg] / libavcodec / eval.c
2008-06-24 Stefan Gehrermark read-only data as const
2008-05-21 Stefano SabatiniImprove parse_primary() error message.
2008-03-05 Aurelien Jacobsremove more useless mpegvideo.h includes
2008-02-15 Luca AbeniFix
2008-02-03 Michael Niedermayerconst
2008-01-22 Diego BiurrunFix warnings in test code:
2007-11-23 Diego Biurrunmain() --> main(void)
2007-07-05 Diego Biurrunlicense header consistency cosmetics
2007-02-25 Reimar DöffingerAdd av_ prefix to clip functions
2007-01-16 Luca Barbatofix a gcc warning, avoid an unnecessary operation
2006-10-28 Michael Niedermayerupdate copyright year, it looks odd otherwise :)
2006-10-28 Oded ShimonI hope noone minds, adding myself to eval.c copyright...
2006-10-28 Oded Shimonignore whitespace in ff_eval
2006-10-28 Oded Shimonadd missing 'e->value * '
2006-10-28 Oded Shimonshut gcc warning, also makes sense for NAN to be return...
2006-10-27 Michael Niedermayeradd support for while() loops again ugly syntax while...
2006-10-27 Michael Niedermayersupport seperating expressons by ;
2006-10-27 Oded Shimonpossible bug of 'gte' being read as 'gt', same with...
2006-10-27 Michael Niedermayerminor simplification
2006-10-27 Michael Niedermayerfactorize AVEvalExpr alloc and init
2006-10-27 Oded Shimonnew optimized eval method, by seperating parsing and...
2006-10-16 Michael Niedermayerfix -a^b which was interpreted as (-a)^b
2006-10-16 Michael Niedermayerasin() acos() atan()
2006-10-16 Michael Niedermayermod()
2006-10-07 Diego BiurrunChange license headers to say 'FFmpeg' instead of ...
2006-10-03 Diego BiurrunRemove unused variables and the corresponding warnings...
2006-09-27 Panagiotis IssarisBreak compatibility only when first part of version...
2006-09-27 Panagiotis IssarisMake AVOption parsign code use ff_eval2()
2006-09-27 Panagiotis IssarisFix compilation by postponing deprecation of ff_eval...
2006-09-26 Panagiotis IssarisIntroduce ff_eval2 which is equivalent to ff_eval but...
2006-09-24 Panagiotis IssarisMissing extern declaration for av_strtod.
2006-09-24 Michael Niedermayercosmetic
2006-09-24 Michael Niedermayersegfault fix
2006-09-23 Panagiotis IssarisDefine NAN -if not already defined- as 0.0/0.0
2006-09-18 Panagiotis IssarisAdd support for SI (k, M, ...) and IEC/IEEE (Ki, Mi...
2006-09-17 Michael NiedermayerK prefix
2006-09-17 Michael Niedermayersupport SI and some non SI prefixes
2006-01-12 Diego BiurrunUpdate licensing information: The FSF changed postal...
2005-12-17 Diego BiurrunCOSMETICS: Remove all trailing whitespace.
2005-01-17 Michael Niedermayersimplify
2005-01-15 Michael Niedermayersimplify
2005-01-15 Michael Niedermayersimplify, null pointer, selftest
2004-02-18 Alex Beregszasziavoid negative array indices
2003-11-03 Michel Bardiauxav_log() patch by (Michel Bardiaux <mbardiaux at peakti...
2003-03-06 Michael Niedermayerper file doxy
2003-02-10 Zdenek Kabelac* static,const,compiler warning cleanup
2002-08-30 Michael Niedermayerundefined M_PI / M_E fix
2002-08-25 Rémi GuyomarchNAN doesnt exist on FreeBSD patch by (Rémi Guyomarch...
2002-08-25 Michael Niedermayernew ratecontrol code