summaryrefslogtreecommitdiff
path: root/libavutil/opt.c
Commit message (Expand)AuthorAgeFilesLines
* AVOptions: av_set_string3() allow NULL stringsMichael Niedermayer2011-05-021-1/+1
* Merge commit '85770f2a2651497861ed938efcd0df3696ff5e45'Michael Niedermayer2011-05-011-10/+9
|\
| * AVOptions: make default_val a union, as proposed in AVOption2.Anton Khirnov2011-04-301-16/+7
| * options: simplify av_find_opt by using av_next_option.Anton Khirnov2011-04-291-3/+2
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-221-3/+3
|\ \ | |/
| * 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