| Commit message (Expand) | Author | Age | Files | Lines |
* | build: Split test programs off into separate files | Diego Biurrun | 2016-04-07 | 1 | -87/+0 |
* | testprogs: K&R formatting cosmetics | Diego Biurrun | 2016-03-24 | 1 | -172/+234 |
* | opt: Add av_opt_copy() | Michael Niedermayer | 2016-03-24 | 1 | -0/+66 |
* | opt: Add const to av_opt_next | Lukasz Marek | 2016-03-24 | 1 | -2/+2 |
* | opt-test: Merge struct declaration and initialization | Diego Biurrun | 2016-03-23 | 1 | -3/+1 |
* | opt-test: Move some variable declarations to avoid block braces | Diego Biurrun | 2016-03-23 | 1 | -36/+35 |
* | opt: check memory allocation | Vittorio Giovara | 2015-01-05 | 1 | -0/+2 |
* | check memory errors from av_strdup() | Vittorio Giovara | 2014-12-18 | 1 | -3/+5 |
* | cosmetics: Write NULL pointer inequality checks more compactly | Gabriel Dume | 2014-08-15 | 1 | -1/+1 |
* | AVOption: add support for dictionary types. | Andrew Stone | 2014-08-13 | 1 | -3/+51 |
* | AVOptions: add flags for read/read-only options | Anton Khirnov | 2014-02-19 | 1 | -3/+11 |
* | AVOptions: do not range check flag options. | Anton Khirnov | 2013-10-27 | 1 | -1/+2 |
* | avopt: Check whether the object actually has got an AVClass | Martin Storsjö | 2013-07-31 | 1 | -0/+3 |
* | opt: check the return values of av_get_token for ENOMEM. | Anton Khirnov | 2013-04-04 | 1 | -0/+7 |
* | AVOptions: make av_set_options_string() forward options to child objects | Anton Khirnov | 2013-03-28 | 1 | -1/+1 |
* | AVOptions: fix using named constants with child contexts. | Anton Khirnov | 2013-03-16 | 1 | -4/+4 |
* | AVOption: remove an unused function parameter. | Anton Khirnov | 2013-03-16 | 1 | -6/+4 |
* | Drop unnecessary 'l' length modifier when printfing double values. | Diego Biurrun | 2012-12-31 | 1 | -1/+1 |
* | opt: avoid segfault in av_opt_next() if the class does not have an option list | Justin Ruggles | 2012-12-22 | 1 | -2/+4 |
* | lavu/opt: do not filter out the initial sign character except for flags | Justin Ruggles | 2012-12-05 | 1 | -3/+8 |
* | Remove pointless #undefs of previously forbidden functions. | Anton Khirnov | 2012-12-04 | 1 | -2/+0 |
* | lavu: remove disabled avoptions cruft | Anton Khirnov | 2012-10-23 | 1 | -147/+0 |
* | avopt: Explicitly store rational option defaults in .dbl | Martin Storsjö | 2012-09-04 | 1 | -1/+1 |
* | avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union member | Martin Storsjö | 2012-09-04 | 1 | -9/+5 |
* | avopt: Store defaults for AV_OPT_TYPE_FLAGS in the i64 union member | Martin Storsjö | 2012-09-04 | 1 | -3/+4 |
* | avopt: Store defaults for AV_OPT_TYPE_CONST in the i64 union member | Martin Storsjö | 2012-09-04 | 1 | -5/+6 |
* | AVOptions: store defaults for INT64 options in int64 union member. | Anton Khirnov | 2012-08-24 | 1 | -5/+6 |
* | Don't include common.h from avutil.h | Martin Storsjö | 2012-08-15 | 1 | -0/+1 |
* | opt/eval: Include mathematics.h for NAN/INFINITY | Martin Storsjö | 2012-07-01 | 1 | -0/+1 |
* | AVOptions: fix the value printed in out of range error message. | Anton Khirnov | 2012-05-28 | 1 | -1/+2 |
* | opt: Add av_opt_set_bin() | Samuel Pitoiset | 2012-05-26 | 1 | -0/+29 |
* | AVOptions: don't return an invalid option when option list is empty | Anton Khirnov | 2011-11-11 | 1 | -3/+4 |
* | avoptions: Fix av_opt_flag_is_set | Martin Storsjö | 2011-10-17 | 1 | -1/+2 |
* | AVOptions: don't segfault on NULL parameter in av_set_options_string() | Anton Khirnov | 2011-10-17 | 1 | -0/+3 |
* | AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_* | Anton Khirnov | 2011-10-12 | 1 | -79/+79 |
* | Remove all uses of deprecated AVOptions API. | Anton Khirnov | 2011-10-12 | 1 | -16/+18 |
* | AVOptions: add av_opt_next, deprecate av_next_option. | Anton Khirnov | 2011-10-12 | 1 | -0/+7 |
* | AVOptions: add functions for evaluating option strings. | Anton Khirnov | 2011-10-12 | 1 | -0/+15 |
* | AVOptions: split get_number(). | Anton Khirnov | 2011-10-12 | 1 | -16/+26 |
* | AVOptions: add av_opt_get*, deprecate av_get*. | Anton Khirnov | 2011-10-12 | 1 | -8/+99 |
* | AVOptions: add av_opt_set*(). | Anton Khirnov | 2011-10-12 | 1 | -16/+48 |
* | AVOptions: add new API for enumerating children. | Anton Khirnov | 2011-10-12 | 1 | -5/+43 |
* | AVOptions: refactor set_number/write_number | Anton Khirnov | 2011-10-10 | 1 | -14/+11 |
* | AVOptions: cosmetics, rename static av_set_number2() to write_number(). | Anton Khirnov | 2011-10-10 | 1 | -3/+3 |
* | AVOptions: cosmetics, move and rename static av_set_number(). | Anton Khirnov | 2011-10-10 | 1 | -12/+12 |
* | AVOptions: split av_set_string3 into opt type-specific functions | Anton Khirnov | 2011-10-10 | 1 | -78/+101 |
* | AVOptions: remove AVOption.offset <= 0 checks | Anton Khirnov | 2011-09-07 | 1 | -4/+4 |
* | AVOptions: deprecate av_opt_set_defaults2 | Anton Khirnov | 2011-09-07 | 1 | -6/+10 |
* | AVOptions: move doxy for av_opt_set_defaults() from opt.c to opt.h | Anton Khirnov | 2011-09-07 | 1 | -6/+0 |
* | AVOptions: drop av_ prefix from static av_get_number(). | Anton Khirnov | 2011-09-01 | 1 | -4/+4 |