summaryrefslogtreecommitdiffstats
path: root/libavutil/opt.c
Commit message (Expand)AuthorAgeFilesLines
* AVOptions: don't return an invalid option when option list is emptyAnton Khirnov2011-11-111-3/+4
* avoptions: Fix av_opt_flag_is_setMartin Storsjö2011-10-171-1/+2
* AVOptions: don't segfault on NULL parameter in av_set_options_string()Anton Khirnov2011-10-171-0/+3
* AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_*Anton Khirnov2011-10-121-79/+79
* Remove all uses of deprecated AVOptions API.Anton Khirnov2011-10-121-16/+18
* AVOptions: add av_opt_next, deprecate av_next_option.Anton Khirnov2011-10-121-0/+7
* AVOptions: add functions for evaluating option strings.Anton Khirnov2011-10-121-0/+15
* AVOptions: split get_number().Anton Khirnov2011-10-121-16/+26
* AVOptions: add av_opt_get*, deprecate av_get*.Anton Khirnov2011-10-121-8/+99
* AVOptions: add av_opt_set*().Anton Khirnov2011-10-121-16/+48
* AVOptions: add new API for enumerating children.Anton Khirnov2011-10-121-5/+43
* AVOptions: refactor set_number/write_numberAnton Khirnov2011-10-101-14/+11
* AVOptions: cosmetics, rename static av_set_number2() to write_number().Anton Khirnov2011-10-101-3/+3
* AVOptions: cosmetics, move and rename static av_set_number().Anton Khirnov2011-10-101-12/+12
* AVOptions: split av_set_string3 into opt type-specific functionsAnton Khirnov2011-10-101-78/+101
* AVOptions: remove AVOption.offset <= 0 checksAnton Khirnov2011-09-071-4/+4
* AVOptions: deprecate av_opt_set_defaults2Anton Khirnov2011-09-071-6/+10
* AVOptions: move doxy for av_opt_set_defaults() from opt.c to opt.hAnton Khirnov2011-09-071-6/+0
* AVOptions: drop av_ prefix from static av_get_number().Anton Khirnov2011-09-011-4/+4
* AVOptions: in av_opt_find() don't return named constants unless unit is speci...Anton Khirnov2011-07-081-2/+3
* Do not include log.h in avutil.hMans Rullgard2011-07-031-0/+1
* Remove return statements following infinite loops without breakMans Rullgard2011-07-031-1/+0
* opt-test: Add missing braces to silence compiler warnings.Diego Biurrun2011-06-301-8/+8
* AVOptions: add av_opt_find() as a replacement for av_find_opt.Anton Khirnov2011-06-161-5/+25
* AVOptions: add av_opt_set_dict() mapping a dictionary struct to a context.Anton Khirnov2011-06-161-0/+22
* avoptions: Add an av_opt_flag_is_set function for inspecting flag fieldsMartin Storsjö2011-06-101-0/+10
* AVOptions: add av_opt_free convenience function.Anton Khirnov2011-06-051-0/+8
* AVOptions: set string default values.Anton Khirnov2011-05-261-1/+3
* avoptions: Return explicitly NAN or {0,0} if the option isn't foundMartin Storsjö2011-05-251-2/+2
* avoptions: Check the return value from av_get_numberMartin Storsjö2011-05-221-3/+6
* AVOptions: make default_val a union, as proposed in AVOption2.Anton Khirnov2011-05-101-7/+7
* error: add error code AVERROR_OPTION_NOT_FOUND, and use it in opt.cStefano Sabatini2011-04-211-3/+3
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* Use hierarchic names convention (prefix them with av_expr) for theStefano Sabatini2010-11-081-1/+1
* Add missing case for FF_OPT_TYPE_DOUBLE in av_opt_set_defaults2().Stefano Sabatini2010-09-291-0/+1
* Move av_set_options_string() from libavfilter to libavutil.Stefano Sabatini2010-09-271-0/+152
* Simplify include, since opt.c is now in libavutil there is no needStefano Sabatini2010-09-271-1/+1
* Cosmetics: apply misc style fixes.Stefano Sabatini2010-09-271-75/+88
* Move AVOptions from libavcodec to libavutilMichael Niedermayer2010-09-261-0/+441
OpenPOWER on IntegriCloud