| Commit message (Expand) | Author | Age | Files | Lines |
* | lavu/opt: add API for setting array-type option values | Anton Khirnov | 2024-09-06 | 1 | -0/+56 |
* | lavu/opt: add API for retrieving array-type option values | Anton Khirnov | 2024-08-27 | 1 | -0/+40 |
* | lavu/opt: document underlying C types for enum AVOptionType | Anton Khirnov | 2024-08-27 | 1 | -3/+75 |
* | avutil/opt: add a note about the av_opt_{get,set}_chlayout() behavior | James Almer | 2024-05-07 | 1 | -0/+8 |
* | avutil/opt: add an unsigned option type | James Almer | 2024-05-04 | 1 | -0/+2 |
* | avutil/opt: Clarify type of integers | Marcus B Spencer | 2024-05-04 | 1 | -1/+1 |
* | lavu/opt: Clarify the scope of AVOptions | Andrew Sayers | 2024-05-01 | 1 | -0/+10 |
* | avutil/opt: add support for children objects in av_opt_serialize | James Almer | 2024-04-23 | 1 | -0/+1 |
* | lavu/opt: add array options | Anton Khirnov | 2024-03-08 | 1 | -2/+54 |
* | lavu/opt: distinguish between native and foreign access for AVOption fields | Anton Khirnov | 2024-03-08 | 1 | -0/+14 |
* | avutil/opt: Don't use AV_OPT_TYPE_FLAGS for sentinels | Andreas Rheinhardt | 2024-03-07 | 1 | -1/+1 |
* | avutil: remove deprecated FF_API_OLD_CHANNEL_LAYOUT | James Almer | 2024-03-07 | 1 | -11/+0 |
* | lavu/opt: cosmetics, group option reading function together | Anton Khirnov | 2024-03-01 | 1 | -36/+46 |
* | lavu/opt: cosmetics, group option setting function together | Anton Khirnov | 2024-03-01 | 1 | -48/+54 |
* | lavu/opt: cosmetics, group (un)init and management functions together | Anton Khirnov | 2024-03-01 | 1 | -144/+154 |
* | lavu/opt: document AVOption.flags | Anton Khirnov | 2024-03-01 | 1 | -0/+3 |
* | lavu/opt: cosmetics, move AV_OPT_FLAG_* out of AVOption | Anton Khirnov | 2024-03-01 | 1 | -35/+34 |
* | lavu/opt: cosmetics, change option flags to (1 << N) style | Anton Khirnov | 2024-03-01 | 1 | -12/+36 |
* | Revert "all: Don't set AVClass.item_name to its default value" | Anton Khirnov | 2024-01-20 | 1 | -0/+2 |
* | all: Don't set AVClass.item_name to its default value | Andreas Rheinhardt | 2023-12-22 | 1 | -2/+0 |
* | lavu: support AVChannelLayout AVOptions | Anton Khirnov | 2022-03-15 | 1 | -0/+12 |
* | avutil/opt: Document actual behaviour of av_opt_copy a bit more | Andreas Rheinhardt | 2021-08-17 | 1 | -0/+7 |
* | Remove obsolete version.h inclusions | Andreas Rheinhardt | 2021-07-22 | 1 | -1/+0 |
* | avutil: remove deprecated AVClass.child_class_next | James Almer | 2021-04-27 | 1 | -13/+0 |
* | lavu/opt: add a more general child class iteration API | Anton Khirnov | 2020-06-10 | 1 | -8/+23 |
* | avutil/opt: add AV_OPT_FLAG_CHILD_CONSTS | Marton Balint | 2020-05-22 | 1 | -0/+1 |
* | avutil/opt: add full support for AV_OPT_TYPE_DICT | Marton Balint | 2019-12-27 | 1 | -3/+7 |
* | avutil/opt: add AV_OPT_FLAG_RUNTIME_PARAM flag | Paul B Mahol | 2019-10-14 | 1 | -0/+1 |
* | lavu/opt: add AV_OPT_FLAG_DEPRECATED | Clément Bœsch | 2018-04-26 | 1 | -0/+1 |
* | lavu/opt: add AV_OPT_FLAG_BSF_PARAM | Jun Zhao | 2018-03-16 | 1 | -0/+1 |
* | avutil/opt: remove ABI hacks | wm4 | 2018-02-13 | 1 | -9/+9 |
* | Merge commit '619a433eca2c5655c41b799e0b06380020fb1498' | James Almer | 2017-10-23 | 1 | -3/+0 |
|\ |
|
| * | lavu: Drop deprecated option type | Vittorio Giovara | 2017-03-23 | 1 | -3/+0 |
* | | avutil/opt: Add AV_OPT_TYPE_UINT64 | Michael Niedermayer | 2016-11-23 | 1 | -0/+1 |
* | | libavutil/opt: Small bugfix in example. | Kacper Michajłow | 2016-07-24 | 1 | -2/+2 |
* | | Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb' | Clément Bœsch | 2016-06-21 | 1 | -1/+1 |
|\| |
|
| * | cosmetics: Fix spelling mistakes | Vittorio Giovara | 2016-05-04 | 1 | -1/+1 |
| * | opt: Add av_opt_copy() | Michael Niedermayer | 2016-03-24 | 1 | -0/+13 |
| * | opt: Add const to av_opt_next | Lukasz Marek | 2016-03-24 | 1 | -1/+1 |
* | | lavu/opt: add flag to return NULL when applicable in av_opt_get | Rodger Combs | 2015-10-09 | 1 | -0/+10 |
* | | lavu/opt: switch AV_OPT flags to shift-based formatting | Rodger Combs | 2015-10-09 | 1 | -4/+4 |
* | | avutil/opt: add AV_OPT_TYPE_BOOL | Clément Bœsch | 2015-09-08 | 1 | -0/+1 |
* | | lavu: Drop old deprecated AVOption API | Hendrik Leppkes | 2015-09-05 | 1 | -56/+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 | -3/+9 |
* | | options: mark av_get_{int,double,q} as deprecated. | Ronald S. Bultje | 2015-08-18 | 1 | -0/+3 |
* | | doc: avoid incorrect phrase 'allows to' | Andreas Cadhalpun | 2015-06-16 | 1 | -1/+1 |
* | | lavu/opt: add escaping to av_opt_serialize | Lukasz Marek | 2014-11-29 | 1 | -0/+3 |
* | | lavu/opt: add consts where possible | Lukasz Marek | 2014-11-27 | 1 | -3/+4 |
* | | lavu/opt: introduce av_opt_serialize() | Lukasz Marek | 2014-11-16 | 1 | -0/+21 |