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
|