summaryrefslogtreecommitdiff
path: root/libavcodec/opt.h
Commit message (Expand)AuthorAge
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-01
* add the necessary include for LIBAV*_VERSION_*Aurelien Jacobs2009-01-13
* Put under #if LIBAVCODEC_VERSION_MAJOR < 53 the deprecated functionsStefano Sabatini2008-12-19
* Implement av_set_string3().Stefano Sabatini2008-12-16
* s/#AVClass/AVClass/, consistent with the rest of the doxy.Stefano Sabatini2008-12-12
* Globally rename the header inclusion guard names.Stefano Sabatini2008-08-31
* Complete documentation for av_set_string().Stefano Sabatini2008-07-27
* Fix the av_set_string() free / alloc issue.Michael Niedermayer2008-07-08
* Document av_find_opt().Stefano Sabatini2008-07-06
* Clarify/simplify documentation for the default_val field in AVOption.Stefano Sabatini2008-06-30
* Fix typo in libavcodec/opt.h.Stefano Sabatini2008-06-23
* Extend documentation for AVOption.Stefano Sabatini2008-06-21
* minor spelling/grammar fixesDiego Biurrun2008-06-06
* Install headers in $prefix/include/$libnameMåns Rullgård2008-02-25
* Add FF_OPT_TYPE_BINARY and use it to add a cryptokey optionReimar Döffinger2007-12-17
* Add FFMPEG_ prefix to all multiple inclusion guards.Diego Biurrun2007-10-17
* Replace non-existing @fixme doxygen tags with @todo.İsmail Dönmez2007-07-13
* include all prerequisites in header filesMåns Rullgård2007-06-16
* add av_opt_set_defaults2() which sets just defaults from AVOptions whos flags...Michael Niedermayer2007-03-07
* make av_find_opt() available to the public and add a mask+flags parameter to ...Michael Niedermayer2007-03-07
* Constantize AVOption, solve few warnings, patch from flameeyes@gentoo.org aka...Luca Barbato2007-01-21
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
* make AVOptions default value field work.Panagiotis Issaris2006-09-10
* Add official LGPL license headers to the files that were missing them.Diego Biurrun2006-09-10
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-17
* avoid stdio.hMichael Niedermayer2005-09-11
* flags and named constants with type checking of course for AVOptionMichael Niedermayer2005-09-11