summaryrefslogtreecommitdiff
path: root/libavcodec/opt.h
Commit message (Collapse)AuthorAge
* add FF_API_SET_STRING_OLD define to disable the deprecated av_set_string APIAurelien Jacobs2010-09-30
| | | | Originally committed as revision 25276 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move AVOptions from libavcodec to libavutilMichael Niedermayer2010-09-26
| | | | Originally committed as revision 25210 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Deprecate av_opt_show() in favor of a new function av_opt_show2(),Stefano Sabatini2010-09-24
| | | | | | which allows to specify only a subset of all the options to show. Originally committed as revision 25166 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix grammar errors in documentationMåns Rullgård2010-06-30
| | | | Originally committed as revision 23904 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-20
| | | | | | | | Passing an explicit filename to this command is only necessary if the documentation in the @file block refers to a file different from the one the block resides in. Originally committed as revision 22921 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add an experimental AVOption2 that uses an union instead of double for ↵Michael Niedermayer2009-10-16
| | | | | | default_val. Originally committed as revision 20248 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove '\p', '\c' and '\e' doxygen markup from doxy, as it shouldStefano Sabatini2009-06-06
| | | | | | | | improve plain text doxy readability. See the thread: "[RFC] Should we use doxygen markup?". Originally committed as revision 19122 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Document av_set_string3() returned error codes.Stefano Sabatini2009-05-14
| | | | Originally committed as revision 18829 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-01
| | | | | | | Otherwise doxygen complains about ambiguous filenames when files exist under the same name in different subdirectories. Originally committed as revision 16912 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add the necessary include for LIBAV*_VERSION_*Aurelien Jacobs2009-01-13
| | | | Originally committed as revision 16571 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Put under #if LIBAVCODEC_VERSION_MAJOR < 53 the deprecated functionsStefano Sabatini2008-12-19
| | | | | | | av_set_string() and av_set_string2(), they will be dropped at the next major bump. Originally committed as revision 16243 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Implement av_set_string3().Stefano Sabatini2008-12-16
| | | | Originally committed as revision 16175 to svn://svn.ffmpeg.org/ffmpeg/trunk
* s/#AVClass/AVClass/, consistent with the rest of the doxy.Stefano Sabatini2008-12-12
| | | | Originally committed as revision 16085 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Globally rename the header inclusion guard names.Stefano Sabatini2008-08-31
| | | | | | | | | Consistently apply this rule: the guard name is obtained from the filename by stripping the leading "lib", converting '/' and '.' to '_' and uppercasing the resulting name. Guard names in the root directory have to be prefixed by "FFMPEG_". Originally committed as revision 15120 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Complete documentation for av_set_string().Stefano Sabatini2008-07-27
| | | | Originally committed as revision 14436 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix the av_set_string() free / alloc issue.Michael Niedermayer2008-07-08
| | | | Originally committed as revision 14134 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Document av_find_opt().Stefano Sabatini2008-07-06
| | | | Originally committed as revision 14083 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Clarify/simplify documentation for the default_val field in AVOption.Stefano Sabatini2008-06-30
| | | | Originally committed as revision 14043 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix typo in libavcodec/opt.h.Stefano Sabatini2008-06-23
| | | | Originally committed as revision 13912 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Extend documentation for AVOption.Stefano Sabatini2008-06-21
| | | | Originally committed as revision 13854 to svn://svn.ffmpeg.org/ffmpeg/trunk
* minor spelling/grammar fixesDiego Biurrun2008-06-06
| | | | Originally committed as revision 13669 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Install headers in $prefix/include/$libnameMåns Rullgård2008-02-25
| | | | | | | | | | Install each library's headers in $prefix/include/$libname. The installed headers use #include "lib*/*.h"; applications are expected to do the same. Specify only $prefix/include in .pc files. Originally committed as revision 12194 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add FF_OPT_TYPE_BINARY and use it to add a cryptokey optionReimar Döffinger2007-12-17
| | | | Originally committed as revision 11250 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add FFMPEG_ prefix to all multiple inclusion guards.Diego Biurrun2007-10-17
| | | | Originally committed as revision 10765 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Replace non-existing @fixme doxygen tags with @todo.İsmail Dönmez2007-07-13
| | | | | | patch by Ismail Dönmez, ismail pardus.org tr Originally committed as revision 9625 to svn://svn.ffmpeg.org/ffmpeg/trunk
* include all prerequisites in header filesMåns Rullgård2007-06-16
| | | | Originally committed as revision 9344 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add av_opt_set_defaults2() which sets just defaults from AVOptions whos ↵Michael Niedermayer2007-03-07
| | | | | | flags match a user specified & mask = flags Originally committed as revision 8280 to svn://svn.ffmpeg.org/ffmpeg/trunk
* make av_find_opt() available to the public and add a mask+flags parameter to ↵Michael Niedermayer2007-03-07
| | | | | | search for specific AVOptions Originally committed as revision 8279 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Constantize AVOption, solve few warnings, patch from flameeyes@gentoo.org ↵Luca Barbato2007-01-21
| | | | | | aka "the other Diego" Originally committed as revision 7601 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
| | | | | | and fix GPL/LGPL version mismatches. Originally committed as revision 6577 to svn://svn.ffmpeg.org/ffmpeg/trunk
* make AVOptions default value field work.Panagiotis Issaris2006-09-10
| | | | | | | | | Patch by Panagiotis Issaris % takis P issaris A uhasselt P be % Original thread: Date: Sep 8, 2006 3:22 PM Subject: [Ffmpeg-devel] [PATCH 1/2] Enable usage of AVOption default value Originally committed as revision 6224 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add official LGPL license headers to the files that were missing them.Diego Biurrun2006-09-10
| | | | Originally committed as revision 6219 to svn://svn.ffmpeg.org/ffmpeg/trunk
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-17
| | | | Originally committed as revision 4749 to svn://svn.ffmpeg.org/ffmpeg/trunk
* avoid stdio.hMichael Niedermayer2005-09-11
| | | | Originally committed as revision 4585 to svn://svn.ffmpeg.org/ffmpeg/trunk
* flags and named constants with type checking of course for AVOptionMichael Niedermayer2005-09-11
spliting AVOption specific stuff out of avcodec.h into opt.h Originally committed as revision 4581 to svn://svn.ffmpeg.org/ffmpeg/trunk