summaryrefslogtreecommitdiff
path: root/libavcodec/eval.h
Commit message (Expand)AuthorAgeFilesLines
* Move eval.c and eval.h from libavcodec to libavutil, and make the evalStefano Sabatini2010-06-051-111/+0
* Fix misc typos.Stefano Sabatini2010-06-031-10/+10
* Cosmetics: reindent and break some overly long line.Stefano Sabatini2010-06-011-2/+2
* Cosmetics: rename ff_parse_expr() and ff_parse_and_eval_expr() parameters:Stefano Sabatini2010-06-011-21/+21
* Make ff_parse_expr() and ff_parse_and_eval_expr() return an intStefano Sabatini2010-06-011-5/+12
* Fix doxy reference to unexisting function.Stefano Sabatini2010-05-201-1/+1
* Change eval API to take parent log context and log level offset.Michael Niedermayer2010-05-191-4/+4
* Change the order of parameters for ff_eval_expr() andStefano Sabatini2010-05-161-11/+13
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-201-1/+1
* Fix grammar: a expression -> an expression.Stefano Sabatini2010-04-121-1/+1
* Remove stray empty line.Stefano Sabatini2010-04-121-1/+0
* Fix constness for func[12] parameters in ff_parse_expr() andStefano Sabatini2010-04-121-4/+5
* Change constness for func[12]_name parameters of ff_parse_expr() andStefano Sabatini2010-04-121-4/+4
* Rename ff_parse() to ff_parse_expr().Stefano Sabatini2010-04-121-1/+1
* Rename ff_eval2() to ff_parse_and_eval_expr().Stefano Sabatini2010-04-111-1/+1
* Rename ff_parse_eval() to ff_eval_expr().Stefano Sabatini2010-04-111-2/+2
* Place some empty line in the doxy.Stefano Sabatini2010-04-111-0/+4
* Remove redundant file descriptions from copyright headers.Stefano Sabatini2010-04-111-3/+1
* Avoid the use of the symbol ff_expr_s for referencing AVExpr.Stefano Sabatini2010-04-111-1/+1
* Doxument ff_free_expr().Stefano Sabatini2010-04-111-0/+3
* Rename ff_eval_free() to ff_free_expr().Stefano Sabatini2010-04-111-2/+3
* Rename AVEvalExpr to AVExpr, as suggested by Michael.Stefano Sabatini2010-04-111-5/+5
* Move AVEvalExpr declaration at the beginning of the file, where it isStefano Sabatini2010-04-111-2/+2
* Rewrite doxy for av_strtod().Stefano Sabatini2009-06-241-3/+16
* Export av_strtod() to eval.h.Stefano Sabatini2009-06-221-0/+6
* 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-5/+5
* remove one more stuff under #if LIBAVCODEC_VERSION_INTAurelien Jacobs2008-09-081-10/+0
* Globally rename the header inclusion guard names.Stefano Sabatini2008-08-311-3/+3
* FixLuca Abeni2008-02-151-2/+2
* constMichael Niedermayer2008-02-031-2/+2
* Add FFMPEG_ prefix to all multiple inclusion guards.Diego Biurrun2007-10-171-3/+3
* misc typo fixesDiego Biurrun2007-06-121-1/+1
* patch so that the deprecated items show up correctlyMark Cox2007-05-021-0/+3
* ministry of english grammar :) then->thanOded Shimon2006-11-041-1/+1
* doxyMichael Niedermayer2006-11-031-0/+34
* new optimized eval method, by seperating parsing and runtimeOded Shimon2006-10-271-0/+8
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-071-4/+6
* Add forgotten eval.h...Panagiotis Issaris2006-09-291-0/+40