Added general IDCT library. Added IEEE testbed.
authorWim Taymans <wim.taymans@gmail.com>
Mon, 14 Aug 2000 10:11:04 +0000 (10:11 +0000)
committerWim Taymans <wim.taymans@gmail.com>
Mon, 14 Aug 2000 10:11:04 +0000 (10:11 +0000)
commit001bbb70021be4fe4e53baf899e36688ab71d13a
tree502a0244b054f7f7466b6dc07ec236b9cf7ed48d
parent82acefa7b073f907713a0853bbbf5c95ebe8b54e
Added general IDCT library. Added IEEE testbed.

Original commit message from CVS:
Added general IDCT library. Added IEEE testbed.
Update to the windows codec loader.
fixes in the riff parser/encoder.
cleanup in the getbits/putbits API.
29 files changed:
libs/Makefile.am
libs/getbits/gstgetbits.c
libs/getbits/gstgetbits_inl.h
libs/idct/Makefile.am [new file with mode: 0644]
libs/idct/README [new file with mode: 0644]
libs/idct/dct.h [new file with mode: 0644]
libs/idct/doieee [new file with mode: 0755]
libs/idct/fastintidct.c [new file with mode: 0644]
libs/idct/floatidct.c [new file with mode: 0644]
libs/idct/gstidct.c [new file with mode: 0644]
libs/idct/gstidct.h [new file with mode: 0644]
libs/idct/ieeetest.c [new file with mode: 0644]
libs/idct/intidct.c [new file with mode: 0644]
libs/idct/mmx32idct.c [new file with mode: 0644]
libs/idct/mmxidct.S [new file with mode: 0644]
libs/putbits/gstputbits.c
libs/riff/gstriff.h
libs/riff/gstriffencode.c
libs/winloader/Makefile.am
libs/winloader/afl.c [new file with mode: 0644]
libs/winloader/driver.c
libs/winloader/elfdll.c
libs/winloader/ext.c
libs/winloader/externals.c
libs/winloader/module.c
libs/winloader/pe_image.c
libs/winloader/registry.c
libs/winloader/vfl.c
libs/winloader/wineacm.h [new file with mode: 0644]