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
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
2014-11-11lavu/opt: add support for binary defaultsLukasz Marek
2014-11-11lavu/opt: check for NULL before parsingLukasz Marek
2014-11-09lavu/opt: copy dict in av_opt_copyLukasz Marek
2014-10-06avutil: remove obsolete FF_API_FIND_OPT cruftJames Almer
2014-09-25libavutil/opt: fix av_opt_set_channel_layout() to access correct memory addressPhilip DeCamp
2014-08-15Merge commit '4b1f5e5090abed6c618c8ba380cd7d28d140f867'Michael Niedermayer
2014-08-15cosmetics: Write NULL pointer inequality checks more compactlyGabriel Dume
2014-08-14avutil/opt: remove disabled old ABI compatibility codeMichael Niedermayer
2014-08-14Merge commit 'a8c104a511f97e4ea617df73b31737e28a8a5126'Michael Niedermayer
2014-08-13AVOption: add support for dictionary types.Andrew Stone
2014-07-25avutil/opt: ensure the right buffer is used in set_string_number()Michael Niedermayer
2014-07-23avutil/opt: Fix parsing regression with constants starting with numbersMichael Niedermayer
2014-07-22avutil/opt: simplify set_string_number()Michael Niedermayer
2014-07-22avutil/opt: set_string_number(): remove unneeded copyMuhammad Faiz
2014-07-21avutil/opt: Support general expressions involving AVOption constants in set_s...Michael Niedermayer
2014-07-21avutil: move QP2LAMBDA constant to evalMichael Niedermayer
2014-07-21avutil/opt: remove dead code from set_string_number()Michael Niedermayer
2014-07-21avutil/opt.c: fix bug when parsing optionMuhammad Faiz
2014-07-17avutil/opt: try to fix the case where src==dst in av_opt_copy()Michael Niedermayer
2014-06-01avutil/opt: add av_opt_copy()Michael Niedermayer
2014-06-01avutil/opt: add opt_size()Michael Niedermayer
2014-05-02lavu/opt: add av_opt_set_dict2() functionLukasz Marek
2014-04-05lavu/opt: validate range before dereferenceLukasz Marek
2014-04-03lavu/opt: dont crash on freeing NULL AVOptionRangesLukasz Marek
2014-04-03lavu/opt: extend AVOptionRange by extra valuesLukasz Marek
2014-03-30avutil/opt: dont crash on av_opt_set_dict() with NULLMichael Niedermayer
2014-03-01avutil/opt: allow max=min=0 for pixel formatsMichael Niedermayer
2014-02-20Merge commit 'c3ecd968f0e78da6e77f0c06c2f785b266d83cf1'Michael Niedermayer
2014-02-20AVOptions: add flags for read/read-only optionsAnton Khirnov