| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|\| |
|
| * | AVOptions: add flags for read/read-only options | Anton Khirnov | 2014-02-19 | 1 | -3/+11 |
* | | avutil/opt: preserve fractions in set_string_number() | Michael Niedermayer | 2014-02-18 | 1 | -0/+9 |
* | | avutil/opt: Better print representation of number limits | João Bernardo | 2014-01-24 | 1 | -0/+14 |
* | | lavu,lavc,lswr: do not hardcode AV_SAMPLE_FMT_NB value when setting sample fo... | Stefano Sabatini | 2013-12-26 | 1 | -1/+1 |
* | | lavu,lavfi,lavd: do not hardcode AV_PIX_FMT_NB value when setting pixel forma... | Stefano Sabatini | 2013-12-26 | 1 | -1/+1 |
* | | lavu/opt: apply range checks also when setting format string value | Stefano Sabatini | 2013-12-26 | 1 | -1/+11 |
* | | lavu/opt: factorize setting of format values from string | Stefano Sabatini | 2013-12-26 | 1 | -32/+38 |
* | | lavu/opt: fix range check logic in set_format() | Stefano Sabatini | 2013-12-26 | 1 | -2/+2 |
* | | Merge commit '3bc2e89c76e88ae6f1fd5287e0b11abcfc3c601c' | Michael Niedermayer | 2013-12-16 | 1 | -3/+3 |
|\| |
|
* | | avutil/opt: Implement av_opt_set_defaults* in O(N) instead of O(N²) time | Michael Niedermayer | 2013-12-07 | 1 | -6/+13 |
* | | avutil/opt: factor set_string_color() out | Michael Niedermayer | 2013-12-07 | 1 | -10/+16 |
* | | avutil/opt: factor set_string_video_rate() out | Michael Niedermayer | 2013-12-07 | 1 | -9/+14 |
* | | avutil/opt: factor set_string_image_size() out | Michael Niedermayer | 2013-12-07 | 1 | -9/+16 |
* | | avutil/opt: fix flags check on non x86 | Michael Niedermayer | 2013-10-29 | 1 | -1/+1 |
* | | avutil/opt: check flags validity in write_number() | Michael Niedermayer | 2013-10-28 | 1 | -0/+9 |
* | | Merge commit '0b357a8095e72b092cc5c2aacc2f806db75ecae3' | Michael Niedermayer | 2013-10-28 | 1 | -1/+2 |
|\| |
|
| * | AVOptions: do not range check flag options. | Anton Khirnov | 2013-10-27 | 1 | -1/+2 |
* | | avutil/opt: initialize ret | Michael Niedermayer | 2013-10-20 | 1 | -1/+1 |
* | | lavu/opt: add AV_OPT_TYPE_CHANNEL_LAYOUT and handler functions | Stefano Sabatini | 2013-10-17 | 1 | -1/+73 |
* | | lavu/opt-test: use automatic set and free handlers | Stefano Sabatini | 2013-10-17 | 1 | -3/+2 |
* | | avutil/opt: make const tables static const | Michael Niedermayer | 2013-08-10 | 1 | -3/+3 |
* | | avutil/opt: fix av_log type | Michael Niedermayer | 2013-08-10 | 1 | -1/+1 |
* | | avutil/opt: fix types passed to the format string "%s" | Michael Niedermayer | 2013-08-08 | 1 | -2/+2 |
* | | Merge commit 'c7e921a54ffe7feb9f695c82f0a0764ab8d0f62b' | Michael Niedermayer | 2013-08-01 | 1 | -0/+3 |
|\| |
|
| * | avopt: Check whether the object actually has got an AVClass | Martin Storsjö | 2013-07-31 | 1 | -0/+3 |
* | | lavu/opt: show default values for AV_OPT_TYPE_PIXEL_FMT and AV_OPT_TYPE_SAMPL... | Paul B Mahol | 2013-07-25 | 1 | -0/+6 |
* | | lavu/opt: show default values | Paul B Mahol | 2013-07-03 | 1 | -0/+34 |