aboutsummaryrefslogtreecommitdiffstats
path: root/libavutil/opt.h
Commit message (Expand)AuthorAgeFilesLines
* lavu/opt: add API for setting array-type option valuesAnton Khirnov2024-09-061-0/+56
* lavu/opt: add API for retrieving array-type option valuesAnton Khirnov2024-08-271-0/+40
* lavu/opt: document underlying C types for enum AVOptionTypeAnton Khirnov2024-08-271-3/+75
* avutil/opt: add a note about the av_opt_{get,set}_chlayout() behaviorJames Almer2024-05-071-0/+8
* avutil/opt: add an unsigned option typeJames Almer2024-05-041-0/+2
* avutil/opt: Clarify type of integersMarcus B Spencer2024-05-041-1/+1
* lavu/opt: Clarify the scope of AVOptionsAndrew Sayers2024-05-011-0/+10
* avutil/opt: add support for children objects in av_opt_serializeJames Almer2024-04-231-0/+1
* lavu/opt: add array optionsAnton Khirnov2024-03-081-2/+54
* lavu/opt: distinguish between native and foreign access for AVOption fieldsAnton Khirnov2024-03-081-0/+14
* avutil/opt: Don't use AV_OPT_TYPE_FLAGS for sentinelsAndreas Rheinhardt2024-03-071-1/+1
* avutil: remove deprecated FF_API_OLD_CHANNEL_LAYOUTJames Almer2024-03-071-11/+0
* lavu/opt: cosmetics, group option reading function togetherAnton Khirnov2024-03-011-36/+46
* lavu/opt: cosmetics, group option setting function togetherAnton Khirnov2024-03-011-48/+54
* lavu/opt: cosmetics, group (un)init and management functions togetherAnton Khirnov2024-03-011-144/+154
* lavu/opt: document AVOption.flagsAnton Khirnov2024-03-011-0/+3
* lavu/opt: cosmetics, move AV_OPT_FLAG_* out of AVOptionAnton Khirnov2024-03-011-35/+34
* lavu/opt: cosmetics, change option flags to (1 << N) styleAnton Khirnov2024-03-011-12/+36
* Revert "all: Don't set AVClass.item_name to its default value"Anton Khirnov2024-01-201-0/+2
* all: Don't set AVClass.item_name to its default valueAndreas Rheinhardt2023-12-221-2/+0
* lavu: support AVChannelLayout AVOptionsAnton Khirnov2022-03-151-0/+12
* avutil/opt: Document actual behaviour of av_opt_copy a bit moreAndreas Rheinhardt2021-08-171-0/+7
* Remove obsolete version.h inclusionsAndreas Rheinhardt2021-07-221-1/+0
* avutil: remove deprecated AVClass.child_class_nextJames Almer2021-04-271-13/+0
* lavu/opt: add a more general child class iteration APIAnton Khirnov2020-06-101-8/+23
* avutil/opt: add AV_OPT_FLAG_CHILD_CONSTSMarton Balint2020-05-221-0/+1
* avutil/opt: add full support for AV_OPT_TYPE_DICTMarton Balint2019-12-271-3/+7
* avutil/opt: add AV_OPT_FLAG_RUNTIME_PARAM flagPaul B Mahol2019-10-141-0/+1
* lavu/opt: add AV_OPT_FLAG_DEPRECATEDClément Bœsch2018-04-261-0/+1
* lavu/opt: add AV_OPT_FLAG_BSF_PARAMJun Zhao2018-03-161-0/+1
* avutil/opt: remove ABI hackswm42018-02-131-9/+9
* Merge commit '619a433eca2c5655c41b799e0b06380020fb1498'James Almer2017-10-231-3/+0
|\
| * lavu: Drop deprecated option typeVittorio Giovara2017-03-231-3/+0
* | avutil/opt: Add AV_OPT_TYPE_UINT64Michael Niedermayer2016-11-231-0/+1
* | libavutil/opt: Small bugfix in example.Kacper Michajłow2016-07-241-2/+2
* | Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch2016-06-211-1/+1
|\|
| * cosmetics: Fix spelling mistakesVittorio Giovara2016-05-041-1/+1
| * opt: Add av_opt_copy()Michael Niedermayer2016-03-241-0/+13
| * opt: Add const to av_opt_nextLukasz Marek2016-03-241-1/+1
* | lavu/opt: add flag to return NULL when applicable in av_opt_getRodger Combs2015-10-091-0/+10
* | lavu/opt: switch AV_OPT flags to shift-based formattingRodger Combs2015-10-091-4/+4
* | avutil/opt: add AV_OPT_TYPE_BOOLClément Bœsch2015-09-081-0/+1
* | lavu: Drop old deprecated AVOption APIHendrik Leppkes2015-09-051-56/+0
* | Remove FF_CONST_AVUTIL55 cruftHendrik Leppkes2015-09-051-3/+3
* | Undeprecate av_opt_set_defaults2().Ronald S. Bultje2015-08-181-3/+9
* | options: mark av_get_{int,double,q} as deprecated.Ronald S. Bultje2015-08-181-0/+3
* | doc: avoid incorrect phrase 'allows to'Andreas Cadhalpun2015-06-161-1/+1
* | lavu/opt: add escaping to av_opt_serializeLukasz Marek2014-11-291-0/+3
* | lavu/opt: add consts where possibleLukasz Marek2014-11-271-3/+4
* | lavu/opt: introduce av_opt_serialize()Lukasz Marek2014-11-161-0/+21