]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavcodec/eval.c
Fix segault
[frescor/ffmpeg.git] / libavcodec / eval.c
2009-02-01 diegoUse full internal pathname in doxygen @file directives.
2008-12-14 diegoAdd a few const qualifiers in appropriate places.
2008-11-05 diegoFix test program build: ff_eval was replaced by ff_eval2.
2008-09-08 michaelRemove stuff under #if LIBAVCODEC_VERSION_INT.
2008-06-24 stefangmark read-only data as const
2008-05-21 benoitImprove parse_primary() error message.
2008-03-05 aurelremove more useless mpegvideo.h includes
2008-02-15 lucabeFix
2008-02-03 michaelconst
2008-01-22 diegoFix warnings in test code:
2007-11-23 diegomain() --> main(void)
2007-07-05 diegolicense header consistency cosmetics
2007-02-25 reimarAdd av_ prefix to clip functions
2007-01-16 lu_zerofix a gcc warning, avoid an unnecessary operation
2006-10-28 michaelupdate copyright year, it looks odd otherwise :)
2006-10-28 ods15I hope noone minds, adding myself to eval.c copyright...
2006-10-28 ods15ignore whitespace in ff_eval
2006-10-28 ods15add missing 'e->value * '
2006-10-28 ods15shut gcc warning, also makes sense for NAN to be return...
2006-10-27 michaeladd support for while() loops again ugly syntax while...
2006-10-27 michaelsupport seperating expressons by ;
2006-10-27 ods15possible bug of 'gte' being read as 'gt', same with...
2006-10-27 michaelminor simplification
2006-10-27 michaelfactorize AVEvalExpr alloc and init
2006-10-27 ods15new optimized eval method, by seperating parsing and...
2006-10-16 michaelfix -a^b which was interpreted as (-a)^b
2006-10-16 michaelasin() acos() atan()
2006-10-16 michaelmod()
2006-10-07 diegoChange license headers to say 'FFmpeg' instead of ...
2006-10-03 diegoRemove unused variables and the corresponding warnings...
2006-09-27 takisBreak compatibility only when first part of version...
2006-09-27 takisMake AVOption parsign code use ff_eval2()
2006-09-27 takisFix compilation by postponing deprecation of ff_eval...
2006-09-26 takisIntroduce ff_eval2 which is equivalent to ff_eval but...
2006-09-24 takisMissing extern declaration for av_strtod.
2006-09-24 michaelcosmetic
2006-09-24 michaelsegfault fix
2006-09-23 takisDefine NAN -if not already defined- as 0.0/0.0
2006-09-18 takisAdd support for SI (k, M, ...) and IEC/IEEE (Ki, Mi...
2006-09-17 michaelK prefix
2006-09-17 michaelsupport SI and some non SI prefixes
2006-01-12 diegoUpdate licensing information: The FSF changed postal...
2005-12-17 diegoCOSMETICS: Remove all trailing whitespace.
2005-01-17 michaelsimplify
2005-01-15 michaelsimplify
2005-01-15 michaelsimplify, null pointer, selftest
2004-02-18 alexavoid negative array indices
2003-11-03 michaelav_log() patch by (Michel Bardiaux <mbardiaux at peakti...
2003-03-06 michaelniper file doxy
2003-02-10 kabi* static,const,compiler warning cleanup
2002-08-30 michaelniundefined M_PI / M_E fix
2002-08-25 michaelniNAN doesnt exist on FreeBSD patch by (Rémi Guyomarch...
2002-08-25 michaelninew ratecontrol code