log mpeg12data.h @ 1177:fea03d2c4946 libavcodec

age author description
Thu, 10 Apr 2003 13:18:38 +0000 michaelni simplified adressing of most mb based arrays (mb_x + mb_y*s->mb_stride) now instead of mb_x + mb_y*mb_width and 1+mb_x + (1+mb_y)*(mb_width+2) and ... mixture libavcodec
Wed, 12 Mar 2003 15:16:19 +0000 michaelni per context frame_rate_base, this should finally fix frame_rate related av sync issues libavcodec
Thu, 06 Mar 2003 11:32:04 +0000 michaelni per file doxy libavcodec
Sat, 01 Mar 2003 00:16:00 +0000 michaelni fixing inaccurate frame_rate libavcodec
Tue, 11 Feb 2003 16:35:48 +0000 kabi * UINTX -> uintx_t INTX -> intx_t libavcodec
Fri, 06 Dec 2002 16:04:30 +0000 michaelni mpeg1&2 aspect decoding libavcodec
Sun, 29 Sep 2002 22:44:22 +0000 michaelni idct permutation cleanup, idct can be selected per context now 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, 18 Jun 2002 00:46:02 +0000 michaelni dc scale simplification/optimization libavcodec
Wed, 13 Feb 2002 15:26:28 +0000 michaelni optimized encode_dc() (+2% speed on P3 for mpeg1 intra only encodings) libavcodec
Wed, 13 Feb 2002 04:19:10 +0000 michaelni optimize mpeg1_encode_block() libavcodec
Mon, 13 Aug 2001 21:48:05 +0000 glantau win32 fixes libavcodec
Tue, 07 Aug 2001 22:47:28 +0000 glantau updated scans libavcodec
Mon, 06 Aug 2001 00:47:50 +0000 glantau types fix libavcodec
Fri, 03 Aug 2001 18:33:03 +0000 arpi_esp MMX/MMXEXT iDCT support, using external functions currently defined in libmpeg2 libavcodec
Sun, 22 Jul 2001 14:18:56 +0000 glantau Initial revision libavcodec