summaryrefslogtreecommitdiff
path: root/libavcodec/eval.c
Commit message (Expand)AuthorAge
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-01
* Add a few const qualifiers in appropriate places.Anders Grönberg2008-12-14
* Fix test program build: ff_eval was replaced by ff_eval2.Diego Biurrun2008-11-05
* Remove stuff under #if LIBAVCODEC_VERSION_INT.Michael Niedermayer2008-09-08
* mark read-only data as constStefan Gehrer2008-06-24
* Improve parse_primary() error message.Stefano Sabatini2008-05-21
* remove more useless mpegvideo.h includesAurelien Jacobs2008-03-05
* FixLuca Abeni2008-02-15
* constMichael Niedermayer2008-02-03
* Fix warnings in test code:Diego Biurrun2008-01-22
* main() --> main(void)Diego Biurrun2007-11-23
* license header consistency cosmeticsDiego Biurrun2007-07-05
* Add av_ prefix to clip functionsReimar Döffinger2007-02-25
* fix a gcc warning, avoid an unnecessary operationLuca Barbato2007-01-16
* update copyright year, it looks odd otherwise :)Michael Niedermayer2006-10-28
* I hope noone minds, adding myself to eval.c copyright...Oded Shimon2006-10-28
* ignore whitespace in ff_evalOded Shimon2006-10-28
* add missing 'e->value * 'Oded Shimon2006-10-28
* shut gcc warning, also makes sense for NAN to be returned if the loop was nev...Oded Shimon2006-10-28
* add support for while() loops again ugly syntax while(condition, statements) ...Michael Niedermayer2006-10-27
* support seperating expressons by ;Michael Niedermayer2006-10-27
* possible bug of 'gte' being read as 'gt', same with 'lte'Oded Shimon2006-10-27
* minor simplificationMichael Niedermayer2006-10-27
* factorize AVEvalExpr alloc and initMichael Niedermayer2006-10-27
* new optimized eval method, by seperating parsing and runtimeOded Shimon2006-10-27
* fix -a^b which was interpreted as (-a)^bMichael Niedermayer2006-10-16
* asin() acos() atan()Michael Niedermayer2006-10-16
* mod()Michael Niedermayer2006-10-16
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
* Remove unused variables and the corresponding warnings along with them.Diego Biurrun2006-10-03
* Break compatibility only when first part of version number changes, in thisPanagiotis Issaris2006-09-27
* Make AVOption parsign code use ff_eval2()Panagiotis Issaris2006-09-27
* Fix compilation by postponing deprecation of ff_eval() until the next versionPanagiotis Issaris2006-09-27
* Introduce ff_eval2 which is equivalent to ff_eval but does not log anything.Panagiotis Issaris2006-09-26
* Missing extern declaration for av_strtod.Panagiotis Issaris2006-09-24
* cosmeticMichael Niedermayer2006-09-24
* segfault fixMichael Niedermayer2006-09-24
* Define NAN -if not already defined- as 0.0/0.0Panagiotis Issaris2006-09-23
* Add support for SI (k, M, ...) and IEC/IEEE (Ki, Mi, ...) units.Panagiotis Issaris2006-09-18
* K prefixMichael Niedermayer2006-09-17
* support SI and some non SI prefixesMichael Niedermayer2006-09-17
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-12
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-17
* simplifyMichael Niedermayer2005-01-17
* simplifyMichael Niedermayer2005-01-15
* simplify, null pointer, selftestMichael Niedermayer2005-01-15
* avoid negative array indicesAlex Beregszaszi2004-02-18
* av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>)Michel Bardiaux2003-11-03
* per file doxyMichael Niedermayer2003-03-06
* * static,const,compiler warning cleanupZdenek Kabelac2003-02-10