Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-05-17Change the order of parameters for ff_eval_expr() andStefano Sabatini
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun
2010-04-13Fix grammar: a expression -> an expression.Stefano Sabatini
2010-04-13Remove stray empty line.Stefano Sabatini
2010-04-13Fix constness for func[12] parameters in ff_parse_expr() andStefano Sabatini
2010-04-12Change constness for func[12]_name parameters of ff_parse_expr() andStefano Sabatini
2010-04-12Rename ff_parse() to ff_parse_expr().Stefano Sabatini
2010-04-12Rename ff_eval2() to ff_parse_and_eval_expr().Stefano Sabatini
2010-04-12Rename ff_parse_eval() to ff_eval_expr().Stefano Sabatini
2010-04-12Place some empty line in the doxy.Stefano Sabatini
2010-04-12Remove redundant file descriptions from copyright headers.Stefano Sabatini
2010-04-11Avoid the use of the symbol ff_expr_s for referencing AVExpr.Stefano Sabatini
2010-04-11Doxument ff_free_expr().Stefano Sabatini
2010-04-11Rename ff_eval_free() to ff_free_expr().Stefano Sabatini
2010-04-11Rename AVEvalExpr to AVExpr, as suggested by Michael.Stefano Sabatini
2010-04-11Move AVEvalExpr declaration at the beginning of the file, where it isStefano Sabatini
2009-06-25Rewrite doxy for av_strtod().Stefano Sabatini
2009-06-23Export av_strtod() to eval.h.Stefano Sabatini
2009-02-01Use full internal pathname in doxygen @file directives.Diego Biurrun
2008-12-14Add a few const qualifiers in appropriate places.Anders Grönberg
2008-09-09remove one more stuff under #if LIBAVCODEC_VERSION_INTAurelien Jacobs
2008-08-31Globally rename the header inclusion guard names.Stefano Sabatini
2008-02-15FixLuca Abeni
2008-02-04constMichael Niedermayer
2007-10-17Add FFMPEG_ prefix to all multiple inclusion guards.Diego Biurrun
2007-06-12misc typo fixesDiego Biurrun
2007-05-02patch so that the deprecated items show up correctlyMark Cox
2006-11-04ministry of english grammar :) then->thanOded Shimon
2006-11-03doxyMichael Niedermayer
2006-10-27new optimized eval method, by seperating parsing and runtimeOded Shimon
2006-10-07Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun
2006-09-29Add forgotten eval.h...Panagiotis Issaris