log common.h @ 2398:582e635cfa08 libavcodec

age author description
Wed, 29 Dec 2004 17:50:25 +0000 michael common.c -> bitstream.c (and the single non bitstream func -> utils.c) libavcodec
Sat, 18 Dec 2004 03:07:15 +0000 michael fixes for PIC code on x86-64 patch by (Drew Hess <drew.hess gmail com>) libavcodec
Sat, 27 Nov 2004 18:10:06 +0000 michael Memory leak fix patch by (Burkhard Plaum <plaum >at< ipf.uni-stuttgart )dot( de>) libavcodec
Sun, 24 Oct 2004 13:20:32 +0000 michael INT MIN/MAX patch by (Bohdan Horst <nexus at irc dot pl>) libavcodec
Mon, 11 Oct 2004 02:19:29 +0000 michael adapting existing mmx/mmx2/sse/3dnow optimizations so they work on x86_64 patch by (Aurelien Jacobs <aurel at gnuage dot org>) libavcodec
Wed, 06 Oct 2004 08:50:46 +0000 kabi * fixing a few of gcc 'clean-code' warnings libavcodec
Mon, 26 Jul 2004 15:52:55 +0000 michael TIMER dummies for non-x86 libavcodec
Thu, 01 Jul 2004 12:33:07 +0000 michael 10l libavcodec
Sat, 26 Jun 2004 15:00:26 +0000 alex unused libavcodec
Fri, 25 Jun 2004 14:11:44 +0000 michael optimization libavcodec
Tue, 11 May 2004 12:24:42 +0000 michael UINT64_MAX fix libavcodec
Mon, 26 Apr 2004 09:43:55 +0000 alex avoid macro conflicts libavcodec
Sat, 24 Apr 2004 15:16:23 +0000 michael vis detection patch by (James Morrison <ja2morri at csclub dot uwaterloo dot ca>) libavcodec
Sat, 24 Apr 2004 11:51:38 +0000 michael cygwin patch by ("Sascha Sommer" <saschasommer at freenet dot de>) libavcodec
Sat, 24 Apr 2004 03:02:40 +0000 michael libavcodec Cygwin compilation failure (II) patch by (Sascha Sommer) libavcodec
Thu, 22 Apr 2004 23:15:24 +0000 michael RSHIFT(x,0) fix libavcodec
Fri, 16 Apr 2004 01:29:35 +0000 michael t/dprintf printf -> av_log libavcodec
Sun, 04 Apr 2004 11:46:01 +0000 michael time & (s)rand is forbidden libavcodec
Sat, 20 Mar 2004 00:18:52 +0000 michael h264 loop filter optimizations libavcodec
Thu, 18 Mar 2004 04:19:34 +0000 romansh * removing casualties of battle of the wits and English language libavcodec
Sun, 14 Mar 2004 22:09:58 +0000 romansh * DV decoder simplifications. Now it looks to be 6% faster. At least libavcodec
Fri, 12 Mar 2004 23:39:38 +0000 romansh * moving some of the commonly used bit reading/writing functions libavcodec
Sun, 29 Feb 2004 22:10:18 +0000 michael attribute used patch by (mitya at school dot ioffe dot ru (Dmitry Baryshkov)) libavcodec
Sat, 28 Feb 2004 16:41:23 +0000 michael int64_t_C patch by (Gael Chardon <gael-announcements+ffmpeg at 4now dot net>) libavcodec
Sun, 22 Feb 2004 21:22:47 +0000 michael c99 libavcodec
Sun, 22 Feb 2004 00:31:19 +0000 michael (f)printf() is disallowed in libavcodec, compilation will fail now if its used, except that codecs which where added after the printf->av_log change which did ignore av_log() and used prinf are now silent and wont print anything, they should be changed to use av_log, i could do that, but its better if the orginal developer decides which AV_LOG level each message should get libavcodec
Fri, 13 Feb 2004 17:54:10 +0000 michael multithreaded/SMP motion estimation libavcodec
Sun, 08 Feb 2004 22:52:35 +0000 michael 2 byte shorter userdata for mpeg4 libavcodec
Fri, 06 Feb 2004 15:27:31 +0000 alex get_bit_count -> put_bits_count libavcodec
Mon, 26 Jan 2004 19:09:47 +0000 michael int64max fix by (Michel Bardiaux <mbardiaux at peaktime dot be>) libavcodec