log h263.c @ 747:3d4377531f6c libavcodec

age author description
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
Sat, 25 May 2002 22:45:33 +0000 glantau license/copyright change libavcodec
Sat, 18 May 2002 23:03:29 +0000 glantau removed useless header includes - use av memory functions libavcodec
Mon, 06 May 2002 13:15:05 +0000 michaelni there are divx5? encoded files without a userdata section but with b-frames :( libavcodec
Sun, 05 May 2002 19:03:24 +0000 michaelni segfault fix for b-frame encoding with height%16!=0 libavcodec
Sun, 05 May 2002 01:37:07 +0000 michaelni shorter user data with formating by juanjo libavcodec
Sat, 04 May 2002 18:58:07 +0000 michaelni move ABS() to common.h libavcodec
Fri, 03 May 2002 23:13:24 +0000 michaelni move put_string() to common.{c,h} libavcodec
Fri, 03 May 2002 18:11:23 +0000 pulento - H263 PAR support by Alex Beregszaszi. libavcodec
Thu, 02 May 2002 04:39:45 +0000 pulento - Advanced Intra Coding (AIC) support for H.263+ encoder, just DC by now. libavcodec
Sat, 27 Apr 2002 14:10:47 +0000 michaelni detecting xvid/divx4/opendivx and set low_delay flag libavcodec
Sat, 27 Apr 2002 12:30:26 +0000 michaelni fixed msmpeg4 infinite loop if buggy stream libavcodec
Wed, 24 Apr 2002 01:24:06 +0000 michaelni avcodec_flush_buffers() libavcodec
Mon, 22 Apr 2002 21:02:18 +0000 michaelni segfault fix libavcodec
Mon, 22 Apr 2002 19:04:28 +0000 michaelni export delay info libavcodec