1. aef3f42 winenas.drv: Remove oldb from nas_add_buffer, where it's unused. by Austin English · 15 years ago
  2. ce91ee4 winenas.drv: Move opening wave device to audio.c. by Maarten Lankhorst · 15 years ago
  3. 5ef4819 Assorted spelling fixes. by Francois Gouget · 16 years ago
  4. 0bd62fd winenas.drv: Replace malloc() with HeapAlloc(). by Andrew Talbot · 16 years ago
  5. d360588 winenas.drv: dwParam1 and dwParam2 cwhave the type DWORD_PTR. by Michael Stefaniuc · 16 years ago
  6. 3ba0eed winenas.drv: Remove superfluous pointer casts. by Michael Stefaniuc · 16 years ago
  7. 377f14c winenas: Add return statement to wodPlayer(). by Gerald Pfeifer · 17 years ago
  8. ddf9697 winenas.drv: Assign to struct instead of using memcpy. by Andrew Talbot · 17 years ago
  9. 0e4adae Spelling fixes. by Austin English · 17 years ago
  10. 1e25c7b winenas.drv: Add workaround for INT64 type too. by Alexandre Julliard · 17 years ago
  11. 826321b winenas.drv: Add DebugInfo to critical sections. by Jan Zerebecki · 18 years ago
  12. ae0380d winenas: Renamed the dlls/winmm/winenas directory to dlls/winenas.drv. by Alexandre Julliard · 18 years ago[Renamed from dlls/winmm/winenas/audio.c]
  13. 173f7bd janitorial: Remove remaining NULL checks before free() (found by Smatch). by Michael Stefaniuc · 18 years ago
  14. 6f6e054 winmm/winenas: Win64 printf format warning fixes. by Michael Stefaniuc · 18 years ago
  15. 360a3f9 Update the address of the Free Software Foundation. by Jonathan Ernst · 19 years ago
  16. 65a1796 winenas: fix crash. by Eric Pouech · 19 years ago
  17. 9b65ffb Add some consts to fix discard-qual warnings. by Stefan Huehner · 20 years ago
  18. b2ba933 Make multimedia threads high priority. by Mike McCormack · 20 years ago
  19. 2b3aa7c Fall back to default prepare/unprepare header functions. by Robert Reif · 20 years ago
  20. 7105248 Apply Jeremy White's SMPTE calculation fix to each audio driver. by Francois Gouget · 20 years ago
  21. 7d92b5d Fix structure member name to match windows headers and fix up all by Robert Reif · 20 years ago
  22. 2d8e75d A driver does not have to support all formats. by Robert Reif · 20 years ago
  23. b4e4955 Authors: Eric Pouech <pouech-eric@wanadoo.fr>, Filip Navara <xnavara@volny.cz> by Alexandre Julliard · 20 years ago
  24. 5c2a891 Made some functions and variables static. by Eric Pouech · 20 years ago
  25. 7bf4eee Remove wine specific DRV_QUERYDSOUNDGUID message and calculate it in by Robert Reif · 21 years ago
  26. eed1b52 Added bytes_to_mmtime() to convert the stream position from bytes to by Francois Gouget · 21 years ago
  27. 54751b2 Use round() instead of ceil() in wodGetPosition(TIME_SMPTE). by Francois Gouget · 21 years ago
  28. bdbb54f Fix calculation of SMPTE time (round up to full frame). by Robert Reif · 21 years ago
  29. 8ceb200 We only support 8 and 16 bit sound so we should reject the other formats. by Francois Gouget · 21 years ago
  30. f7cae99 Move the data around when the ring buffer is resized so that the empty by Jeremy Shaw · 21 years ago
  31. e37c6e1 Fixed header dependencies to be fully compatible with the Windows by Alexandre Julliard · 22 years ago
  32. a104d91 Added a dynamically growing ring buffer for oss, alsa, arts, and nas. by Robert Reif · 22 years ago
  33. 79916df The missing part of multiple device support for winearts, wineaudioio, by Jerry Ji · 22 years ago
  34. f63e5b6 Remove errno.h from files that do not need it. by Marcus Meissner · 22 years ago
  35. 6fa2ac6 Removed DECLARE_OLD_HANDLE. Fixed a few remaining warnings. by Alexandre Julliard · 22 years ago
  36. e969027 Fixed warnings. by Alexandre Julliard · 23 years ago
  37. dd0bdbe Removed the __uint* types from basetsd.h since they don't exist under by Alexandre Julliard · 23 years ago
  38. d016f81 Added include protection for unistd.h and sys/time.h. by Patrik Stridvall · 23 years ago
  39. 4325554 Fixed some issues found by winapi_check. by Patrik Stridvall · 23 years ago
  40. 2a0dd0b Speed and buffer improvement, code clean up, and fix some bug by Nicolas Escuder · 23 years ago
  41. 04b5a86 Merged the NAS driver written by Nicolas Escuder <n.escuder@alineanet.com>. by Alexandre Julliard · 23 years ago