summaryrefslogtreecommitdiff
path: root/libavutil/opt.c
Commit message (Expand)AuthorAge
* 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
* | avutil/parsing: add '\r' as whitespaceMuhammad Faiz2016-05-06
* | Merge commit '3b08d9d932eef09403074d5af31e10d8011e840b'Derek Buitenhuis2016-04-21
|\|
| * testprogs: K&R formatting cosmeticsDiego Biurrun2016-03-24
* | Merge commit '564b4591bbe223bdc5f36a1131eaef103f23f5d0'Derek Buitenhuis2016-04-19
|\|
| * opt: Add av_opt_copy()Michael Niedermayer2016-03-24
| * opt: Add const to av_opt_nextLukasz Marek2016-03-24
| * opt-test: Merge struct declaration and initializationDiego Biurrun2016-03-23
| * opt-test: Move some variable declarations to avoid block bracesDiego Biurrun2016-03-23
* | avutil/opt: check for and handle errors in av_opt_set_dict2()Michael Niedermayer2016-01-26
* | lavu/opt: enhance printing durations.Nicolas George2015-11-07
* | avutil/opt: print more meaningful default flags valuesClément Bœsch2015-10-25
* | avutil/opt: display a better default value for int/int64 optionsClément Bœsch2015-10-19
* | lavu/opt: add flag to return NULL when applicable in av_opt_getRodger Combs2015-10-09
* | avutil/opt: refactor pixel/sample fmt common caseClément Bœsch2015-09-08
* | avutil/opt: add AV_OPT_TYPE_BOOLClément Bœsch2015-09-08
* | lavu: Drop FF_API_GET_CHANNEL_LAYOUT_COMPAT cruftHendrik Leppkes2015-09-05
* | 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
* | avutil/opt: Avoid division by 0Michael Niedermayer2015-05-03
* | avutil/opt: Do not print inf in selftestMichael Niedermayer2015-03-05
* | avutil/opt: also test av_opt_show2()Michael Niedermayer2015-03-01
* | avutil/opt: Remove odd trailing whitespace bytes from flags help descriptionMichael Niedermayer2015-03-01
* | avutil/opt: Also test/compare the av_log output i the selftestMichael Niedermayer2015-03-01
* | avutil/opt: Fix type used to access AV_OPT_TYPE_SAMPLE_FMTMichael Niedermayer2015-02-06