Commit Graph

23 Commits (5cac9d2cb2c020802a56a5b1b28348316f1087ba)

Author SHA1 Message Date
Jörg Höhle e7c06ea6ae Perform case-insensitive FOURCC comparison of built-in video codecs. 2009-04-08 11:37:52 +02:00
Ricardo Filipe 3182a36335 iccvid: Remove dead stores (llvm/clang). 2008-12-04 12:41:57 +01:00
Andrew Talbot 33f10e7fb9 iccvid: Remove unneeded casts. 2008-01-07 12:18:29 +01:00
Michael Stefaniuc d9873e2314 iccvid: Rename the wrappers around HeapAlloc() &Co to use the standard names. 2007-12-10 12:03:58 +01:00
Alex Villacís Lasso bbe9104514 iccvid: Guard against null pointer reference. 2007-09-17 13:45:03 +02:00
Michael Stefaniuc 6644263e36 iccvid: Remove superfluous casts of void pointers to other pointer types. 2007-06-27 12:53:23 +02:00
Michael Stefaniuc 47f822eeaa iccvid: Win64 printf format warning fixes. 2006-10-06 12:33:31 +02:00
Jonathan Ernst 360a3f9142 Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
Dmitry Timoshkov b4b3e6a165 Handle ICM_CONFIGURE request in ICCVID and MSVIDC32 codecs. 2006-02-11 12:15:07 +01:00
Dmitry Timoshkov 538ed06c41 Clearly indicate that ICCVID and MSVIDC32 do not support compression. 2006-02-07 12:28:04 +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
Dmitry Timoshkov bd52a2eedf iccvid: Add support for ICM_DECOMPRESS_END message. 2005-12-15 10:24:49 +01:00
Eric Pouech ed43709a38 vidc: Return error codes when a message isn't supported. 2005-12-12 11:53:28 +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 5f6cf2a342 Add support for ICM_GETINFO in iccvid codec (based on msrle32). 2005-11-28 10:44:54 +01:00
Mike McCormack 383302c11e Make functions static. 2005-06-20 10:30:15 +00:00
Mike McCormack 824e2fbc87 Signed compare fixes. 2004-08-25 17:30:31 +00:00
Robert Shearman 4560b25b80 Support 15- and 16-bit colour output. 2004-06-14 16:56:58 +00:00
Mike McCormack 0601f6372f Correct geometry error in the ICCVID codec. 2004-03-17 20:47:13 +00:00
Dmitry Timoshkov 80064d78e2 Take palette into account while responding on
ICM_DECOMPRESS_GETFORMAT.
2004-02-16 20:34:18 +00:00
Mike McCormack d26f658acb Implement ICM_DECOMPRESSEX, fix some bugs. 2004-01-20 21:50:45 +00:00
Alexandre Julliard 0a106bff72 Authors: Tim Ferguson <Tim.Ferguson@infotech.monash.edu.au>, Mike McCormack <mike@codeweavers.com>
Port Tim Ferguson's ICCVID codec to Wine.
2004-01-15 04:56:18 +00:00