log h263.c @ 903:22ee74da2cd3 libavcodec

age author description
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
Sun, 13 Oct 2002 13:16:04 +0000 michaelni better/cleaner error resilience (done in a 2nd pass after decoding) libavcodec
Wed, 02 Oct 2002 22:56:58 +0000 michaelni fixing custom quantizer matrix decoding libavcodec
Sun, 29 Sep 2002 22:44:22 +0000 michaelni idct permutation cleanup, idct can be selected per context now 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 15:07:44 +0000 michaelni adaptive quantization for h263 libavcodec
Tue, 24 Sep 2002 09:15:46 +0000 michaelni fixing ac prediction encoding with adaptive quantization libavcodec
Mon, 23 Sep 2002 14:56:11 +0000 michaelni adaptive quantization (lumi/temporal & spatial complexity masking) libavcodec
Sat, 14 Sep 2002 22:07:35 +0000 michaelni dont store version for bit-exact tests libavcodec
Sat, 14 Sep 2002 17:18:26 +0000 michaelni interlaced b frames fix 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 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 09:45:32 +0000 michaelni interlaced mpeg4 b frame decoding 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
Thu, 12 Sep 2002 12:26:09 +0000 michaelni statistics for forw & back p-MBs instead of just one counter for both libavcodec
Thu, 12 Sep 2002 10:54:53 +0000 michaelni export pts from stream if available libavcodec
Sat, 07 Sep 2002 00:16:30 +0000 michaelni optimizing mpeg4_encode_block(), generates allso slightly shorter bitstream as some codes can be represented as esc1 and esc2 and esc2 is shorter for a few of them libavcodec
Tue, 27 Aug 2002 16:28:19 +0000 michaelni mpeg4 interlaced decoding support (not completly implemented/tested due to lack of samples) libavcodec
Mon, 26 Aug 2002 16:10:41 +0000 michaelni fixing some 64bit bugs libavcodec
Tue, 06 Aug 2002 23:51:15 +0000 michaelni mpeg4 mpeg quantizer encoding libavcodec
Mon, 05 Aug 2002 21:36:14 +0000 michaelni 4mv + bframe decoding bugfix libavcodec
Mon, 05 Aug 2002 19:05:02 +0000 michaelni fixing level overflow check for qp=1 libavcodec
Fri, 02 Aug 2002 20:27:46 +0000 michaelni fixing mpeg4 mpeg quantizers libavcodec
Thu, 25 Jul 2002 20:22:36 +0000 michaelni different edge positions fixed with edge emu / dr1 libavcodec
Sun, 21 Jul 2002 01:34:05 +0000 michaelni minor optimizations libavcodec
Wed, 17 Jul 2002 10:30:31 +0000 michaelni low_delay / has_b_frames fix libavcodec
Wed, 17 Jul 2002 09:15:14 +0000 michaelni fixes fire.avi & subtitles.avi libavcodec
Sat, 13 Jul 2002 17:30:43 +0000 michaelni rl decoding optimization libavcodec
Sat, 13 Jul 2002 15:45:52 +0000 michaelni optimization (get_vlc -> get_vlc2) libavcodec
Sat, 13 Jul 2002 14:55:12 +0000 michaelni rl vlc decoding optimizations libavcodec
Tue, 09 Jul 2002 18:14:59 +0000 michaelni warning fix patch by atmos libavcodec
Tue, 18 Jun 2002 00:46:02 +0000 michaelni dc scale simplification/optimization libavcodec
Thu, 06 Jun 2002 14:25:44 +0000 bellard fixed case where abs_level > MAX_LEVEL libavcodec
Tue, 04 Jun 2002 18:35:31 +0000 michaelni run1 can be <0 bugfix (found by fabrice) libavcodec
Mon, 03 Jun 2002 14:44:37 +0000 mellum Revert previous bogus warning fix. libavcodec
Mon, 03 Jun 2002 11:16:11 +0000 mellum Minor warning cleanup. libavcodec
Sun, 02 Jun 2002 12:15:17 +0000 michaelni error concealment / error resilience libavcodec