index
:
ffmpeg
master
oldabi
release/0.10
release/0.11
release/0.5
release/0.6
release/0.7
release/0.8
release/0.9
release/1.0
release/1.1
release/1.2
release/2.0
release/2.1
release/2.2
release/2.3
release/2.4
release/2.5
release/2.6
release/2.7
release/2.8
release/3.0
release/3.1
release/3.2
release/3.3
release/3.4
release/4.0
release/4.1
release/4.2
release/4.3
release/4.4
release/5.0
release/5.1
release/6.0
Mirror of FFmpeg git repo
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libavutil
/
opt.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
AVOptions: in av_opt_find() don't return named constants unless unit is speci...
Anton Khirnov
2011-07-08
1
-2
/
+3
*
Do not include log.h in avutil.h
Mans Rullgard
2011-07-03
1
-0
/
+1
*
Remove return statements following infinite loops without break
Mans Rullgard
2011-07-03
1
-1
/
+0
*
opt-test: Add missing braces to silence compiler warnings.
Diego Biurrun
2011-06-30
1
-8
/
+8
*
AVOptions: add av_opt_find() as a replacement for av_find_opt.
Anton Khirnov
2011-06-16
1
-5
/
+25
*
AVOptions: add av_opt_set_dict() mapping a dictionary struct to a context.
Anton Khirnov
2011-06-16
1
-0
/
+22
*
avoptions: Add an av_opt_flag_is_set function for inspecting flag fields
Martin Storsjö
2011-06-10
1
-0
/
+10
*
AVOptions: add av_opt_free convenience function.
Anton Khirnov
2011-06-05
1
-0
/
+8
*
AVOptions: set string default values.
Anton Khirnov
2011-05-26
1
-1
/
+3
*
avoptions: Return explicitly NAN or {0,0} if the option isn't found
Martin Storsjö
2011-05-25
1
-2
/
+2
*
avoptions: Check the return value from av_get_number
Martin Storsjö
2011-05-22
1
-3
/
+6
*
AVOptions: make default_val a union, as proposed in AVOption2.
Anton Khirnov
2011-05-10
1
-7
/
+7
*
error: add error code AVERROR_OPTION_NOT_FOUND, and use it in opt.c
Stefano Sabatini
2011-04-21
1
-3
/
+3
*
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2011-03-19
1
-4
/
+4
*
Use hierarchic names convention (prefix them with av_expr) for the
Stefano Sabatini
2010-11-08
1
-1
/
+1
*
Add missing case for FF_OPT_TYPE_DOUBLE in av_opt_set_defaults2().
Stefano Sabatini
2010-09-29
1
-0
/
+1
*
Move av_set_options_string() from libavfilter to libavutil.
Stefano Sabatini
2010-09-27
1
-0
/
+152
*
Simplify include, since opt.c is now in libavutil there is no need
Stefano Sabatini
2010-09-27
1
-1
/
+1
*
Cosmetics: apply misc style fixes.
Stefano Sabatini
2010-09-27
1
-75
/
+88
*
Move AVOptions from libavcodec to libavutil
Michael Niedermayer
2010-09-26
1
-0
/
+441
[prev]