0
I Use This!
Inactive

Commits : Listings

Analyzed about 4 hours ago. based on code collected about 4 hours ago.
Oct 25, 2024 — Oct 25, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
updated mmx macros More... about 24 years ago
added idct mmx code More... about 24 years ago
use default huffman tables if none given More... about 24 years ago
added 422P and 444P support - fixed block parsing error More... about 24 years ago
added 422P and 444P formats (need to patch ffmpeg.c so that it is handled in all the program) More... about 24 years ago
added correct component id handling More... about 24 years ago
types fix More... about 24 years ago
added MJPEG decoder + comments More... about 24 years ago
added MJPEG decoder, renamed mjpegenc.c to mjpeg.c More... about 24 years ago
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... over 24 years ago