]> git.sesse.net Git - vlc/commit
* Borrowed LiViD's MMX and MMX EXT IDCT.
authorChristophe Massiot <massiot@videolan.org>
Wed, 17 Jan 2001 18:17:31 +0000 (18:17 +0000)
committerChristophe Massiot <massiot@videolan.org>
Wed, 17 Jan 2001 18:17:31 +0000 (18:17 +0000)
commitcf0b7cf953a80e78c1778e819b4d5b03216dc165
tree36d12d2439e3c1763721235c4521d23a567f0104
parentfd1220a28552917d4c12196bf7d51e0618ec6340
* Borrowed LiViD's MMX and MMX EXT IDCT.

This might break things. Expect a performance increase.
17 files changed:
Makefile.in
include/modules.h
plugins/idct/idct.c
plugins/idct/idct.h
plugins/idct/idct_common.c
plugins/idct/idct_mmxext.c [deleted file]
plugins/idct/idctclassic.c
plugins/idct/idctmmx.c
plugins/idct/idctmmx_asm.S [deleted file]
plugins/idct/idctmmxext.c
src/video_decoder/vdec_idct.h
src/video_decoder/video_parser.h
src/video_decoder/vpar_blocks.h
src/video_decoder/vpar_headers.h
src/video_parser/video_parser.c
src/video_parser/vpar_blocks.c
src/video_parser/vpar_headers.c