5 Commits (880fa2183051dfe6a7e44879361f674a906f5aa7)

Author SHA1 Message Date
Anton Khirnov 516fb5e40c lavu: remove FF_API_OLD_EVAL_NAMES cruft 14 years ago
Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
Stefano Sabatini d2af7205a1 Use hierarchic names convention (prefix them with av_expr) for the 14 years ago
Måns Rullgård 49bd8e4b84 Fix grammar errors in documentation 14 years ago
Stefano Sabatini 0b99215c0e Move eval.c and eval.h from libavcodec to libavutil, and make the eval 15 years ago
Stefano Sabatini 94f4982350 Fix misc typos. 15 years ago
Stefano Sabatini b851dd9e9b Cosmetics: reindent and break some overly long line. 15 years ago
Stefano Sabatini 9711439b44 Cosmetics: rename ff_parse_expr() and ff_parse_and_eval_expr() parameters: 15 years ago
Stefano Sabatini 9ace13b416 Make ff_parse_expr() and ff_parse_and_eval_expr() return an int 15 years ago
Stefano Sabatini 4d2f703a34 Fix doxy reference to unexisting function. 15 years ago
Michael Niedermayer 2b65bb45b5 Change eval API to take parent log context and log level offset. 15 years ago
Stefano Sabatini edd259f92f Change the order of parameters for ff_eval_expr() and 15 years ago
Diego Biurrun ba87f0801d Remove explicit filename from Doxygen @file commands. 15 years ago
Stefano Sabatini 94e57758da Fix grammar: a expression -> an expression. 15 years ago
Stefano Sabatini 85c36856ff Remove stray empty line. 15 years ago
Stefano Sabatini fc7e2d34cf Fix constness for func[12] parameters in ff_parse_expr() and 15 years ago
Stefano Sabatini 82fdcd449c Change constness for func[12]_name parameters of ff_parse_expr() and 15 years ago
Stefano Sabatini 1235429c27 Rename ff_parse() to ff_parse_expr(). 15 years ago
Stefano Sabatini a367be1e88 Rename ff_eval2() to ff_parse_and_eval_expr(). 15 years ago
Stefano Sabatini 4565caf120 Rename ff_parse_eval() to ff_eval_expr(). 15 years ago
Stefano Sabatini f54978f117 Place some empty line in the doxy. 15 years ago
Stefano Sabatini 8c21647382 Remove redundant file descriptions from copyright headers. 15 years ago
Stefano Sabatini a3731cadfc Avoid the use of the symbol ff_expr_s for referencing AVExpr. 15 years ago
Stefano Sabatini 80ed701443 Doxument ff_free_expr(). 15 years ago
Stefano Sabatini f8fea468b2 Rename ff_eval_free() to ff_free_expr(). 15 years ago
Stefano Sabatini 073f6d5b96 Rename AVEvalExpr to AVExpr, as suggested by Michael. 15 years ago
Stefano Sabatini 5fccafdbc1 Move AVEvalExpr declaration at the beginning of the file, where it is 15 years ago
Stefano Sabatini d171a651db Rewrite doxy for av_strtod(). 15 years ago
Stefano Sabatini 1c2744d139 Export av_strtod() to eval.h. 15 years ago
Diego Biurrun bad5537e2c Use full internal pathname in doxygen @file directives. 16 years ago
Anders Grönberg cac55c9196 Add a few const qualifiers in appropriate places. 16 years ago
Aurelien Jacobs 03ea32f850 remove one more stuff under #if LIBAVCODEC_VERSION_INT 16 years ago
Stefano Sabatini 987903826b Globally rename the header inclusion guard names. 16 years ago
Luca Abeni 6881b8e567 Fix 17 years ago
Michael Niedermayer 20e4beaef7 const 17 years ago
Diego Biurrun 5b21bdabe4 Add FFMPEG_ prefix to all multiple inclusion guards. 17 years ago
Diego Biurrun 90b5b51eab misc typo fixes 18 years ago
Mark Cox 671adb1742 patch so that the deprecated items show up correctly 18 years ago
Oded Shimon 483b8b1210 ministry of english grammar :) then->than 18 years ago
Michael Niedermayer 21d4d5dafb doxy 18 years ago
Oded Shimon 85b4eb08cc new optimized eval method, by seperating parsing and runtime 18 years ago
Diego Biurrun b78e7197a8 Change license headers to say 'FFmpeg' instead of 'this program/this library' 18 years ago
Panagiotis Issaris b2f86c170d Add forgotten eval.h... 18 years ago