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
/
libavcodec
/
opt.h
Age
Commit message (
Expand
)
Author
2010-09-30
add FF_API_SET_STRING_OLD define to disable the deprecated av_set_string API
Aurelien Jacobs
2010-09-26
Move AVOptions from libavcodec to libavutil
Michael Niedermayer
2010-09-24
Deprecate av_opt_show() in favor of a new function av_opt_show2(),
Stefano Sabatini
2010-06-30
Fix grammar errors in documentation
Måns Rullgård
2010-04-20
Remove explicit filename from Doxygen @file commands.
Diego Biurrun
2009-10-16
Add an experimental AVOption2 that uses an union instead of double for defaul...
Michael Niedermayer
2009-06-06
Remove '\p', '\c' and '\e' doxygen markup from doxy, as it should
Stefano Sabatini
2009-05-14
Document av_set_string3() returned error codes.
Stefano Sabatini
2009-02-01
Use full internal pathname in doxygen @file directives.
Diego Biurrun
2009-01-13
add the necessary include for LIBAV*_VERSION_*
Aurelien Jacobs
2008-12-19
Put under #if LIBAVCODEC_VERSION_MAJOR < 53 the deprecated functions
Stefano Sabatini
2008-12-16
Implement av_set_string3().
Stefano Sabatini
2008-12-12
s/#AVClass/AVClass/, consistent with the rest of the doxy.
Stefano Sabatini
2008-08-31
Globally rename the header inclusion guard names.
Stefano Sabatini
2008-07-27
Complete documentation for av_set_string().
Stefano Sabatini
2008-07-08
Fix the av_set_string() free / alloc issue.
Michael Niedermayer
2008-07-06
Document av_find_opt().
Stefano Sabatini
2008-06-30
Clarify/simplify documentation for the default_val field in AVOption.
Stefano Sabatini
2008-06-23
Fix typo in libavcodec/opt.h.
Stefano Sabatini
2008-06-21
Extend documentation for AVOption.
Stefano Sabatini
2008-06-06
minor spelling/grammar fixes
Diego Biurrun
2008-02-25
Install headers in $prefix/include/$libname
Måns Rullgård
2007-12-17
Add FF_OPT_TYPE_BINARY and use it to add a cryptokey option
Reimar Döffinger
2007-10-17
Add FFMPEG_ prefix to all multiple inclusion guards.
Diego Biurrun
2007-07-13
Replace non-existing @fixme doxygen tags with @todo.
İsmail Dönmez
2007-06-16
include all prerequisites in header files
Måns Rullgård
2007-03-07
add av_opt_set_defaults2() which sets just defaults from AVOptions whos flags...
Michael Niedermayer
2007-03-07
make av_find_opt() available to the public and add a mask+flags parameter to ...
Michael Niedermayer
2007-01-21
Constantize AVOption, solve few warnings, patch from flameeyes@gentoo.org aka...
Luca Barbato
2006-10-07
Change license headers to say 'FFmpeg' instead of 'this program/this library'
Diego Biurrun
2006-09-10
make AVOptions default value field work.
Panagiotis Issaris
2006-09-10
Add official LGPL license headers to the files that were missing them.
Diego Biurrun
2005-12-17
COSMETICS: Remove all trailing whitespace.
Diego Biurrun
2005-09-11
avoid stdio.h
Michael Niedermayer
2005-09-11
flags and named constants with type checking of course for AVOption
Michael Niedermayer