2001-08-06 |
glantau |
types fix
libavcodec
|
2001-08-06 |
glantau |
added MJPEG decoder + comments
libavcodec
|
2001-08-06 |
glantau |
added MJPEG decoder, renamed mjpegenc.c to mjpeg.c
libavcodec
|
2001-08-05 |
nickols_k |
Suppressing external gas stuff to improve portability to Win32
libavcodec
|
2001-08-04 |
arpi_esp |
get_bits() specialization, gives 4\speedup
libavcodec
|
2001-08-03 |
arpi_esp |
inlineing common case of get_bits() -> gives 2speedup. more optim coming soon...
libavcodec
|
2001-08-03 |
arpi_esp |
MMX/MMXEXT iDCT support, using external functions currently defined in libmpeg2
libavcodec
|
2001-08-02 |
arpi_esp |
- removed #include ../config.h, because it's included from common.h
libavcodec
|
2001-08-02 |
nickols_k |
Adding fastmemcpy stuff to speedup mplayer project
libavcodec
|
2001-07-30 |
glantau |
added external cpuid code to solve -fPIC and gcc unclear constraints problems
libavcodec
|
2001-07-30 |
glantau |
added cpuid.s
libavcodec
|
2001-07-30 |
glantau |
renamed - use of s->dct_unquantize function pointer - SHOULD add faster h263 mmx specific unquantization stuff
libavcodec
|
2001-07-30 |
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
|
2001-07-30 |
glantau |
use block[] in structure to have it aligned on 8 bytes for mmx optimizations
libavcodec
|
2001-07-30 |
glantau |
comments
libavcodec
|
2001-07-30 |
glantau |
added HAVE_AV_CONFIG_H
libavcodec
|
2001-07-30 |
glantau |
added mpegvideo_mmx.c - added HAVE_AV_CONFIG_H
libavcodec
|
2001-07-30 |
nickols_k |
Sync with mplayer's stuff
libavcodec
|
2001-07-24 |
glantau |
added skip macroblock optimization (big perf win on black regions for example)
libavcodec
|
2001-07-24 |
glantau |
added emms_c() macro which should can used in c code in both mmx/non mmx cases
libavcodec
|
2001-07-24 |
glantau |
suppressed no longer needed emms()
libavcodec
|
2001-07-24 |
glantau |
fixed cpuid macro to allow PIC compiling
libavcodec
|
2001-07-23 |
glantau |
added CONFIG_AC3, CONFIG_MPGLIB, CONFIG_DECODERS and CONFIG_ENCODERS (Arpi: don't forget to put CONFIG_DECODERS in mplayer)
libavcodec
|
2001-07-23 |
glantau |
fixed config for direct mplayer build compatibility
libavcodec
|
2001-07-23 |
glantau |
fixed unsigned pb
libavcodec
|
2001-07-22 |
glantau |
Initial revision
libavcodec
|