Andrew Talbot
|
bea2ba50cf
|
msrle32: Constify some variables.
|
2007-06-15 12:40:51 +02:00 |
Andrew Talbot
|
ba313be7b2
|
msrle32: Declare some functions static.
|
2007-01-12 20:41:52 +01:00 |
Michael Stefaniuc
|
22684cc767
|
janitorial: Remove stray '\' at end of lines.
|
2007-01-09 12:04:26 +01:00 |
Michael Stefaniuc
|
4407218329
|
msrle32: Win64 printf format warning fixes.
|
2006-10-09 12:55:26 +02:00 |
Mikołaj Zalewski
|
649215b212
|
msrle32: Show correctly the authors surname in some non-latin1 languages.
|
2006-09-27 09:40:00 +02:00 |
Jonathan Ernst
|
360a3f9142
|
Update the address of the Free Software Foundation.
|
2006-05-23 14:11:13 +02:00 |
Mike McCormack
|
29c3a54339
|
msrle32: Fix some gcc 4.1 warnings caused by casts in windowsx.h macros.
|
2006-03-03 13:19:00 +01:00 |
Dmitry Timoshkov
|
c13ae56289
|
Add a check for icinfo->fccType in DRV_OPEN message handler of builtin
video codecs.
|
2006-02-03 12:29:26 +01:00 |
Rolf Kalbermatter
|
f989f62076
|
msrle32: Spelling fix.
|
2005-12-26 12:58:11 +01:00 |
Dmitry Timoshkov
|
8140d66c47
|
Fix all drivers DriverProc to conform to the DRIVERPROC definition.
|
2005-11-28 20:53:22 +01:00 |
Dmitry Timoshkov
|
19021aab0d
|
Set both dwVersionICM and dwVersion to ICVERSION in Wine builtin
codecs.
|
2005-11-28 17:31:48 +01:00 |
Dmitry Timoshkov
|
e1e83cac75
|
Fix several bugs in msrle32 preventing it to load.
Remove a hack in ICOpen compensating a bug in msrle32.
Use MSVFW32_hModule directly in ICCompressorChoose, and avoid a
convoluted GWLP_HINSTANCE hack.
|
2005-11-28 10:44:34 +01:00 |
Alexandre Julliard
|
f8ee161a1b
|
Fixed some traces to use the right printf format and avoid typecasts.
|
2005-09-12 10:30:05 +00:00 |
Francois Gouget
|
93416cdaf7
|
Assorted spelling fixes.
|
2005-03-23 13:15:18 +00:00 |
Francois Gouget
|
4d801b66e6
|
Assorted spelling fixes.
|
2005-02-10 19:19:35 +00:00 |
Eric Pouech
|
cf1d00bb08
|
Removed excessive statement (break after return or goto, not useful
break, not needed vars...)
|
2005-01-09 16:42:53 +00:00 |
Francois Gouget
|
6fb1a20020
|
Assorted spelling fixes.
|
2004-12-20 19:27:06 +00:00 |
Marcus Meissner
|
2de54537d6
|
Fixed lvalue casts for new compiler.
|
2004-07-16 23:20:38 +00:00 |
Alexandre Julliard
|
7ba8fba26f
|
Moved msrle32 to the top-level dlls directory.
|
2004-02-27 21:51:12 +00:00 |
Michael Günnewig
|
288b8ee18c
|
Implemented the MS RLE video codec.
|
2002-10-08 00:40:05 +00:00 |
Alexandre Julliard
|
140e7222e0
|
Removed more code at Hidenori's request.
|
2002-05-05 19:40:57 +00:00 |
Michael Karcher
|
c4fdd2ea24
|
pDst was advanced too much when decoding DELTA blocks.
|
2002-03-12 19:19:23 +00:00 |
Alexandre Julliard
|
0799c1a780
|
Added LGPL standard comment, and copyright notices where necessary.
Global replacement of debugtools.h by wine/debug.h.
|
2002-03-09 23:29:33 +00:00 |
Hidenori Takeshima
|
d65f49a041
|
Fixed bugs in processing DELTA.
|
2002-02-19 18:26:54 +00:00 |
Patrik Stridvall
|
8f4ffb92bd
|
Fixed some issues found by winapi_check.
|
2001-11-20 18:55:02 +00:00 |
Hidenori Takeshima
|
1c53a7fc47
|
Added stubs for msrle32.dll and implemented RLE8 decoder.
Added stub for avicap32.
|
2001-11-06 00:41:05 +00:00 |