summaryrefslogtreecommitdiffstats
path: root/libavcodec/eval.c
Commit message (Expand)AuthorAgeFilesLines
* Change eval API to take parent log context and log level offset.Michael Niedermayer2010-05-191-11/+19
* Change the order of parameters for ff_eval_expr() andStefano Sabatini2010-05-161-10/+12
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-201-1/+1
* Fix constness for func[12] parameters in ff_parse_expr() andStefano Sabatini2010-04-121-6/+6
* Change constness for func[12]_name parameters of ff_parse_expr() andStefano Sabatini2010-04-121-6/+6
* Rename ff_parse() to ff_parse_expr().Stefano Sabatini2010-04-121-2/+2
* Remove unnecessary header inclusion directives.Stefano Sabatini2010-04-121-7/+1
* Rename ff_eval2() to ff_parse_and_eval_expr().Stefano Sabatini2010-04-111-5/+5
* Rename ff_parse_eval() to ff_eval_expr().Stefano Sabatini2010-04-111-2/+2
* Remove redundant file descriptions from copyright headers.Stefano Sabatini2010-04-111-2/+0
* Avoid the use of the symbol ff_expr_s for referencing AVExpr.Stefano Sabatini2010-04-111-2/+2
* Rename ff_eval_free() to ff_free_expr().Stefano Sabatini2010-04-111-9/+9
* Rename AVEvalExpr to AVExpr, as suggested by Michael.Stefano Sabatini2010-04-111-24/+24
* eval: Check for return value of memory allocations.Ramiro Polla2009-09-121-0/+13
* eval: replace variable-length array with av_malloc/freeMåns Rullgård2009-08-191-3/+9
* eval: include libavutil/mathematics.h for NAN and M_PIMåns Rullgård2009-08-101-8/+1
* eval: include our headers after system headersMåns Rullgård2009-08-101-3/+3
* Export av_strtod() to eval.h.Stefano Sabatini2009-06-221-5/+1
* Cosmetics: rename 'name' av_strtod() param to 'numstr'. The new nameStefano Sabatini2009-06-211-3/+3
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-011-1/+1
* Add a few const qualifiers in appropriate places.Anders Grönberg2008-12-141-8/+8
* Fix test program build: ff_eval was replaced by ff_eval2.Diego Biurrun2008-11-051-4/+4
* Remove stuff under #if LIBAVCODEC_VERSION_INT.Michael Niedermayer2008-09-081-14/+0
* mark read-only data as constStefan Gehrer2008-06-241-1/+1
* Improve parse_primary() error message.Stefano Sabatini2008-05-211-1/+1
* remove more useless mpegvideo.h includesAurelien Jacobs2008-03-051-1/+0
* FixLuca Abeni2008-02-151-2/+2
* constMichael Niedermayer2008-02-031-4/+4
* Fix warnings in test code:Diego Biurrun2008-01-221-1/+2
* main() --> main(void)Diego Biurrun2007-11-231-1/+1
* license header consistency cosmeticsDiego Biurrun2007-07-051-1/+0
* Add av_ prefix to clip functionsReimar Döffinger2007-02-251-2/+2
* fix a gcc warning, avoid an unnecessary operationLuca Barbato2007-01-161-1/+1
* update copyright year, it looks odd otherwise :)Michael Niedermayer2006-10-281-1/+1
* I hope noone minds, adding myself to eval.c copyright...Oded Shimon2006-10-281-0/+1
* ignore whitespace in ff_evalOded Shimon2006-10-281-1/+6
* add missing 'e->value * 'Oded Shimon2006-10-281-1/+1
* shut gcc warning, also makes sense for NAN to be returned if the loop was nev...Oded Shimon2006-10-281-1/+1
* add support for while() loops again ugly syntax while(condition, statements) ...Michael Niedermayer2006-10-271-1/+8
* support seperating expressons by ;Michael Niedermayer2006-10-271-4/+23
* possible bug of 'gte' being read as 'gt', same with 'lte'Oded Shimon2006-10-271-2/+2
* minor simplificationMichael Niedermayer2006-10-271-5/+2
* factorize AVEvalExpr alloc and initMichael Niedermayer2006-10-271-19/+14
* new optimized eval method, by seperating parsing and runtimeOded Shimon2006-10-271-64/+194
* fix -a^b which was interpreted as (-a)^bMichael Niedermayer2006-10-161-7/+10
* asin() acos() atan()Michael Niedermayer2006-10-161-0/+3
* mod()Michael Niedermayer2006-10-161-0/+1
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-071-4/+6
* Remove unused variables and the corresponding warnings along with them.Diego Biurrun2006-10-031-1/+0
* Break compatibility only when first part of version number changes, in thisPanagiotis Issaris2006-09-271-1/+1
OpenPOWER on IntegriCloud