1. 5568f33 quartz: Forward IMediaFilter to IMediaControl. by Maarten Lankhorst · 15 years ago
  2. 44827a0 quartz: Implement IBasicVideo get_AvgTimePerFrame. by Maarten Lankhorst · 15 years ago
  3. cb469fe quartz: Fix return value of DSoundRender_GetState. by Gerald Pfeifer · 15 years ago
  4. 5fd618a quartz: Remove unused variable pOutputPin from MPEGSplitter_process_sample. by Gerald Pfeifer · 15 years ago
  5. af72df2 quartz: Remove variable keyframe which is not really used from AVISplitter_next_request. by Gerald Pfeifer · 15 years ago
  6. 1db85c1 quartz: Properly return E_POINTER when ppFilters is null. by Jerome Leclanche · 15 years ago
  7. 0dac2e8 quartz: Remove variable keyframe which is not really used from AVISplitter_next_request. by Gerald Pfeifer · 15 years ago
  8. 6c016ac quartz: Fix return value for StdMediaSample2_GetTime in error cases. by Gerald Pfeifer · 15 years ago
  9. 56659c3 quartz: Don't return a pointer to a stack variable in AMFilterData_ParseFilterData(). by Henri Verbeet · 15 years ago
  10. 0a671de quartz: Fix compiler warnings with flag -Wcast-qual. by Mikhail Maroukhine · 15 years ago
  11. 3428b94 Assorted spelling and case fixes. by Francois Gouget · 15 years ago
  12. bef5645 makefiles: Remove the no longer needed explicit separators for dependencies. by Alexandre Julliard · 15 years ago
  13. da550ed quartz: Don't cast WSTR to BSTR, convert properly instead. by Nikolay Sivov · 15 years ago
  14. af2bed4 quartz: Silence the FIXME that AsyncReader does not implement IBasicAudio. by Paul Chitescu · 15 years ago
  15. daa4943 quartz: Do not assert() the existence of a media format of an input pin. by Paul Chitescu · 15 years ago
  16. 6164ce2 makefiles: Use the standard C_SRCS variable as the list of test files. by Alexandre Julliard · 15 years ago
  17. b47091a quartz: Add stubbed IAMDirectSound interface to DSoundRenderer. by Christian Costa · 15 years ago
  18. f48d3c8 quartz/tests: Add test for querying IAMDirectSound from DSoundRenderer. by Christian Costa · 15 years ago
  19. 201c9a1 quartz: Add some tests for dsound renderer. by Maarten Lankhorst · 15 years ago
  20. e03b98e quartz: Only wait in IMediaEvent::WaitForCompletion if the filter is running. by Paul Chitescu · 15 years ago
  21. 7251e91 quartz: Implement NullRenderer's IBaseFilter::FindPin. by Paul Chitescu · 15 years ago
  22. a3fbb39 quartz: Implemented a number of the MediaPosition methods. by Alexandre Julliard · 15 years ago
  23. c81ac66 quartz: Add proxies for strmif.idl. by Alexandre Julliard · 16 years ago
  24. e73f31a quartz: Don't crash if sample allocation fails. by Juan Lang · 16 years ago
  25. 7ba802a quartz: Release enumpins when done with it. by Chris Robinson · 16 years ago
  26. 74c07a1 quartz: Data may be incomplete at the end of file so do not assert if we have less data than expected. by Christian Costa · 16 years ago
  27. 5fdf50f quartz: Make sure cookie* are not uninitialized (Coverity 760). by Marcus Meissner · 16 years ago
  28. 3fbf3f6 quartz/tests: If CoCreateInstance() fails, it's safe to return, as no cleanup is needed. by Kai Blin · 16 years ago
  29. efbb4eb widl: Output "LONG" instead of "long" for a 32bit integer. by Michael Stefaniuc · 16 years ago
  30. 7ef5f44 include: Change long to LONG in axextend.idl. by Michael Stefaniuc · 16 years ago
  31. a3269bd quartz: Change long to LONG in control.idl. by Michael Stefaniuc · 16 years ago
  32. 166db1e quartz: Use a more appropriate size for the video renderer window. by Henri Verbeet · 16 years ago
  33. 20f565d quartz/tests: Fix missing void in empty parameter list. by Alasdair Sinclair · 16 years ago
  34. cc7fc4a quartz: Remove superfluous pointer casts. by Michael Stefaniuc · 16 years ago
  35. 5ea119a quartz: Fix NULL pointer dereference (Coverity). by Nikolay Sivov · 16 years ago
  36. b4d246b quartz/tests: Fix test failures on Win95 by using A-functions. by Paul Vriens · 16 years ago
  37. 8be5798 quartz: Make the IMemInputPin functions static. by Francois Gouget · 16 years ago
  38. 669ced3 quartz: Only test for the presence or absence of a single filter in a loop. Testing for more than one depends on the order of enumeration, which isn't guaranteed. by Juan Lang · 16 years ago
  39. 9908100 quartz/tests: Fix some test failures on Win95. by Paul Vriens · 16 years ago
  40. 2724ada quartz/tests: Remove superfluous pointer casts. by Michael Stefaniuc · 16 years ago
  41. e9f1aa2 quartz: Add a filtergraph test for mpeg files. by Lei Zhang · 16 years ago
  42. 8c33528 quartz: Use SetWindowLongPtr to store a pointer value. by Alexandre Julliard · 16 years ago
  43. 0014046 quartz: Avoid a pointer cast in a trace. by Alexandre Julliard · 16 years ago
  44. 14d44a0 quartz: OutputPin_DeliverNewSegment() is unused so remove it. by Francois Gouget · 16 years ago
  45. 5b92b39 quartz: Reorder some functions to avoid forward declarations. by Francois Gouget · 16 years ago
  46. fa8cd74 quartz: Remove unused IMemInputPin vtables. by Christian Costa · 16 years ago
  47. c83e4f1 quartz: Fix some traces and fixmes. by Christian Costa · 16 years ago
  48. d17609a quartz: Ignore unknown chunks when parsing AVI headers. by Lei Zhang · 16 years ago
  49. 0613024 quartz/tests: Fix test failures on Win9x by using A-functions. by Paul Vriens · 16 years ago
  50. 8bd9a3a janitorial: Don't depend on user32 for the self registration functions. by Hans Leidekker · 16 years ago
  51. 7e1b714 quartz: Enumerate all the pins on filter and check directions when rendering. by Lei Zhang · 16 years ago
  52. 480e697 quartz: Turn some fixmes into traces. by Christian Costa · 16 years ago
  53. 1f45516 quartz: Accept null clsMinorType for pins when registering filters + tests. by Christian Costa · 16 years ago
  54. 1a18b79 quartz: Don't cast zero. by Michael Stefaniuc · 16 years ago
  55. 18bf17e quartz: Use FIELD_OFFSET instead of casting a pointer to int. by Alexandre Julliard · 16 years ago
  56. 50fda76 quartz: Return properly when input is flushing or reaching end of stream. by Christian Costa · 16 years ago
  57. e78ea28 quartz: Make some functions and variables static. by Alexandre Julliard · 16 years ago
  58. 14485c3 quartz: Avoid leaking penummt and mt on error. by Christian Costa · 16 years ago
  59. 57908f8 quartz: Remove CALLBACK on static functions where not needed. by Francois Gouget · 16 years ago
  60. 9517637 quartz: Remove WINAPI on static functions where not needed. by Francois Gouget · 16 years ago
  61. abe85bc quartz: Removed dead code and variables (llvm/clang). by Ricardo Filipe · 16 years ago
  62. 8699661 quartz: Fix FilterGraph2_Connect to be thread-safe and not recurse infinitely. by Maarten Lankhorst · 16 years ago
  63. f578964 Revert "quartz: Reaching a renderer in the filtergraph is not an error." by Maarten Lankhorst · 16 years ago
  64. 62a0bd6 quartz: Reaching a renderer in the filtergraph is not an error. by Lei Zhang · 16 years ago
  65. 36c40e5 quartz/tests: Fix a few failures on Win95 and NT4. by Paul Vriens · 16 years ago
  66. 6ed258e quartz: Check for NULL condition in FilterGraph2_Disconnect. by David Adam · 16 years ago
  67. a19ff5f quartz: Sign-compare warnings fix. by Andrew Talbot · 16 years ago
  68. 9988ae3 quartz: Sign-compare warnings fix. by Andrew Talbot · 16 years ago
  69. b2d2015 quartz: Implement dynamic format changing in directsound renderer. by Maarten Lankhorst · 16 years ago
  70. ca0db58 quartz: Fix ACMWrapper to allow mono channels too. by Maarten Lankhorst · 16 years ago
  71. 56c6f76 quartz: Use the right FAILED/SUCCEEDED macro instead of negating the opposite. by Michael Stefaniuc · 16 years ago
  72. a3c2c50 quartz: Check hr so we are not incrementing a NULL (Coverity 106). by Aric Stewart · 16 years ago
  73. 2fb89a4 quartz: Fix placement of WINAPI attribute in fnFoundSeek typedef. by Rob Shearman · 16 years ago
  74. e7ecfe2 quartz: Don't use strlenW in array size declaration. by Rob Shearman · 16 years ago
  75. 907bb7a quartz: Requeue in pullpin if request for data timed out. by Maarten Lankhorst · 17 years ago
  76. d458efe quartz: Return VFW_E_WRONG_STATE in file source if flushing. by Maarten Lankhorst · 17 years ago
  77. c71ba1a quartz: Don't abort starting for unconnected pin in avi splitter. by Maarten Lankhorst · 17 years ago
  78. fd966f8 quartz: Add missing calls to EndFlush. by Maarten Lankhorst · 17 years ago
  79. f0f00d1 quartz: Implement IMediaPosition::put_CurrentPosition. by Maarten Lankhorst · 17 years ago
  80. 48865c9 quartz/tests: Fix potential NULL dereference (Coverity). by Alexander Dorofeyev · 17 years ago
  81. ee14852 quartz/tests: Fix the tests on several platforms. by Paul Vriens · 17 years ago
  82. 8f23fc4 quartz/tests: Add a missing CoUninitialize. by Paul Vriens · 17 years ago
  83. dc302b7 quartz: Add return statement to PullPin_Thread_Main(). by Gerald Pfeifer · 17 years ago
  84. 5bef4b0 quartz/tests: Use CreateFileA instead of CreateFileW to please win9x. by Paul Vriens · 17 years ago
  85. 5d900bb Avoid some size_t printf format warnings. by Alexandre Julliard · 17 years ago
  86. a35431a quartz: Use memcmp instead of strncmp in MPEGSplitter_pre_connect. by Rob Shearman · 17 years ago
  87. 03a25b4 quartz: Fix testing of HRESULT types with not operator instead of comparing against S_OK. by Rob Shearman · 17 years ago
  88. 04c40f2 quartz/tests: Skip some tests on NT4. by Paul Vriens · 17 years ago
  89. 94ef374 quartz: Fix support for files with multiple odml indexes. by Maarten Lankhorst · 17 years ago
  90. 6becc9e quartz: Fix end of file handling when first request is already end of file. by Maarten Lankhorst · 17 years ago
  91. 89f4eee quartz: Pass InputPin as parameter to transform filter. by Maarten Lankhorst · 17 years ago
  92. 2b452ce quartz: Use correct media type in transformfilter's QueryAccept. by Maarten Lankhorst · 17 years ago
  93. db2ccf4 quartz: Make transform filter return hresult from running/pausing. by Maarten Lankhorst · 17 years ago
  94. fa38a7e quartz: Trace the iface pointer in the memory allocator. by Maarten Lankhorst · 17 years ago
  95. a516f27 quartz: assert.h is not a local include. by Francois Gouget · 17 years ago
  96. 3376ba6 quartz: Fix end of stream handling in avi splitter. by Maarten Lankhorst · 17 years ago
  97. 271ee48 quartz: Fix bugs that occur during connection. by Maarten Lankhorst · 17 years ago
  98. 0f9356e quartz: Fix handling of zero byte samples and endofstreams. by Maarten Lankhorst · 17 years ago
  99. bc5ce27 Assorted spelling fixes. by Francois Gouget · 17 years ago
  100. bca80e1 quartz: Fix interface leak in FilterGraph2_Render. by Alexander Dorofeyev · 17 years ago