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

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2015-09-05lavu: Drop old deprecated AVOption APIHendrik Leppkes
2015-09-05Remove FF_CONST_AVUTIL55 cruftHendrik Leppkes
2015-08-18Undeprecate av_opt_set_defaults2().Ronald S. Bultje
2015-05-03avutil/opt: Avoid division by 0Michael Niedermayer
2015-03-05avutil/opt: Do not print inf in selftestMichael Niedermayer
2015-03-01avutil/opt: also test av_opt_show2()Michael Niedermayer
2015-03-01avutil/opt: Remove odd trailing whitespace bytes from flags help descriptionMichael Niedermayer
2015-03-01avutil/opt: Also test/compare the av_log output i the selftestMichael Niedermayer
2015-02-07avutil/opt: Fix type used to access AV_OPT_TYPE_SAMPLE_FMTMichael Niedermayer
2015-02-07avutil/opt: Fix types used to access AV_OPT_TYPE_PIXEL_FMTMichael Niedermayer
2015-01-06Merge commit '07a0c0f0005072d115ace61e60f46be68582cc3a'Michael Niedermayer
2015-01-05opt: check memory allocationVittorio Giovara
2014-12-19Merge commit 'b1306823d0b3ae998c8e10ad832004eb13bdd93e'Michael Niedermayer
2014-12-19check memory errors from av_strdup()Vittorio Giovara
2014-12-08avutil/opt: Fix AV_OPT_TYPE_BINARY case in av_opt_is_set_to_default()Michael Niedermayer
2014-12-07avutil/opt: Check av_parse_video_rate()s return valueMichael Niedermayer
2014-12-07avutil/opt: Check av_parse_color() return valueMichael Niedermayer
2014-11-29lavu/opt: add escaping to av_opt_serializeLukasz Marek
2014-11-28lavu/opt: add consts where possibleLukasz Marek
2014-11-26lavu/opt: handle NULL obj in av_opt_nextLukasz Marek
2014-11-16lavu/opt: introduce av_opt_serialize()Lukasz Marek
2014-11-16lavu/opt: introduce av_opt_is_set_to_default()Lukasz Marek
2014-11-13lavu/opt: fix av_opt_get functionLukasz Marek
2014-11-13lavu/opt: fix memleak in testLukasz Marek
2014-11-11lavu/opt: update testsLukasz Marek