1. 23 May, 2006 1 commit
  2. 08 May, 2006 1 commit
  3. 27 Jan, 2006 1 commit
  4. 08 Dec, 2005 1 commit
  5. 21 Nov, 2005 1 commit
  6. 03 Oct, 2005 1 commit
  7. 09 Sep, 2005 1 commit
  8. 03 Jul, 2005 1 commit
  9. 30 May, 2005 1 commit
  10. 29 May, 2005 1 commit
  11. 14 May, 2005 1 commit
  12. 18 Apr, 2005 1 commit
  13. 17 Mar, 2005 1 commit
  14. 04 Mar, 2005 1 commit
  15. 02 Mar, 2005 2 commits
  16. 23 Feb, 2005 3 commits
  17. 28 Jan, 2005 1 commit
  18. 20 Dec, 2004 1 commit
  19. 06 Dec, 2004 1 commit
    • Alexandre Julliard's avatar
      Authors: Eric Pouech <pouech-eric@wanadoo.fr>, Filip Navara <xnavara@volny.cz> · b4e49557
      Alexandre Julliard authored
      32 bit low level drivers now use a Unicode interface (used to be ANSI):
      - Send the *_GETDEVCAPS messages in unicode format from the
        *GetDevCapsW function and call the *GetDevCapsW from their respective
        Ansi versions.
      - Modify all low level drivers to correctly process the *_GETDEVCAPS
        messages as unicode.
      - *_GETDEVCAPS messages are now mapped from/to unicode for 16 bit code.
      - Removed all SoundBlaster naming oldies.
      Better use of some unicode functions (instead of Ansi) in winmm.
      b4e49557
  20. 26 Oct, 2004 1 commit
    • Robert Reif's avatar
      Split up audio.c into three separate .c files: · 0e3c524f
      Robert Reif authored
      audio.c: OSS functions and waveIn and waveOut driver functions.
      dscapture.c: direct sound capture driver implementation.
      dsrender.c: direct sound renderer driver implementation.
      0e3c524f
  21. 08 Sep, 2004 1 commit
  22. 01 Sep, 2004 1 commit
  23. 23 Aug, 2004 1 commit
  24. 20 Aug, 2004 1 commit
  25. 19 Aug, 2004 2 commits
  26. 18 Aug, 2004 1 commit
  27. 16 Aug, 2004 1 commit
  28. 13 Aug, 2004 1 commit
  29. 12 Aug, 2004 2 commits
  30. 04 Aug, 2004 1 commit
  31. 23 Jul, 2004 1 commit
    • Francois Gouget's avatar
      Added bytes_to_mmtime() to convert the stream position from bytes to · eed1b520
      Francois Gouget authored
      the requested MMTIME format. This function should be identical in all
      drivers.
      Remove the corresponding code from wodGetPosition() and
      widGetPosition() and use bytes_to_mmtime() instead.
      bytes_to_mmtime() uses no floating-point arithmetic to compute
      TIME_SMPTE and no longer uses round(). It should have no integer
      overflows either.
      eed1b520
  32. 19 Jul, 2004 1 commit
  33. 14 Jul, 2004 1 commit
  34. 06 Jul, 2004 1 commit
  35. 16 Jun, 2004 1 commit