Stefano Sabatini
|
141f03541b
opt: do not crash in av_set_options_string() if opts == NULL
|
13 years ago |
Michael Niedermayer
|
2905e3ff64
Merge remote-tracking branch 'qatar/master'
|
13 years ago |
Anton Khirnov
|
dc59ec5e79
AVOptions: add av_opt_find() as a replacement for av_find_opt.
|
13 years ago |
Anton Khirnov
|
7e83e1c511
AVOptions: add av_opt_set_dict() mapping a dictionary struct to a context.
|
13 years ago |
Michael Niedermayer
|
45fb647495
Merge remote-tracking branch 'qatar/master'
|
13 years ago |
Martin Storsjö
|
cb7c11cc9e
avoptions: Add an av_opt_flag_is_set function for inspecting flag fields
|
13 years ago |
Michael Niedermayer
|
f9569249c2
Merge remote-tracking branch 'qatar/master'
|
13 years ago |
Anton Khirnov
|
b39b06233d
AVOptions: add av_opt_free convenience function.
|
13 years ago |
Michael Niedermayer
|
87ababd7c5
avopt: fix segfault
|
13 years ago |
Michael Niedermayer
|
027264cb82
Merge remote-tracking branch 'qatar/master'
|
13 years ago |
Anton Khirnov
|
6c117d43c9
AVOptions: set string default values.
|
13 years ago |
Michael Niedermayer
|
39e4206dc6
Merge remote-tracking branch 'qatar/master'
|
13 years ago |
Martin Storsjö
|
80068da3a0
avoptions: Return explicitly NAN or {0,0} if the option isn't found
|
13 years ago |
Michael Niedermayer
|
01a73d6cef
Merge remote-tracking branch 'qatar/master'
|
13 years ago |
Martin Storsjö
|
8089b7fa8c
avoptions: Check the return value from av_get_number
|
13 years ago |
Martin Storsjö
|
0eed5016a2
avoptions: Support getting flag values using av_get_int
|
13 years ago |
Anton Khirnov
|
b66752790a
AVOptions: make default_val a union, as proposed in AVOption2.
|
13 years ago |
Michael Niedermayer
|
3862ebba23
AVOptions: av_set_string3() allow NULL strings
|
13 years ago |
Michael Niedermayer
|
ffb5a0d533
Merge commit '85770f2a2651497861ed938efcd0df3696ff5e45'
|
13 years ago |
Anton Khirnov
|
85770f2a26
AVOptions: make default_val a union, as proposed in AVOption2.
|
13 years ago |
Anton Khirnov
|
5a43bd5e26
options: simplify av_find_opt by using av_next_option.
|
13 years ago |
Michael Niedermayer
|
8772156be0
Merge remote branch 'qatar/master'
|
13 years ago |
Stefano Sabatini
|
58f8463947
error: add error code AVERROR_OPTION_NOT_FOUND, and use it in opt.c
|
13 years ago |
Mans Rullgard
|
2912e87a6c
Replace FFmpeg with Libav in licence headers
|
13 years ago |
Stefano Sabatini
|
d2af7205a1
Use hierarchic names convention (prefix them with av_expr) for the
|
14 years ago |
Stefano Sabatini
|
584b8edb99
Add missing case for FF_OPT_TYPE_DOUBLE in av_opt_set_defaults2().
|
14 years ago |
Stefano Sabatini
|
c85eef4ed8
Move av_set_options_string() from libavfilter to libavutil.
|
14 years ago |
Stefano Sabatini
|
be0e596a57
Simplify include, since opt.c is now in libavutil there is no need
|
14 years ago |
Stefano Sabatini
|
8f1afd3b37
Cosmetics: apply misc style fixes.
|
14 years ago |
Michael Niedermayer
|
6ed040408b
Move AVOptions from libavcodec to libavutil
|
14 years ago |