summaryrefslogtreecommitdiff
path: root/libavutil/opt.c
Commit message (Expand)AuthorAgeFilesLines
* lavu/opt: use AV_DICT_MULTIKEY in av_opt_set_dict2()Anton Khirnov2023-01-311-1/+1
* avutil: use av_dict_iterateMarvin Scholz2022-12-071-6/+6
* avutil/opt: Combine multiple av_log statementsAndreas Rheinhardt2022-08-031-11/+12
* avutil/opt: add missing case for AV_OPT_TYPE_CHLAYOUT in av_opt_free()James Almer2022-03-181-0/+4
* lavu: support AVChannelLayout AVOptionsAnton Khirnov2022-03-151-1/+125
* avutil/opt: fix mis-alignment of option and constant values for filter helpSoft Works2021-11-131-1/+1
* avutil/opt: handle whole range of int64_t in av_opt_get_intZhao Zhili2021-11-111-1/+4
* avutil/opt: Remove outdated version checkAndreas Rheinhardt2021-09-271-4/+1
* avutil/opt: Simplify av_opt_set_dict2()Andreas Rheinhardt2021-09-201-3/+2
* avutil/opt: Also warn for deprecated named constantsAndreas Rheinhardt2021-09-201-2/+5
* avutil/opt: Check directly for av_dict_copy() failureAndreas Rheinhardt2021-06-081-3/+4
* avutil: remove deprecated AVClass.child_class_nextJames Almer2021-04-271-19/+0
* avutil/opt: add AV_OPT_FLAG_DEPRECATED optionLimin Wang2020-12-051-0/+1
* avutil/opt: check return value of av_bprint_finalize()Limin Wang2020-07-021-1/+3
* lavu/opt: add a more general child class iteration APIAnton Khirnov2020-06-101-2/+22
* avutil/opt: add AV_OPT_FLAG_CHILD_CONSTSMarton Balint2020-05-221-1/+2
* avutil/opt: only skip evaluation for rational optionsMarton Balint2020-05-011-6/+8
* avutil/opt: Don't use NULL for %s string in a log messageAndreas Rheinhardt2020-04-011-7/+2
* libavutil/opt: fix memory leak after av_dict_parse_string failJun Zhao2020-01-041-2/+6
* avutil/opt: add full support for AV_OPT_TYPE_DICTMarton Balint2019-12-271-5/+46
* avutil/opt: print runtime flag tooPaul B Mahol2019-10-141-0/+1
* avutil/opt: Fix type specifierAndreas Rheinhardt2019-09-221-1/+1
* avutil/opt: Print out numeric values of option constantsSoft Works2019-09-201-3/+8
* avutil/opt: Fix printing integer option defaultsSoft Works2019-09-201-1/+18
* avutil/opt: check for minimum and maximum values when setting AV_OPT_TYPE_DUR...Marton Balint2018-10-071-7/+14
* lavu/opt: add AV_OPT_FLAG_DEPRECATEDClément Bœsch2018-04-261-0/+6
* lavu/opt: add bit stream filter option dump support.Jun Zhao2018-03-161-0/+1
* lavu/opt: Use "&&" instead of "*" in boolean expression.Carl Eugen Hoyos2017-10-081-1/+1
* Merge commit '67351924fa91dea4339109100a4c0689f006581f'Clément Bœsch2017-03-301-2/+0
|\
| * Drop unreachable break and return statementsDiego Biurrun2016-11-031-2/+0
* | opt: reject denominator zero as out of rangeAndreas Cadhalpun2016-12-131-1/+1
* | avutil/opt: Add AV_OPT_TYPE_UINT64Michael Niedermayer2016-11-231-0/+29
* | avutil/opt: Fix setting int64 to its maximumMichael Niedermayer2016-11-201-3/+7
* | avutil/opt: Fix max/min checking in av_opt_set() for AV_OPT_TYPE_VIDEO_RATEMichael Niedermayer2016-06-091-2/+7
* | Merge commit 'd12b5b2f135aade4099f4b26b0fe678656158c13'Derek Buitenhuis2016-05-111-287/+0
|\ \ | |/
| * build: Split test programs off into separate filesDiego Biurrun2016-04-071-87/+0
* | libavutil/opt: add writing AV_OPT_TYPE_VIDEO_RATE AVOptionPrzemysław Sobala2016-05-091-0/+1
* | avutil/parsing: add '\r' as whitespaceMuhammad Faiz2016-05-061-1/+1
* | Merge commit '3b08d9d932eef09403074d5af31e10d8011e840b'Derek Buitenhuis2016-04-211-138/+211
|\ \ | |/
| * testprogs: K&R formatting cosmeticsDiego Biurrun2016-03-241-172/+234
* | Merge commit '564b4591bbe223bdc5f36a1131eaef103f23f5d0'Derek Buitenhuis2016-04-191-4/+8
|\ \ | |/
| * opt: Add av_opt_copy()Michael Niedermayer2016-03-241-0/+66
| * opt: Add const to av_opt_nextLukasz Marek2016-03-241-2/+2
| * opt-test: Merge struct declaration and initializationDiego Biurrun2016-03-231-3/+1
| * opt-test: Move some variable declarations to avoid block bracesDiego Biurrun2016-03-231-36/+35
* | avutil/opt: check for and handle errors in av_opt_set_dict2()Michael Niedermayer2016-01-261-3/+4
* | lavu/opt: enhance printing durations.Nicolas George2015-11-071-5/+43
* | avutil/opt: print more meaningful default flags valuesClément Bœsch2015-10-251-2/+30
* | avutil/opt: display a better default value for int/int64 optionsClément Bœsch2015-10-191-2/+22
* | lavu/opt: add flag to return NULL when applicable in av_opt_getRodger Combs2015-10-091-2/+10