]> git.sesse.net Git - vlc/commit
* Totally rewrote the video decoder (inspired by walken's mpeg2dec), implying :
authorChristophe Massiot <massiot@videolan.org>
Wed, 22 Aug 2001 17:21:46 +0000 (17:21 +0000)
committerChristophe Massiot <massiot@videolan.org>
Wed, 22 Aug 2001 17:21:46 +0000 (17:21 +0000)
commit45f3f2825f878822ca99b07b3eb9a6134e0224ea
tree1f3fec71c56d80ef1f35831b944c1755dfe6fb18
parent54ed2ed3d789d7b0326e267f91d65aa7af92c9fb
* Totally rewrote the video decoder (inspired by walken's mpeg2dec), implying :
- performance boost ;
- fixed the "Dual Prime Arithmetic" bug ;
- 3DNow! motion compensation module ;
* BTW, fixed numerous bugs ;
* AC3dec statistics do not show up with --enable-stats, because I doubt
they're understandable by a normal human being, and they pollute the output.
41 files changed:
AUTHORS
configure
configure.in
include/attributes.h [deleted file]
include/common.h
include/defs.h.in
include/input_ext-dec.h
include/modules.h
include/vdec_ext-plugins.h
include/video.h
plugins/idct/idct.c
plugins/idct/idctaltivec.c
plugins/idct/idctclassic.c
plugins/idct/idctmmx.c
plugins/idct/idctmmxext.c
plugins/idct/vdec_block.h [deleted file]
plugins/idct/vdec_block_c.c
plugins/idct/vdec_block_mmx.c
plugins/idct/vdec_idct.c
plugins/idct/vdec_idct.h
plugins/motion/Makefile
plugins/motion/motion.c
plugins/motion/motion3dnow.c [new file with mode: 0644]
plugins/motion/motionmmx.c
plugins/motion/motionmmxext.c
plugins/motion/vdec_motion_common.c [deleted file]
plugins/motion/vdec_motion_inner.c [deleted file]
plugins/motion/vdec_motion_inner_mmx.c [deleted file]
plugins/motion/vdec_motion_inner_mmxext.c [deleted file]
src/ac3_decoder/ac3_parse.c
src/audio_decoder/audio_decoder.c
src/input/input_ext-dec.c
src/video_decoder/video_decoder.c
src/video_decoder/video_decoder.h
src/video_decoder/video_parser.c
src/video_decoder/video_parser.h
src/video_decoder/vpar_blocks.c
src/video_decoder/vpar_blocks.h [new file with mode: 0644]
src/video_decoder/vpar_headers.c
src/video_decoder/vpar_pool.c
src/video_decoder/vpar_pool.h