- 02 Nov, 2015 1 commit
-
-
Ganesh Ajjanagadde authored
Reviewed-by: Michael Niedermayer <michael@niedermayer.cc> Signed-off-by: Ganesh Ajjanagadde <gajjanagadde@gmail.com>
-
- 19 Oct, 2013 1 commit
-
-
Michael Niedermayer authored
Define positive return values as non errors and leave further meaning undefined This allows future extensions to use these values Reviewed-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 07 Nov, 2012 1 commit
-
-
Stefano Sabatini authored
-
- 10 Dec, 2011 1 commit
-
-
Diego Biurrun authored
-
- 19 Apr, 2011 1 commit
-
-
Anton Khirnov authored
-
- 19 Mar, 2011 1 commit
-
-
Mans Rullgard authored
Signed-off-by: Mans Rullgard <mans@mansr.com>
-
- 08 Nov, 2010 1 commit
-
-
Stefano Sabatini authored
eval API. More grep-friendly and more consistent with the rest of the FFmpeg API. Originally committed as revision 25708 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 30 Jun, 2010 1 commit
-
-
Måns Rullgård authored
Originally committed as revision 23904 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 05 Jun, 2010 1 commit
-
-
Stefano Sabatini authored
API public. Originally committed as revision 23485 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 03 Jun, 2010 1 commit
-
-
Stefano Sabatini authored
Originally committed as revision 23442 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 01 Jun, 2010 3 commits
-
-
Stefano Sabatini authored
Originally committed as revision 23405 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Stefano Sabatini authored
const_name -> const_names const_value -> const_values func[12]_name -> func[12]_names func[12] -> funcs[12] All these parameters contain a list of values, using plural names for them help understanding a little. Originally committed as revision 23403 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Stefano Sabatini authored
containing an error code. Allow these functions to convey the reason of the failure to the calling function, failure which is not always due to a parsing error but it may depend for example on a memory problem. Also fix several potential memleaks. Originally committed as revision 23402 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 20 May, 2010 1 commit
-
-
Stefano Sabatini authored
Originally committed as revision 23203 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 19 May, 2010 1 commit
-
-
Michael Niedermayer authored
this is based on stefanos work, especially all bugs are his fault ;) Originally committed as revision 23201 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 16 May, 2010 1 commit
-
-
Stefano Sabatini authored
ff_parse_and_eval_expr(), place the names for constants/functions before the corresponding values. This looks more readable, as the user is expected to know the names before the values. Originally committed as revision 23149 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 20 Apr, 2010 1 commit
-
-
Diego Biurrun authored
Passing an explicit filename to this command is only necessary if the documentation in the @file block refers to a file different from the one the block resides in. Originally committed as revision 22921 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 12 Apr, 2010 5 commits
-
-
Stefano Sabatini authored
Originally committed as revision 22865 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Stefano Sabatini authored
Originally committed as revision 22864 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Stefano Sabatini authored
ff_parse_and_eval_expr(). Change func[12] attributes from "** func" to "* const * func". This is consistent with the semantics of the provided arrays of functions, which are not supposed to be changed by the ff_parse_* functions. Also fix the GCC compilation warnings: libavcodec/ratecontrol.c: In function ‘ff_rate_control_init’: libavcodec/ratecontrol.c:109: warning: passing argument 3 of ‘ff_parse_expr’ discards qualifiers from pointer target type libavcodec/eval.h:69: note: expected ‘double (**)(void *, double)’ but argument is of type ‘double (* const*)(void *, double)’ Originally committed as revision 22860 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Stefano Sabatini authored
ff_parse_and_eval_expr(). Change attribute from "const char **" to "const char * const *". The name arrays are not supposed to be changed by the function. Originally committed as revision 22859 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Stefano Sabatini authored
The new name is more expressive and fits better in the overall naming scheme for the revisited eval API. Originally committed as revision 22858 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 11 Apr, 2010 9 commits
-
-
Stefano Sabatini authored
The new name better expresses what the function does. Originally committed as revision 22845 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Stefano Sabatini authored
The new name expresses better what the function does. Originally committed as revision 22844 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Stefano Sabatini authored
Improve readability, also consistent with the predominant doxy style. Originally committed as revision 22841 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Stefano Sabatini authored
File description is only kept in the @file doxy. Originally committed as revision 22840 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Stefano Sabatini authored
This way we have to deal only with struct AVExpr and AVExpr, which is slightly less confusing as the association between the two symbols is obvious. Originally committed as revision 22839 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Stefano Sabatini authored
Originally committed as revision 22837 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Stefano Sabatini authored
Originally committed as revision 22834 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Stefano Sabatini authored
The new name is shorter and less confusing. Originally committed as revision 22833 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Stefano Sabatini authored
less distracting. Originally committed as revision 22832 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 24 Jun, 2009 1 commit
-
-
Stefano Sabatini authored
Originally committed as revision 19268 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 22 Jun, 2009 1 commit
-
-
Stefano Sabatini authored
Originally committed as revision 19252 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 01 Feb, 2009 1 commit
-
-
Diego Biurrun authored
Otherwise doxygen complains about ambiguous filenames when files exist under the same name in different subdirectories. Originally committed as revision 16912 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 14 Dec, 2008 1 commit
-
-
Anders Grönberg authored
patch by Anders Grönberg, galileo.m2 gmail com Originally committed as revision 16120 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 08 Sep, 2008 1 commit
-
-
Aurelien Jacobs authored
which was forgotten in r15263 Originally committed as revision 15278 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 31 Aug, 2008 1 commit
-
-
Stefano Sabatini authored
Consistently apply this rule: the guard name is obtained from the filename by stripping the leading "lib", converting '/' and '.' to '_' and uppercasing the resulting name. Guard names in the root directory have to be prefixed by "FFMPEG_". Originally committed as revision 15120 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 15 Feb, 2008 1 commit
-
-
Luca Abeni authored
utils.c: In function ‘avcodec_get_context_defaults2’: utils.c:793: warning: assignment discards qualifiers from pointer target type Originally committed as revision 11938 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 03 Feb, 2008 1 commit
-
-
Michael Niedermayer authored
Originally committed as revision 11840 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 17 Oct, 2007 1 commit
-
-
Diego Biurrun authored
Originally committed as revision 10765 to svn://svn.ffmpeg.org/ffmpeg/trunk
-