Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-07-04Add LGPL license boilerplate to files lacking it.Diego Biurrun
2011-05-21multiple inclusion guard cleanupDiego Biurrun
2011-04-21lavc: provide the opt.h header until the next bumpAnton Khirnov
2011-04-19lavc: remove the FF_API_SET_STRING_OLD cruft.Anton Khirnov
2011-04-19lavc: remove the FF_API_OPT_SHOW cruft.Anton Khirnov
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2010-10-01add FF_API_SET_STRING_OLD define to disable the deprecated av_set_string APIAurelien Jacobs
2010-09-26Move AVOptions from libavcodec to libavutilMichael Niedermayer
2010-09-24Deprecate av_opt_show() in favor of a new function av_opt_show2(),Stefano Sabatini
2010-06-30Fix grammar errors in documentationMåns Rullgård
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun
2009-10-16Add an experimental AVOption2 that uses an union instead of double for defaul...Michael Niedermayer
2009-06-06Remove '\p', '\c' and '\e' doxygen markup from doxy, as it shouldStefano Sabatini
2009-05-14Document av_set_string3() returned error codes.Stefano Sabatini
2009-02-01Use full internal pathname in doxygen @file directives.Diego Biurrun
2009-01-13add the necessary include for LIBAV*_VERSION_*Aurelien Jacobs
2008-12-20Put under #if LIBAVCODEC_VERSION_MAJOR < 53 the deprecated functionsStefano Sabatini
2008-12-17Implement av_set_string3().Stefano Sabatini
2008-12-13s/#AVClass/AVClass/, consistent with the rest of the doxy.Stefano Sabatini
2008-08-31Globally rename the header inclusion guard names.Stefano Sabatini
2008-07-28Complete documentation for av_set_string().Stefano Sabatini
2008-07-09Fix the av_set_string() free / alloc issue.Michael Niedermayer
2008-07-06Document av_find_opt().Stefano Sabatini
2008-07-01Clarify/simplify documentation for the default_val field in AVOption.Stefano Sabatini
2008-06-23Fix typo in libavcodec/opt.h.Stefano Sabatini
2008-06-21Extend documentation for AVOption.Stefano Sabatini
2008-06-06minor spelling/grammar fixesDiego Biurrun
2008-02-25Install headers in $prefix/include/$libnameMåns Rullgård
2007-12-17Add FF_OPT_TYPE_BINARY and use it to add a cryptokey optionReimar Döffinger
2007-10-17Add FFMPEG_ prefix to all multiple inclusion guards.Diego Biurrun
2007-07-13Replace non-existing @fixme doxygen tags with @todo.İsmail Dönmez
2007-06-17include all prerequisites in header filesMåns Rullgård
2007-03-07add av_opt_set_defaults2() which sets just defaults from AVOptions whos flags...Michael Niedermayer
2007-03-07make av_find_opt() available to the public and add a mask+flags parameter to ...Michael Niedermayer
2007-01-21Constantize AVOption, solve few warnings, patch from flameeyes@gentoo.org aka...Luca Barbato
2006-10-07Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun
2006-09-11make AVOptions default value field work.Panagiotis Issaris
2006-09-10Add official LGPL license headers to the files that were missing them.Diego Biurrun
2005-12-17COSMETICS: Remove all trailing whitespace.Diego Biurrun
2005-09-12avoid stdio.hMichael Niedermayer
2005-09-11flags and named constants with type checking of course for AVOptionMichael Niedermayer