]> git.sesse.net Git - ffmpeg/history - libavcodec/eval.h
Add bitexact versions of put_no_rnd_pixels8 _x2 and _y2 for vp3/theora
[ffmpeg] / libavcodec / eval.h
2010-06-03 Stefano SabatiniFix misc typos.
2010-06-01 Stefano SabatiniCosmetics: reindent and break some overly long line.
2010-06-01 Stefano SabatiniCosmetics: rename ff_parse_expr() and ff_parse_and_eval...
2010-06-01 Stefano SabatiniMake ff_parse_expr() and ff_parse_and_eval_expr() retur...
2010-05-20 Stefano SabatiniFix doxy reference to unexisting function.
2010-05-19 Michael NiedermayerChange eval API to take parent log context and log...
2010-05-16 Stefano SabatiniChange the order of parameters for ff_eval_expr() and
2010-04-20 Diego BiurrunRemove explicit filename from Doxygen @file commands.
2010-04-12 Stefano SabatiniFix grammar: a expression -> an expression.
2010-04-12 Stefano SabatiniRemove stray empty line.
2010-04-12 Stefano SabatiniFix constness for func[12] parameters in ff_parse_expr...
2010-04-12 Stefano SabatiniChange constness for func[12]_name parameters of ff_par...
2010-04-12 Stefano SabatiniRename ff_parse() to ff_parse_expr().
2010-04-11 Stefano SabatiniRename ff_eval2() to ff_parse_and_eval_expr().
2010-04-11 Stefano SabatiniRename ff_parse_eval() to ff_eval_expr().
2010-04-11 Stefano SabatiniPlace some empty line in the doxy.
2010-04-11 Stefano SabatiniRemove redundant file descriptions from copyright headers.
2010-04-11 Stefano SabatiniAvoid the use of the symbol ff_expr_s for referencing...
2010-04-11 Stefano SabatiniDoxument ff_free_expr().
2010-04-11 Stefano SabatiniRename ff_eval_free() to ff_free_expr().
2010-04-11 Stefano SabatiniRename AVEvalExpr to AVExpr, as suggested by Michael.
2010-04-11 Stefano SabatiniMove AVEvalExpr declaration at the beginning of the...
2009-06-24 Stefano SabatiniRewrite doxy for av_strtod().
2009-06-22 Stefano SabatiniExport av_strtod() to eval.h.
2009-02-01 Diego BiurrunUse full internal pathname in doxygen @file directives.
2008-12-14 Anders GrönbergAdd a few const qualifiers in appropriate places.
2008-09-08 Aurelien Jacobsremove one more stuff under #if LIBAVCODEC_VERSION_INT
2008-08-31 Stefano SabatiniGlobally rename the header inclusion guard names.
2008-02-15 Luca AbeniFix
2008-02-03 Michael Niedermayerconst
2007-10-17 Diego BiurrunAdd FFMPEG_ prefix to all multiple inclusion guards.
2007-06-12 Diego Biurrunmisc typo fixes
2007-05-02 Mark Coxpatch so that the deprecated items show up correctly
2006-11-04 Oded Shimonministry of english grammar :) then->than
2006-11-03 Michael Niedermayerdoxy
2006-10-27 Oded Shimonnew optimized eval method, by seperating parsing and...
2006-10-07 Diego BiurrunChange license headers to say 'FFmpeg' instead of ...
2006-09-29 Panagiotis IssarisAdd forgotten eval.h...