Alexandre Julliard
|
d78e2d0c8d
|
imaadp32.acm: Build with msvcrt.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2019-06-05 08:39:33 +02:00 |
Michael Stefaniuc
|
4efdb26044
|
imaadp32.acm: Use the ARRAY_SIZE() macro.
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
Signed-off-by: Andrew Eikum <aeikum@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2018-11-14 16:52:57 +01:00 |
Michael Stefaniuc
|
96cf25ed90
|
imaadp32.acm: Avoid ARRAY_SIZE-like macros.
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
Signed-off-by: Andrew Eikum <aeikum@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2018-07-12 16:53:39 +02:00 |
Zebediah Figura
|
0f0fb98498
|
imaadp32.acm: Fix nibble ordering.
Signed-off-by: Zebediah Figura <z.figura12@gmail.com>
Signed-off-by: Andrew Eikum <aeikum@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2017-06-09 16:06:22 +02:00 |
Zebediah Figura
|
2a1c1a4bac
|
imaadp32.acm: Fix block size calculations.
Signed-off-by: Zebediah Figura <z.figura12@gmail.com>
Signed-off-by: Andrew Eikum <aeikum@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2017-06-09 16:06:19 +02:00 |
Andrew Eikum
|
1a6d3c1583
|
imaadpcm32: Fix source offsets when converting stereo PCM to IMAADPCM.
Signed-off-by: Andrew Eikum <aeikum@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-12-02 15:56:32 +01:00 |
Fabian Maurer
|
351bd33f2c
|
msacm32: Added converter for ADPCM to PCM 8 bit mono.
Signed-off-by: Fabian Maurer <dark.shadow4@web.de>
Signed-off-by: Andrew Eikum <aeikum@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-05-25 00:54:44 +09:00 |
Andrew Eikum
|
ab22ea74a4
|
msacm32: Make ACM driver details match native more closely.
|
2015-05-27 14:31:39 +09:00 |
Alexandre Julliard
|
5e7416e5c8
|
makefiles: Get rid of the MAKE_DLL_RULES variable.
|
2014-01-02 12:08:18 +01:00 |
Michael Stefaniuc
|
07d602c4f1
|
imaadp32.acm: Don't bother using the register storage class specifier.
|
2012-10-08 17:40:27 +02:00 |
Francois Gouget
|
fac36c55e9
|
Assorted typo, spelling, wording and case fixes.
|
2012-05-15 16:26:43 +02:00 |
Frédéric Delanoy
|
b5a33dab88
|
dlls: Assorted spelling fixes.
|
2011-08-02 20:47:51 +02:00 |
Gerald Pfeifer
|
d73b27d806
|
imaadp32.acm: Remove ADPCM_drvOpen which is only a stub.
|
2011-05-23 11:21:41 +02:00 |
Alexandre Julliard
|
81b8ee863e
|
makefiles: Add a standard header for all makefiles to replace the common variable initializations.
|
2010-09-19 12:36:48 +02:00 |
Alexandre Julliard
|
b86d515ed6
|
dlls: Remove explicit imports of kernel32 and ntdll.
|
2010-07-21 17:38:36 +02:00 |
Jörg Höhle
|
f5715f96ab
|
imaadp32: Refine size checks.
|
2010-05-18 18:42:09 +02:00 |
Alexandre Julliard
|
bef5645eb1
|
makefiles: Remove the no longer needed explicit separators for dependencies.
|
2010-03-16 13:28:19 +01:00 |
William Waghorn
|
1debd88ce3
|
imaadp32: Refuse unknown destination format.
ADPCM_FormatSuggest must report NOTPOSSIBLE if the destination format
is not supported.
|
2009-03-23 12:37:40 +01:00 |
Stefano Guidoni
|
b7d766d94c
|
imaadp32: Support for non-standard formats.
|
2009-03-02 15:07:49 +01:00 |
Stefano Guidoni
|
fdb7d53fbb
|
imaadp32: Fixed adpcm_FormatSuggest.
|
2009-03-02 15:07:42 +01:00 |
Stefano Guidoni
|
c7fb665a92
|
imaadp32: block align the adpcm extra data.
|
2009-03-02 15:07:07 +01:00 |
Michael Stefaniuc
|
0ca2d32682
|
imaadp32.acm: Don't truncate a pointer by casting it to a DWORD.
|
2009-02-19 12:52:13 +01:00 |
Jeff Zaroyko
|
d31adc8eae
|
imaadp32: Report the same driver details as windows.
|
2008-12-08 22:02:21 +01:00 |
Austin English
|
cb2274e690
|
Spelling fixes.
|
2008-04-04 11:51:40 +02:00 |
Andrew Talbot
|
cb66a66f16
|
imaadp32.acm: Constify some variables.
|
2007-05-03 14:23:36 +02:00 |
Andrew Talbot
|
ce84a4381c
|
imaadp32.acm: Constify some variables.
|
2007-02-14 21:03:51 +01:00 |
Andrew Talbot
|
39e6c8c9b6
|
imaadp32.acm: Remove unused function.
|
2007-01-10 22:25:33 +01:00 |
Michael Stefaniuc
|
2fe86613e0
|
imaadp32.acm: Win64 printf format warning fixes.
|
2006-10-05 11:33:27 +02:00 |
Michael Stefaniuc
|
85ce5117c5
|
Add a WINE_NO_LONG_INT define to many makefiles to ease the transition of DWORD/LONG/ULONG from long to int.
|
2006-09-29 16:08:30 +02:00 |
Alexandre Julliard
|
32ab895e46
|
makefiles: Generate the dependencies line to avoid some code duplication.
|
2006-09-14 09:38:16 +02:00 |
Alexandre Julliard
|
cc2b3b48e6
|
Take advantage of the recursive nature of .gitignore for Makefile entries.
Prefix other entries with '/' to make them non-recursive.
|
2006-07-10 20:47:54 +02:00 |
Jonathan Ernst
|
360a3f9142
|
Update the address of the Free Software Foundation.
|
2006-05-23 14:11:13 +02:00 |
Alexandre Julliard
|
ff0d10983c
|
imaadp32: Renamed the dlls/msacm/imaadp32 directory to dlls/imaadp32.acm.
|
2006-03-27 23:17:19 +02:00 |