| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove explicit filename from Doxygen @file commands. | Diego Biurrun | 2010-04-20 | 1 | -1/+1 |
* | Rename ff_eval2() to ff_parse_and_eval_expr(). | Stefano Sabatini | 2010-04-11 | 1 | -1/+1 |
* | Fix misc typos, patch by | Stefano Sabatini | 2010-01-27 | 1 | -1/+1 |
* | Revert r20249, it seems the union trick works everywhere | Michael Niedermayer | 2009-10-17 | 1 | -13/+0 |
* | Very evil missuse of svn to test if AVOption and AVOption2 are compatible. | Michael Niedermayer | 2009-10-16 | 1 | -0/+13 |
* | Revert: | Michael Niedermayer | 2009-10-05 | 1 | -3/+1 |
* | Make av_set_string3() print a message in case of unknown option. | Stefano Sabatini | 2009-05-14 | 1 | -1/+3 |
* | Provide a context to av_log() calls in av_set_number2() and | Stefano Sabatini | 2009-05-14 | 1 | -2/+2 |
* | Use full internal pathname in doxygen @file directives. | Diego Biurrun | 2009-02-01 | 1 | -1/+1 |
* | Revert r16257: | Andreas Öman | 2008-12-22 | 1 | -1/+0 |
* | Include "libavutil/common.h" where we use llrint() in case ffmpeg's | Andreas Öman | 2008-12-21 | 1 | -0/+1 |
* | Put under #if LIBAVCODEC_VERSION_MAJOR < 53 the deprecated functions | Stefano Sabatini | 2008-12-19 | 1 | -0/+2 |
* | Remove calls to deprecated av_set_string2() with calls to | Stefano Sabatini | 2008-12-19 | 1 | -1/+4 |
* | Implement av_set_string3(). | Stefano Sabatini | 2008-12-16 | 1 | -11/+24 |
* | Implement the av_set_number2() internal function, which makes possible | Stefano Sabatini | 2008-12-15 | 1 | -5/+15 |
* | Remove ending period in a log message, which was inconsistent with | Stefano Sabatini | 2008-12-15 | 1 | -1/+1 |
* | Remove set_all_opt() and its use in av_set_string2(). Make | Stefano Sabatini | 2008-12-14 | 1 | -21/+0 |
* | Fix FF_OPT_TYPE_INT64 support of defaults. | Michael Niedermayer | 2008-12-05 | 1 | -0/+5 |
* | Fix the logic to access the location of a string to free when setting | Stefano Sabatini | 2008-07-13 | 1 | -1/+1 |
* | Fix the av_set_string() free / alloc issue. | Michael Niedermayer | 2008-07-08 | 1 | -1/+10 |
* | mark read-only data as const | Stefan Gehrer | 2008-06-24 | 1 | -2/+2 |
* | Anoter try to make +- behave sanely. | Michael Niedermayer | 2008-05-24 | 1 | -2/+4 |
* | Fix + - bug with non flags. | Michael Niedermayer | 2008-05-23 | 1 | -2/+4 |
* | Make av_set_string() fail when number could not be set. | Stefano Sabatini | 2008-05-15 | 1 | -1/+2 |
* | Update offset in the option string later, to have a better error message. | Stefano Sabatini | 2008-05-14 | 1 | -1/+1 |
* | Fix a typo. | Stefano Sabatini | 2008-05-13 | 1 | -1/+1 |
* | Fix handling flags with the MSB set. | Michael Niedermayer | 2008-03-05 | 1 | -3/+3 |
* | Fix | Luca Abeni | 2008-02-15 | 1 | -1/+1 |
* | Add FF_OPT_TYPE_BINARY and use it to add a cryptokey option | Reimar Döffinger | 2007-12-17 | 1 | -0/+42 |
* | Add a missing break, before av_set_number would always return NULL for | Reimar Döffinger | 2007-12-13 | 1 | -0/+1 |
* | simplify | Michael Niedermayer | 2007-12-03 | 1 | -3/+1 |
* | make the AVOption code work with strings instead of crash | Michael Niedermayer | 2007-12-03 | 1 | -2/+2 |
* | license header consistency cosmetics | Diego Biurrun | 2007-07-05 | 1 | -1/+0 |
* | Fix a bug in av_find_opt(). Because some of the AVOption structures have field | Kamil Nowosad | 2007-03-30 | 1 | -1/+1 |
* | add 'all' and 'none' options for partitions config | Limin Wang | 2007-03-30 | 1 | -0/+2 |
* | add av_opt_set_defaults2() which sets just defaults from AVOptions whos flags... | Michael Niedermayer | 2007-03-07 | 1 | -1/+7 |
* | make av_find_opt() available to the public and add a mask+flags parameter to ... | Michael Niedermayer | 2007-03-07 | 1 | -7/+7 |
* | Constantize AVOption, solve few warnings, patch from flameeyes@gentoo.org aka... | Luca Barbato | 2007-01-21 | 1 | -24/+24 |
* | Fixes: | Dominik Mierzejewski | 2006-10-08 | 1 | -1/+1 |
* | Change license headers to say 'FFmpeg' instead of 'this program/this library' | Diego Biurrun | 2006-10-07 | 1 | -4/+6 |
* | Reformat the output of the list of available AVOptions, by indenting the | Panagiotis Issaris | 2006-09-29 | 1 | -7/+29 |
* | Pull out the ff_eval* from the mpegvideo header, as it doesn't belong there and | Panagiotis Issaris | 2006-09-29 | 1 | -1/+1 |
* | Make AVOption parsign code use ff_eval2() | Panagiotis Issaris | 2006-09-27 | 1 | -73/+24 |
* | Inform the user that a certain AVOption is out of range. | Panagiotis Issaris | 2006-09-20 | 1 | -1/+3 |
* | Add support for SI (k, M, ...) and IEC/IEEE (Ki, Mi, ...) units. | Panagiotis Issaris | 2006-09-18 | 1 | -21/+54 |
* | Allow parameter values (AVOptions) to use the 'k', 'M', 'G' | Panagiotis Issaris | 2006-09-14 | 1 | -2/+29 |
* | adds doxygen docs to av_opt_set_defaults. Patch by Takis | Panagiotis Issaris | 2006-09-10 | 1 | -0/+6 |
* | make AVOptions default value field work. | Panagiotis Issaris | 2006-09-10 | 1 | -0/+37 |
* | Give a hint about what is the expected the data type of command line options. | Antoine Cellerier | 2006-02-23 | 1 | -0/+29 |
* | Update licensing information: The FSF changed postal address. | Diego Biurrun | 2006-01-12 | 1 | -1/+1 |