summaryrefslogtreecommitdiff
path: root/libavcodec/opt.h
Commit message (Expand)AuthorAge
* Add LGPL license boilerplate to files lacking it.Diego Biurrun2011-07-04
* multiple inclusion guard cleanupDiego Biurrun2011-05-21
* lavc: provide the opt.h header until the next bumpAnton Khirnov2011-04-21
* lavc: remove the FF_API_SET_STRING_OLD cruft.Anton Khirnov2011-04-19
* lavc: remove the FF_API_OPT_SHOW cruft.Anton Khirnov2011-04-19
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* add FF_API_SET_STRING_OLD define to disable the deprecated av_set_string APIAurelien Jacobs2010-09-30
* Move AVOptions from libavcodec to libavutilMichael Niedermayer2010-09-26
* Deprecate av_opt_show() in favor of a new function av_opt_show2(),Stefano Sabatini2010-09-24
* Fix grammar errors in documentationMåns Rullgård2010-06-30
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-20
* Add an experimental AVOption2 that uses an union instead of double for defaul...Michael Niedermayer2009-10-16
* Remove '\p', '\c' and '\e' doxygen markup from doxy, as it shouldStefano Sabatini2009-06-06
* Document av_set_string3() returned error codes.Stefano Sabatini2009-05-14
* 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