Sign in
goma
/
wine
/
de97fa7a3be906e06f99c730c52390f451b8a974
/
dlls
/
avifil32
5f5b909
avifil32: Remove unnecessary dependency on ntdll.
by Bang Jun-Young
· 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
8f143f1
Use the return value of register_key_guid.
by Paul Vriens
· 19 years ago
f1b1fe6
avifil32: Corrected destination size in MultiByteToWideChar.
by Marcus Meissner
· 19 years ago
fee72b6
Yet another round of redundant NULL checks before HeapFree.
by Michael Stefaniuc
· 19 years ago
1db7a34
avifil32: Declare varargs functions as WINAPIV instead of cdecl.
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
7440710
Check the return value from register_key_guid in all the DLL registering code.
by Robert Shearman
· 19 years ago
a875200
janitorial: Remove redundant NULL pointer checks before HeapFree'ing them.
by Michael Stefaniuc
· 19 years ago
14aab5f
avifil32: Avoid not necessary zeroing out of an allocated memory block.
by Dmitry Timoshkov
· 19 years ago
aebc88d
avifil32: Fix a regression caused by patch removing GlobalAllocs by using HEAP_ZERO_INIT.
by Mike McCormack
· 19 years ago
417067b
avifil32: Use HeapAlloc instead of GlobalAlloc. Eliminate windowsx.h.
by Mike McCormack
· 19 years ago
64d5b80
avifil32: Added Hungarian translation.
by András Kovács
· 19 years ago
9d5b2ea
avifil32: Use HeapAlloc instead of LocalAlloc.
by Mike McCormack
· 19 years ago
dfb5aaf
avifil32: Use HeapAlloc instead of Global/LocalAlloc.
by Mike McCormack
· 19 years ago
15c5dc1
avifil32: Use HeapAlloc instead of Local Alloc.
by Mike McCormack
· 19 years ago
4fa92f6
avifil32: Use HeapAlloc instead of GlobalAlloc/LocalAlloc.
by Mike McCormack
· 19 years ago
a4b816c
avifil32: Use HeapAlloc/Free instead of LocalAlloc/Free.
by Mike McCormack
· 19 years ago
8ed1ca3
avifil32: Use HeapAlloc instead of LocalAlloc. Make sure to free the memory.
by Mike McCormack
· 19 years ago
29212d8
avifil32: Use CoTaskMemAlloc when allocating memory to return through
by Mike McCormack
· 19 years ago
610fc08
avifil32: Fix some gcc 4.1 warnings cause by windowsx.h macros.
by Mike McCormack
· 19 years ago
8723936
avifil32: Fix some more gcc 4.1 warnings caused by windowsx.h macros.
by Mike McCormack
· 19 years ago
73bc4e6
avifil32: Eliminate some gcc 4.1 warnings caused by windowsx.h macros.
by Mike McCormack
· 19 years ago
41baefc
avifil32: Czech language resources encoding fix.
by Petr Tesarik
· 19 years ago
e9d5e19
avifil32: Turkish translation.
by Fatih Aşıcı
· 19 years ago
2a93c2f
ICCompressorChoose should initialize fccType and fccHandler fields
by Dmitry Timoshkov
· 19 years ago
0ec7e1a
Renamed all .cvsignore files to .gitignore.
by Alexandre Julliard
· 19 years ago
3ddd394
Update Korean translations.
by YunSong Hwang
· 19 years ago
6e20af5
Add Korean translations.
by YunSong Hwang
· 19 years ago
7e22be4
We are no longer generating .dbg.c files.
by Alexandre Julliard
· 20 years ago
8822dbb
Added Norwegian translations.
by Alexander N. Sørnes
· 20 years ago
9f1c6de
We are no longer generating .spec.c files.
by Alexandre Julliard
· 20 years ago
8cef366
Revert previous change, it should not be needed anymore since a
by Dmitry Timoshkov
· 20 years ago
d559fbd
Fixed gcc 4.0 warnings.
by Alexandre Julliard
· 20 years ago
3f05998
Initialize structs for mmioDescend and FindChunkAndKeepExtras - fixes
by Alex Villacís Lasso
· 20 years ago
261e376
Fixed a number of pointer to integer conversions that wouldn't work
by Alexandre Julliard
· 20 years ago
fe1ec78
Fix gcc 4.0 warnings.
by Mike McCormack
· 20 years ago
f58e9f9
gcc 4.0 warning fixes.
by Mike McCormack
· 20 years ago
7160af0
Uniformize DllMain TRACEing across dlls.
by Vincent Béron
· 20 years ago
d37f0ab
Don't prefix the functions DllCanUnloadNow, DllGetClassObject and
by Alexandre Julliard
· 20 years ago
65f20821
Add missing WINAPI to MSXML_DllGetClassObject().
by Francois Gouget
· 20 years ago
b8d3075
Uncomment the typedef in the DECLARE_INTERFACE macro, and get rid of
by Alexandre Julliard
· 20 years ago
723ee0a
gcc 4.0 -Wpointer-sign fixes.
by Mike McCormack
· 20 years ago
c64432c
Use CoCreateInstance instead of SHCoCreateInstance, drop shell32 from
by Marcus Meissner
· 20 years ago
4625628
Make some of the OLE interface vtables const.
by Dmitry Timoshkov
· 20 years ago
aebb745
Comment out stub WEP entry points so that we can call WEP for builtin dlls too.
by Alexandre Julliard
· 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
811725a
Correct and complete some api documentation.
by Vincent Béron
· 20 years ago
1e365f7
Fixed some calling conventions.
by Vincent Béron
· 20 years ago
18bfe6a
Change SUBLANG_DEFAULT to SUBLANG_NEUTRAL for LANG_SPANISH in all
by Alex Villacís Lasso
· 20 years ago
c905d69
- use Interlocked* functions in AddRef and Release.
by Paul Vriens
· 20 years ago
fea45b1
- Fix logic in Stream_fnRelease, refcount should be decremented before
by Paul Vriens
· 20 years ago
e7f5fad
Fixed CLSID_AVISimpleUnMarshal export.
by Alexandre Julliard
· 20 years ago
f4f4dff
Stub implementations for AVIMakeStreamFromClipboard, AVISave{A,W}.
by Hans Leidekker
· 20 years ago
6fb1a20
Assorted spelling fixes.
by Francois Gouget
· 20 years ago
ebe3c52
Janitorial: C booleans must not be compared against TRUE.
by Alexandre Julliard
· 20 years ago
88aeb47
Fixed a few memory leaks.
by James Hawkins
· 20 years ago
5c2a891
Made some functions and variables static.
by Eric Pouech
· 20 years ago
1d428e6
Mapped AVIStreamOpenFromFile to AVIStreamOpenFromFileA.
by Christian Costa
· 20 years ago
3bb5b09
Assorted spelling fixes.
by Francois Gouget
· 20 years ago
486d020
Don't define COBJMACROS in objbase.h. Update the Wine sources accordingly.
by Francois Gouget
· 20 years ago
a8d2ba9
Replace some IUnknown_QueryInterface() calls with the specific call
by Francois Gouget
· 20 years ago
739e5b0
Avoid depending on the non-standard IUnknown_METHODS macro in Wine
by Alexandre Julliard
· 20 years ago
2d044dd
Use InterlockedDecrement and InterlockedIncrement instead of ++/--.
by James Hawkins
· 21 years ago
e2f850e
Added Polish translation.
by Jacek Caban
· 21 years ago
39a696a
Removed some uses of the non-standard ICOM_THIS macro.
by Alexandre Julliard
· 21 years ago
411fc5f
Fix signed/unsigned comparison warnings.
by Hans Leidekker
· 21 years ago
174e6a5
Change dialogs to use MS Shell Dlg rather than Helv or MS Sans Serif.
by Huw Davies
· 21 years ago
f714b39
Get rid of the no longer used ICOM_MSVTABLE_COMPAT_DummyRTTIVALUE macro.
by Alexandre Julliard
· 21 years ago
b45744c
Added Czech resources.
by David Kredba
· 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
616940e
Get rid of the non-standard ICOM_DEFINE macro.
by Alexandre Julliard
· 21 years ago
b459952
Avoid some non-portable makefile constructs, and get rid of the
by Alexandre Julliard
· 21 years ago
cba2b30
Fixed 2 more casted lvalue issues.
by Marcus Meissner
· 21 years ago
a13e313
Remove uses of the cast-as-lvalue GCC extension which has been deprecated.
by Gerald Pfeifer
· 21 years ago
87bacf4
Fix string conversion bugs.
by Mike McCormack
· 21 years ago
76e280b
Added some Japanese translations.
by Hajime Segawa
· 21 years ago
3e42f69
Changed my name, so update copyright info.
by Ivan Leo Puoti
· 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
6b6ed72
Add missing '\n's to debug traces.
by Francois Gouget
· 21 years ago
3d6eb2d
Fixed version info.
by Tom Wickline
· 21 years ago
72ecbb0
SHCoCreateInstance is now documented (spotted by Francois Gouget).
by Alexandre Julliard
· 21 years ago
2964888
A general cleanup of the version resources in Wine DLLs.
by Dmitry Timoshkov
· 21 years ago
edd8bc3
Fixed multiple bugs in FindSample implementation of AVI and WAV file handler.
by Michael Günnewig
· 21 years ago
4a1063c
Implemented IAVIEditSTream_fnPaste method.
by Michael Günnewig
· 21 years ago
e2b29cc
Improved Italian translations.
by Ivan Leo Murray-Smith
· 21 years ago
a2977cf
Added Dutch translations.
by Hans Leidekker
· 21 years ago
41d6b67
Fixed usage of GlobaReAlloc.
by Michael Günnewig
· 21 years ago
fbdfd91
Remove SYMBOLFILE and LDDLLFLAGS from Makefiles.
by Dimitrie O. Paun
· 21 years ago
53cfed7
- First part of a new IAVIEditStream implementation.
by Michael Günnewig
· 22 years ago
bf5f07a
Yet another batch of French resources updates.
by Vincent Béron
· 22 years ago
f638678
Added a lot of Russian translations.
by Igor Stepin
· 22 years ago
20c169e
Fixed a few more headers dependency issues.
by Alexandre Julliard
· 22 years ago
Next »