1. fac36c5 Assorted typo, spelling, wording and case fixes. by Francois Gouget · 13 years ago
  2. 7e30960 dlls: Assorted spelling fixes. by Frédéric Delanoy · 14 years ago
  3. 7630a6f msg711: Correct wave format parameters to remove stuttering. by Jörg Höhle · 15 years ago
  4. 3bd8b3c msg711.acm: Pointer cast changed to DWORD_PTR. by Eddie Leung · 16 years ago
  5. 231fa34 msg711.acm: Constify some variables. by Andrew Talbot · 18 years ago
  6. a97d79e msg711.acm: Replace inline static with static inline. by Andrew Talbot · 18 years ago
  7. bb7bc01 msg711.acm: Constify some variables. by Andrew Talbot · 18 years ago
  8. 0780575 msg711.acm: Remove unused function. by Andrew Talbot · 18 years ago
  9. ef998ea Assorted spelling fixes. by Francois Gouget · 18 years ago
  10. 85db093 msg711.acm: Win64 printf format warning fixes. by Michael Stefaniuc · 19 years ago
  11. 00e7793 janitorial: Put "inline static" at the beginning of a declaration. by Michael Stefaniuc · 19 years ago
  12. 360a3f9 Update the address of the Free Software Foundation. by Jonathan Ernst · 19 years ago
  13. 66a5c73 msg711: Renamed the dlls/msacm/msg711 directory to dlls/msg711.acm. by Alexandre Julliard · 19 years ago[Renamed from dlls/msacm/msg711/msg711.c]
  14. 8140d66 Fix all drivers DriverProc to conform to the DRIVERPROC definition. by Dmitry Timoshkov · 19 years ago
  15. c6b005a Fixed some more traces to use the right printf format and avoid typecasts. by Alexandre Julliard · 20 years ago
  16. cf1d00b Removed excessive statement (break after return or goto, not useful by Eric Pouech · 20 years ago
  17. 3e2af5d Fix a typo that didn't allow pcm to mulaw conversions. by Robert Reif · 20 years ago
  18. ebf0eb3 Make static Unicode strings const. by Francois Gouget · 21 years ago
  19. 32b1e67 Moved msacmdrv.h to include directory to avoid inter-dll header dependencies. by Alexandre Julliard · 21 years ago
  20. e37c6e1 Fixed header dependencies to be fully compatible with the Windows by Alexandre Julliard · 22 years ago
  21. 864ca06 winnls.h must not include winbase.h. by Alexandre Julliard · 22 years ago
  22. d2667a4 Removed unnecessary HANDLE typecasts. by Francois Gouget · 22 years ago
  23. 9a62491 Removed trailing whitespace. by Vincent Béron · 23 years ago
  24. aeb0cdb Implemented a G711 ACM codec (supports both A-Law and MU-Law). by Eric Pouech · 23 years ago
  25. 140e722 Removed more code at Hidenori's request. by Alexandre Julliard · 23 years ago
  26. 3320b43 Made use of MSACM driver definitions. by Eric Pouech · 23 years ago
  27. bcb9c46 Implemented G711 codec driver. by Hidenori Takeshima · 23 years ago