summaryrefslogtreecommitdiff
path: root/libavcodec/eval.h
Commit message (Expand)AuthorAge
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-20
* Fix grammar: a expression -> an expression.Stefano Sabatini2010-04-12
* Remove stray empty line.Stefano Sabatini2010-04-12
* Fix constness for func[12] parameters in ff_parse_expr() andStefano Sabatini2010-04-12
* Change constness for func[12]_name parameters of ff_parse_expr() andStefano Sabatini2010-04-12
* Rename ff_parse() to ff_parse_expr().Stefano Sabatini2010-04-12
* Rename ff_eval2() to ff_parse_and_eval_expr().Stefano Sabatini2010-04-11
* Rename ff_parse_eval() to ff_eval_expr().Stefano Sabatini2010-04-11
* Place some empty line in the doxy.Stefano Sabatini2010-04-11
* Remove redundant file descriptions from copyright headers.Stefano Sabatini2010-04-11
* Avoid the use of the symbol ff_expr_s for referencing AVExpr.Stefano Sabatini2010-04-11
* Doxument ff_free_expr().Stefano Sabatini2010-04-11
* Rename ff_eval_free() to ff_free_expr().Stefano Sabatini2010-04-11
* Rename AVEvalExpr to AVExpr, as suggested by Michael.Stefano Sabatini2010-04-11
* Move AVEvalExpr declaration at the beginning of the file, where it isStefano Sabatini2010-04-11
* Rewrite doxy for av_strtod().Stefano Sabatini2009-06-24
* Export av_strtod() to eval.h.Stefano Sabatini2009-06-22
* 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
* remove one more stuff under #if LIBAVCODEC_VERSION_INTAurelien Jacobs2008-09-08
* Globally rename the header inclusion guard names.Stefano Sabatini2008-08-31
* FixLuca Abeni2008-02-15
* constMichael Niedermayer2008-02-03
* Add FFMPEG_ prefix to all multiple inclusion guards.Diego Biurrun2007-10-17
* misc typo fixesDiego Biurrun2007-06-12
* patch so that the deprecated items show up correctlyMark Cox2007-05-02
* ministry of english grammar :) then->thanOded Shimon2006-11-04
* doxyMichael Niedermayer2006-11-03
* new optimized eval method, by seperating parsing and runtimeOded Shimon2006-10-27
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
* Add forgotten eval.h...Panagiotis Issaris2006-09-29