Sign in
goma
/
wine
/
6a1d2f80b87de75cd4ed2d1280ab8e885b691857
/
dlls
/
msdmo
e59ac81
msdmo: Don't use an interface pointer for an internal function.
by Alexandre Julliard
· 14 years ago
8d959c9
msdmo: Use an iface instead of a vtbl pointer in IEnumDMOImpl.
by Michael Stefaniuc
· 14 years ago
81b8ee8
makefiles: Add a standard header for all makefiles to replace the common variable initializations.
by Alexandre Julliard
· 15 years ago
b86d515
dlls: Remove explicit imports of kernel32 and ntdll.
by Alexandre Julliard
· 15 years ago
bef5645
makefiles: Remove the no longer needed explicit separators for dependencies.
by Alexandre Julliard
· 15 years ago
fdd6158
msdmo: Convert the language-neutral resource file to UTF-8.
by Alexandre Julliard
· 16 years ago
dfd821d
msdmo: Remove superfluous pointer casts.
by Michael Stefaniuc
· 16 years ago
505434a
msdmo: Convert source files to utf-8.
by Alexandre Julliard
· 16 years ago
0ff2c06
Fixed RegEnumKey(Ex)W buffer sizes.
by Marcus Meissner
· 16 years ago
dad21bb
makefiles: List the static libraries as normal imports instead of extra libs.
by Alexandre Julliard
· 17 years ago
6324670
msdmo: Fix calculation of array size in bytes.
by Andrew Talbot
· 17 years ago
a9200b2
msdmo: Array parameter is passed to function as pointer so loses size information.
by Andrew Talbot
· 17 years ago
8841da6
msdmo: Assign to structs instead of using memcpy.
by Andrew Talbot
· 17 years ago
4800089
makefiles: Simplify the use of the IMPORTLIB variable in the DLL makefiles.
by Rob Shearman
· 17 years ago
20ae8d2
msdmo: Fix to DMOEnum to properly enumerate the keys and properly respect the flag.
by Aric Stewart
· 17 years ago
d223716
msdmo: Fix the DMOGetName() prototype.
by Francois Gouget
· 17 years ago
5e336f4
msdmo: Fix a winapi_check documentation warning and improve the documentation a bit.
by Francois Gouget
· 17 years ago
352d29b
msdmo: Improve registration and reading of codecs.
by Aric Stewart
· 17 years ago
54720c7
msdmo: Implement DMOGetTypes.
by Aric Stewart
· 17 years ago
e84562a
msdmo: Improve the prototypes Win64 compatibility by replacing long with LONG.
by Francois Gouget
· 18 years ago
a7e82e6
msdmo: Constify some variables.
by Andrew Talbot
· 18 years ago
60e122b
Get rid of some empty source files, our makefiles no longer require them.
by Alexandre Julliard
· 18 years ago
72cdeaf
msdmo: Declare a function static.
by Andrew Talbot
· 18 years ago
9fe4673
Don't include windows.h & co in the Wine sources.
by Francois Gouget
· 18 years ago
99e2c6d
janitorial: Remove redundant NULL checks before CoTaskMemFree (found by Smatch).
by James Hawkins
· 18 years ago
426d27c
msdmo: Win64 printf format warning fixes.
by Michael Stefaniuc
· 18 years ago
85ce511
Add a WINE_NO_LONG_INT define to many makefiles to ease the transition of DWORD/LONG/ULONG from long to int.
by Michael Stefaniuc
· 19 years ago
32ab895
makefiles: Generate the dependencies line to avoid some code duplication.
by Alexandre Julliard
· 19 years ago
eb8a40c
libs: Merged libwine_unicode into libwine.
by Alexandre Julliard
· 19 years ago
77dc0d9
.gitignore: Added wildcards to ignore generated resource files.
by Alexandre Julliard
· 19 years ago
5258e06
make_dlls: Ignore generated import libraries from the top-level .gitignore.
by Alexandre Julliard
· 19 years ago
cc2b3b4
Take advantage of the recursive nature of .gitignore for Makefile entries.
by Alexandre Julliard
· 19 years ago
9ca8a86
Link against libwine_unicode everywhere we use Unicode functions.
by Alexandre Julliard
· 19 years ago
360a3f9
Update the address of the Free Software Foundation.
by Jonathan Ernst
· 19 years ago
0ec7e1a
Renamed all .cvsignore files to .gitignore.
by Alexandre Julliard
· 19 years ago
7e22be4
We are no longer generating .dbg.c files.
by Alexandre Julliard
· 20 years ago
0791d06
Interlocked LONG* gcc warning fixes.
by Mike McCormack
· 20 years ago
20ad4d1
Drop duplicate definition of IID_IEnumDMO.
by Marcus Meissner
· 20 years ago
b67da5b
Make more of the OLE interface vtables const.
by Dmitry Timoshkov
· 20 years ago
34fa35d
Added rules for building import libraries in the individual dll
by Alexandre Julliard
· 20 years ago
d62356a
Added rules to build import libraries in the individual dll makefiles.
by Alexandre Julliard
· 20 years ago
9ed61de
Get rid of HeapAlloc casts.
by Jakob Eriksson
· 20 years ago
2e283d0
Remove tabs, reformat, merge comments.
by Mike McCormack
· 20 years ago
ba92d29
- Use Interlocked* instead of ++/-- in AddRef/Release.
by James Hawkins
· 20 years ago
5ad7d85
Do not check for non NULL pointer before HeapFree'ing it. It's redundant.
by Michael Stefaniuc
· 20 years ago
0a25896
Const correctness fixes.
by Eric Pouech
· 20 years ago
5c38e1b
Version resources cleanup.
by Tom Wickline
· 20 years ago
486d020
Don't define COBJMACROS in objbase.h. Update the Wine sources accordingly.
by Francois Gouget
· 20 years ago
fe442b2
Fix signed/unsigned comparison warnings.
by Hans Leidekker
· 21 years ago
39a696a
Removed some uses of the non-standard ICOM_THIS macro.
by Alexandre Julliard
· 21 years ago
f714b39
Get rid of the no longer used ICOM_MSVTABLE_COMPAT_DummyRTTIVALUE macro.
by Alexandre Julliard
· 21 years ago
48c4bb3
Get rid of the non-standard ICOM_VTABLE macro.
by Alexandre Julliard
· 21 years ago
0467ce9
Get rid of the non-standard ICOM_VFIELD macro.
by Alexandre Julliard
· 21 years ago
10778aa
Updated the version info of all DirectX dlls to the version numbers of
by Ivan Leo Murray-Smith
· 21 years ago
9e4ed64
.spec.c files are no longer used for 32-bit dlls.
by Alexandre Julliard
· 21 years ago
20b4585
Only link against libdxguid where necessary.
by Alexandre Julliard
· 21 years ago
a66d2a2
Use the same version format for all DX dlls.
by Tom Wickline
· 21 years ago
e3c9de6
Implemented DMORegister, DMOUnregister, DMOGetName, DMOEnum.
by Ulrich Czekalla
· 21 years ago
fbdfd91
Remove SYMBOLFILE and LDDLLFLAGS from Makefiles.
by Dimitrie O. Paun
· 21 years ago
e37c6e1
Fixed header dependencies to be fully compatible with the Windows
by Alexandre Julliard
· 22 years ago
38f6472
- Implemented Mo* methods.
by Michael Günnewig
· 22 years ago
dbf8b78
Added .spec.def files.
by Alexandre Julliard
· 22 years ago
77afd6c
Made some more spec file entries optional or unnecessary.
by Alexandre Julliard
· 23 years ago
2ab7625
Removed most imports of ntdll since we no longer import Wine internal
by Alexandre Julliard
· 23 years ago
ad53383
Added winebuild support for generating a .dbg.c file containing the
by Alexandre Julliard
· 23 years ago
67371bc
Added -res option to specify resources on winebuild command-line.
by Alexandre Julliard
· 23 years ago
3245991
Moved imports specification from the .spec into the Makefile so that
by Alexandre Julliard
· 23 years ago
4887da5
Removed some code because of concerns over the Microsoft DirectX SDK
by Hidenori Takeshima
· 23 years ago
c1bfca0
Changed builtin dlls file names to make it clear they are not normal
by Alexandre Julliard
· 23 years ago
4e69776
Implemented some APIs. Added some stubs.
by Hidenori Takeshima
· 23 years ago
b4be998
Added stubs for msdmo.dll, qcap.dll and devenum.dll.
by Hidenori Takeshima
· 23 years ago