log vp3.c @ 3488:a647bf3a7fa8 libavcodec

age author description
Mon, 17 Jul 2006 08:09:08 +0000 michael replace *_dequant (2 intra, 1 inter) by qmat (3 intra, 3 inter) (needed for theora according to spec) libavcodec
Sun, 16 Jul 2006 21:09:32 +0000 michael use RSHIFT libavcodec
Sun, 16 Jul 2006 21:00:38 +0000 michael useless memcpy libavcodec
Sun, 16 Jul 2006 20:47:48 +0000 michael some fixmes if someone ever wants to implement theora support correctly ... libavcodec
Sun, 16 Jul 2006 20:30:39 +0000 michael check how many bits are left after decoding extradata libavcodec
Sun, 16 Jul 2006 19:21:59 +0000 michael cleanup libavcodec
Sat, 25 Feb 2006 22:41:31 +0000 mru kill some warnings libavcodec
Sun, 05 Feb 2006 13:35:17 +0000 diego MSVC-compatible __align8/__align16 declaration libavcodec
Thu, 12 Jan 2006 22:43:26 +0000 diego Update licensing information: The FSF changed postal address. libavcodec
Thu, 22 Dec 2005 01:10:11 +0000 diego COSMETICS: tabs --> spaces, some prettyprinting libavcodec
Sat, 17 Dec 2005 18:14:38 +0000 diego COSMETICS: Remove all trailing whitespace. libavcodec
Sun, 13 Nov 2005 20:12:33 +0000 alex 10l, left debugging on libavcodec
Sun, 13 Nov 2005 20:06:31 +0000 alex Correctly skip unknown matrices (patch by Matthieu Castet) and disable comment reading libavcodec
Sun, 13 Nov 2005 17:59:21 +0000 alex Fixing theora _again_. DONT BOTHER BREAKING THIS AGAIN. Added support for Theora 3.4 and stream created by Elphel cameras are decodable. libavcodec
Sun, 13 Nov 2005 17:48:27 +0000 alex fixed long standing off-by-one bug (fixes playback on ppc) libavcodec
Wed, 07 Sep 2005 19:15:48 +0000 alex use av_log in debug mode libavcodec
Sun, 14 Aug 2005 15:42:40 +0000 mru kill a bunch of compiler warnings libavcodec
Sat, 13 Aug 2005 18:49:01 +0000 melanson removed a bunch of unused, sub-optimal code libavcodec
Tue, 24 May 2005 14:21:42 +0000 melanson read loop filter limit values from Theora header, courtesy of Matthieu libavcodec
Sat, 21 May 2005 19:31:16 +0000 melanson fix bugs in new loop filter code; also, refrain from filtering against libavcodec
Sat, 21 May 2005 07:35:15 +0000 michael disable broken loop filter optimization libavcodec
Sat, 21 May 2005 05:20:52 +0000 melanson apply the loop filter to fragments as they are rendered into the final libavcodec
Sat, 21 May 2005 04:43:36 +0000 melanson render by the slice rather than the plane libavcodec
Sat, 21 May 2005 02:06:27 +0000 melanson clean up some warnings and dead code libavcodec
Sat, 21 May 2005 01:12:41 +0000 melanson another bitstream extraction to optimize: fixed-length motion vectors libavcodec
Thu, 19 May 2005 23:59:10 +0000 melanson read Huffman tables from Theora header (patch courtesy of libavcodec
Thu, 19 May 2005 10:48:36 +0000 michael use O(number of non zero coeffs) instead of O(number of coeffs) storage for the coefficient colleting/reordering libavcodec
Thu, 19 May 2005 02:43:21 +0000 melanson replace unpack_token() with a series of lookup tables libavcodec
Wed, 18 May 2005 17:14:59 +0000 melanson fix 4MV MC and reinstate new MC VLC libavcodec
Wed, 18 May 2005 09:07:26 +0000 michael reduce size of Vp3Fragment from 32byte to 16byte libavcodec
Wed, 18 May 2005 08:48:11 +0000 michael optimizing rle decoding loops a little libavcodec
Wed, 18 May 2005 07:59:07 +0000 michael disabling buggy optimizations libavcodec
Wed, 18 May 2005 00:11:49 +0000 melanson replace get_superblock_run_length() with a VLC table libavcodec
Tue, 17 May 2005 23:39:23 +0000 melanson use VLCs for in place of get_fragment_run_length(), get_mode_code(), and libavcodec
Tue, 17 May 2005 20:50:47 +0000 michael some optimizations gcc should have done (10% faster loop filter) libavcodec
Tue, 17 May 2005 20:30:22 +0000 michael SATURATE_U8 -> clip_uint8 (10% faster loop filter) libavcodec
Tue, 17 May 2005 11:36:07 +0000 michael remove duplicate zigzag tables libavcodec
Tue, 17 May 2005 11:31:57 +0000 michael fix idct permutation libavcodec
Tue, 17 May 2005 11:12:04 +0000 michael porting vp3 idct over to lavc idct api libavcodec
Tue, 17 May 2005 09:18:49 +0000 michael remove permutation done to quant tables and then undone during idct libavcodec
Tue, 17 May 2005 08:46:40 +0000 michael fix last coeff libavcodec
Tue, 17 May 2005 00:52:29 +0000 michael clear blocks after each idct instead of per picture libavcodec
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