| Commit message (Expand) | Author | Age | Files | Lines |
* | avutil/opt: Fix max/min checking in av_opt_set() for AV_OPT_TYPE_VIDEO_RATE | Michael Niedermayer | 2016-06-09 | 1 | -2/+7 |
* | Merge commit 'd12b5b2f135aade4099f4b26b0fe678656158c13' | Derek Buitenhuis | 2016-05-11 | 1 | -287/+0 |
|\ |
|
| * | build: Split test programs off into separate files | Diego Biurrun | 2016-04-07 | 1 | -87/+0 |
* | | libavutil/opt: add writing AV_OPT_TYPE_VIDEO_RATE AVOption | Przemysław Sobala | 2016-05-09 | 1 | -0/+1 |
* | | avutil/parsing: add '\r' as whitespace | Muhammad Faiz | 2016-05-06 | 1 | -1/+1 |
* | | Merge commit '3b08d9d932eef09403074d5af31e10d8011e840b' | Derek Buitenhuis | 2016-04-21 | 1 | -138/+211 |
|\| |
|
| * | testprogs: K&R formatting cosmetics | Diego Biurrun | 2016-03-24 | 1 | -172/+234 |
* | | Merge commit '564b4591bbe223bdc5f36a1131eaef103f23f5d0' | Derek Buitenhuis | 2016-04-19 | 1 | -4/+8 |
|\| |
|
| * | 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 |
* | | avutil/opt: check for and handle errors in av_opt_set_dict2() | Michael Niedermayer | 2016-01-26 | 1 | -3/+4 |
* | | lavu/opt: enhance printing durations. | Nicolas George | 2015-11-07 | 1 | -5/+43 |
* | | avutil/opt: print more meaningful default flags values | Clément Bœsch | 2015-10-25 | 1 | -2/+30 |
* | | avutil/opt: display a better default value for int/int64 options | Clément Bœsch | 2015-10-19 | 1 | -2/+22 |
* | | lavu/opt: add flag to return NULL when applicable in av_opt_get | Rodger Combs | 2015-10-09 | 1 | -2/+10 |
* | | avutil/opt: refactor pixel/sample fmt common case | Clément Bœsch | 2015-09-08 | 1 | -7/+3 |
* | | avutil/opt: add AV_OPT_TYPE_BOOL | Clément Bœsch | 2015-09-08 | 1 | -1/+63 |
* | | lavu: Drop FF_API_GET_CHANNEL_LAYOUT_COMPAT cruft | Hendrik Leppkes | 2015-09-05 | 1 | -4/+0 |
* | | lavu: Drop old deprecated AVOption API | Hendrik Leppkes | 2015-09-05 | 1 | -122/+0 |
* | | Remove FF_CONST_AVUTIL55 cruft | Hendrik Leppkes | 2015-09-05 | 1 | -3/+3 |
* | | Undeprecate av_opt_set_defaults2(). | Ronald S. Bultje | 2015-08-18 | 1 | -4/+1 |
* | | 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 |