log

age author description
Wed, 02 Oct 2002 22:56:58 +0000 michaelni fixing custom quantizer matrix decoding libavcodec
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
Thu, 19 Sep 2002 22:14:53 +0000 arpi_esp fdct_mmx -> ff_fdct_mmx (renamed to avoid namespace conflict with xvid) libavcodec
Thu, 19 Sep 2002 20:22:39 +0000 michaelni fixing i_quant_factor, this should finally fix the bitrate bug with ffserver hopefully libavcodec
Thu, 19 Sep 2002 18:24:52 +0000 michaelni fixing apiexample libavcodec
Thu, 19 Sep 2002 17:44:54 +0000 michaelni documenting most stuff in AVCodecContext libavcodec
Thu, 19 Sep 2002 16:06:25 +0000 mellum * Remove -finline-limit=8000 (not supported by gcc 2.95) libavcodec
Thu, 19 Sep 2002 10:26:49 +0000 michaelni fixing *pixels_tab stuff (hopefully, as its untested ...) libavcodec
Thu, 19 Sep 2002 09:13:43 +0000 michaelni avcodec_alloc_context() libavcodec
Wed, 18 Sep 2002 18:30:31 +0000 michaelni 10l (forgot to commit) libavcodec
Wed, 18 Sep 2002 18:28:11 +0000 michaelni better min/max rate handling libavcodec
Wed, 18 Sep 2002 09:08:03 +0000 michaelni fixing libavcodec
Sun, 15 Sep 2002 10:02:15 +0000 michaelni fixing memalign libavcodec
Sat, 14 Sep 2002 22:07:35 +0000 michaelni dont store version for bit-exact tests libavcodec
Sat, 14 Sep 2002 19:00:09 +0000 michaelni alignment info libavcodec
Sat, 14 Sep 2002 17:18:26 +0000 michaelni interlaced b frames fix libavcodec
Sat, 14 Sep 2002 12:36:54 +0000 michaelni fixing qpel 4mv libavcodec
Sat, 14 Sep 2002 12:30:48 +0000 al3x complete aspect support libavcodec
Sat, 14 Sep 2002 10:11:05 +0000 michaelni interlaced qpel mpeg4 fixed libavcodec
Fri, 13 Sep 2002 23:27:01 +0000 mellum Synthesize pixels16 functions from pixels functions. libavcodec
Fri, 13 Sep 2002 19:31:32 +0000 al3x aspect (ext. par too) support for h263 and mpeg4 (inc. build becouse of new vars) libavcodec
Fri, 13 Sep 2002 15:44:53 +0000 mellum Fix for h % 8 == 4 in put_pixels_axp_asm. libavcodec
Fri, 13 Sep 2002 11:47:57 +0000 michaelni 10l (field select readed at the wrong place ...) libavcodec
Fri, 13 Sep 2002 11:24:58 +0000 michaelni interlaced b frames cleanup libavcodec
Fri, 13 Sep 2002 10:56:51 +0000 mellum Due to version renumbering, Alpha builtins aren't supported in thegcc libavcodec
Fri, 13 Sep 2002 09:45:32 +0000 michaelni interlaced mpeg4 b frame decoding libavcodec
Fri, 13 Sep 2002 09:28:45 +0000 mellum Adapt to new 8/16 table scheme. libavcodec
Fri, 13 Sep 2002 07:46:06 +0000 michaelni fixing 1/0 if the headers are incomplete (like what M$ encoder generates) libavcodec
Thu, 12 Sep 2002 18:28:17 +0000 michaelni fixing interlaced mpeg4 decoding libavcodec
Thu, 12 Sep 2002 15:22:14 +0000 michaelni parsing resync header extension support libavcodec
Thu, 12 Sep 2002 15:02:47 +0000 michaelni vbv parameter parsing (more skiping actually ;) ) libavcodec