aboutsummaryrefslogtreecommitdiffstats
path: root/libavutil/log.c
Commit message (Collapse)AuthorAgeFilesLines
* use av_log_get/set_level()Måns Rullgård2007-12-121-6/+0
| | | | Originally committed as revision 11209 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move the unaltered Doxygen docs from the log source code to the accompanyingPanagiotis Issaris2007-03-041-14/+0
| | | | | | header file. Originally committed as revision 8225 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Adds Doxygen docs for the av_log function.Panagiotis Issaris2007-02-201-0/+14
| | | | Originally committed as revision 8040 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Allow to uninstall a custom log callbackAxel Holzinger2007-01-131-1/+1
| | | | | | | | | patch by Axel Holzinger % aholzinger A gmx P de % original thread: date: Jan 11, 2007 4:54 PM subject: [Ffmpeg-devel] [PATCH] uninstall custom log callback Originally committed as revision 7446 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-071-4/+6
| | | | | | and fix GPL/LGPL version mismatches. Originally committed as revision 6577 to svn://svn.ffmpeg.org/ffmpeg/trunk
* removing redundant mess next time we break compatiilityMichael Niedermayer2006-07-201-1/+7
| | | | Originally committed as revision 5804 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move av_log() & friends to libavutilLuca Abeni2006-07-181-0/+74
Originally committed as revision 5781 to svn://svn.ffmpeg.org/ffmpeg/trunk