summaryrefslogtreecommitdiff
path: root/libavcodec/opt.h
Commit message (Expand)AuthorAgeFilesLines
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* add FF_API_SET_STRING_OLD define to disable the deprecated av_set_string APIAurelien Jacobs2010-09-301-1/+1
* Move AVOptions from libavcodec to libavutilMichael Niedermayer2010-09-261-175/+1
* Deprecate av_opt_show() in favor of a new function av_opt_show2(),Stefano Sabatini2010-09-241-1/+19
* Fix grammar errors in documentationMåns Rullgård2010-06-301-2/+2
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-201-1/+1
* Add an experimental AVOption2 that uses an union instead of double for defaul...Michael Niedermayer2009-10-161-0/+52
* Remove '\p', '\c' and '\e' doxygen markup from doxy, as it shouldStefano Sabatini2009-06-061-3/+3
* Document av_set_string3() returned error codes.Stefano Sabatini2009-05-141-2/+5
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-011-1/+1
* add the necessary include for LIBAV*_VERSION_*Aurelien Jacobs2009-01-131-0/+1
* Put under #if LIBAVCODEC_VERSION_MAJOR < 53 the deprecated functionsStefano Sabatini2008-12-191-0/+2
* Implement av_set_string3().Stefano Sabatini2008-12-161-4/+13
* s/#AVClass/AVClass/, consistent with the rest of the doxy.Stefano Sabatini2008-12-121-1/+1
* Globally rename the header inclusion guard names.Stefano Sabatini2008-08-311-3/+3
* Complete documentation for av_set_string().Stefano Sabatini2008-07-271-0/+20
* Fix the av_set_string() free / alloc issue.Michael Niedermayer2008-07-081-1/+11
* Document av_find_opt().Stefano Sabatini2008-07-061-0/+12
* Clarify/simplify documentation for the default_val field in AVOption.Stefano Sabatini2008-06-301-1/+1
* Fix typo in libavcodec/opt.h.Stefano Sabatini2008-06-231-1/+1
* Extend documentation for AVOption.Stefano Sabatini2008-06-211-3/+17
* minor spelling/grammar fixesDiego Biurrun2008-06-061-3/+3
* Install headers in $prefix/include/$libnameMåns Rullgård2008-02-251-1/+1
* Add FF_OPT_TYPE_BINARY and use it to add a cryptokey optionReimar Döffinger2007-12-171-0/+1
* Add FFMPEG_ prefix to all multiple inclusion guards.Diego Biurrun2007-10-171-3/+3
* Replace non-existing @fixme doxygen tags with @todo.İsmail Dönmez2007-07-131-1/+1
* include all prerequisites in header filesMåns Rullgård2007-06-161-0/+2
* add av_opt_set_defaults2() which sets just defaults from AVOptions whos flags...Michael Niedermayer2007-03-071-0/+1
* make av_find_opt() available to the public and add a mask+flags parameter to ...Michael Niedermayer2007-03-071-0/+1
* Constantize AVOption, solve few warnings, patch from flameeyes@gentoo.org aka...Luca Barbato2007-01-211-9/+9
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-071-4/+6
* make AVOptions default value field work.Panagiotis Issaris2006-09-101-0/+1
* Add official LGPL license headers to the files that were missing them.Diego Biurrun2006-09-101-0/+19
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-171-3/+3
* avoid stdio.hMichael Niedermayer2005-09-111-1/+1
* flags and named constants with type checking of course for AVOptionMichael Niedermayer2005-09-111-0/+61