| Commit message (Expand) | Author | Age | Files | Lines |
* | Move eval.c and eval.h from libavcodec to libavutil, and make the eval | Stefano Sabatini | 2010-06-05 | 1 | -111/+0 |
* | Fix misc typos. | Stefano Sabatini | 2010-06-03 | 1 | -10/+10 |
* | Cosmetics: reindent and break some overly long line. | Stefano Sabatini | 2010-06-01 | 1 | -2/+2 |
* | Cosmetics: rename ff_parse_expr() and ff_parse_and_eval_expr() parameters: | Stefano Sabatini | 2010-06-01 | 1 | -21/+21 |
* | Make ff_parse_expr() and ff_parse_and_eval_expr() return an int | Stefano Sabatini | 2010-06-01 | 1 | -5/+12 |
* | Fix doxy reference to unexisting function. | Stefano Sabatini | 2010-05-20 | 1 | -1/+1 |
* | Change eval API to take parent log context and log level offset. | Michael Niedermayer | 2010-05-19 | 1 | -4/+4 |
* | Change the order of parameters for ff_eval_expr() and | Stefano Sabatini | 2010-05-16 | 1 | -11/+13 |
* | Remove explicit filename from Doxygen @file commands. | Diego Biurrun | 2010-04-20 | 1 | -1/+1 |
* | Fix grammar: a expression -> an expression. | Stefano Sabatini | 2010-04-12 | 1 | -1/+1 |
* | Remove stray empty line. | Stefano Sabatini | 2010-04-12 | 1 | -1/+0 |
* | Fix constness for func[12] parameters in ff_parse_expr() and | Stefano Sabatini | 2010-04-12 | 1 | -4/+5 |
* | Change constness for func[12]_name parameters of ff_parse_expr() and | Stefano Sabatini | 2010-04-12 | 1 | -4/+4 |
* | Rename ff_parse() to ff_parse_expr(). | Stefano Sabatini | 2010-04-12 | 1 | -1/+1 |
* | Rename ff_eval2() to ff_parse_and_eval_expr(). | Stefano Sabatini | 2010-04-11 | 1 | -1/+1 |
* | Rename ff_parse_eval() to ff_eval_expr(). | Stefano Sabatini | 2010-04-11 | 1 | -2/+2 |
* | Place some empty line in the doxy. | Stefano Sabatini | 2010-04-11 | 1 | -0/+4 |
* | Remove redundant file descriptions from copyright headers. | Stefano Sabatini | 2010-04-11 | 1 | -3/+1 |
* | Avoid the use of the symbol ff_expr_s for referencing AVExpr. | Stefano Sabatini | 2010-04-11 | 1 | -1/+1 |
* | Doxument ff_free_expr(). | Stefano Sabatini | 2010-04-11 | 1 | -0/+3 |
* | Rename ff_eval_free() to ff_free_expr(). | Stefano Sabatini | 2010-04-11 | 1 | -2/+3 |
* | Rename AVEvalExpr to AVExpr, as suggested by Michael. | Stefano Sabatini | 2010-04-11 | 1 | -5/+5 |
* | Move AVEvalExpr declaration at the beginning of the file, where it is | Stefano Sabatini | 2010-04-11 | 1 | -2/+2 |
* | Rewrite doxy for av_strtod(). | Stefano Sabatini | 2009-06-24 | 1 | -3/+16 |
* | Export av_strtod() to eval.h. | Stefano Sabatini | 2009-06-22 | 1 | -0/+6 |
* | Use full internal pathname in doxygen @file directives. | Diego Biurrun | 2009-02-01 | 1 | -1/+1 |
* | Add a few const qualifiers in appropriate places. | Anders Grönberg | 2008-12-14 | 1 | -5/+5 |
* | remove one more stuff under #if LIBAVCODEC_VERSION_INT | Aurelien Jacobs | 2008-09-08 | 1 | -10/+0 |
* | Globally rename the header inclusion guard names. | Stefano Sabatini | 2008-08-31 | 1 | -3/+3 |
* | Fix | Luca Abeni | 2008-02-15 | 1 | -2/+2 |
* | const | Michael Niedermayer | 2008-02-03 | 1 | -2/+2 |
* | Add FFMPEG_ prefix to all multiple inclusion guards. | Diego Biurrun | 2007-10-17 | 1 | -3/+3 |
* | misc typo fixes | Diego Biurrun | 2007-06-12 | 1 | -1/+1 |
* | patch so that the deprecated items show up correctly | Mark Cox | 2007-05-02 | 1 | -0/+3 |
* | ministry of english grammar :) then->than | Oded Shimon | 2006-11-04 | 1 | -1/+1 |
* | doxy | Michael Niedermayer | 2006-11-03 | 1 | -0/+34 |
* | new optimized eval method, by seperating parsing and runtime | Oded Shimon | 2006-10-27 | 1 | -0/+8 |
* | Change license headers to say 'FFmpeg' instead of 'this program/this library' | Diego Biurrun | 2006-10-07 | 1 | -4/+6 |
* | Add forgotten eval.h... | Panagiotis Issaris | 2006-09-29 | 1 | -0/+40 |