log eval.c @ 8234:4a8f9bbc5e81 libavcodec

age author description
2008-11-05 diego Fix test program build: ff_eval was replaced by ff_eval2. libavcodec
2008-09-08 michael Remove stuff under #if LIBAVCODEC_VERSION_INT. libavcodec
2008-06-24 stefang mark read-only data as const libavcodec
2008-05-21 benoit Improve parse_primary() error message. libavcodec
2008-03-05 aurel remove more useless mpegvideo.h includes libavcodec
2008-02-15 lucabe Fix libavcodec
2008-02-03 michael const libavcodec
2008-01-22 diego Fix warnings in test code: libavcodec
2007-11-23 diego main() --> main(void) libavcodec
2007-07-05 diego license header consistency cosmetics libavcodec
2007-02-25 reimar Add av_ prefix to clip functions libavcodec
2007-01-16 lu_zero fix a gcc warning, avoid an unnecessary operation libavcodec
2006-10-28 michael update copyright year, it looks odd otherwise :) libavcodec
2006-10-28 ods15 I hope noone minds, adding myself to eval.c copyright... libavcodec
2006-10-28 ods15 ignore whitespace in ff_eval libavcodec
2006-10-28 ods15 add missing 'e->value * ' libavcodec
2006-10-28 ods15 shut gcc warning, also makes sense for NAN to be returned if the loop was never executed libavcodec
2006-10-27 michael add support for while() loops again ugly syntax while(condition, statements) but very simple implementation libavcodec
2006-10-27 michael support seperating expressons by ; libavcodec
2006-10-27 ods15 possible bug of 'gte' being read as 'gt', same with 'lte' libavcodec
2006-10-27 michael minor simplification libavcodec
2006-10-27 michael factorize AVEvalExpr alloc and init libavcodec
2006-10-27 ods15 new optimized eval method, by seperating parsing and runtime libavcodec
2006-10-16 michael fix -a^b which was interpreted as (-a)^b libavcodec
2006-10-16 michael asin() acos() atan() libavcodec
2006-10-16 michael mod() libavcodec
2006-10-07 diego Change license headers to say 'FFmpeg' instead of 'this program/this library' libavcodec
2006-10-03 diego Remove unused variables and the corresponding warnings along with them. libavcodec
2006-09-27 takis Break compatibility only when first part of version number changes, in this libavcodec
2006-09-27 takis Make AVOption parsign code use ff_eval2() libavcodec
2006-09-27 takis Fix compilation by postponing deprecation of ff_eval() until the next version libavcodec
2006-09-26 takis Introduce ff_eval2 which is equivalent to ff_eval but does not log anything. libavcodec
2006-09-24 takis Missing extern declaration for av_strtod. libavcodec
2006-09-24 michael cosmetic libavcodec
2006-09-24 michael segfault fix libavcodec
2006-09-23 takis Define NAN -if not already defined- as 0.0/0.0 libavcodec
2006-09-18 takis Add support for SI (k, M, ...) and IEC/IEEE (Ki, Mi, ...) units. libavcodec
2006-09-17 michael K prefix libavcodec
2006-09-17 michael support SI and some non SI prefixes libavcodec
2006-01-12 diego Update licensing information: The FSF changed postal address. libavcodec
2005-12-17 diego COSMETICS: Remove all trailing whitespace. libavcodec
2005-01-17 michael simplify libavcodec
2005-01-15 michael simplify libavcodec
2005-01-15 michael simplify, null pointer, selftest libavcodec
2004-02-18 alex avoid negative array indices libavcodec
2003-11-03 michael av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>) libavcodec
2003-03-06 michaelni per file doxy libavcodec
2003-02-10 kabi * static,const,compiler warning cleanup libavcodec
2002-08-30 michaelni undefined M_PI / M_E fix libavcodec
2002-08-25 michaelni NAN doesnt exist on FreeBSD patch by (RĂ©mi Guyomarch <rguyom at pobox dot com>) libavcodec
2002-08-25 michaelni new ratecontrol code libavcodec