1. 24 Dec, 2007 1 commit
  2. 10 May, 2007 1 commit
  3. 18 Jan, 2007 1 commit
  4. 06 Jan, 2007 1 commit
  5. 06 Nov, 2006 1 commit
  6. 12 Oct, 2006 1 commit
  7. 21 Sep, 2006 1 commit
  8. 23 May, 2006 1 commit
  9. 10 Apr, 2006 1 commit
  10. 18 Jan, 2006 6 commits
  11. 16 Jan, 2006 1 commit
  12. 20 Dec, 2005 1 commit
    • Alex Villacís Lasso's avatar
      msacm: Preserve value of cbStruct in acmDriverDetails. · 9a95aa7d
      Alex Villacís Lasso authored
      Ensure that the cbStruct member of the ACMDRIVERDETAILS[AW] struct is
      filled with a valid value before returning.
      Fill the cbStruct member of the ACMDRIVERDETAILS[AW] before sending a
      ACMDM_DRIVER_DETAILS message to an installed codec that might be a
      native library: native ACM codecs expect cbStruct to be valid before
      filling the rest of the struct with any data.
      9a95aa7d
  13. 12 Sep, 2005 1 commit
  14. 01 Jun, 2004 1 commit
  15. 03 May, 2004 1 commit
  16. 05 Sep, 2003 1 commit
  17. 02 Jul, 2003 1 commit
    • Eric Pouech's avatar
      - renamed winmm.OpenDriverW into winmm.OpenDriver · 5061d3a2
      Eric Pouech authored
      - replaced all inter-DLL calls (msacm and msvideo) to OpenDriverA with
        OpenDriver (unicode form)
      - as a consequence, driver name handling in msacm is now mostly
        unicode
      - moved UserYield16 and UnMapLS call out of the 32bit part of winmm
      5061d3a2
  18. 22 Oct, 2002 1 commit
  19. 09 Aug, 2002 1 commit
  20. 24 Jul, 2002 1 commit
  21. 31 May, 2002 1 commit
  22. 16 May, 2002 1 commit
  23. 11 May, 2002 1 commit
  24. 09 Mar, 2002 1 commit
  25. 09 Nov, 2001 1 commit
  26. 25 Jul, 2001 1 commit
  27. 13 Jun, 2001 1 commit
  28. 11 Jun, 2001 1 commit
  29. 22 May, 2001 1 commit
  30. 23 Apr, 2001 1 commit
  31. 13 Apr, 2001 1 commit
  32. 28 Nov, 2000 1 commit
  33. 12 Oct, 2000 1 commit
  34. 25 Sep, 2000 1 commit
  35. 26 Aug, 2000 1 commit
    • Eric Pouech's avatar
      Implemented most of '*Format*' API. · b8ba8459
      Eric Pouech authored
      Improved internal object and messages handling.
      Started some '*Filter*' functions.
      Fixed standard headers for Winelib.
      Fixed acmMetrics.
      b8ba8459