| Commit message (Expand) | Author | Age | Files | Lines |
* | avutil/opt: Avoid division by 0 | Michael Niedermayer | 2015-05-03 | 1 | -1/+2 |
* | avutil/opt: Do not print inf in selftest | Michael Niedermayer | 2015-03-05 | 1 | -0/+4 |
* | avutil/opt: also test av_opt_show2() | Michael Niedermayer | 2015-03-01 | 1 | -22/+25 |
* | avutil/opt: Remove odd trailing whitespace bytes from flags help description | Michael Niedermayer | 2015-03-01 | 1 | -3/+3 |
* | avutil/opt: Also test/compare the av_log output i the selftest | Michael Niedermayer | 2015-03-01 | 1 | -0/+8 |
* | avutil/opt: Fix type used to access AV_OPT_TYPE_SAMPLE_FMT | Michael Niedermayer | 2015-02-06 | 1 | -2/+2 |
* | avutil/opt: Fix types used to access AV_OPT_TYPE_PIXEL_FMT | Michael Niedermayer | 2015-02-06 | 1 | -2/+2 |
* | Merge commit '07a0c0f0005072d115ace61e60f46be68582cc3a' | Michael Niedermayer | 2015-01-06 | 1 | -0/+2 |
|\ |
|
| * | opt: check memory allocation | Vittorio Giovara | 2015-01-05 | 1 | -0/+2 |
* | | Merge commit 'b1306823d0b3ae998c8e10ad832004eb13bdd93e' | Michael Niedermayer | 2014-12-19 | 1 | -3/+3 |
|\| |
|
| * | check memory errors from av_strdup() | Vittorio Giovara | 2014-12-18 | 1 | -3/+5 |
* | | avutil/opt: Fix AV_OPT_TYPE_BINARY case in av_opt_is_set_to_default() | Michael Niedermayer | 2014-12-08 | 1 | -2/+2 |
* | | avutil/opt: Check av_parse_video_rate()s return value | Michael Niedermayer | 2014-12-07 | 1 | -2/+4 |
* | | avutil/opt: Check av_parse_color() return value | Michael Niedermayer | 2014-12-07 | 1 | -2/+4 |
* | | lavu/opt: add escaping to av_opt_serialize | Lukasz Marek | 2014-11-29 | 1 | -1/+13 |
* | | lavu/opt: add consts where possible | Lukasz Marek | 2014-11-27 | 1 | -4/+4 |
* | | lavu/opt: handle NULL obj in av_opt_next | Lukasz Marek | 2014-11-25 | 1 | -1/+4 |
* | | lavu/opt: introduce av_opt_serialize() | Lukasz Marek | 2014-11-16 | 1 | -0/+69 |
* | | lavu/opt: introduce av_opt_is_set_to_default() | Lukasz Marek | 2014-11-16 | 1 | -0/+124 |
* | | lavu/opt: fix av_opt_get function | Lukasz Marek | 2014-11-12 | 1 | -2/+8 |
* | | lavu/opt: fix memleak in test | Lukasz Marek | 2014-11-12 | 1 | -0/+1 |
* | | lavu/opt: update tests | Lukasz Marek | 2014-11-11 | 1 | -13/+68 |
* | | lavu/opt: add support for binary defaults | Lukasz Marek | 2014-11-11 | 1 | -0/+2 |
* | | lavu/opt: check for NULL before parsing | Lukasz Marek | 2014-11-11 | 1 | -1/+4 |
* | | lavu/opt: copy dict in av_opt_copy | Lukasz Marek | 2014-11-09 | 1 | -0/+9 |
* | | avutil: remove obsolete FF_API_FIND_OPT cruft | James Almer | 2014-10-05 | 1 | -14/+0 |
* | | libavutil/opt: fix av_opt_set_channel_layout() to access correct memory address | Philip DeCamp | 2014-09-24 | 1 | -1/+1 |
* | | Merge commit '4b1f5e5090abed6c618c8ba380cd7d28d140f867' | Michael Niedermayer | 2014-08-15 | 1 | -1/+1 |
|\| |
|
| * | cosmetics: Write NULL pointer inequality checks more compactly | Gabriel Dume | 2014-08-15 | 1 | -1/+1 |
* | | avutil/opt: remove disabled old ABI compatibility code | Michael Niedermayer | 2014-08-14 | 1 | -24/+5 |
* | | Merge commit 'a8c104a511f97e4ea617df73b31737e28a8a5126' | Michael Niedermayer | 2014-08-13 | 1 | -3/+51 |
|\| |
|
| * | AVOption: add support for dictionary types. | Andrew Stone | 2014-08-13 | 1 | -3/+51 |
* | | avutil/opt: ensure the right buffer is used in set_string_number() | Michael Niedermayer | 2014-07-25 | 1 | -1/+1 |
* | | avutil/opt: Fix parsing regression with constants starting with numbers | Michael Niedermayer | 2014-07-23 | 1 | -31/+34 |
* | | avutil/opt: simplify set_string_number() | Michael Niedermayer | 2014-07-22 | 1 | -2/+2 |
* | | avutil/opt: set_string_number(): remove unneeded copy | Muhammad Faiz | 2014-07-22 | 1 | -11/+10 |
* | | avutil/opt: Support general expressions involving AVOption constants in set_s... | Michael Niedermayer | 2014-07-21 | 1 | -25/+36 |
* | | avutil: move QP2LAMBDA constant to eval | Michael Niedermayer | 2014-07-21 | 1 | -2/+0 |
* | | avutil/opt: remove dead code from set_string_number() | Michael Niedermayer | 2014-07-21 | 1 | -8/+1 |
* | | avutil/opt.c: fix bug when parsing option | Muhammad Faiz | 2014-07-21 | 1 | -1/+1 |
* | | avutil/opt: try to fix the case where src==dst in av_opt_copy() | Michael Niedermayer | 2014-07-17 | 1 | -1/+3 |
* | | avutil/opt: add av_opt_copy() | Michael Niedermayer | 2014-06-01 | 1 | -0/+42 |
* | | avutil/opt: add opt_size() | Michael Niedermayer | 2014-06-01 | 1 | -0/+22 |
* | | lavu/opt: add av_opt_set_dict2() function | Lukasz Marek | 2014-05-02 | 1 | -2/+7 |
* | | lavu/opt: validate range before dereference | Lukasz Marek | 2014-04-04 | 1 | -2/+4 |
* | | lavu/opt: dont crash on freeing NULL AVOptionRanges | Lukasz Marek | 2014-04-03 | 1 | -0/+3 |
* | | lavu/opt: extend AVOptionRange by extra values | Lukasz Marek | 2014-04-03 | 1 | -3/+11 |
* | | avutil/opt: dont crash on av_opt_set_dict() with NULL | Michael Niedermayer | 2014-03-30 | 1 | -0/+3 |
* | | avutil/opt: allow max=min=0 for pixel formats | Michael Niedermayer | 2014-03-01 | 1 | -0/+6 |
* | | Merge commit 'c3ecd968f0e78da6e77f0c06c2f785b266d83cf1' | Michael Niedermayer | 2014-02-20 | 1 | -2/+14 |
|\| |
|