log vp3.c @ 2687:fa86fa423e92 libavcodec

age author description
Mon, 16 May 2005 21:49:18 +0000 michael some benchmarking code libavcodec
Mon, 16 May 2005 17:22:36 +0000 michael various 10l fixes for the loop filter libavcodec
Mon, 16 May 2005 09:29:13 +0000 michael fix dequant matrix libavcodec
Fri, 13 May 2005 21:06:44 +0000 mru fix theora header parsing libavcodec
Wed, 11 May 2005 16:42:15 +0000 mru theora decoding using libtheora libavcodec
Thu, 03 Mar 2005 02:24:20 +0000 michael 04-vp3 fix(by matthieu castet).patch libavcodec
Tue, 01 Mar 2005 06:14:45 +0000 melanson VP3 post-processing loop filter; disabled until the correct final step libavcodec
Wed, 26 Jan 2005 17:04:34 +0000 michael 10l (negative strides) libavcodec
Wed, 12 Jan 2005 00:16:25 +0000 michael various security fixes and precautionary checks 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
Mon, 16 Aug 2004 01:25:52 +0000 michael get_bits(32) fix libavcodec
Tue, 25 May 2004 18:07:25 +0000 michael warning fixes by (Michael Roitzsch <mroi at users dot sourceforge dot net>) libavcodec
Fri, 21 May 2004 14:37:16 +0000 michael data_size = 0 cleanup libavcodec
Tue, 27 Apr 2004 03:58:06 +0000 melanson separate out put_signed_pixels_clamped() into its own function and libavcodec
Mon, 26 Apr 2004 00:20:29 +0000 melanson reorganize and simplify the VP3 IDCT stuff libavcodec
Sun, 25 Apr 2004 03:33:30 +0000 melanson hook up support for SSE2-optimized VP3 IDCT libavcodec
Mon, 08 Mar 2004 02:15:13 +0000 melanson cut over to using new VP3 DSP functions and remove the old ones; bring libavcodec
Fri, 05 Mar 2004 18:44:04 +0000 michael fix motion compensation with (x+1/2,y+1/2) MVs libavcodec
Mon, 08 Dec 2003 18:26:22 +0000 alex FF_DEBUG_PICT_INFO and CODEC_FLAG_GRAY support libavcodec
Mon, 08 Dec 2003 11:32:06 +0000 alex more correct header parsing libavcodec
Sun, 23 Nov 2003 18:49:53 +0000 alex theora alpha3 support (with maintaining backward compatibility, maybe we should remove all backward compatibility codes after final theora release?) libavcodec
Sun, 23 Nov 2003 18:43:09 +0000 alex finally working with old theora bitstream (flipped image), the only sample I have is decoded successfully (theora.ogg) libavcodec
Mon, 03 Nov 2003 13:26:22 +0000 michael av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>) libavcodec
Sat, 11 Oct 2003 19:40:45 +0000 alex theora comments skipping libavcodec
Sat, 11 Oct 2003 17:44:21 +0000 alex theora decoding support (only keyframes for now, because by theora the frame isn't flipped so the motion vectors are getting screwed up) libavcodec
Fri, 12 Sep 2003 18:25:04 +0000 romansh * patch for compile problem by "Steven M. Schultz" sms at 2BSD dot COM libavcodec
Wed, 20 Aug 2003 07:35:23 +0000 michaelni fixing chroma MC libavcodec
Tue, 19 Aug 2003 17:10:00 +0000 michaelni MC rounding fixed? libavcodec
Tue, 19 Aug 2003 16:18:48 +0000 michaelni fix AVFrame.reference (the frames are used for decoding future frames so it should be !=0) libavcodec
Thu, 10 Jul 2003 05:16:25 +0000 tmmm added the official VP3 IDCT (C implementation) as well as a grayscale libavcodec
Sat, 31 May 2003 07:56:58 +0000 tmmm revising and fixing motion vectors, squished block unpacking bug that libavcodec
Sat, 24 May 2003 18:48:30 +0000 mellum Warning and compatibility fixes. libavcodec
Mon, 19 May 2003 01:22:46 +0000 tmmm fix subtle logic problem in block unpacker that leads to incorrect token libavcodec
Mon, 12 May 2003 04:28:35 +0000 tmmm fix image buffer leak on keyframes, add more error condition checks libavcodec
Sun, 11 May 2003 04:47:45 +0000 tmmm fix motion vector decoding bug and reinstate interframes libavcodec
Sun, 11 May 2003 02:51:07 +0000 tmmm get those permutations straight libavcodec
Sat, 10 May 2003 21:46:17 +0000 tmmm squashed a bunch of subtle array indexing bugs, fixed block mapping libavcodec
Sat, 10 May 2003 16:06:33 +0000 tmmm dump the shady binary search logic (the part that binary searches libavcodec
Thu, 08 May 2003 02:01:17 +0000 tmmm correct the custom coding mode alphabet, add some validation on the libavcodec
Wed, 07 May 2003 12:28:36 +0000 tmmm looking better all the time! motion compensation is starting to work libavcodec
Wed, 07 May 2003 02:30:37 +0000 tmmm fixed buffer allocation logic (hopefully) so that decoder does not crash libavcodec
Tue, 06 May 2003 03:11:20 +0000 tmmm fix decoder so that ffmpeg does not crash, at least not right away libavcodec
Mon, 05 May 2003 02:54:15 +0000 tmmm first pass at a new VP3 video decoder libavcodec