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-11-22doxy: provide a start page and document libavutilLuca Barbato
2011-10-19AVOptions: add documentation.Anton Khirnov
2011-10-12AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_*Anton Khirnov
2011-10-12AVOptions: add av_opt_next, deprecate av_next_option.Anton Khirnov
2011-10-12AVOptions: add functions for evaluating option strings.Anton Khirnov
2011-10-12AVOptions: add av_opt_get*, deprecate av_get*.Anton Khirnov
2011-10-12AVOptions: add av_opt_set*().Anton Khirnov
2011-10-12AVOptions: add new API for enumerating children.Anton Khirnov
2011-10-10AVOptions: split av_set_string3 into opt type-specific functionsAnton Khirnov
2011-09-07AVOptions: deprecate av_opt_set_defaults2Anton Khirnov
2011-09-07AVOptions: move doxy for av_opt_set_defaults() from opt.c to opt.hAnton Khirnov
2011-09-03AVOptions: fix av_set_string3() doxy to match reality.Anton Khirnov
2011-09-03AVOptions: add AV_OPT_SEARCH_FAKE_OBJ flag for av_opt_find().Anton Khirnov
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-10AVOptions: make default_val a union, as proposed in AVOption2.Anton Khirnov
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2010-09-28Move av_set_options_string() from libavfilter to libavutil.Stefano Sabatini
2010-09-26Move AVOptions from libavcodec to libavutilMichael Niedermayer