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
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
2014-02-19avutil/opt: preserve fractions in set_string_number()Michael Niedermayer
2014-01-25avutil/opt: Better print representation of number limitsJoão Bernardo
2013-12-26lavu,lavc,lswr: do not hardcode AV_SAMPLE_FMT_NB value when setting sample fo...Stefano Sabatini
2013-12-26lavu,lavfi,lavd: do not hardcode AV_PIX_FMT_NB value when setting pixel forma...Stefano Sabatini
2013-12-26lavu/opt: apply range checks also when setting format string valueStefano Sabatini
2013-12-26lavu/opt: factorize setting of format values from stringStefano Sabatini
2013-12-26lavu/opt: fix range check logic in set_format()Stefano Sabatini
2013-12-17Merge commit '3bc2e89c76e88ae6f1fd5287e0b11abcfc3c601c'Michael Niedermayer
2013-12-07avutil/opt: Implement av_opt_set_defaults* in O(N) instead of O(N²) timeMichael Niedermayer
2013-12-07avutil/opt: factor set_string_color() outMichael Niedermayer
2013-12-07avutil/opt: factor set_string_video_rate() outMichael Niedermayer
2013-12-07avutil/opt: factor set_string_image_size() outMichael Niedermayer
2013-10-30avutil/opt: fix flags check on non x86Michael Niedermayer
2013-10-28avutil/opt: check flags validity in write_number()Michael Niedermayer
2013-10-28Merge commit '0b357a8095e72b092cc5c2aacc2f806db75ecae3'Michael Niedermayer
2013-10-28AVOptions: do not range check flag options.Anton Khirnov
2013-10-20avutil/opt: initialize retMichael Niedermayer
2013-10-17lavu/opt: add AV_OPT_TYPE_CHANNEL_LAYOUT and handler functionsStefano Sabatini
2013-10-17lavu/opt-test: use automatic set and free handlersStefano Sabatini
2013-08-10avutil/opt: make const tables static constMichael Niedermayer
2013-08-10avutil/opt: fix av_log typeMichael Niedermayer