1. 0410e50 strmbase: Move BasePin implementation to strmbase. by Aric Stewart · 14 years ago
  2. bb110c7 strmbase: Move enumpins from quartz to strmbase. by Aric Stewart · 14 years ago
  3. deaeeb7 quartz: Use MediaSeekingPassThru for DirectSound renderer. by Maarten Lankhorst · 15 years ago
  4. 3658bf2 quartz: Fix flushing in dsound renderer. by Maarten Lankhorst · 15 years ago
  5. 63512e8 quartz: Avoid using the long type. by Michael Stefaniuc · 15 years ago
  6. cb469fe quartz: Fix return value of DSoundRender_GetState. by Gerald Pfeifer · 15 years ago
  7. b47091a quartz: Add stubbed IAMDirectSound interface to DSoundRenderer. by Christian Costa · 15 years ago
  8. a3269bd quartz: Change long to LONG in control.idl. by Michael Stefaniuc · 16 years ago
  9. cc7fc4a quartz: Remove superfluous pointer casts. by Michael Stefaniuc · 16 years ago
  10. b2d2015 quartz: Implement dynamic format changing in directsound renderer. by Maarten Lankhorst · 16 years ago
  11. 5c0ff73 quartz: Add missing LeaveCriticalSection on error path (Smatch). by Michael Stefaniuc · 17 years ago
  12. adcf93a quartz: Fix deadlocks in dsound renderer. by Maarten Lankhorst · 17 years ago
  13. 992fb02 quartz: Fix deadlock with transform filter. by Maarten Lankhorst · 17 years ago
  14. b6b67f6 quartz: Implement state transitions in directsound renderer, and block on pause. by Maarten Lankhorst · 17 years ago
  15. e5767b1 quartz: Fix return values in directsound renderer. by Maarten Lankhorst · 17 years ago
  16. 3bda54b quartz: Downgrade a fixme to a warn in dsoundrender. by Maarten Lankhorst · 17 years ago
  17. 3329433 quartz: Remove dead code from DSoundRender. by Maarten Lankhorst · 17 years ago
  18. d283bcd quartz: DSoundRender shouldn't delete buffer when already connected. by Maarten Lankhorst · 17 years ago
  19. e870540 quartz: Add the ability to force a pin to use a certain renderer. by Maarten Lankhorst · 17 years ago
  20. 40c0566 quartz: Improve the directsound renderer a bit. by Maarten Lankhorst · 17 years ago
  21. 7934951 quartz: Make the EnumPins interface dynamic. by Maarten Lankhorst · 17 years ago
  22. aab8fae Spelling fixes. by Austin English · 17 years ago
  23. f9c2d8e quartz: Add some more tests and fix wine to pass them. by Maarten Lankhorst · 17 years ago
  24. 810a933 quartz: Change longlong printfs. by Maarten Lankhorst · 17 years ago
  25. 9d9bf6f quartz: Only drop Preroll samples after obtaining its time. by Maarten Lankhorst · 17 years ago
  26. d7fbc7e quartz: Drop preroll frames in directsound renderer too. by Maarten Lankhorst · 17 years ago
  27. a0e8b97 quartz: Check for discontinuities in the directsound renderer. by Maarten Lankhorst · 17 years ago
  28. 5fb4224 quartz: Silence requests for IVideoWindow. by Maarten Lankhorst · 17 years ago
  29. f2dccab quartz: Make the directsound renderer handle the Play->Pause->Play position without dropping data. by Maarten Lankhorst · 17 years ago
  30. de117c1 quartz: Make the DirectSound renderer return S_FALSE packet if in the paused state. by Maarten Lankhorst · 17 years ago
  31. d1aa222 quartz: Make wait timeout in directsound slightly larger. by Maarten Lankhorst · 17 years ago
  32. 01c6e64 quartz: Handle flushing and end of stream notifications for input pins. by Maarten Lankhorst · 17 years ago
  33. fab66ee quartz: Get rid of code duplication and add a flush method. by Maarten Lankhorst · 17 years ago
  34. db8b2ca quartz: Silence requests for ipin on filters. by Maarten Lankhorst · 17 years ago
  35. 17a1c64 quartz: Play silence in directsound renderer on end of stream notification. by Maarten Lankhorst · 17 years ago
  36. 9ec4240 quartz: Add mediaseeking stub to audio renderer. by Maarten Lankhorst · 17 years ago
  37. 6d965b8 quartz: Silence the directsound buffer on starting. by Maarten Lankhorst · 17 years ago
  38. b5a8df5 quartz: Fix typo. by Maarten Lankhorst · 17 years ago
  39. 41044dc quartz: Fix memory leaks on error paths. Found by Smatch. by Michael Stefaniuc · 17 years ago
  40. 1f3133d quartz: Constify some variables. by Andrew Talbot · 18 years ago
  41. 5ded3a9 quartz: Exclude unused headers. by Andrew Talbot · 18 years ago
  42. 147b0cf quartz: Create DirectSound device and buffer at filter creation and connection respectively. by Chris Robinson · 18 years ago
  43. e508f2c quartz: Add partial implementation of IReferenceClock for DSoundRenderer. by Chris Robinson · 18 years ago
  44. 2994695 quartz: Use more precise positioning information for the DSound filter's reference clock. by Chris Robinson · 18 years ago
  45. c76d556 quartz: Use a second-long DSound buffer for playback. by Chris Robinson · 18 years ago
  46. 4eea356 quartz: Don't fill the dsound buffer with small amounts. by Chris Robinson · 18 years ago
  47. 8a1d4d1 quartz: Protect DSound buffer creation with a critical section lock. by Chris Robinson · 18 years ago
  48. 5740072 quartz: Implement volume and pan control for DSoundRenderer. by Chris Robinson · 18 years ago
  49. a7151d8 quartz: Make DSoundRender_Run start the playback buffer. by Chris Robinson · 18 years ago
  50. 6bd3b15 quartz: Don't delete critical sections before the filter's pins are done using them. by Chris Robinson · 18 years ago
  51. 809f684 quartz: Force disconnect when a filter is fully released. by Chris Robinson · 18 years ago
  52. b5619e8 quartz: Add DebugInfo to critical sections. by Jan Zerebecki · 18 years ago
  53. 868dd53 quartz: Stop DSound buffer playback when the filter is paused or stopped, not the next time it's processed. by Chris Robinson · 18 years ago
  54. e44a0d6 quartz: Check allocation failure and clear memory in DSound Renderer. by Chris Robinson · 18 years ago
  55. 9b4f997 dsound: Update prototypes for IDirectSoundBuffer::Lock/Unlock. by Tomas Carnecky · 18 years ago
  56. 0452706 quartz: Use proper alloc/free functions for COM objects. by Chris Robinson · 18 years ago
  57. 0717c96 quartz: Improve reference traces. by Chris Robinson · 18 years ago
  58. e306140 quartz: Check for the proper ID when querying for the IBasicAudio interface. by Chris Robinson · 18 years ago
  59. 7605dc0 quartz: Stop and free the dsound buffer when needed. by Chris Robinson · 18 years ago
  60. cfbb859 quartz: Win64 printf format warning fixes. by Hans Leidekker · 18 years ago
  61. cb4889d quartz: DSoundRender: Do not overwrite a full buffer. by Sagar Mittal · 19 years ago
  62. 360a3f9 Update the address of the Free Software Foundation. by Jonathan Ernst · 19 years ago
  63. 9f85969 Replace DPRINTF by TRACE in a few places. by Alexandre Julliard · 20 years ago
  64. 0791d06 Interlocked LONG* gcc warning fixes. by Mike McCormack · 20 years ago
  65. e901cc4 Improved errors handling a bit in dsound renderer. by Christian Costa · 20 years ago
  66. e732fc0 Janitorial: Get rid of strncpy/strncpyW. by Peter Berg Larsen · 20 years ago
  67. 7dea79c Handle End Of Stream notifications. Some AVI Splitter fixes. by Christian Costa · 20 years ago
  68. c6559a1 - Use Interlocked* functions in AddRef and Release. by Paul Vriens · 20 years ago
  69. 9b8d5c6 Initialize the COM libraries for the newly created worker thread in by Christian Costa · 20 years ago
  70. 5182f70 Fixed MediaSample passing. This is the upstream filter that releases by Christian Costa · 20 years ago
  71. f5f7a18 Removed some more uses of the non-standard ICOM_THIS macro. by Alexandre Julliard · 21 years ago
  72. dff5004 Assorted spelling fixes. by Francois Gouget · 21 years ago
  73. f096fa3 Added Video Renderer (based on Direct Draw). by Christian Costa · 21 years ago