Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-03-19avutil/opt: add missing case for AV_OPT_TYPE_CHLAYOUT in av_opt_free()James Almer
2022-03-15lavu: support AVChannelLayout AVOptionsAnton Khirnov
2021-11-13avutil/opt: fix mis-alignment of option and constant values for filter helpSoft Works
2021-11-11avutil/opt: handle whole range of int64_t in av_opt_get_intZhao Zhili
2021-09-27avutil/opt: Remove outdated version checkAndreas Rheinhardt
2021-09-20avutil/opt: Simplify av_opt_set_dict2()Andreas Rheinhardt
2021-09-20avutil/opt: Also warn for deprecated named constantsAndreas Rheinhardt
2021-06-08avutil/opt: Check directly for av_dict_copy() failureAndreas Rheinhardt
2021-04-27avutil: remove deprecated AVClass.child_class_nextJames Almer
2020-12-05avutil/opt: add AV_OPT_FLAG_DEPRECATED optionLimin Wang
2020-07-02avutil/opt: check return value of av_bprint_finalize()Limin Wang
2020-06-10lavu/opt: add a more general child class iteration APIAnton Khirnov
2020-05-22avutil/opt: add AV_OPT_FLAG_CHILD_CONSTSMarton Balint
2020-05-01avutil/opt: only skip evaluation for rational optionsMarton Balint
2020-04-01avutil/opt: Don't use NULL for %s string in a log messageAndreas Rheinhardt
2020-01-04libavutil/opt: fix memory leak after av_dict_parse_string failJun Zhao
2019-12-27avutil/opt: add full support for AV_OPT_TYPE_DICTMarton Balint
2019-10-14avutil/opt: print runtime flag tooPaul B Mahol
2019-09-22avutil/opt: Fix type specifierAndreas Rheinhardt
2019-09-21avutil/opt: Print out numeric values of option constantsSoft Works
2019-09-21avutil/opt: Fix printing integer option defaultsSoft Works
2018-10-07avutil/opt: check for minimum and maximum values when setting AV_OPT_TYPE_DUR...Marton Balint
2018-04-26lavu/opt: add AV_OPT_FLAG_DEPRECATEDClément Bœsch
2018-03-16lavu/opt: add bit stream filter option dump support.Jun Zhao
2017-10-09lavu/opt: Use "&&" instead of "*" in boolean expression.Carl Eugen Hoyos
2017-03-30Merge commit '67351924fa91dea4339109100a4c0689f006581f'Clément Bœsch
2016-12-13opt: reject denominator zero as out of rangeAndreas Cadhalpun
2016-11-23avutil/opt: Add AV_OPT_TYPE_UINT64Michael Niedermayer
2016-11-21avutil/opt: Fix setting int64 to its maximumMichael Niedermayer
2016-11-03Drop unreachable break and return statementsDiego Biurrun
2016-06-09avutil/opt: Fix max/min checking in av_opt_set() for AV_OPT_TYPE_VIDEO_RATEMichael Niedermayer
2016-05-11Merge commit 'd12b5b2f135aade4099f4b26b0fe678656158c13'Derek Buitenhuis
2016-05-09libavutil/opt: add writing AV_OPT_TYPE_VIDEO_RATE AVOptionPrzemysław Sobala
2016-05-06avutil/parsing: add '\r' as whitespaceMuhammad Faiz
2016-04-21Merge commit '3b08d9d932eef09403074d5af31e10d8011e840b'Derek Buitenhuis
2016-04-19Merge commit '564b4591bbe223bdc5f36a1131eaef103f23f5d0'Derek Buitenhuis
2016-04-07build: Split test programs off into separate filesDiego Biurrun
2016-03-24testprogs: K&R formatting cosmeticsDiego Biurrun
2016-03-24opt: Add av_opt_copy()Michael Niedermayer
2016-03-24opt: Add const to av_opt_nextLukasz Marek
2016-03-23opt-test: Merge struct declaration and initializationDiego Biurrun
2016-03-23opt-test: Move some variable declarations to avoid block bracesDiego Biurrun
2016-01-26avutil/opt: check for and handle errors in av_opt_set_dict2()Michael Niedermayer
2015-11-07lavu/opt: enhance printing durations.Nicolas George
2015-10-26avutil/opt: print more meaningful default flags valuesClément Bœsch
2015-10-19avutil/opt: display a better default value for int/int64 optionsClément Bœsch
2015-10-09lavu/opt: add flag to return NULL when applicable in av_opt_getRodger Combs
2015-09-08avutil/opt: refactor pixel/sample fmt common caseClément Bœsch
2015-09-08avutil/opt: add AV_OPT_TYPE_BOOLClément Bœsch
2015-09-05lavu: Drop FF_API_GET_CHANNEL_LAYOUT_COMPAT cruftHendrik Leppkes