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-10-13log.h: make AVClass a named structJindrich Makovicka
2011-10-12AVOptions: add new API for enumerating children.Anton Khirnov
2011-06-23Use av_printf_format to check the usage of printf style functionsMartin Storsjö
2011-06-16AVOptions: add av_opt_find() as a replacement for av_find_opt.Anton Khirnov
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-01-30Replace dprintf with av_dlogLuca Barbato
2010-09-242nd try to fix av_log() repeated detectionMichael Niedermayer
2010-07-02Add parameter names to av_log/av_vlog function declarations.Diego Biurrun
2010-06-30Fix grammar errors in documentationMåns Rullgård
2010-05-20Make it possible for a log context to keep track of its parent context.Michael Niedermayer
2010-05-20av_default_item_name() so Simply AVClasses need 1 function less.Michael Niedermayer
2010-05-09Add means to adjust the log level per context.Michael Niedermayer
2010-04-29Fix typo.Jai Menon
2010-04-29Add version to AVClass so we can add to and use fields of AVClass without ABI...Michael Niedermayer
2009-07-12Remove useless definition of struct AVCLASS.Stefano Sabatini
2009-06-06Remove '\p', '\c' and '\e' doxygen markup from doxy, as it shouldStefano Sabatini
2009-03-09Remove all remaining code that was disabled through the major version bump.Diego Biurrun
2009-01-29spelling/grammar/consistency review part IIIDiego Biurrun
2009-01-29spelling/grammar/consistency review part IIDiego Biurrun
2009-01-13add the necessary include for LIBAV*_VERSION_*Aurelien Jacobs
2008-08-31Globally rename the header inclusion guard names.Stefano Sabatini
2008-05-06minor wording fixDiego Biurrun
2008-05-06minor spelling fixDiego Biurrun
2008-04-24Enhance documentation for AVClassStefano Sabatini
2008-04-11remove useless extern keyword.Stefano Sabatini
2007-12-13use av_log_get/set_level()Måns Rullgård
2007-10-17Add FFMPEG_ prefix to all multiple inclusion guards.Diego Biurrun
2007-03-05Move the unaltered Doxygen docs from the log source code to the accompanyingPanagiotis Issaris
2007-01-21Increase the av_log() levels, and add some documentation for themLuca Abeni
2007-01-13Allow to uninstall a custom log callbackAxel Holzinger
2006-11-16make option field constBaptiste Coudurier
2006-10-07Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun
2006-09-10Add official LGPL license headers to the files that were missing them.Diego Biurrun
2006-07-20removing redundant mess next time we break compatiilityMichael Niedermayer
2006-07-18Move av_log() & friends to libavutilLuca Abeni