aboutsummaryrefslogtreecommitdiff
path: root/libavutil/log.h
AgeCommit message (Expand)Author
2014-02-12log: Have function parameter names match between .c and .h fileDiego Biurrun
2013-10-05doxy: Document avlogLuca Barbato
2012-12-18misc typo, style and wording fixesDiego Biurrun
2011-10-12log.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-29Replace 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-19Make it possible for a log context to keep track of its parent context.Michael Niedermayer
2010-05-19av_default_item_name() so Simply AVClasses need 1 function less.Michael Niedermayer
2010-05-08Add means to adjust the log level per context.Michael Niedermayer
2010-04-28Fix typo.Jai Menon
2010-04-28Add 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-28spelling/grammar/consistency review part IIIDiego Biurrun
2009-01-28spelling/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-12use av_log_get/set_level()Måns Rullgård
2007-10-17Add FFMPEG_ prefix to all multiple inclusion guards.Diego Biurrun
2007-03-04Move 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