log

age author description
Wed, 02 Oct 2002 17:07:39 +0000 michaelni optimization libavcodec
Wed, 02 Oct 2002 16:36:43 +0000 michaelni sliced mode for mpeg1/2 libavcodec
Tue, 01 Oct 2002 23:47:04 +0000 michaelni move scantable init from block-decode to header parser libavcodec
Tue, 01 Oct 2002 23:11:40 +0000 michaelni optimizing mpeg2 decode block stuff libavcodec
Tue, 01 Oct 2002 19:29:10 +0000 michaelni rv10 cleanup (de)muxer still needs to be cleaned up (still searching volunteer for that ;) ) libavcodec
Mon, 30 Sep 2002 21:36:43 +0000 michaelni fixing rv10, this isnt the cleanest solution (parsing the packet header in the codec & creating it in the muxer) but it was that way before things broke, and its the simplest solution libavcodec
Mon, 30 Sep 2002 16:14:14 +0000 michaelni optimizing mpeg1_decode_block() libavcodec
Mon, 30 Sep 2002 10:06:17 +0000 michaelni forgot zigzag_direct[] behind #ifdef DEBUG (found by Klaas-Pieter Vlieg <vlieg at eurescom dot de>) libavcodec
Mon, 30 Sep 2002 09:19:54 +0000 michaelni convert only needed matrixes in convert_matrix() (mjpeg calls it for every frame) libavcodec
Sun, 29 Sep 2002 23:39:30 +0000 michaelni indenting preprocessor stuff, as its completly unreadable otherwise libavcodec
Sun, 29 Sep 2002 23:21:13 +0000 michaelni renaming variable libavcodec
Sun, 29 Sep 2002 22:44:22 +0000 michaelni idct permutation cleanup, idct can be selected per context now libavcodec
Sun, 29 Sep 2002 15:14:28 +0000 mellum Add Alpha assembly for pix_abs16x16. Optimized for pca56, no large win libavcodec
Sat, 28 Sep 2002 02:18:34 +0000 mellum An easy way to speed up encoding by 6%. libavcodec
Sat, 28 Sep 2002 01:49:37 +0000 mellum Minor warning fix. libavcodec
Fri, 27 Sep 2002 15:38:54 +0000 michaelni minor optimization of h263_encode_motion() libavcodec
Fri, 27 Sep 2002 10:27:57 +0000 michaelni ff_get_fourcc() & XVIX support libavcodec
Thu, 26 Sep 2002 23:27:22 +0000 michaelni autodetect UMP4 (by adding a fourcc field to AVCodecContext) libavcodec
Thu, 26 Sep 2002 22:37:33 +0000 michaelni automatically detect broken opendivx codec and workaround, so bug=1 shouldnt be needed anymore for mpeg4 files, if there still are files which need bug=1 then tell me ... libavcodec
Thu, 26 Sep 2002 09:16:23 +0000 michaelni h263_dc_scale() cleanup libavcodec
Thu, 26 Sep 2002 00:22:25 +0000 michaelni mpeg4 interlaced dct encoding libavcodec
Tue, 24 Sep 2002 23:57:17 +0000 michaelni ps2 idct bugfix patch by (Leon van Stuivenberg <leonvs at iae dot nl>) libavcodec
Tue, 24 Sep 2002 15:07:44 +0000 michaelni adaptive quantization for h263 libavcodec
Tue, 24 Sep 2002 12:33:37 +0000 michaelni adaptive quantization for mpeg1 libavcodec
Tue, 24 Sep 2002 10:53:59 +0000 michaelni darkness masking (lumi masking does only bright stuff now) libavcodec
Tue, 24 Sep 2002 09:15:46 +0000 michaelni fixing ac prediction encoding with adaptive quantization libavcodec
Mon, 23 Sep 2002 15:16:09 +0000 michaelni fixing variance scaling for b frames (messed adaptive quants up) libavcodec
Mon, 23 Sep 2002 14:56:11 +0000 michaelni adaptive quantization (lumi/temporal & spatial complexity masking) libavcodec
Mon, 23 Sep 2002 08:44:24 +0000 michaelni ps2 idct patch by (Leon van Stuivenberg <leonvs at iae dot nl>) libavcodec
Fri, 20 Sep 2002 10:03:01 +0000 michaelni pix_sum16_mmx() libavcodec