| Commit message (Expand) | Author | Age | Files | Lines |
* | lavu/opt: reindent after last commit | Stefano Sabatini | 2012-09-07 | 1 | -8/+8 |
* | lavu/opt: support NULL and special "none" values for size and pixel format op... | Stefano Sabatini | 2012-09-05 | 1 | -2/+10 |
* | Merge commit '21bc44038491e525335ad763883b0288402ff6a0' | Michael Niedermayer | 2012-09-05 | 1 | -1/+1 |
|\ |
|
| * | avopt: Explicitly store rational option defaults in .dbl | Martin Storsjö | 2012-09-04 | 1 | -1/+1 |
* | | Merge commit 'e6153f173a49e5bfa70b0c04d2f82930533597b9' | Michael Niedermayer | 2012-09-05 | 1 | -9/+5 |
|\| |
|
| * | avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union member | Martin Storsjö | 2012-09-04 | 1 | -9/+5 |
* | | Merge commit 'd58dd4b5b5d31cfd4092e38a5f2c894eee2ab078' | Michael Niedermayer | 2012-09-05 | 1 | -3/+4 |
|\| |
|
| * | avopt: Store defaults for AV_OPT_TYPE_FLAGS in the i64 union member | Martin Storsjö | 2012-09-04 | 1 | -3/+4 |
* | | Merge commit '124134e42455763b28cc346fed1d07017a76e84e' | Michael Niedermayer | 2012-09-05 | 1 | -5/+6 |
|\| |
|
| * | avopt: Store defaults for AV_OPT_TYPE_CONST in the i64 union member | Martin Storsjö | 2012-09-04 | 1 | -5/+6 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-08-24 | 1 | -5/+6 |
|\| |
|
| * | AVOptions: store defaults for INT64 options in int64 union member. | Anton Khirnov | 2012-08-24 | 1 | -5/+6 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-08-16 | 1 | -0/+1 |
|\| |
|
| * | Don't include common.h from avutil.h | Martin Storsjö | 2012-08-15 | 1 | -0/+1 |
* | | lavu/opt.h: add AV_OPT_FLAG_FILTERING_PARAM macro | Stefano Sabatini | 2012-08-12 | 1 | -0/+1 |
* | | lavu/opt: fix crash in av_opt_next() in case the class has no options | Stefano Sabatini | 2012-08-10 | 1 | -1/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-07-01 | 1 | -0/+1 |
|\| |
|
| * | opt/eval: Include mathematics.h for NAN/INFINITY | Martin Storsjö | 2012-07-01 | 1 | -0/+1 |
* | | opt: add test for IMAGE_SIZE and PIXEL_FMT. | Nicolas George | 2012-06-07 | 1 | -0/+10 |
* | | opt: free test_ctx.string at the end. | Nicolas George | 2012-06-07 | 1 | -0/+1 |
* | | opt: init test_ctx to 0. | Nicolas George | 2012-06-07 | 1 | -1/+1 |
* | | opt: add AV_OPT_TYPE_PIXEL_FMT. | Nicolas George | 2012-06-07 | 1 | -0/+20 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-05-28 | 1 | -1/+2 |
|\| |
|
| * | AVOptions: fix the value printed in out of range error message. | Anton Khirnov | 2012-05-28 | 1 | -1/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-05-26 | 1 | -0/+29 |
|\| |
|
| * | opt: Add av_opt_set_bin() | Samuel Pitoiset | 2012-05-26 | 1 | -0/+29 |
* | | opt: add AV_OPT_TYPE_IMAGE_SIZE. | Nicolas George | 2012-05-20 | 1 | -0/+14 |
* | | lavu/opt: clarify error message in set_key_value_pair() | Stefano Sabatini | 2012-04-30 | 1 | -1/+1 |
* | | opt: Fix "libavutil/opt.c:811:20: warning: initialization discards ‘const�... | Michael Niedermayer | 2012-01-20 | 1 | -1/+1 |
* | | av_opt: add av_opt_ptr() to return a pointer to a field of a object based on | Michael Niedermayer | 2011-12-05 | 1 | -0/+8 |
* | | avopts: Fix random values being printed in error messages: | Michael Niedermayer | 2011-11-20 | 1 | -1/+1 |
* | | opt: Fix *av_opt_find2(NULL) | Michael Niedermayer | 2011-11-15 | 1 | -1/+6 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-11-12 | 1 | -3/+4 |
|\| |
|
| * | AVOptions: don't return an invalid option when option list is empty | Anton Khirnov | 2011-11-11 | 1 | -3/+4 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-10-18 | 1 | -1/+3 |
|\| |
|
| * | 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 |
* | | opt: handle AV_OPT_TYPE_CONST too | Michael Niedermayer | 2011-10-14 | 1 | -0/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-10-13 | 1 | -121/+316 |
|\| |
|
| * | 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 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-10-11 | 1 | -99/+119 |
|\| |
|
| * | 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 |