summaryrefslogtreecommitdiff
path: root/libavutil/opt.c
Commit message (Expand)AuthorAge
* lavu/opt: add array optionsAnton Khirnov2024-03-04
* lavu/opt: factor per-type dispatch out of av_opt_copy()Anton Khirnov2024-03-04
* libavutil/opt: rework figuring out option sizesAnton Khirnov2024-03-04
* lavu/opt: factor per-type dispatch out of av_opt_set()Anton Khirnov2024-03-03
* lavu/opt: factor per-type dispatch out of av_opt_get()Anton Khirnov2024-03-03
* lavu/opt: get rid of useless read_number() callsAnton Khirnov2024-03-01
* lavu/opt: simplify error handling in get_number()Anton Khirnov2024-03-01
* lavu/opt: drop an always-NULL argument to get_number()Anton Khirnov2024-03-01
* lavu/opt: drop useless handling of NULL return from get_bool_name()Anton Khirnov2024-03-01
* lavu/opt: factor out printing option default from opt_list()Anton Khirnov2024-03-01
* lavu/opt: simplify printing option type in opt_list()Anton Khirnov2024-03-01
* avutil/opt: Use correct function pointer typeAndreas Rheinhardt2024-02-25
* avutil/opt: Fix AV_OPT_TYPE_CONST default valueAndreas Rheinhardt2024-02-07
* lavu/opt: use AV_DICT_MULTIKEY in av_opt_set_dict2()Anton Khirnov2023-01-31
* avutil: use av_dict_iterateMarvin Scholz2022-12-07
* avutil/opt: Combine multiple av_log statementsAndreas Rheinhardt2022-08-03
* avutil/opt: add missing case for AV_OPT_TYPE_CHLAYOUT in av_opt_free()James Almer2022-03-18
* lavu: support AVChannelLayout AVOptionsAnton Khirnov2022-03-15
* avutil/opt: fix mis-alignment of option and constant values for filter helpSoft Works2021-11-13
* avutil/opt: handle whole range of int64_t in av_opt_get_intZhao Zhili2021-11-11
* avutil/opt: Remove outdated version checkAndreas Rheinhardt2021-09-27
* avutil/opt: Simplify av_opt_set_dict2()Andreas Rheinhardt2021-09-20
* avutil/opt: Also warn for deprecated named constantsAndreas Rheinhardt2021-09-20
* avutil/opt: Check directly for av_dict_copy() failureAndreas Rheinhardt2021-06-08
* avutil: remove deprecated AVClass.child_class_nextJames Almer2021-04-27
* avutil/opt: add AV_OPT_FLAG_DEPRECATED optionLimin Wang2020-12-05
* avutil/opt: check return value of av_bprint_finalize()Limin Wang2020-07-02
* 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: only skip evaluation for rational optionsMarton Balint2020-05-01
* avutil/opt: Don't use NULL for %s string in a log messageAndreas Rheinhardt2020-04-01
* libavutil/opt: fix memory leak after av_dict_parse_string failJun Zhao2020-01-04
* avutil/opt: add full support for AV_OPT_TYPE_DICTMarton Balint2019-12-27
* avutil/opt: print runtime flag tooPaul B Mahol2019-10-14
* avutil/opt: Fix type specifierAndreas Rheinhardt2019-09-22
* avutil/opt: Print out numeric values of option constantsSoft Works2019-09-20
* avutil/opt: Fix printing integer option defaultsSoft Works2019-09-20
* avutil/opt: check for minimum and maximum values when setting AV_OPT_TYPE_DUR...Marton Balint2018-10-07
* lavu/opt: add AV_OPT_FLAG_DEPRECATEDClément Bœsch2018-04-26
* lavu/opt: add bit stream filter option dump support.Jun Zhao2018-03-16
* lavu/opt: Use "&&" instead of "*" in boolean expression.Carl Eugen Hoyos2017-10-08
* Merge commit '67351924fa91dea4339109100a4c0689f006581f'Clément Bœsch2017-03-30
|\
| * Drop unreachable break and return statementsDiego Biurrun2016-11-03
* | opt: reject denominator zero as out of rangeAndreas Cadhalpun2016-12-13
* | avutil/opt: Add AV_OPT_TYPE_UINT64Michael Niedermayer2016-11-23
* | avutil/opt: Fix setting int64 to its maximumMichael Niedermayer2016-11-20
* | avutil/opt: Fix max/min checking in av_opt_set() for AV_OPT_TYPE_VIDEO_RATEMichael Niedermayer2016-06-09
* | Merge commit 'd12b5b2f135aade4099f4b26b0fe678656158c13'Derek Buitenhuis2016-05-11
|\|
| * build: Split test programs off into separate filesDiego Biurrun2016-04-07
* | libavutil/opt: add writing AV_OPT_TYPE_VIDEO_RATE AVOptionPrzemysław Sobala2016-05-09