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
2011-07-08AVOptions: in av_opt_find() don't return named constants unless unit is speci...Anton Khirnov
2011-07-04Do not include log.h in avutil.hMans Rullgard
2011-07-04Remove return statements following infinite loops without breakMans Rullgard
2011-06-30opt-test: Add missing braces to silence compiler warnings.Diego Biurrun
2011-06-16AVOptions: add av_opt_find() as a replacement for av_find_opt.Anton Khirnov
2011-06-16AVOptions: add av_opt_set_dict() mapping a dictionary struct to a context.Anton Khirnov
2011-06-10avoptions: Add an av_opt_flag_is_set function for inspecting flag fieldsMartin Storsjö
2011-06-05AVOptions: add av_opt_free convenience function.Anton Khirnov
2011-05-26AVOptions: set string default values.Anton Khirnov
2011-05-25avoptions: Return explicitly NAN or {0,0} if the option isn't foundMartin Storsjö
2011-05-22avoptions: Check the return value from av_get_numberMartin Storsjö
2011-05-10AVOptions: make default_val a union, as proposed in AVOption2.Anton Khirnov
2011-04-21error: add error code AVERROR_OPTION_NOT_FOUND, and use it in opt.cStefano Sabatini
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2010-11-08Use hierarchic names convention (prefix them with av_expr) for theStefano Sabatini
2010-09-30Add missing case for FF_OPT_TYPE_DOUBLE in av_opt_set_defaults2().Stefano Sabatini
2010-09-28Move av_set_options_string() from libavfilter to libavutil.Stefano Sabatini
2010-09-27Simplify include, since opt.c is now in libavutil there is no needStefano Sabatini
2010-09-27Cosmetics: apply misc style fixes.Stefano Sabatini
2010-09-26Move AVOptions from libavcodec to libavutilMichael Niedermayer