log

age author description
Tue, 07 Aug 2001 22:48:42 +0000 glantau fixed block permutation in encoder (not optimal - should move it in forward DCT code) libavcodec
Tue, 07 Aug 2001 22:47:28 +0000 glantau updated scans libavcodec
Tue, 07 Aug 2001 22:47:08 +0000 glantau changed quant matrix order (should fix mmx mpeg decoding bug) libavcodec
Tue, 07 Aug 2001 22:46:19 +0000 glantau fixed mjpeg matrix quant encoding and decoding libavcodec
Tue, 07 Aug 2001 22:45:35 +0000 glantau permuted coefs in normal IDCT to avoid having different cases there libavcodec
Tue, 07 Aug 2001 22:43:37 +0000 glantau added idct reference code libavcodec
Tue, 07 Aug 2001 22:43:19 +0000 glantau added block permutation functions libavcodec
Tue, 07 Aug 2001 22:42:45 +0000 glantau updated dct-test to test IDCTs too libavcodec
Tue, 07 Aug 2001 22:42:22 +0000 glantau added idct mmx libavcodec
Tue, 07 Aug 2001 22:40:52 +0000 glantau updated mmx macros libavcodec
Tue, 07 Aug 2001 22:40:29 +0000 glantau added idct mmx code libavcodec
Mon, 06 Aug 2001 02:46:46 +0000 glantau use default huffman tables if none given libavcodec
Mon, 06 Aug 2001 01:54:05 +0000 glantau added 422P and 444P support - fixed block parsing error libavcodec
Mon, 06 Aug 2001 01:53:21 +0000 glantau added 422P and 444P formats (need to patch ffmpeg.c so that it is handled in all the program) libavcodec
Mon, 06 Aug 2001 01:04:59 +0000 glantau added correct component id handling libavcodec
Mon, 06 Aug 2001 00:47:50 +0000 glantau types fix libavcodec
Mon, 06 Aug 2001 00:47:03 +0000 glantau added MJPEG decoder + comments libavcodec
Mon, 06 Aug 2001 00:44:48 +0000 glantau added MJPEG decoder, renamed mjpegenc.c to mjpeg.c libavcodec
Sun, 05 Aug 2001 16:49:57 +0000 nickols_k Suppressing external gas stuff to improve portability to Win32 libavcodec
Sat, 04 Aug 2001 00:46:50 +0000 arpi_esp get_bits() specialization, gives 4\speedup libavcodec
Fri, 03 Aug 2001 23:09:15 +0000 arpi_esp inlineing common case of get_bits() -> gives 2speedup. more optim coming soon... libavcodec
Fri, 03 Aug 2001 18:33:03 +0000 arpi_esp MMX/MMXEXT iDCT support, using external functions currently defined in libmpeg2 libavcodec
Thu, 02 Aug 2001 18:46:26 +0000 arpi_esp - removed #include ../config.h, because it's included from common.h libavcodec
Thu, 02 Aug 2001 08:29:38 +0000 nickols_k Adding fastmemcpy stuff to speedup mplayer project libavcodec
Mon, 30 Jul 2001 23:51:20 +0000 glantau added external cpuid code to solve -fPIC and gcc unclear constraints problems libavcodec
Mon, 30 Jul 2001 23:50:04 +0000 glantau added cpuid.s libavcodec
Mon, 30 Jul 2001 23:28:35 +0000 glantau renamed - use of s->dct_unquantize function pointer - SHOULD add faster h263 mmx specific unquantization stuff libavcodec
Mon, 30 Jul 2001 23:26:26 +0000 glantau use block[] in structure to have it aligned on 8 bytes for mmx optimizations - dct_unquantize is always a function pointer - added specialized dct_unquantize_h263 libavcodec
Mon, 30 Jul 2001 23:24:58 +0000 glantau use block[] in structure to have it aligned on 8 bytes for mmx optimizations libavcodec
Mon, 30 Jul 2001 23:23:11 +0000 glantau comments libavcodec