- 24 Jan, 2023 30 commits
-
-
Zebediah Figura authored
-
Shaun Ren authored
-
Shaun Ren authored
For QuickTime media, MF_SD_LANGUAGE contains the ISO 639-1-mapped language code. Some games such as Borderlands 3 expect this behaviour. In order to determine the type of the media, we store the demuxer caps in the wg_parser structure.
-
Shaun Ren authored
Some gstreamer plugins, such as asfdemux, generate multiple tag events.
-
Gabriel Ivăncescu authored
Signed-off-by: Gabriel Ivăncescu <gabrielopcode@gmail.com>
-
Gabriel Ivăncescu authored
Signed-off-by: Gabriel Ivăncescu <gabrielopcode@gmail.com>
-
Gabriel Ivăncescu authored
It's not an element, so it doesn't even implement those interfaces. Signed-off-by: Gabriel Ivăncescu <gabrielopcode@gmail.com>
-
Gabriel Ivăncescu authored
Signed-off-by: Gabriel Ivăncescu <gabrielopcode@gmail.com>
-
Gabriel Ivăncescu authored
Note that for the case when mozwindow_to_window returns an existing window, no ref is added to it anyway, so this is just leaking. Signed-off-by: Gabriel Ivăncescu <gabrielopcode@gmail.com>
-
Gabriel Ivăncescu authored
It does *not* add a ref to the returned frame. Signed-off-by: Gabriel Ivăncescu <gabrielopcode@gmail.com>
-
Zebediah Figura authored
Avoid the need for manually set type attributes, and initialize the component count for all such formats. This fixes use of R11G11B10_FLOAT as a vertex attribute format with the GL backend. Since it has no corresponding typeless format, prior to this commit the component count was uninitialized and hence use of the format would result in a GL error. This fixes a GL error with Dark Souls Remastered. I did not immediately observe any corresponding rendering errors, however.
-
Zebediah Figura authored
-
Zebediah Figura authored
-
Zebediah Figura authored
-
Gerald Pfeifer authored
As diagnosed by GCC 13: dlls/localspl/provider.c: In function ‘fill_builtin_form_info’: dlls/localspl/provider.c:3045:16: warning: ‘res_len’ may be used uninitialized [-Wmaybe-uninitialized] 3045 | if (res_len) | ^
-
Rémi Bernon authored
The pointer might be freed by RPC NdrPointerFree, which will try to use a dedicated free call for the array elements, and fail.
-
Rémi Bernon authored
-
Jinoh Kang authored
-
Jinoh Kang authored
-
Jinoh Kang authored
-
Jinoh Kang authored
Today, the heap does not catch double free when both HEAP_VALIDATE and HEAP_FREE_CHECKING_ENABLED are on, since validate_used_block() accepts BLOCK_TYPE_DEAD as a valid (allocated) block type. Fix this by adding an explicit check that rejects BLOCK_TYPE_DEAD in heap_validate_ptr.
-
Jinoh Kang authored
Today, the Rich Edit control handles the WM_IME_STARTCOMPOSITION message by the computing the composition start position (imeStartIndex) _before_ calling ME_DeleteSelection(), which shifts the character positions after the range of deletion. If the selection were not empty, imeStartIndex immediately becomes stale, since it does not take into account the number of deleted characters before it. Fix this by computing imeStartIndex after the ME_DeleteSelection() call. Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=54318
-
Evan Tang authored
-
Jacek Caban authored
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=54357
-
Zhiyi Zhang authored
Changing listview view styles should repaint according to the tests in test_WM_STYLECHANGED(). Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=54215
-
Zhiyi Zhang authored
Changing view styles should repaint listviews according to the newly added tests.
-
Jinoh Kang authored
Today, the driver_netio test server binds to the wildcard address (0.0.0.0). This may trigger a firewall alert on Windows 7, and the alert UI window may interfere with user32:msg tests. Fix this by binding to the loopback address (127.0.0.1) instead. Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=53891 Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=54202
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Floris Renaud authored
-
- 20 Jan, 2023 4 commits
-
-
Alexandre Julliard authored
-
Byeongsik Jeon authored
-
Francois Gouget authored
Wine-Bug: https://bugs.winehq.org//show_bug.cgi?id=49202
-
Fan WenJie authored
Signed-off-by: Fan WenJie <fanwj@mail.ustc.edu.cn>
-
- 19 Jan, 2023 5 commits
-
-
Francois Gouget authored
The table size typically keeps increasing such that in some cases the size we got is already too small by the time we try to get the table content in the next iteration. Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=54328
-
Francois Gouget authored
err must be set if the last attempt to allocate the tables fails. Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=54328
-
Brendan Shanks authored
-
Santino Mazza authored
-
Santino Mazza authored
-
- 18 Jan, 2023 1 commit
-
-
Gabriel Ivăncescu authored
And get rid of the hacky casts. Signed-off-by: Gabriel Ivăncescu <gabrielopcode@gmail.com>
-