0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Sep 14, 2024 — Sep 14, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Suppressing external gas stuff to improve portability to Win32 More... about 24 years ago
get_bits() specialization, gives 4\speedup More... about 24 years ago
inlineing common case of get_bits() -> gives 2speedup. more optim coming soon... More... about 24 years ago
MMX/MMXEXT iDCT support, using external functions currently defined in libmpeg2 Gives average 13-20% mpeg decoding speedup on x86 systems. More... about 24 years ago
- removed #include ../config.h, because it's included from common.h which is included from avcodec.h which is included from those files... More... about 24 years ago
Fixed one lack More... about 24 years ago
Adding fastmemcpy stuff to speedup mplayer project More... about 24 years ago
Remove unnecessary record More... about 24 years ago
added external cpuid code to solve -fPIC and gcc unclear constraints problems More... about 24 years ago
added cpuid.s More... about 24 years ago
renamed - use of s->dct_unquantize function pointer - SHOULD add faster h263 mmx specific unquantization stuff More... about 24 years ago
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 More... about 24 years ago
use block[] in structure to have it aligned on 8 bytes for mmx optimizations More... about 24 years ago
comments More... about 24 years ago
added HAVE_AV_CONFIG_H More... about 24 years ago
added mpegvideo_mmx.c - added HAVE_AV_CONFIG_H More... about 24 years ago
added benchmark option More... about 24 years ago
added --disable-mp3lib More... about 24 years ago
suppressed unused stuff More... about 24 years ago
Sync with mplayer's stuff More... about 24 years ago
added skip macroblock optimization (big perf win on black regions for example) More... about 24 years ago
added emms_c() macro which should can used in c code in both mmx/non mmx cases More... about 24 years ago
suppressed no longer needed emms() More... about 24 years ago
fixed cpuid macro to allow PIC compiling More... about 24 years ago
added CONFIG_AC3, CONFIG_MPGLIB, CONFIG_DECODERS and CONFIG_ENCODERS (Arpi: don't forget to put CONFIG_DECODERS in mplayer) More... about 24 years ago
fixed config for direct mplayer build compatibility More... about 24 years ago
fixed unsigned pb More... about 24 years ago
merge More... about 24 years ago
Initial revision More... about 24 years ago
removing old files More... about 24 years ago