summaryrefslogtreecommitdiff
path: root/libavutil/opt.h
Commit message (Expand)AuthorAge
* AVOptions: add documentation.Anton Khirnov2011-10-19
* AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_*Anton Khirnov2011-10-12
* AVOptions: add av_opt_next, deprecate av_next_option.Anton Khirnov2011-10-12
* AVOptions: add functions for evaluating option strings.Anton Khirnov2011-10-12
* AVOptions: add av_opt_get*, deprecate av_get*.Anton Khirnov2011-10-12
* AVOptions: add av_opt_set*().Anton Khirnov2011-10-12
* AVOptions: add new API for enumerating children.Anton Khirnov2011-10-12
* AVOptions: split av_set_string3 into opt type-specific functionsAnton Khirnov2011-10-10
* AVOptions: deprecate av_opt_set_defaults2Anton Khirnov2011-09-07
* AVOptions: move doxy for av_opt_set_defaults() from opt.c to opt.hAnton Khirnov2011-09-07
* AVOptions: fix av_set_string3() doxy to match reality.Anton Khirnov2011-09-03
* AVOptions: add AV_OPT_SEARCH_FAKE_OBJ flag for av_opt_find().Anton Khirnov2011-09-03
* AVOptions: add av_opt_find() as a replacement for av_find_opt.Anton Khirnov2011-06-16
* AVOptions: add av_opt_set_dict() mapping a dictionary struct to a context.Anton Khirnov2011-06-16
* avoptions: Add an av_opt_flag_is_set function for inspecting flag fieldsMartin Storsjö2011-06-10
* AVOptions: add av_opt_free convenience function.Anton Khirnov2011-06-05
* AVOptions: make default_val a union, as proposed in AVOption2.Anton Khirnov2011-05-10
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* Move av_set_options_string() from libavfilter to libavutil.Stefano Sabatini2010-09-27
* Move AVOptions from libavcodec to libavutilMichael Niedermayer2010-09-26