Added DivX ;-) support by using the wine .dll loader. you must unzip binaries.zip...
authorWim Taymans <wim.taymans@gmail.com>
Sat, 15 Jul 2000 12:06:18 +0000 (12:06 +0000)
committerWim Taymans <wim.taymans@gmail.com>
Sat, 15 Jul 2000 12:06:18 +0000 (12:06 +0000)
commit8df1c8a2786872f5c9f0f34405b99edbdbede807
tree0a0ecef36b8087977df70795b0badaf13def59ed
parent2ab64206bb70f2b8eb08696a011a7a2abbb91531
Added DivX ;-) support by using the wine .dll loader. you must unzip binaries.zip from divx.euro.ru/binaries.z...

Original commit message from CVS:
Added DivX ;-) support by using the wine .dll loader. you must unzip
binaries.zip from http://divx.euro.ru/binaries.zip into the win32
directory **of the source tree**.
Extended and bugfixed thr riff parser to support DivX ;-)
Extended the avi parser to support DivX ;-) and MPEG Layer 3.
Fixed a bug in mpg123. Sound still is seriously wrong with layer 3.
Fixed MPEG2 playback in gstplay.
Time indication in gstplay is temporarly broken.
49 files changed:
configure.in
gstplay/avi.c
gstplay/gstplay.c
gstplay/mpeg1.c
gstplay/mpeg2.c
include/.gitignore [new file with mode: 0644]
include/avifmt.h [new file with mode: 0644]
include/default.h [new file with mode: 0644]
include/registry.h [new file with mode: 0644]
include/wine/.gitignore [new file with mode: 0644]
include/wine/basetsd.h [new file with mode: 0644]
include/wine/config.h [new file with mode: 0644]
include/wine/debugtools.h [new file with mode: 0644]
include/wine/driver.h [new file with mode: 0644]
include/wine/elfdll.h [new file with mode: 0644]
include/wine/heap.h [new file with mode: 0644]
include/wine/module.h [new file with mode: 0644]
include/wine/ntdef.h [new file with mode: 0644]
include/wine/pe_image.h [new file with mode: 0644]
include/wine/poppack.h [new file with mode: 0644]
include/wine/pshpack1.h [new file with mode: 0644]
include/wine/pshpack2.h [new file with mode: 0644]
include/wine/pshpack4.h [new file with mode: 0644]
include/wine/pshpack8.h [new file with mode: 0644]
include/wine/vfw.h [new file with mode: 0644]
include/wine/winbase.h [new file with mode: 0644]
include/wine/windef.h [new file with mode: 0644]
include/wine/windows.h [new file with mode: 0644]
include/wine/winerror.h [new file with mode: 0644]
include/wine/winestring.h [new file with mode: 0644]
include/wine/winnt.h [new file with mode: 0644]
include/wine/winreg.h [new file with mode: 0644]
include/wine/winuser.h [new file with mode: 0644]
libs/Makefile.am
libs/riff/gstriff.h
libs/riff/gstriffparse.c
libs/winloader/.gitignore [new file with mode: 0644]
libs/winloader/Makefile.am [new file with mode: 0644]
libs/winloader/driver.c [new file with mode: 0644]
libs/winloader/elfdll.c [new file with mode: 0644]
libs/winloader/ext.c [new file with mode: 0644]
libs/winloader/externals.c [new file with mode: 0644]
libs/winloader/externals.h [new file with mode: 0644]
libs/winloader/module.c [new file with mode: 0644]
libs/winloader/pe_image.c [new file with mode: 0644]
libs/winloader/pe_resource.c [new file with mode: 0644]
libs/winloader/registry.c [new file with mode: 0644]
libs/winloader/resource.c [new file with mode: 0644]
libs/winloader/vfl.c [new file with mode: 0644]