|
|
@ -1,6 +1,6 @@
|
|
|
|
From 8376f764411b8ca7f6f80a25e2abe63a4dc48fa0 Mon Sep 17 00:00:00 2001
|
|
|
|
From 3822f907cd790b0405d2bad772a8240d559aa0aa Mon Sep 17 00:00:00 2001
|
|
|
|
From: Maarten Lankhorst <maarten.lankhorst@canonical.com>
|
|
|
|
From: Maarten Lankhorst <maarten.lankhorst@canonical.com>
|
|
|
|
Date: Fri, 6 Dec 2013 21:18:54 +0100
|
|
|
|
Date: Sat, 4 Jan 2014 07:08:54 +0100
|
|
|
|
Subject: winmm: Load winealsa if winepulse is found
|
|
|
|
Subject: winmm: Load winealsa if winepulse is found
|
|
|
|
|
|
|
|
|
|
|
|
Fixes midi on winepulse
|
|
|
|
Fixes midi on winepulse
|
|
|
@ -28,9 +28,9 @@ index c3b3674..56cfe35 100644
|
|
|
|
1.8.4.2
|
|
|
|
1.8.4.2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
From 77927f6e282821ff21c637fc1c9a5d710f5f59e4 Mon Sep 17 00:00:00 2001
|
|
|
|
From ddd8b17270df0d8ba557d15e1c9425cab8c7fe12 Mon Sep 17 00:00:00 2001
|
|
|
|
From: Maarten Lankhorst <m.b.lankhorst@gmail.com>
|
|
|
|
From: Maarten Lankhorst <m.b.lankhorst@gmail.com>
|
|
|
|
Date: Fri, 6 Dec 2013 21:18:54 +0100
|
|
|
|
Date: Sat, 4 Jan 2014 07:08:54 +0100
|
|
|
|
Subject: winepulse: Add initial stub for pulseaudio support
|
|
|
|
Subject: winepulse: Add initial stub for pulseaudio support
|
|
|
|
|
|
|
|
|
|
|
|
---
|
|
|
|
---
|
|
|
@ -40,19 +40,19 @@ added here.
|
|
|
|
configure | 97 +++++++++++-
|
|
|
|
configure | 97 +++++++++++-
|
|
|
|
configure.ac | 31 +++-
|
|
|
|
configure.ac | 31 +++-
|
|
|
|
dlls/mmdevapi/main.c | 2 +-
|
|
|
|
dlls/mmdevapi/main.c | 2 +-
|
|
|
|
dlls/winepulse.drv/Makefile.in | 9 ++
|
|
|
|
dlls/winepulse.drv/Makefile.in | 7 +
|
|
|
|
dlls/winepulse.drv/mmdevdrv.c | 290 ++++++++++++++++++++++++++++++++++
|
|
|
|
dlls/winepulse.drv/mmdevdrv.c | 290 ++++++++++++++++++++++++++++++++++
|
|
|
|
dlls/winepulse.drv/winepulse.drv.spec | 5 +
|
|
|
|
dlls/winepulse.drv/winepulse.drv.spec | 5 +
|
|
|
|
6 files changed, 429 insertions(+), 5 deletions(-)
|
|
|
|
6 files changed, 427 insertions(+), 5 deletions(-)
|
|
|
|
create mode 100644 dlls/winepulse.drv/Makefile.in
|
|
|
|
create mode 100644 dlls/winepulse.drv/Makefile.in
|
|
|
|
create mode 100644 dlls/winepulse.drv/mmdevdrv.c
|
|
|
|
create mode 100644 dlls/winepulse.drv/mmdevdrv.c
|
|
|
|
create mode 100644 dlls/winepulse.drv/winepulse.drv.spec
|
|
|
|
create mode 100644 dlls/winepulse.drv/winepulse.drv.spec
|
|
|
|
|
|
|
|
|
|
|
|
diff --git a/configure b/configure
|
|
|
|
diff --git a/configure b/configure
|
|
|
|
index 81a474f..879ef8f 100755
|
|
|
|
index b4dfb47..c8f9168 100755
|
|
|
|
--- a/configure
|
|
|
|
--- a/configure
|
|
|
|
+++ b/configure
|
|
|
|
+++ b/configure
|
|
|
|
@@ -658,6 +658,8 @@ OSS4INCL
|
|
|
|
@@ -653,6 +653,8 @@ OSS4INCL
|
|
|
|
ALSALIBS
|
|
|
|
ALSALIBS
|
|
|
|
GSTREAMER_LIBS
|
|
|
|
GSTREAMER_LIBS
|
|
|
|
GSTREAMER_CFLAGS
|
|
|
|
GSTREAMER_CFLAGS
|
|
|
@ -61,7 +61,7 @@ index 81a474f..879ef8f 100755
|
|
|
|
LIBGETTEXTPO
|
|
|
|
LIBGETTEXTPO
|
|
|
|
ZLIB
|
|
|
|
ZLIB
|
|
|
|
FREETYPE_LIBS
|
|
|
|
FREETYPE_LIBS
|
|
|
|
@@ -835,6 +837,7 @@ with_osmesa
|
|
|
|
@@ -830,6 +832,7 @@ with_osmesa
|
|
|
|
with_oss
|
|
|
|
with_oss
|
|
|
|
with_png
|
|
|
|
with_png
|
|
|
|
with_pthread
|
|
|
|
with_pthread
|
|
|
@ -69,7 +69,7 @@ index 81a474f..879ef8f 100755
|
|
|
|
with_sane
|
|
|
|
with_sane
|
|
|
|
with_tiff
|
|
|
|
with_tiff
|
|
|
|
with_v4l
|
|
|
|
with_v4l
|
|
|
|
@@ -2048,6 +2051,7 @@ Optional Packages:
|
|
|
|
@@ -2044,6 +2047,7 @@ Optional Packages:
|
|
|
|
--without-oss do not use the OSS sound support
|
|
|
|
--without-oss do not use the OSS sound support
|
|
|
|
--without-png do not use PNG
|
|
|
|
--without-png do not use PNG
|
|
|
|
--without-pthread do not use the pthread library
|
|
|
|
--without-pthread do not use the pthread library
|
|
|
@ -77,7 +77,7 @@ index 81a474f..879ef8f 100755
|
|
|
|
--without-sane do not use SANE (scanner support)
|
|
|
|
--without-sane do not use SANE (scanner support)
|
|
|
|
--without-tiff do not use TIFF
|
|
|
|
--without-tiff do not use TIFF
|
|
|
|
--without-v4l do not use v4l1 (v4l support)
|
|
|
|
--without-v4l do not use v4l1 (v4l support)
|
|
|
|
@@ -3283,6 +3287,12 @@ if test "${with_pthread+set}" = set; then :
|
|
|
|
@@ -3281,6 +3285,12 @@ if test "${with_pthread+set}" = set; then :
|
|
|
|
fi
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -90,7 +90,7 @@ index 81a474f..879ef8f 100755
|
|
|
|
# Check whether --with-sane was given.
|
|
|
|
# Check whether --with-sane was given.
|
|
|
|
if test "${with_sane+set}" = set; then :
|
|
|
|
if test "${with_sane+set}" = set; then :
|
|
|
|
withval=$with_sane;
|
|
|
|
withval=$with_sane;
|
|
|
|
@@ -11689,6 +11699,87 @@ esac
|
|
|
|
@@ -12095,6 +12105,87 @@ esac
|
|
|
|
fi
|
|
|
|
fi
|
|
|
|
fi
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
|
@ -178,7 +178,7 @@ index 81a474f..879ef8f 100755
|
|
|
|
if test "x$with_gstreamer" != "xno"
|
|
|
|
if test "x$with_gstreamer" != "xno"
|
|
|
|
then
|
|
|
|
then
|
|
|
|
if test -n "$GSTREAMER_CFLAGS"; then :
|
|
|
|
if test -n "$GSTREAMER_CFLAGS"; then :
|
|
|
|
@@ -13026,12 +13117,13 @@ fi
|
|
|
|
@@ -13432,12 +13523,13 @@ fi
|
|
|
|
|
|
|
|
|
|
|
|
test -n "$ALSALIBS" || enable_winealsa_drv=${enable_winealsa_drv:-no}
|
|
|
|
test -n "$ALSALIBS" || enable_winealsa_drv=${enable_winealsa_drv:-no}
|
|
|
|
test -n "$COREAUDIO" || enable_winecoreaudio_drv=${enable_winecoreaudio_drv:-no}
|
|
|
|
test -n "$COREAUDIO" || enable_winecoreaudio_drv=${enable_winecoreaudio_drv:-no}
|
|
|
@ -194,7 +194,7 @@ index 81a474f..879ef8f 100755
|
|
|
|
then
|
|
|
|
then
|
|
|
|
as_fn_append wine_warnings "|No sound system was found. Windows applications will be silent."
|
|
|
|
as_fn_append wine_warnings "|No sound system was found. Windows applications will be silent."
|
|
|
|
fi
|
|
|
|
fi
|
|
|
|
@@ -17281,6 +17373,7 @@ wine_fn_config_dll winemp3.acm enable_winemp3_acm
|
|
|
|
@@ -17130,6 +17222,7 @@ wine_fn_config_dll winemp3.acm enable_winemp3_acm
|
|
|
|
wine_fn_config_dll wineoss.drv enable_wineoss_drv
|
|
|
|
wine_fn_config_dll wineoss.drv enable_wineoss_drv
|
|
|
|
wine_fn_config_dll wineps.drv enable_wineps_drv clean,po
|
|
|
|
wine_fn_config_dll wineps.drv enable_wineps_drv clean,po
|
|
|
|
wine_fn_config_dll wineps16.drv16 enable_win16
|
|
|
|
wine_fn_config_dll wineps16.drv16 enable_win16
|
|
|
@ -203,10 +203,10 @@ index 81a474f..879ef8f 100755
|
|
|
|
wine_fn_config_dll winex11.drv enable_winex11_drv
|
|
|
|
wine_fn_config_dll winex11.drv enable_winex11_drv
|
|
|
|
wine_fn_config_dll wing.dll16 enable_win16
|
|
|
|
wine_fn_config_dll wing.dll16 enable_win16
|
|
|
|
diff --git a/configure.ac b/configure.ac
|
|
|
|
diff --git a/configure.ac b/configure.ac
|
|
|
|
index 0124652..6a3d59c 100644
|
|
|
|
index 3c1101c..cf2cb7f 100644
|
|
|
|
--- a/configure.ac
|
|
|
|
--- a/configure.ac
|
|
|
|
+++ b/configure.ac
|
|
|
|
+++ b/configure.ac
|
|
|
|
@@ -68,6 +68,7 @@ AC_ARG_WITH(oss, AS_HELP_STRING([--without-oss],[do not use the OSS sound
|
|
|
|
@@ -70,6 +70,7 @@ AC_ARG_WITH(oss, AS_HELP_STRING([--without-oss],[do not use the OSS sound
|
|
|
|
AC_ARG_WITH(png, AS_HELP_STRING([--without-png],[do not use PNG]))
|
|
|
|
AC_ARG_WITH(png, AS_HELP_STRING([--without-png],[do not use PNG]))
|
|
|
|
AC_ARG_WITH(pthread, AS_HELP_STRING([--without-pthread],[do not use the pthread library]),
|
|
|
|
AC_ARG_WITH(pthread, AS_HELP_STRING([--without-pthread],[do not use the pthread library]),
|
|
|
|
[if test "x$withval" = "xno"; then ac_cv_header_pthread_h=no; fi])
|
|
|
|
[if test "x$withval" = "xno"; then ac_cv_header_pthread_h=no; fi])
|
|
|
@ -262,7 +262,7 @@ index 0124652..6a3d59c 100644
|
|
|
|
then
|
|
|
|
then
|
|
|
|
WINE_WARNING([No sound system was found. Windows applications will be silent.])
|
|
|
|
WINE_WARNING([No sound system was found. Windows applications will be silent.])
|
|
|
|
fi
|
|
|
|
fi
|
|
|
|
@@ -3249,6 +3275,7 @@ WINE_CONFIG_DLL(winemp3.acm)
|
|
|
|
@@ -3184,6 +3210,7 @@ WINE_CONFIG_DLL(winemp3.acm)
|
|
|
|
WINE_CONFIG_DLL(wineoss.drv)
|
|
|
|
WINE_CONFIG_DLL(wineoss.drv)
|
|
|
|
WINE_CONFIG_DLL(wineps.drv,,[clean,po])
|
|
|
|
WINE_CONFIG_DLL(wineps.drv,,[clean,po])
|
|
|
|
WINE_CONFIG_DLL(wineps16.drv16,enable_win16)
|
|
|
|
WINE_CONFIG_DLL(wineps16.drv16,enable_win16)
|
|
|
@ -285,10 +285,10 @@ index 447813f..b9ae99e 100644
|
|
|
|
DriverFuncs driver;
|
|
|
|
DriverFuncs driver;
|
|
|
|
diff --git a/dlls/winepulse.drv/Makefile.in b/dlls/winepulse.drv/Makefile.in
|
|
|
|
diff --git a/dlls/winepulse.drv/Makefile.in b/dlls/winepulse.drv/Makefile.in
|
|
|
|
new file mode 100644
|
|
|
|
new file mode 100644
|
|
|
|
index 0000000..0f595f1
|
|
|
|
index 0000000..ae66542
|
|
|
|
--- /dev/null
|
|
|
|
--- /dev/null
|
|
|
|
+++ b/dlls/winepulse.drv/Makefile.in
|
|
|
|
+++ b/dlls/winepulse.drv/Makefile.in
|
|
|
|
@@ -0,0 +1,9 @@
|
|
|
|
@@ -0,0 +1,7 @@
|
|
|
|
+MODULE = winepulse.drv
|
|
|
|
+MODULE = winepulse.drv
|
|
|
|
+IMPORTS = dxguid uuid winmm user32 advapi32 ole32
|
|
|
|
+IMPORTS = dxguid uuid winmm user32 advapi32 ole32
|
|
|
|
+EXTRALIBS = @PULSELIBS@ @LIBPTHREAD@
|
|
|
|
+EXTRALIBS = @PULSELIBS@ @LIBPTHREAD@
|
|
|
@ -296,8 +296,6 @@ index 0000000..0f595f1
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+C_SRCS = \
|
|
|
|
+C_SRCS = \
|
|
|
|
+ mmdevdrv.c
|
|
|
|
+ mmdevdrv.c
|
|
|
|
+
|
|
|
|
|
|
|
|
+@MAKE_DLL_RULES@
|
|
|
|
|
|
|
|
diff --git a/dlls/winepulse.drv/mmdevdrv.c b/dlls/winepulse.drv/mmdevdrv.c
|
|
|
|
diff --git a/dlls/winepulse.drv/mmdevdrv.c b/dlls/winepulse.drv/mmdevdrv.c
|
|
|
|
new file mode 100644
|
|
|
|
new file mode 100644
|
|
|
|
index 0000000..d187bdc
|
|
|
|
index 0000000..d187bdc
|
|
|
@ -609,9 +607,9 @@ index 0000000..a089166
|
|
|
|
1.8.4.2
|
|
|
|
1.8.4.2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
From 3c94a9022cb90e8b0d1b7524edd55f516f496832 Mon Sep 17 00:00:00 2001
|
|
|
|
From 04a80af2cccad7e15b49dd1dd6c04fe2e00da2e9 Mon Sep 17 00:00:00 2001
|
|
|
|
From: Maarten Lankhorst <m.b.lankhorst@gmail.com>
|
|
|
|
From: Maarten Lankhorst <m.b.lankhorst@gmail.com>
|
|
|
|
Date: Fri, 6 Dec 2013 21:18:54 +0100
|
|
|
|
Date: Sat, 4 Jan 2014 07:08:54 +0100
|
|
|
|
Subject: winepulse: Add format and period probing
|
|
|
|
Subject: winepulse: Add format and period probing
|
|
|
|
|
|
|
|
|
|
|
|
---
|
|
|
|
---
|
|
|
@ -782,9 +780,9 @@ index d187bdc..40db26d 100644
|
|
|
|
1.8.4.2
|
|
|
|
1.8.4.2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
From 7c1a11a6602b67babc52e7fbb03ecb18114248cc Mon Sep 17 00:00:00 2001
|
|
|
|
From faac72c2c84e0a156e3c7def10b945b4a45f01f6 Mon Sep 17 00:00:00 2001
|
|
|
|
From: Maarten Lankhorst <m.b.lankhorst@gmail.com>
|
|
|
|
From: Maarten Lankhorst <m.b.lankhorst@gmail.com>
|
|
|
|
Date: Fri, 6 Dec 2013 21:18:54 +0100
|
|
|
|
Date: Sat, 4 Jan 2014 07:08:54 +0100
|
|
|
|
Subject: winepulse: Add audioclient
|
|
|
|
Subject: winepulse: Add audioclient
|
|
|
|
|
|
|
|
|
|
|
|
---
|
|
|
|
---
|
|
|
@ -1881,9 +1879,9 @@ index 40db26d..37d85ff 100644
|
|
|
|
1.8.4.2
|
|
|
|
1.8.4.2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
From 32cb2815c43bcd74c833dcc5087cc2ad08e3a170 Mon Sep 17 00:00:00 2001
|
|
|
|
From d8b1b43529fa98eb0a04d1616f1b98d264d2018b Mon Sep 17 00:00:00 2001
|
|
|
|
From: Maarten Lankhorst <m.b.lankhorst@gmail.com>
|
|
|
|
From: Maarten Lankhorst <m.b.lankhorst@gmail.com>
|
|
|
|
Date: Fri, 6 Dec 2013 21:18:54 +0100
|
|
|
|
Date: Sat, 4 Jan 2014 07:08:54 +0100
|
|
|
|
Subject: winepulse: Add IAudioRenderClient and IAudioCaptureClient
|
|
|
|
Subject: winepulse: Add IAudioRenderClient and IAudioCaptureClient
|
|
|
|
|
|
|
|
|
|
|
|
---
|
|
|
|
---
|
|
|
@ -2233,9 +2231,9 @@ index 37d85ff..01cfd25 100644
|
|
|
|
1.8.4.2
|
|
|
|
1.8.4.2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
From 648205cd61009d72c373717cd0eb9fc434b2203b Mon Sep 17 00:00:00 2001
|
|
|
|
From 96b254276b471a85c6705b0043894bed308118f1 Mon Sep 17 00:00:00 2001
|
|
|
|
From: Maarten Lankhorst <m.b.lankhorst@gmail.com>
|
|
|
|
From: Maarten Lankhorst <m.b.lankhorst@gmail.com>
|
|
|
|
Date: Fri, 6 Dec 2013 21:18:54 +0100
|
|
|
|
Date: Sat, 4 Jan 2014 07:08:54 +0100
|
|
|
|
Subject: winepulse: Add IAudioClock and IAudioClock2
|
|
|
|
Subject: winepulse: Add IAudioClock and IAudioClock2
|
|
|
|
|
|
|
|
|
|
|
|
---
|
|
|
|
---
|
|
|
@ -2443,9 +2441,9 @@ index 01cfd25..3ed2288 100644
|
|
|
|
1.8.4.2
|
|
|
|
1.8.4.2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
From d93c422fed531827cfaaa6ce43c4f0b98b8dd14a Mon Sep 17 00:00:00 2001
|
|
|
|
From d67a96e9b1cc13a5fa98bfb0f1a9a0b638d7f117 Mon Sep 17 00:00:00 2001
|
|
|
|
From: Maarten Lankhorst <m.b.lankhorst@gmail.com>
|
|
|
|
From: Maarten Lankhorst <m.b.lankhorst@gmail.com>
|
|
|
|
Date: Fri, 6 Dec 2013 21:18:54 +0100
|
|
|
|
Date: Sat, 4 Jan 2014 07:08:54 +0100
|
|
|
|
Subject: winepulse: Add audiostreamvolume
|
|
|
|
Subject: winepulse: Add audiostreamvolume
|
|
|
|
|
|
|
|
|
|
|
|
---
|
|
|
|
---
|
|
|
@ -2729,9 +2727,9 @@ index 3ed2288..b7414c2 100644
|
|
|
|
1.8.4.2
|
|
|
|
1.8.4.2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
From 36901117b08c85dc683d199e5c62cdfccfaac7f0 Mon Sep 17 00:00:00 2001
|
|
|
|
From 6adc30134f5b3223b038041752e4a7020342c9d9 Mon Sep 17 00:00:00 2001
|
|
|
|
From: Maarten Lankhorst <m.b.lankhorst@gmail.com>
|
|
|
|
From: Maarten Lankhorst <m.b.lankhorst@gmail.com>
|
|
|
|
Date: Fri, 6 Dec 2013 21:18:54 +0100
|
|
|
|
Date: Sat, 4 Jan 2014 07:08:54 +0100
|
|
|
|
Subject: winepulse: Add session support
|
|
|
|
Subject: winepulse: Add session support
|
|
|
|
|
|
|
|
|
|
|
|
---
|
|
|
|
---
|
|
|
@ -3666,9 +3664,9 @@ index b7414c2..64ee62e 100644
|
|
|
|
1.8.4.2
|
|
|
|
1.8.4.2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
From 08ae6d589046aefcfad38f880b6a9c63b27cecdb Mon Sep 17 00:00:00 2001
|
|
|
|
From 743d1d5364e1e62c8a1c05a1a7eed1baed18febf Mon Sep 17 00:00:00 2001
|
|
|
|
From: Maarten Lankhorst <m.b.lankhorst@gmail.com>
|
|
|
|
From: Maarten Lankhorst <m.b.lankhorst@gmail.com>
|
|
|
|
Date: Fri, 6 Dec 2013 21:18:54 +0100
|
|
|
|
Date: Sat, 4 Jan 2014 07:08:54 +0100
|
|
|
|
Subject: fix fdels trailing whitespaces
|
|
|
|
Subject: fix fdels trailing whitespaces
|
|
|
|
|
|
|
|
|
|
|
|
Happy? :P
|
|
|
|
Happy? :P
|
|
|
@ -3702,9 +3700,9 @@ index 64ee62e..5a71a3d 100644
|
|
|
|
1.8.4.2
|
|
|
|
1.8.4.2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
From 7d0b90f4bab447fb8a5af373e78f82bfe8f9cb6d Mon Sep 17 00:00:00 2001
|
|
|
|
From 61642a5c08f38b32d2eef819b82f6adc24466932 Mon Sep 17 00:00:00 2001
|
|
|
|
From: Maarten Lankhorst <m.b.lankhorst@gmail.com>
|
|
|
|
From: Maarten Lankhorst <m.b.lankhorst@gmail.com>
|
|
|
|
Date: Fri, 6 Dec 2013 21:18:54 +0100
|
|
|
|
Date: Sat, 4 Jan 2014 07:08:54 +0100
|
|
|
|
Subject: winepulse v12
|
|
|
|
Subject: winepulse v12
|
|
|
|
|
|
|
|
|
|
|
|
Changes since v11:
|
|
|
|
Changes since v11:
|
|
|
@ -3751,9 +3749,9 @@ index 5a71a3d..960af3c 100644
|
|
|
|
1.8.4.2
|
|
|
|
1.8.4.2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
From 37b37d25cc6db1328ad1d405ddf6729467a75ba8 Mon Sep 17 00:00:00 2001
|
|
|
|
From 1966576a4b5cdc7b6003cb93cb0953670aaa9235 Mon Sep 17 00:00:00 2001
|
|
|
|
From: Maarten Lankhorst <m.b.lankhorst@gmail.com>
|
|
|
|
From: Maarten Lankhorst <m.b.lankhorst@gmail.com>
|
|
|
|
Date: Fri, 6 Dec 2013 21:18:54 +0100
|
|
|
|
Date: Sat, 4 Jan 2014 07:08:54 +0100
|
|
|
|
Subject: winepulse v15: Add support for missing formats, and silence an error
|
|
|
|
Subject: winepulse v15: Add support for missing formats, and silence an error
|
|
|
|
for missing format tags
|
|
|
|
for missing format tags
|
|
|
|
|
|
|
|
|
|
|
@ -3793,9 +3791,9 @@ index 960af3c..f52f119 100644
|
|
|
|
1.8.4.2
|
|
|
|
1.8.4.2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
From 852ac745ba93ad750e726e162111a8bdf791fe1a Mon Sep 17 00:00:00 2001
|
|
|
|
From 3edd1b44eec39916de3284b02d62e121b5d86d23 Mon Sep 17 00:00:00 2001
|
|
|
|
From: Maarten Lankhorst <m.b.lankhorst@gmail.com>
|
|
|
|
From: Maarten Lankhorst <m.b.lankhorst@gmail.com>
|
|
|
|
Date: Fri, 6 Dec 2013 21:18:54 +0100
|
|
|
|
Date: Sat, 4 Jan 2014 07:08:54 +0100
|
|
|
|
Subject: winepulse v16: Add official warning wine doesn't want to support
|
|
|
|
Subject: winepulse v16: Add official warning wine doesn't want to support
|
|
|
|
winepulse
|
|
|
|
winepulse
|
|
|
|
|
|
|
|
|
|
|
@ -3873,9 +3871,9 @@ index f52f119..76a2e0e 100644
|
|
|
|
1.8.4.2
|
|
|
|
1.8.4.2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
From dafe04928a3025f93346045e8988e8627233ee91 Mon Sep 17 00:00:00 2001
|
|
|
|
From 3749b1e2e55d2bebc795420b81209a992602cf2d Mon Sep 17 00:00:00 2001
|
|
|
|
From: Maarten Lankhorst <m.b.lankhorst@gmail.com>
|
|
|
|
From: Maarten Lankhorst <m.b.lankhorst@gmail.com>
|
|
|
|
Date: Fri, 6 Dec 2013 21:18:54 +0100
|
|
|
|
Date: Sat, 4 Jan 2014 07:08:54 +0100
|
|
|
|
Subject: winepulse v17: Fix winmm tests
|
|
|
|
Subject: winepulse v17: Fix winmm tests
|
|
|
|
|
|
|
|
|
|
|
|
Handle dwChannelMask = SPEAKER_ALL better so WAVE_FORMAT_EXTENSIBLE tests pass too
|
|
|
|
Handle dwChannelMask = SPEAKER_ALL better so WAVE_FORMAT_EXTENSIBLE tests pass too
|
|
|
@ -3999,9 +3997,9 @@ index 76a2e0e..6e75674 100644
|
|
|
|
1.8.4.2
|
|
|
|
1.8.4.2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
From cdfb7e5da3b77681795be280694b0b25c1f80748 Mon Sep 17 00:00:00 2001
|
|
|
|
From c70efb35703e991685bf33b2e3faba3a1365a58f Mon Sep 17 00:00:00 2001
|
|
|
|
From: Maarten Lankhorst <maarten.lankhorst@canonical.com>
|
|
|
|
From: Maarten Lankhorst <maarten.lankhorst@canonical.com>
|
|
|
|
Date: Fri, 6 Dec 2013 21:18:54 +0100
|
|
|
|
Date: Sat, 4 Jan 2014 07:08:54 +0100
|
|
|
|
Subject: winepulse v18: Latency and compilation improvements
|
|
|
|
Subject: winepulse v18: Latency and compilation improvements
|
|
|
|
|
|
|
|
|
|
|
|
Changes since v17:
|
|
|
|
Changes since v17:
|
|
|
@ -4207,9 +4205,9 @@ index 6e75674..8e76826 100644
|
|
|
|
1.8.4.2
|
|
|
|
1.8.4.2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
From 8c63eb09664f3fc458a86ace66cb422fb4aa7c42 Mon Sep 17 00:00:00 2001
|
|
|
|
From a2da4fbf74405222a8c5e69656242ab98e941d4a Mon Sep 17 00:00:00 2001
|
|
|
|
From: Juergen Tretthahn <orson@orson.at>
|
|
|
|
From: Juergen Tretthahn <orson@orson.at>
|
|
|
|
Date: Fri, 6 Dec 2013 21:18:54 +0100
|
|
|
|
Date: Sat, 4 Jan 2014 07:08:55 +0100
|
|
|
|
Subject: winepulse: API Compatibility with 1.5.2 onward, v2
|
|
|
|
Subject: winepulse: API Compatibility with 1.5.2 onward, v2
|
|
|
|
|
|
|
|
|
|
|
|
V2: Add winepulse.drv.spec to commit too
|
|
|
|
V2: Add winepulse.drv.spec to commit too
|
|
|
@ -4322,9 +4320,9 @@ index a089166..612bf46 100644
|
|
|
|
1.8.4.2
|
|
|
|
1.8.4.2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
From 3f2bab86289d3d3c21d4421c66e5f67c27e6ad36 Mon Sep 17 00:00:00 2001
|
|
|
|
From 32b8b1c43320d5bf11a5f312e9d9ee33ee7ffd96 Mon Sep 17 00:00:00 2001
|
|
|
|
From: Maarten Lankhorst <maarten.lankhorst@canonical.com>
|
|
|
|
From: Maarten Lankhorst <maarten.lankhorst@canonical.com>
|
|
|
|
Date: Fri, 6 Dec 2013 21:18:54 +0100
|
|
|
|
Date: Sat, 4 Jan 2014 07:08:55 +0100
|
|
|
|
Subject: winepulse: Fix low latency support
|
|
|
|
Subject: winepulse: Fix low latency support
|
|
|
|
|
|
|
|
|
|
|
|
Some games request a 20 ms buffer and will only fill 20 ms.
|
|
|
|
Some games request a 20 ms buffer and will only fill 20 ms.
|
|
|
@ -4381,9 +4379,9 @@ index b374b53..7c07f54 100644
|
|
|
|
1.8.4.2
|
|
|
|
1.8.4.2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
From ce9eb7dd4b99f863343b789e7ccf7ea90c0ee5e5 Mon Sep 17 00:00:00 2001
|
|
|
|
From 3d1c3802f07a5b499bf50f3a8b6d4b98fe85689c Mon Sep 17 00:00:00 2001
|
|
|
|
From: Maarten Lankhorst <maarten.lankhorst@canonical.com>
|
|
|
|
From: Maarten Lankhorst <maarten.lankhorst@canonical.com>
|
|
|
|
Date: Fri, 6 Dec 2013 21:18:54 +0100
|
|
|
|
Date: Sat, 4 Jan 2014 07:08:55 +0100
|
|
|
|
Subject: winepulse: drop realtime priority before thread destruction
|
|
|
|
Subject: winepulse: drop realtime priority before thread destruction
|
|
|
|
|
|
|
|
|
|
|
|
prevents having to handle a kernel RT Watchdog Timeout.
|
|
|
|
prevents having to handle a kernel RT Watchdog Timeout.
|
|
|
@ -4408,9 +4406,9 @@ index 7c07f54..ba68102 100644
|
|
|
|
1.8.4.2
|
|
|
|
1.8.4.2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
From 02e87980b9f45f455209e9e79d989a8cc91cdbc9 Mon Sep 17 00:00:00 2001
|
|
|
|
From df52b1440f1020c33eaf5d17e6d34b62bf44f648 Mon Sep 17 00:00:00 2001
|
|
|
|
From: Maarten Lankhorst <maarten.lankhorst@canonical.com>
|
|
|
|
From: Maarten Lankhorst <maarten.lankhorst@canonical.com>
|
|
|
|
Date: Fri, 6 Dec 2013 21:18:55 +0100
|
|
|
|
Date: Sat, 4 Jan 2014 07:08:55 +0100
|
|
|
|
Subject: winepulse: remove bogus SetEvent from pulse_started_callback
|
|
|
|
Subject: winepulse: remove bogus SetEvent from pulse_started_callback
|
|
|
|
|
|
|
|
|
|
|
|
---
|
|
|
|
---
|
|
|
@ -4437,9 +4435,9 @@ index ba68102..68de00c 100644
|
|
|
|
1.8.4.2
|
|
|
|
1.8.4.2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
From 294ef98df514ddda423949b8084bdefa0a663ade Mon Sep 17 00:00:00 2001
|
|
|
|
From 018a86a638ab1389e221e2839eeac778d744d2d4 Mon Sep 17 00:00:00 2001
|
|
|
|
From: Maarten Lankhorst <maarten.lankhorst@canonical.com>
|
|
|
|
From: Maarten Lankhorst <maarten.lankhorst@canonical.com>
|
|
|
|
Date: Fri, 6 Dec 2013 21:18:55 +0100
|
|
|
|
Date: Sat, 4 Jan 2014 07:08:55 +0100
|
|
|
|
Subject: winepulse: disable the setevent part of the latency hack
|
|
|
|
Subject: winepulse: disable the setevent part of the latency hack
|
|
|
|
|
|
|
|
|
|
|
|
If you get playback glitches in skyrim or other games as a result of
|
|
|
|
If you get playback glitches in skyrim or other games as a result of
|
|
|
@ -4479,9 +4477,9 @@ index 68de00c..643d55e 100644
|
|
|
|
1.8.4.2
|
|
|
|
1.8.4.2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
From 147d3b2ad463e42501c16144690c9a73546d1b71 Mon Sep 17 00:00:00 2001
|
|
|
|
From 27bdbc72c331dcc4d8c3279e66ced92935ab1426 Mon Sep 17 00:00:00 2001
|
|
|
|
From: Maarten Lankhorst <maarten.lankhorst@canonical.com>
|
|
|
|
From: Maarten Lankhorst <maarten.lankhorst@canonical.com>
|
|
|
|
Date: Fri, 6 Dec 2013 21:18:55 +0100
|
|
|
|
Date: Sat, 4 Jan 2014 07:08:55 +0100
|
|
|
|
Subject: winepulse v20: fix the checks in IsFormatSupported
|
|
|
|
Subject: winepulse v20: fix the checks in IsFormatSupported
|
|
|
|
|
|
|
|
|
|
|
|
Thanks to DGhost001 for reporting and isolating the issue.
|
|
|
|
Thanks to DGhost001 for reporting and isolating the issue.
|
|
|
@ -4508,9 +4506,9 @@ index 643d55e..86dd10a 100644
|
|
|
|
1.8.4.2
|
|
|
|
1.8.4.2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
From c28401f918f3ed1981d7cc21c52efdf9bdca1468 Mon Sep 17 00:00:00 2001
|
|
|
|
From de619f9370f4a2efc3c7074ad9649eb98add3d7e Mon Sep 17 00:00:00 2001
|
|
|
|
From: Maarten Lankhorst <maarten.lankhorst@canonical.com>
|
|
|
|
From: Maarten Lankhorst <maarten.lankhorst@canonical.com>
|
|
|
|
Date: Fri, 6 Dec 2013 21:18:55 +0100
|
|
|
|
Date: Sat, 4 Jan 2014 07:08:55 +0100
|
|
|
|
Subject: winepulse: fixup IsFormatSupported calls
|
|
|
|
Subject: winepulse: fixup IsFormatSupported calls
|
|
|
|
|
|
|
|
|
|
|
|
---
|
|
|
|
---
|
|
|
@ -4922,9 +4920,9 @@ index 86dd10a..554a9fc 100644
|
|
|
|
1.8.4.2
|
|
|
|
1.8.4.2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
From 1f5f438d3362867d2bcc5f87477f89c5fc671b36 Mon Sep 17 00:00:00 2001
|
|
|
|
From fc95e404034572b4335b8239dfd7206aa5c53ce2 Mon Sep 17 00:00:00 2001
|
|
|
|
From: Maarten Lankhorst <maarten.lankhorst@canonical.com>
|
|
|
|
From: Maarten Lankhorst <maarten.lankhorst@canonical.com>
|
|
|
|
Date: Fri, 6 Dec 2013 21:18:55 +0100
|
|
|
|
Date: Sat, 4 Jan 2014 07:08:55 +0100
|
|
|
|
Subject: winepulse v21: return early if padding didn't update
|
|
|
|
Subject: winepulse v21: return early if padding didn't update
|
|
|
|
|
|
|
|
|
|
|
|
---
|
|
|
|
---
|
|
|
@ -4951,9 +4949,9 @@ index 554a9fc..a4575d5 100644
|
|
|
|
1.8.4.2
|
|
|
|
1.8.4.2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
From c9ca50953d00d6d11dfef623addef2d71227b95f Mon Sep 17 00:00:00 2001
|
|
|
|
From d4513fb8e321a39f693bb47b21150779894d0ff6 Mon Sep 17 00:00:00 2001
|
|
|
|
From: Maarten Lankhorst <maarten.lankhorst@canonical.com>
|
|
|
|
From: Maarten Lankhorst <maarten.lankhorst@canonical.com>
|
|
|
|
Date: Fri, 6 Dec 2013 21:18:55 +0100
|
|
|
|
Date: Sat, 4 Jan 2014 07:08:55 +0100
|
|
|
|
Subject: winepulse: fix unneeded free in write..
|
|
|
|
Subject: winepulse: fix unneeded free in write..
|
|
|
|
|
|
|
|
|
|
|
|
---
|
|
|
|
---
|
|
|
@ -4988,9 +4986,9 @@ index a4575d5..3ca68fd 100644
|
|
|
|
1.8.4.2
|
|
|
|
1.8.4.2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
From 1d4db9d1cefac51737b438b498f8c30d41fa7ef1 Mon Sep 17 00:00:00 2001
|
|
|
|
From 1845d1db19da5e3007231e2632d9ed093b8faa11 Mon Sep 17 00:00:00 2001
|
|
|
|
From: Maarten Lankhorst <maarten.lankhorst@canonical.com>
|
|
|
|
From: Maarten Lankhorst <maarten.lankhorst@canonical.com>
|
|
|
|
Date: Fri, 6 Dec 2013 21:18:55 +0100
|
|
|
|
Date: Sat, 4 Jan 2014 07:08:55 +0100
|
|
|
|
Subject: winepulse v23: fixup a invalid free in mmdevapi
|
|
|
|
Subject: winepulse v23: fixup a invalid free in mmdevapi
|
|
|
|
|
|
|
|
|
|
|
|
array members of ids should be dynamically allocated, judging from valgrind output.
|
|
|
|
array members of ids should be dynamically allocated, judging from valgrind output.
|
|
|
@ -5039,9 +5037,9 @@ index 3ca68fd..5b041a2 100644
|
|
|
|
--
|
|
|
|
--
|
|
|
|
1.8.4.2
|
|
|
|
1.8.4.2
|
|
|
|
|
|
|
|
|
|
|
|
From a6484f959a11b2e3e10be7c0fd399f4b97583e90 Mon Sep 17 00:00:00 2001
|
|
|
|
From 04887220fbd530e03cc73ef45dd8f55f8a6f3b12 Mon Sep 17 00:00:00 2001
|
|
|
|
From: Maarten Lankhorst <maarten.lankhorst@canonical.com>
|
|
|
|
From: Maarten Lankhorst <maarten.lankhorst@canonical.com>
|
|
|
|
Date: Fri, 6 Dec 2013 21:18:55 +0100
|
|
|
|
Date: Sat, 4 Jan 2014 07:08:55 +0100
|
|
|
|
Subject: winepulse: use a pi-mutex for serialization.
|
|
|
|
Subject: winepulse: use a pi-mutex for serialization.
|
|
|
|
|
|
|
|
|
|
|
|
The winepulse thread is realtime, to prevent blocking it indefinitely
|
|
|
|
The winepulse thread is realtime, to prevent blocking it indefinitely
|
|
|
@ -5107,9 +5105,9 @@ index 5b041a2..a09ce7f 100644
|
|
|
|
1.8.4.2
|
|
|
|
1.8.4.2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
From bbc04a603b99e7db5a71aff2fa323852aebc0495 Mon Sep 17 00:00:00 2001
|
|
|
|
From 20e40bc5eb0a8cbd8e9c6817091311bc05b53f94 Mon Sep 17 00:00:00 2001
|
|
|
|
From: Maarten Lankhorst <maarten.lankhorst@canonical.com>
|
|
|
|
From: Maarten Lankhorst <maarten.lankhorst@canonical.com>
|
|
|
|
Date: Fri, 6 Dec 2013 21:18:55 +0100
|
|
|
|
Date: Sat, 4 Jan 2014 07:08:55 +0100
|
|
|
|
Subject: winepulse: add support for IMarshal
|
|
|
|
Subject: winepulse: add support for IMarshal
|
|
|
|
|
|
|
|
|
|
|
|
Fixes bug 32161 for winepulse. Based On Jeff Klein's patches for the
|
|
|
|
Fixes bug 32161 for winepulse. Based On Jeff Klein's patches for the
|