Module: wine
Branch: master
Commit: 251262a44a8f8403fd963e7bb510da778944af1b
URL: https://source.winehq.org/git/wine.git/?a=commit;h=251262a44a8f8403fd963e7b…
Author: Zebediah Figura <z.figura12(a)gmail.com>
Date: Sun Dec 6 10:19:11 2020 -0600
Revert "winegstreamer: Avoid performing color matrix conversions in videoconvert.".
This reverts commit fd25ba65e0eb9fedfb2cdfa2b7a4b16e0401dfdf.
The relevant commit breaks visual correctness in many applications, for the sake
of performance. As such I am rather inclined to revert it for 6.0, especially as
a full solution will probably involve a revert of this patch along with upstream
changes to GStreamer.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=49535
Signed-off-by: Zebediah Figura <z.figura12(a)gmail.com>
Signed-off-by: Alexandre Julliard <julliard(a)winehq.org>
---
dlls/winegstreamer/gstdemux.c | 3 ---
1 file changed, 3 deletions(-)
diff --git a/dlls/winegstreamer/gstdemux.c b/dlls/winegstreamer/gstdemux.c
index e227ed9331d..77204bc55a2 100644
--- a/dlls/winegstreamer/gstdemux.c
+++ b/dlls/winegstreamer/gstdemux.c
@@ -1024,9 +1024,6 @@ static void init_new_decoded_pad(GstElement *bin, GstPad *pad, struct gstdemux *
goto out;
}
- /* Avoid expensive color matrix conversions. */
- gst_util_set_object_arg(G_OBJECT(vconv), "matrix-mode", "none");
-
/* GStreamer outputs RGB video top-down, but DirectShow expects bottom-up. */
if (!(flip = gst_element_factory_make("videoflip", NULL)))
{
Module: website
Branch: master
Commit: 3dd2b11dce22424abd2ca78d2082aff3b5ca51f5
URL: https://source.winehq.org/git/website.git/?a=commit;h=3dd2b11dce22424abd2ca…
Author: Alexandre Julliard <julliard(a)winehq.org>
Date: Fri Dec 4 21:36:20 2020 +0100
Wine release 6.0-rc1
Signed-off-by: Alexandre Julliard <julliard(a)winehq.org>
---
news/en/2020120401.xml | 17 +++++++++++++++++
1 file changed, 17 insertions(+)
diff --git a/news/en/2020120401.xml b/news/en/2020120401.xml
new file mode 100644
index 00000000..dc3ba288
--- /dev/null
+++ b/news/en/2020120401.xml
@@ -0,0 +1,17 @@
+<news>
+<date>December 4, 2020</date>
+<title>Wine 6.0-rc1 Released</title>
+<body>
+<p> The Wine development release 6.0-rc1 is now available.</p>
+<p> This is the first release candidate for the upcoming Wine 6.0. It marks the beginning of the yearly code freeze period. Please give this release a good testing to help us make 6.0 as good as possible.</p>
+<p> <a href="{$root}/announce/6.0-rc1">What's new</a> in this release:
+<ul>
+ <li>Gecko engine update.</li>
+ <li>WindowsCodecs and QCap libraries converted to PE.</li>
+ <li>Faster font initialization at process start.</li>
+ <li>Support for named pipes with empty names.</li>
+ <li>Various bug fixes.</li>
+</ul>
+<p>The source is <a href="//dl.winehq.org/wine/source/6.0/wine-6.0-rc1.tar.xz">available now</a>.
+Binary packages are in the process of being built, and will appear soon at their respective <a href="{$root}/download">download locations</a>.
+</p></body></news>