Frédéric Delanoy
|
95ae71f3ab
|
Assorted spelling/grammar fixes.
|
2014-07-01 13:09:13 +02:00 |
Marcus Meissner
|
cf2c506b1a
|
msvf32: Fixed incorrect sizeof (Coverity).
|
2013-06-24 11:47:10 +02:00 |
Frédéric Delanoy
|
86544ce98f
|
msvfw32: Fix a leak (coverity).
|
2012-11-05 11:30:35 +01:00 |
Jörg Höhle
|
0e566c5b64
|
msvfw32: Force lower-case 'vidc/vids/audc' etc. when opening new driver.
|
2011-05-24 18:28:30 +02:00 |
Paul Vriens
|
ec90fcd9c1
|
msvfw32: Only call MSVIDEO_GetHicPtr() once (Coverity).
|
2011-03-17 17:44:47 +01:00 |
Eric Pouech
|
70d43eb047
|
msvfw32: Remove 16bit driver references (now that they no longer exist in winmm).
|
2009-10-26 11:17:06 +01:00 |
Alexandre Julliard
|
0e67f65cab
|
include: Add support for building Wine with strict prototype checking.
|
2009-10-06 16:12:39 +02:00 |
Francois Gouget
|
0601902740
|
msvfw32: Move MSVIDEO_SendMessage() up and make it and MSVIDEO_GetHicPtr() static.
|
2009-06-22 13:30:46 +02:00 |
Eric Pouech
|
33a04dc69c
|
msvfw32: Clearly separate the 16-bit code out of the rest by wrapping 16-bit message functions in thunks.
|
2009-05-15 11:35:16 +02:00 |
Dmitry Timoshkov
|
c3dce7dcce
|
msvfw32: Remove useless and harmful traces from ICDecompress.
|
2009-05-04 12:52:55 +02:00 |
Michael Stefaniuc
|
ca8d5a7922
|
msvfw32: Remove superfluous pointer casts.
|
2009-01-12 13:06:42 +01:00 |
Andrew Talbot
|
6e59407e1c
|
msvfw32: Remove superfluous semicolon.
|
2008-12-23 12:51:33 +01:00 |
Alexandre Julliard
|
7f327237bf
|
Convert remaining source files to utf-8.
|
2008-10-18 19:23:08 +02:00 |
Andrew Talbot
|
f5c87f8ec5
|
msvfw32: Sign-compare warning fix.
|
2008-09-02 11:54:36 +02:00 |
Andrew Talbot
|
0d80791371
|
msvfw32: Assign to structs instead of using memcpy.
|
2008-03-07 11:01:07 +01:00 |
Andrew Talbot
|
0f806dfd6b
|
msvfw32: Remove unneeded casts.
|
2008-01-14 13:10:07 +01:00 |
Andrew Talbot
|
8402f7a437
|
msvfw32: Remove unneeded casts.
|
2007-12-31 16:44:46 +01:00 |
Julien Muchembled
|
79e19b91a8
|
msvfw32: Fix enumeration of VFW video codecs that are registered in the registry.
|
2007-06-01 12:50:56 +02:00 |
Michael Stefaniuc
|
5f62da109e
|
janitorial: Pass HEAP_ZERO_MEMORY as flag to HeapAlloc() instead of zeroing out the allocated memory in a later call.
|
2007-04-25 12:26:07 +02:00 |
Francois Gouget
|
1ccf944900
|
Assorted spelling fixes.
|
2006-11-13 13:01:53 +01:00 |
Francois Gouget
|
9fe4673347
|
Don't include windows.h & co in the Wine sources.
Remove uneeded COM_NO_WINDOWS_H defines.
|
2006-10-24 17:47:09 +02:00 |
Alexandre Julliard
|
521612098c
|
msvfw32: Avoid a compiler warning.
|
2006-10-13 12:08:13 +02:00 |
Michael Stefaniuc
|
c840d3968b
|
msvfw32: Win64 printf format warning fixes.
|
2006-10-12 21:43:07 +02:00 |
Francois Gouget
|
82babbee0b
|
Add missing '\n's to Wine traces.
|
2006-10-05 17:46:48 +02:00 |
Alexandre Julliard
|
348fd746d9
|
msvfw32: Don't use sizeof in traces to avoid printf format warnings.
|
2006-06-13 14:10:57 +02:00 |
Michael Stefaniuc
|
fee72b607a
|
Yet another round of redundant NULL checks before HeapFree.
|
2006-06-13 11:40:23 +02:00 |
Jonathan Ernst
|
360a3f9142
|
Update the address of the Free Software Foundation.
|
2006-05-23 14:11:13 +02:00 |
Michael Stefaniuc
|
a87520036f
|
janitorial: Remove redundant NULL pointer checks before HeapFree'ing them.
Some HeapFree's are hidden behind macros. Found by smatch.
|
2006-05-10 11:31:41 +02:00 |
Alexandre Julliard
|
ac3be957e4
|
msvideo: Renamed the msvideo directory to msvfw32.
|
2006-03-15 10:04:53 +01:00 |