1. 84fac09 include: Fixup "long" numeric constants in vfw.h. by Michael Stefaniuc · 13 years ago
  2. 0e67f65 include: Add support for building Wine with strict prototype checking. by Alexandre Julliard · 15 years ago
  3. 2caf7b8 include: Change two DWORD to DWORD_PTR in vfw.h to match the DDK. by Michael Stefaniuc · 16 years ago
  4. 79f4980 include: Use LONG in vfw.h for Win64 compatibility. by Michael Stefaniuc · 16 years ago
  5. 9cc3220 headers: Add some extra defines to vfw.h. by Maarten Lankhorst · 17 years ago
  6. aaa1908 avifil32: Fix prototype for AVIStreamFindSample() to match the PSDK. by Bang Jun-young · 17 years ago
  7. 7c6ef46 include: Replace inline static with static inline. by Andrew Talbot · 18 years ago
  8. 360a3f9 Update the address of the Free Software Foundation. by Jonathan Ernst · 19 years ago
  9. 2a93c2f ICCompressorChoose should initialize fccType and fccHandler fields by Dmitry Timoshkov · 19 years ago
  10. 19021aa Set both dwVersionICM and dwVersion to ICVERSION in Wine builtin codecs. by Dmitry Timoshkov · 19 years ago
  11. 160cd20 Add AVISTREAMREAD_CONVENIENT. by Francois Gouget · 20 years ago
  12. 6bb46e3 Fix 'cast from pointer to integer of different size' warnings in 64bit. by Kevin Koltzau · 20 years ago
  13. b8d3075 Uncomment the typedef in the DECLARE_INTERFACE macro, and get rid of by Alexandre Julliard · 20 years ago
  14. 1249716 Add declarations for AVICAP and SDK part of Video Capture Driver Interface. by Rolf Kalbermatter · 20 years ago
  15. 1e365f7 Fixed some calling conventions. by Vincent Béron · 20 years ago
  16. fd5425e Stub implementations for DrawDibChangePalette, DrawDibGetBuffer, by Hans Leidekker · 20 years ago
  17. e7f5fad Fixed CLSID_AVISimpleUnMarshal export. by Alexandre Julliard · 20 years ago
  18. f4f4dff Stub implementations for AVIMakeStreamFromClipboard, AVISave{A,W}. by Hans Leidekker · 20 years ago
  19. 5d0160e Get rid of the non-standard Ixxx_METHODS macro definitions, declare by Alexandre Julliard · 21 years ago
  20. 52ecbf7 Fix incorrect usage of COBJMACROS. by Francois Gouget · 21 years ago
  21. 616940e Get rid of the non-standard ICOM_DEFINE macro. by Alexandre Julliard · 21 years ago
  22. cd61ce8 Add support for many MCIWNDM_ messages and some MCI_ commands in the by Dmitry Timoshkov · 21 years ago
  23. 0646499 Implement support for many MCIWndClass MCI_ and MCIWNDM_ messages. by Dmitry Timoshkov · 21 years ago
  24. 2fdc4dc Added missing prototypes for some implemented functions. by Alexandre Julliard · 21 years ago
  25. e37c6e1 Fixed header dependencies to be fully compatible with the Windows by Alexandre Julliard · 22 years ago
  26. 1b5c413 - Implemented AVIStreamBeginStreaming and AVIStreamEndStreaming. by Michael Günnewig · 22 years ago
  27. 53f9c21 Use angle brackets (<>) rather than quotes ("") for the include by Dimitrie O. Paun · 22 years ago
  28. c783c20 - Fixed memory leak in AVISaveOptions. by Michael Günnewig · 22 years ago
  29. 9f67cfe - Fixed some signed/unsigned mismatches. by Michael Günnewig · 22 years ago
  30. aae3cb6 Simplified COM interface declarations, removing the need to define by Alexandre Julliard · 22 years ago
  31. 5537911 Get rid of the ICOM_CALL macros. by Alexandre Julliard · 22 years ago
  32. f00c46f Use a more compatible technique to declare COM interfaces methods, by Alexandre Julliard · 22 years ago
  33. 7656b14 Split between 16 / 32 bit code. by Eric Pouech · 22 years ago
  34. f6bcf23 Added macros for AVIFileClose and AVIStreamClose. by Michael Günnewig · 22 years ago
  35. b26206d - Add FIND_* constants. by Michael Günnewig · 22 years ago
  36. a26a2ca - Move the API into a new api.c file. by Michael Günnewig · 22 years ago
  37. 9a62491 Removed trailing whitespace. by Vincent Béron · 23 years ago
  38. 0799c1a Added LGPL standard comment, and copyright notices where necessary. by Alexandre Julliard · 23 years ago
  39. f94462f Move __stdcall/__cdecl to the right place. by Patrik Stridvall · 23 years ago
  40. c814a6c Implemented some part of AVIFIL32. by Hidenori Takeshima · 24 years ago
  41. 26146cd Started the real implementation of mciavi. by Eric Pouech · 24 years ago
  42. 40774c3 Change the callback declarations to a safer format. by Francois Gouget · 24 years ago
  43. 4543703 Declare all handles with DECLARE_OLD_HANDLE to ease conversion to STRICT. by François Gouget · 24 years ago
  44. 83f52d1 Moved all Win16 definitions out of the standard Windows headers. by Alexandre Julliard · 25 years ago
  45. f86f24d inline must be first attribute in function definition. by Marcus Meissner · 25 years ago
  46. b08cb17 Added guiddef.h and moved a few GUID definitions to the correct file. by Alexandre Julliard · 25 years ago
  47. 731e9f5 - removed (now obsolete) driver.h file (it's content is now in mmsystem.h) by Eric Pouech · 25 years ago
  48. a1491de Implemented a large number of the msvideo dll routines. by Bradley Baetz · 25 years ago
  49. 7f01aa8 Merged MCIWndCreate and MCIWndCreateA. by Francois Gouget · 25 years ago
  50. 326e2ba Added some missing prototypes. Define the HDRAWDIB handle type. by Francois Gouget · 25 years ago
  51. a537bec - Define HIC in this header rather than in windef.h (this is the by Francois Gouget · 25 years ago
  52. be9fd31 Define the COM macros even in C++. by Francois Gouget · 25 years ago
  53. 0f8bc5b Fixed ANSI compabillity. by Patrik Stridvall · 26 years ago
  54. 4e4f1d1 Moved the APIs closer to the corresponding COM interface, removed two by Francois Gouget · 26 years ago
  55. 2e1cafa Renamed wintypes.h to windef.h. by Jim Aston · 26 years ago
  56. 960c725 Updated AVI* class interface to new ICOM_ methods. by Marcus Meissner · 26 years ago
  57. a396029 Large-scale renaming of all Win32 functions and types to use the by Alexandre Julliard · 26 years ago
  58. 61afa33 Some more recursive include fixes/optimizations. by Marcus Meissner · 26 years ago
  59. 317af32 Optimized include/*.h: (recursively) include all headers needed by by Marcus Meissner · 26 years ago
  60. 676a513 Updated msvideo / vfw.h, use builtin msvfw32.dll by default, added by Marcus Meissner · 26 years ago
  61. 32b32d8 Updated msvideo. New program 'icinfo [-about] [-configure]' to by Marcus Meissner · 26 years ago
  62. 73458b0 Changed // comments to /* */ so WINE compiles with non-gcc compilers again. by Marcus Meissner · 26 years ago
  63. d30dfd2 Release 980927 by Alexandre Julliard · 27 years ago wine-980927