summaryrefslogtreecommitdiff
path: root/libavutil/opt.c
Commit message (Expand)AuthorAge
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-05-23
|\
| * avoptions: Check the return value from av_get_numberMartin Storsjö2011-05-22
| * AVOptions: make default_val a union, as proposed in AVOption2.Anton Khirnov2011-05-10
* | avoptions: Support getting flag values using av_get_intMartin Storsjö2011-05-21
* | AVOptions: av_set_string3() allow NULL stringsMichael Niedermayer2011-05-02
* | Merge commit '85770f2a2651497861ed938efcd0df3696ff5e45'Michael Niedermayer2011-05-01
|\ \
| * | AVOptions: make default_val a union, as proposed in AVOption2.Anton Khirnov2011-04-30
| * | options: simplify av_find_opt by using av_next_option.Anton Khirnov2011-04-29
| |/
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-22
|\|
| * error: add error code AVERROR_OPTION_NOT_FOUND, and use it in opt.cStefano Sabatini2011-04-21
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
|/
* Use hierarchic names convention (prefix them with av_expr) for theStefano Sabatini2010-11-08
* Add missing case for FF_OPT_TYPE_DOUBLE in av_opt_set_defaults2().Stefano Sabatini2010-09-29
* Move av_set_options_string() from libavfilter to libavutil.Stefano Sabatini2010-09-27
* Simplify include, since opt.c is now in libavutil there is no needStefano Sabatini2010-09-27
* Cosmetics: apply misc style fixes.Stefano Sabatini2010-09-27
* Move AVOptions from libavcodec to libavutilMichael Niedermayer2010-09-26