log h263.c @ 1042:a78f6f72d54e libavcodec

age author description
Wed, 29 Jan 2003 12:00:11 +0000 michaelni --disable-risky support libavcodec
Sun, 26 Jan 2003 23:09:12 +0000 michaelni feeding doxygen libavcodec
Tue, 21 Jan 2003 17:34:12 +0000 michaelni GetBitContext.size is allways multiplied by 8 -> use size_in_bits to avoid useless *8 in a few inner loops libavcodec
Sun, 19 Jan 2003 17:55:13 +0000 michaelni finetuneing thresholds/factors libavcodec
Wed, 15 Jan 2003 19:21:21 +0000 michaelni fixing DCTELEM != short libavcodec
Sun, 12 Jan 2003 12:16:36 +0000 michaelni average motion vector rounding like the reference says and not what the standard says libavcodec
Fri, 03 Jan 2003 23:21:52 +0000 michaelni mpeg4 header encoding bugfix libavcodec
Tue, 31 Dec 2002 17:23:56 +0000 michaelni trellis quantization libavcodec
Mon, 30 Dec 2002 00:28:42 +0000 michaelni correcter mpeg4 headers libavcodec
Fri, 27 Dec 2002 23:51:46 +0000 michaelni qpel encoding libavcodec
Tue, 17 Dec 2002 11:25:29 +0000 michaelni more debug output libavcodec
Mon, 09 Dec 2002 00:06:15 +0000 michaelni correct mpeg4 vo type libavcodec
Sat, 07 Dec 2002 11:38:26 +0000 michaelni ump4 decoding fixed libavcodec
Wed, 04 Dec 2002 12:09:27 +0000 michaelni specific debug output support libavcodec
Wed, 04 Dec 2002 11:47:24 +0000 michaelni fixing illegal 3. esc bug (the mpeg4 std only requires encoders to use unescaped symbols but not esc1 or esc2 if they are shorter than esc3, andjust beause its logical to use the shortest possible vlc doesnt mean encoders do that) libavcodec
Wed, 04 Dec 2002 10:04:03 +0000 michaelni cleanup libavcodec
Tue, 26 Nov 2002 08:56:10 +0000 michaelni fixing h263+ slices if the padding at the end of the frame is >7 && <16 && there are no zero bytes afterwards libavcodec
Mon, 25 Nov 2002 09:23:19 +0000 michaelni fixing aspect libavcodec
Wed, 20 Nov 2002 13:08:04 +0000 michaelni aspect ratio cleanup libavcodec
Mon, 11 Nov 2002 09:40:17 +0000 kabi * using DSPContext - so each codec could use its local (sub)set of CPU extension libavcodec
Sun, 10 Nov 2002 11:46:59 +0000 michaelni reversing header game libavcodec
Fri, 01 Nov 2002 13:25:22 +0000 michaelni hopefully fixing sprite_warping_points==0 libavcodec
Thu, 31 Oct 2002 16:11:03 +0000 michaelni put a few large tables under #ifdef CONFIG_ENCODERS or dynamically allocate them libavcodec
Sat, 26 Oct 2002 18:56:43 +0000 michaelni segfault fix patch by (Juergen Keil <jk at tools dot de>) libavcodec
Fri, 25 Oct 2002 00:08:32 +0000 michaelni slice encoding cleanup libavcodec
Tue, 22 Oct 2002 19:48:52 +0000 michaelni xvid qpel bug autodetect libavcodec
Sat, 19 Oct 2002 11:03:13 +0000 michaelni fixing interlaced dct with 4mv libavcodec
Wed, 16 Oct 2002 19:55:49 +0000 michaelni complete mpeg4 GMC decoding support libavcodec
Tue, 15 Oct 2002 15:24:08 +0000 michaelni warning fixes libavcodec
Mon, 14 Oct 2002 12:21:54 +0000 michaelni mpeg4 header parser clenup (needed for parsing of VOL header in avctx->extradata) libavcodec