summaryrefslogtreecommitdiff
path: root/libavutil/opt.h
Commit message (Expand)AuthorAge
* lavu/opt: add array optionsAnton Khirnov2024-03-08
* lavu/opt: distinguish between native and foreign access for AVOption fieldsAnton Khirnov2024-03-08
* avutil/opt: Don't use AV_OPT_TYPE_FLAGS for sentinelsAndreas Rheinhardt2024-03-07
* avutil: remove deprecated FF_API_OLD_CHANNEL_LAYOUTJames Almer2024-03-07
* lavu/opt: cosmetics, group option reading function togetherAnton Khirnov2024-03-01
* lavu/opt: cosmetics, group option setting function togetherAnton Khirnov2024-03-01
* lavu/opt: cosmetics, group (un)init and management functions togetherAnton Khirnov2024-03-01
* lavu/opt: document AVOption.flagsAnton Khirnov2024-03-01
* lavu/opt: cosmetics, move AV_OPT_FLAG_* out of AVOptionAnton Khirnov2024-03-01
* lavu/opt: cosmetics, change option flags to (1 << N) styleAnton Khirnov2024-03-01
* Revert "all: Don't set AVClass.item_name to its default value"Anton Khirnov2024-01-20
* all: Don't set AVClass.item_name to its default valueAndreas Rheinhardt2023-12-22
* lavu: support AVChannelLayout AVOptionsAnton Khirnov2022-03-15
* avutil/opt: Document actual behaviour of av_opt_copy a bit moreAndreas Rheinhardt2021-08-17
* Remove obsolete version.h inclusionsAndreas Rheinhardt2021-07-22
* avutil: remove deprecated AVClass.child_class_nextJames Almer2021-04-27
* lavu/opt: add a more general child class iteration APIAnton Khirnov2020-06-10
* avutil/opt: add AV_OPT_FLAG_CHILD_CONSTSMarton Balint2020-05-22
* avutil/opt: add full support for AV_OPT_TYPE_DICTMarton Balint2019-12-27
* avutil/opt: add AV_OPT_FLAG_RUNTIME_PARAM flagPaul B Mahol2019-10-14
* lavu/opt: add AV_OPT_FLAG_DEPRECATEDClément Bœsch2018-04-26
* lavu/opt: add AV_OPT_FLAG_BSF_PARAMJun Zhao2018-03-16
* avutil/opt: remove ABI hackswm42018-02-13
* Merge commit '619a433eca2c5655c41b799e0b06380020fb1498'James Almer2017-10-23
|\
| * lavu: Drop deprecated option typeVittorio Giovara2017-03-23
* | avutil/opt: Add AV_OPT_TYPE_UINT64Michael Niedermayer2016-11-23
* | libavutil/opt: Small bugfix in example.Kacper Michajłow2016-07-24
* | Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch2016-06-21
|\|
| * cosmetics: Fix spelling mistakesVittorio Giovara2016-05-04
| * opt: Add av_opt_copy()Michael Niedermayer2016-03-24
| * opt: Add const to av_opt_nextLukasz Marek2016-03-24
* | lavu/opt: add flag to return NULL when applicable in av_opt_getRodger Combs2015-10-09
* | lavu/opt: switch AV_OPT flags to shift-based formattingRodger Combs2015-10-09
* | avutil/opt: add AV_OPT_TYPE_BOOLClément Bœsch2015-09-08
* | lavu: Drop old deprecated AVOption APIHendrik Leppkes2015-09-05
* | Remove FF_CONST_AVUTIL55 cruftHendrik Leppkes2015-09-05
* | Undeprecate av_opt_set_defaults2().Ronald S. Bultje2015-08-18
* | options: mark av_get_{int,double,q} as deprecated.Ronald S. Bultje2015-08-18
* | doc: avoid incorrect phrase 'allows to'Andreas Cadhalpun2015-06-16
* | lavu/opt: add escaping to av_opt_serializeLukasz Marek2014-11-29
* | lavu/opt: add consts where possibleLukasz Marek2014-11-27
* | lavu/opt: introduce av_opt_serialize()Lukasz Marek2014-11-16
* | lavu/opt: introduce av_opt_is_set_to_default()Lukasz Marek2014-11-16
* | Merge commit 'c6074a30ba3b5fb4319ee6ee599656d58548cdc8'Michael Niedermayer2014-11-11
|\|
| * opt: Fix the documentation mentioning av_set_string3Luca Barbato2014-11-11
* | lavu/opt: document av_opt_copy functionLukasz Marek2014-11-09
* | avutil: remove obsolete FF_API_FIND_OPT cruftJames Almer2014-10-05
* | Merge commit 'a8c104a511f97e4ea617df73b31737e28a8a5126'Michael Niedermayer2014-08-13
|\|
| * AVOption: add support for dictionary types.Andrew Stone2014-08-13
* | avutil/opt: add av_opt_copy()Michael Niedermayer2014-06-01