1. e3c7813 qcap: Enable registration of all non yet implemented filters. by Christian Costa · 13 years ago
  2. 29d3c75 strmbase: COM cleanup for BaseFilter. by Aric Stewart · 13 years ago
  3. b5ba054 Assorted header comment cleanup. by André Hentschel · 13 years ago
  4. c7cb3e6 configure: Use errno.h instead of the non-standard sys/errno.h header. by Francois Gouget · 13 years ago
  5. b870cd1 qcap: Include system headers before Windows headers. by Alexandre Julliard · 14 years ago
  6. 5f77ad4 qcap: COM cleanup in capturegraph.c. by Michael Stefaniuc · 14 years ago
  7. 2f2b573 qcap: Mark internal symbols with hidden visibility. by Marcus Meissner · 14 years ago
  8. 84a39b4 qcap: Initialize to NULL the content of ppPin, not the pointer itself. by Paul Chitescu · 14 years ago
  9. 6a48fce qcap: Ifdef-out code that is not used if V4L support is missing. by Francois Gouget · 14 years ago
  10. a3029f0 qcap: Make VfwPin_GetMediaTypeVersion() static. by Francois Gouget · 14 years ago
  11. 671400c qcap: Use ifaces instead of vtbl pointers in VfwCapture. by Michael Stefaniuc · 14 years ago
  12. 7e8751b strmbase: More properly standardized pin implementations for NewSegment. by Aric Stewart · 14 years ago
  13. 6b746e1 qcap: Define a real DllGetClassObject function. by Alexandre Julliard · 14 years ago
  14. ae7e5b1 qcap: Make use of a few more strmbase implementations. by Aric Stewart · 14 years ago
  15. 2c3bc2c strmbase: Implement STRMBASE_DllGetClassObject and STRMBASE_DllCanUnloadNow. by Aric Stewart · 14 years ago
  16. e479273 strmbase: Implement OLE registration in AMovieDllRegisterServer2. by Aric Stewart · 14 years ago
  17. 58468ef strmbase: Define STRMBASE_DllMain. by Aric Stewart · 14 years ago
  18. 6a00d78 strmbase: Begin implementations of AMovieDllRegisterServer2 and AMovieSetupRegisterFilter2. by Aric Stewart · 14 years ago
  19. 60bf76d strmbase: Remove non-standard custom allocator logic from strmbase. by Aric Stewart · 14 years ago
  20. 7602829 strmbase: Add GetMediaType and GetMediaTypeVersion to BasePin function table. by Aric Stewart · 14 years ago
  21. 3c2dfd1 strmbase: Standardize "class" function into functions tables in the structs. by Aric Stewart · 14 years ago
  22. 8f3c372 strmbase: Clean up the allocator negotiating for BaseOutputPin. by Aric Stewart · 14 years ago
  23. 7910870 strmbase: Add an implementation of BaseFilterImpl_EnumPins. by Aric Stewart · 14 years ago
  24. 1d42659 strmbase: Implement BaseFilter in strmbase. by Aric Stewart · 14 years ago
  25. 5c1409b strmbase: Move OutputPin implementation to strmbase. by Aric Stewart · 14 years ago
  26. 0410e50 strmbase: Move BasePin implementation to strmbase. by Aric Stewart · 14 years ago
  27. bb110c7 strmbase: Move enumpins from quartz to strmbase. by Aric Stewart · 14 years ago
  28. 89ea07f strmbase: Add the EnumMediaTypes base implementation. by Aric Stewart · 14 years ago
  29. 9619210 strmbase: Initial creation of static strmbase library for Quartz and Quartz filters. by Aric Stewart · 14 years ago
  30. 81b8ee8 makefiles: Add a standard header for all makefiles to replace the common variable initializations. by Alexandre Julliard · 15 years ago
  31. b86d515 dlls: Remove explicit imports of kernel32 and ntdll. by Alexandre Julliard · 15 years ago
  32. 91c7d4f qcap: Use the proper types. by Michael Stefaniuc · 15 years ago
  33. bef5645 makefiles: Remove the no longer needed explicit separators for dependencies. by Alexandre Julliard · 15 years ago
  34. d643748 qcap: Test the correct variable when deciding how to grab V4L frame. by Paul Chitescu · 15 years ago
  35. bf6f075 qcap: Add optional dependency on libv4l. by Maarten Lankhorst · 15 years ago
  36. 7ef5f44 include: Change long to LONG in axextend.idl. by Michael Stefaniuc · 16 years ago
  37. 1f56ce4 qcap: Remove superfluous pointer casts. by Michael Stefaniuc · 16 years ago
  38. e3c5225 qcap: Remove an unused function. by Andrew Talbot · 16 years ago
  39. 1e06fcd qcap: Declare a function static. by Andrew Talbot · 16 years ago
  40. 6f49003 qcap: Remove superfluous casts. by Michael Stefaniuc · 16 years ago
  41. 0537a12 qcap: Don't clip intermediate values in YUV to RGB conversion code. by Lei Zhang · 16 years ago
  42. 2f6df7c qcap: Use the right FAILED/SUCCEEDED macro instead of negating the opposite. by Michael Stefaniuc · 16 years ago
  43. 62823d2 qcap: Make sure input to AMStreamConfig_SetFormat is not NULL. by Lei Zhang · 17 years ago
  44. a4dc5ba qcap: Sign-compare warning fix. by Andrew Talbot · 17 years ago
  45. 6032ab4 qcap: Make the server directly register a filter instead of the workarounds. by Maarten Lankhorst · 17 years ago
  46. 61ba32c includes: Add video mixing renderer header. by Maarten Lankhorst · 17 years ago
  47. 888b989 qcap: Capture pin should have an IAMStreamConfig. by Maarten Lankhorst · 17 years ago
  48. dad21bb makefiles: List the static libraries as normal imports instead of extra libs. by Alexandre Julliard · 17 years ago
  49. 1e52433 qcap: Remove unused variable. by Andrew Talbot · 17 years ago
  50. 2a0f700 qcap: Assign to struct instead of using CopyMemory. by Andrew Talbot · 17 years ago
  51. 950d344 qcap: Implement a stubby CaptureGraphBuilder2::RenderStream. by Maarten Lankhorst · 17 years ago
  52. 7e32b11 qcap: Add better findpin stub for CaptureGraphBuilder. by Maarten Lankhorst · 17 years ago
  53. 90d83c4 qcap: Assign to structs instead of using memcpy. by Andrew Talbot · 17 years ago
  54. 44b52b1 Assorted spelling fixes. by Francois Gouget · 17 years ago
  55. 69c984b qcap: Remove unneeded casts. by Andrew Talbot · 17 years ago
  56. f36602d qcap: Complete initializers for g_cTemplates[]. by Gerald Pfeifer · 17 years ago
  57. ad93963 Removed some unneeded imports. by Alexandre Julliard · 17 years ago
  58. 0805f6b qcap: Fix a mem leak on an error path. Found by Smatch. by Michael Stefaniuc · 17 years ago
  59. 48dcc3f qcap: Constify some variables. by Andrew Talbot · 18 years ago
  60. 1638151 qcap: Replace DeleteEntireSubKey with RegDeleteTreeW. by Stefan Leichter · 18 years ago
  61. b3d32c8 qcap: Exclude unused headers. by Andrew Talbot · 18 years ago
  62. 614ee83 qcap: Add DebugInfo to critical sections. by Jan Zerebecki · 18 years ago
  63. 3c3e3e8 qcap: Initialize a variable (Coverity). by Paul Vriens · 18 years ago
  64. 97a2203 qcap: Declare some items static. by Andrew Talbot · 18 years ago
  65. 909b6c0 qcap: Fix a typo. by Andrew Talbot · 18 years ago
  66. 8029679 qcap: Do not store full DLL path in the registry. by Dmitry Timoshkov · 18 years ago
  67. 597f0b8 qcap: Print GetLastError() in decimal with '%u'. by Francois Gouget · 18 years ago
  68. 4b675fd qcap: Cast-qual warnings fix. by Andrew Talbot · 18 years ago
  69. 079bb8a qcap: Win64 printf format warning fixes. by Michael Stefaniuc · 18 years ago
  70. 99e2c6d janitorial: Remove redundant NULL checks before CoTaskMemFree (found by Smatch). by James Hawkins · 18 years ago
  71. 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 · 18 years ago
  72. 32ab895 makefiles: Generate the dependencies line to avoid some code duplication. by Alexandre Julliard · 19 years ago
  73. 759e645 qcap: Print 64bit integers with wine_dbgstr_longlong. by Stefan Leichter · 19 years ago
  74. eb8a40c libs: Merged libwine_unicode into libwine. by Alexandre Julliard · 19 years ago
  75. 77dc0d9 .gitignore: Added wildcards to ignore generated resource files. by Alexandre Julliard · 19 years ago
  76. cc2b3b4 Take advantage of the recursive nature of .gitignore for Makefile entries. by Alexandre Julliard · 19 years ago
  77. 360a3f9 Update the address of the Free Software Foundation. by Jonathan Ernst · 19 years ago
  78. 0ec7e1a Renamed all .cvsignore files to .gitignore. by Alexandre Julliard · 19 years ago
  79. 7e22be4 We are no longer generating .dbg.c files. by Alexandre Julliard · 19 years ago
  80. 6dc69f5 Fix gcc 4.0 warnings. by Mike McCormack · 20 years ago
  81. d37f0ab Don't prefix the functions DllCanUnloadNow, DllGetClassObject and by Alexandre Julliard · 20 years ago
  82. 49b7fdc Removed the broken mmap64 configure check, and moved the by Alexandre Julliard · 20 years ago
  83. 738e88d Replace the ICOM_THIS_From macros by inline functions. by Alexandre Julliard · 20 years ago
  84. 85c9283 Don't generate import libraries for dlls that don't export anything. by Alexandre Julliard · 20 years ago
  85. bda7ace Interlocked LONG* gcc warning fixes. by Mike McCormack · 20 years ago
  86. 0791d06 Interlocked LONG* gcc warning fixes. by Mike McCormack · 20 years ago
  87. ac6f562 Fix more -Wstrict-prototypes warnings. by Stefan Huehner · 20 years ago
  88. 6394a15 Assorted spelling fixes. by Francois Gouget · 20 years ago
  89. eba47f1 Make remaining OLE interface vtables const. by Dmitry Timoshkov · 20 years ago
  90. b58f0a3 Implemented VfwCapture interface. by Maarten Lankhorst · 20 years ago
  91. b6a779a Remove unneeded cast. by Francois Gouget · 20 years ago
  92. 5d16ab6 Implemented VfwCapture interface. by Maarten Lankhorst · 20 years ago
  93. a64c10f Added YUV routines needed for v4l driver, and in the future possibly by Maarten Lankhorst · 20 years ago
  94. 32e93f3 Fixed SetFilterGraph failure. by Maarten Lankhorst · 20 years ago
  95. 2c9cb01 Add pin functions from quartz. by Maarten Lankhorst · 20 years ago
  96. 30d5120 DllCanUnloadNow fix. Fixed ObjRefCount for EnumPins. by Maarten Lankhorst · 20 years ago
  97. c9b84bd Added EnumPins from quartz for internal use. by Maarten Lankhorst · 20 years ago
  98. 6abcab7 Fixed initialisation crash on loading qcap dll. by Maarten Lankhorst · 20 years ago
  99. 012b453 Fixed qcap's inherited enummedia bugs. by Maarten Lankhorst · 20 years ago
  100. 19312f3 Add IEnumMediaType object for use by other class objects. This is by Rolf Kalbermatter · 20 years ago