OSDN Git Service

libx264: add 'partitions' private option
[coroid/libav_saccubus.git] / libavcodec / opt.h
2011-07-04 Diego BiurrunAdd LGPL license boilerplate to files lacking it.
2011-05-21 Diego Biurrunmultiple inclusion guard cleanup
2011-04-21 Anton Khirnovlavc: provide the opt.h header until the next bump
2011-04-19 Anton Khirnovlavc: remove the FF_API_SET_STRING_OLD cruft.
2011-04-19 Anton Khirnovlavc: remove the FF_API_OPT_SHOW cruft.
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2010-09-30 Aurelien Jacobsadd FF_API_SET_STRING_OLD define to disable the depreca...
2010-09-26 Michael NiedermayerMove AVOptions from libavcodec to libavutil
2010-09-24 Stefano SabatiniDeprecate av_opt_show() in favor of a new function...
2010-06-30 Måns RullgårdFix grammar errors in documentation
2010-04-20 Diego BiurrunRemove explicit filename from Doxygen @file commands.
2009-10-16 Michael NiedermayerAdd an experimental AVOption2 that uses an union instea...
2009-06-06 Stefano SabatiniRemove '\p', '\c' and '\e' doxygen markup from doxy...
2009-05-14 Stefano SabatiniDocument av_set_string3() returned error codes.
2009-02-01 Diego BiurrunUse full internal pathname in doxygen @file directives.
2009-01-13 Aurelien Jacobsadd the necessary include for LIBAV*_VERSION_*
2008-12-19 Stefano SabatiniPut under #if LIBAVCODEC_VERSION_MAJOR < 53 the depreca...
2008-12-16 Stefano SabatiniImplement av_set_string3().
2008-12-12 Stefano Sabatinis/#AVClass/AVClass/, consistent with the rest of the...
2008-08-31 Stefano SabatiniGlobally rename the header inclusion guard names.
2008-07-27 Stefano SabatiniComplete documentation for av_set_string().
2008-07-08 Michael NiedermayerFix the av_set_string() free / alloc issue.
2008-07-06 Stefano SabatiniDocument av_find_opt().
2008-06-30 Stefano SabatiniClarify/simplify documentation for the default_val...
2008-06-23 Stefano SabatiniFix typo in libavcodec/opt.h.
2008-06-21 Stefano SabatiniExtend documentation for AVOption.
2008-06-06 Diego Biurrunminor spelling/grammar fixes
2008-02-25 Måns RullgårdInstall headers in $prefix/include/$libname
2007-12-17 Reimar DöffingerAdd FF_OPT_TYPE_BINARY and use it to add a cryptokey...
2007-10-17 Diego BiurrunAdd FFMPEG_ prefix to all multiple inclusion guards.
2007-07-13 İsmail DönmezReplace non-existing @fixme doxygen tags with @todo.
2007-06-16 Måns Rullgårdinclude all prerequisites in header files
2007-03-07 Michael Niedermayeradd av_opt_set_defaults2() which sets just defaults...
2007-03-07 Michael Niedermayermake av_find_opt() available to the public and add...
2007-01-21 Luca BarbatoConstantize AVOption, solve few warnings, patch from...
2006-10-07 Diego BiurrunChange license headers to say 'FFmpeg' instead of ...
2006-09-10 Panagiotis Issarismake AVOptions default value field work.
2006-09-10 Diego BiurrunAdd official LGPL license headers to the files that...
2005-12-17 Diego BiurrunCOSMETICS: Remove all trailing whitespace.
2005-09-11 Michael Niedermayeravoid stdio.h
2005-09-11 Michael Niedermayerflags and named constants with type checking of course...