index
:
ffmpeg.git
debug/motion-vectors
vaapi/drm-render-node
vaapi/hantro-support
FFmpeg multimedia libraries
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libavutil
/
opt.c
Age
Commit message (
Expand
)
Author
2012-08-15
Don't include common.h from avutil.h
Martin Storsjö
2012-07-01
opt/eval: Include mathematics.h for NAN/INFINITY
Martin Storsjö
2012-05-28
AVOptions: fix the value printed in out of range error message.
Anton Khirnov
2012-05-26
opt: Add av_opt_set_bin()
Samuel Pitoiset
2011-11-11
AVOptions: don't return an invalid option when option list is empty
Anton Khirnov
2011-10-17
avoptions: Fix av_opt_flag_is_set
Martin Storsjö
2011-10-17
AVOptions: don't segfault on NULL parameter in av_set_options_string()
Anton Khirnov
2011-10-12
AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_*
Anton Khirnov
2011-10-12
Remove all uses of deprecated AVOptions API.
Anton Khirnov
2011-10-12
AVOptions: add av_opt_next, deprecate av_next_option.
Anton Khirnov
2011-10-12
AVOptions: add functions for evaluating option strings.
Anton Khirnov
2011-10-12
AVOptions: split get_number().
Anton Khirnov
2011-10-12
AVOptions: add av_opt_get*, deprecate av_get*.
Anton Khirnov
2011-10-12
AVOptions: add av_opt_set*().
Anton Khirnov
2011-10-12
AVOptions: add new API for enumerating children.
Anton Khirnov
2011-10-10
AVOptions: refactor set_number/write_number
Anton Khirnov
2011-10-10
AVOptions: cosmetics, rename static av_set_number2() to write_number().
Anton Khirnov
2011-10-10
AVOptions: cosmetics, move and rename static av_set_number().
Anton Khirnov
2011-10-10
AVOptions: split av_set_string3 into opt type-specific functions
Anton Khirnov
2011-09-07
AVOptions: remove AVOption.offset <= 0 checks
Anton Khirnov
2011-09-07
AVOptions: deprecate av_opt_set_defaults2
Anton Khirnov
2011-09-07
AVOptions: move doxy for av_opt_set_defaults() from opt.c to opt.h
Anton Khirnov
2011-09-01
AVOptions: drop av_ prefix from static av_get_number().
Anton Khirnov
2011-07-08
AVOptions: in av_opt_find() don't return named constants unless unit is speci...
Anton Khirnov
2011-07-03
Do not include log.h in avutil.h
Mans Rullgard
2011-07-03
Remove return statements following infinite loops without break
Mans Rullgard
2011-06-30
opt-test: Add missing braces to silence compiler warnings.
Diego Biurrun
2011-06-16
AVOptions: add av_opt_find() as a replacement for av_find_opt.
Anton Khirnov
2011-06-16
AVOptions: add av_opt_set_dict() mapping a dictionary struct to a context.
Anton Khirnov
2011-06-10
avoptions: Add an av_opt_flag_is_set function for inspecting flag fields
Martin Storsjö
2011-06-05
AVOptions: add av_opt_free convenience function.
Anton Khirnov
2011-05-26
AVOptions: set string default values.
Anton Khirnov
2011-05-25
avoptions: Return explicitly NAN or {0,0} if the option isn't found
Martin Storsjö
2011-05-22
avoptions: Check the return value from av_get_number
Martin Storsjö
2011-05-10
AVOptions: make default_val a union, as proposed in AVOption2.
Anton Khirnov
2011-04-21
error: add error code AVERROR_OPTION_NOT_FOUND, and use it in opt.c
Stefano Sabatini
2011-03-19
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2010-11-08
Use hierarchic names convention (prefix them with av_expr) for the
Stefano Sabatini
2010-09-29
Add missing case for FF_OPT_TYPE_DOUBLE in av_opt_set_defaults2().
Stefano Sabatini
2010-09-27
Move av_set_options_string() from libavfilter to libavutil.
Stefano Sabatini
2010-09-27
Simplify include, since opt.c is now in libavutil there is no need
Stefano Sabatini
2010-09-27
Cosmetics: apply misc style fixes.
Stefano Sabatini
2010-09-26
Move AVOptions from libavcodec to libavutil
Michael Niedermayer