log mpeg12.c @ 844:1bd52b59bcd1 libavcodec

age author description
Sat, 09 Nov 2002 13:57:54 +0000 michaelni fixing -sameq with mpeg2 libavcodec
Fri, 08 Nov 2002 18:35:39 +0000 michaelni cleanup (breaks compatibility, requested by fabrice) libavcodec
Sat, 02 Nov 2002 08:55:46 +0000 michaelni cleanup libavcodec
Sat, 02 Nov 2002 01:43:19 +0000 arpi_esp handle init error in ffmpeg12 libavcodec
Thu, 31 Oct 2002 11:47:58 +0000 michaelni cleanup libavcodec
Sun, 27 Oct 2002 00:02:23 +0000 michaelni handle direct rendering buffer allocation failure libavcodec
Tue, 15 Oct 2002 15:24:08 +0000 michaelni warning fixes libavcodec
Wed, 09 Oct 2002 17:18:24 +0000 michaelni mpeg1 2pass encoding libavcodec
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
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
Sun, 29 Sep 2002 22:44:22 +0000 michaelni idct permutation cleanup, idct can be selected per context now libavcodec
Tue, 24 Sep 2002 12:33:37 +0000 michaelni adaptive quantization for mpeg1 libavcodec
Fri, 06 Sep 2002 22:30:16 +0000 michaelni support decoding of the last mpeg "packet" even if no startcode is immedeatly afterwards (fixes bugs with mpeg in avi) libavcodec
Mon, 02 Sep 2002 09:51:52 +0000 michaelni new vbv calculation patch by (Henry Mason <talus25 at speakeasy dot net>) with slight modification by me libavcodec
Wed, 28 Aug 2002 08:15:30 +0000 michaelni warning patch by (Dominik Mierzejewski <dominik at rangers dot eu dot org>) libavcodec
Mon, 26 Aug 2002 16:10:41 +0000 michaelni fixing some 64bit bugs libavcodec
Sun, 04 Aug 2002 18:19:09 +0000 michaelni fixing slices which start at mb_x>0 libavcodec
Wed, 17 Jul 2002 15:54:56 +0000 michaelni hmm ABS(dc-diff) > 512 fix libavcodec
Tue, 16 Jul 2002 00:48:29 +0000 michaelni dr1 libavcodec
Mon, 15 Jul 2002 14:15:10 +0000 michaelni uvlinesize libavcodec
Sun, 14 Jul 2002 18:36:24 +0000 michaelni rl vlc table optimization (not yet used) libavcodec
Sat, 13 Jul 2002 16:10:27 +0000 michaelni optimization (get_vlc() -> get_vlc2()) libavcodec
Wed, 10 Jul 2002 21:01:45 +0000 michaelni adding ff prefix to avoid global name conficts with xvid (patch by Marko Kreen <marko at l-t.ee>) libavcodec
Tue, 09 Jul 2002 10:35:10 +0000 michaelni new bitstream reader API (old get_bits() based one is emulated and will still be supported in the future cuz its simpler) libavcodec
Tue, 18 Jun 2002 00:46:02 +0000 michaelni dc scale simplification/optimization libavcodec