Commits on Source (34)
-
The current ioctls don't reliably return synchronously for overlapped handles on Windows, which makes some of the conclusions drawn by the tests less clear. Use NtReadFile instead, which will always return synchronously if there is data in the pipe.
-
-
-
-
Introducing CMD_FOR_CONTROL structure to store parsing output for consumption in execution. Signed-off-by:
Eric Pouech <epouech@codeweavers.com>
-
Signed-off-by:
Eric Pouech <epouech@codeweavers.com>
-
Signed-off-by:
Eric Pouech <epouech@codeweavers.com>
-
Signed-off-by:
Eric Pouech <epouech@codeweavers.com>
-
Extend the wgl_pixel_format struct with extra fields required to implement wglGetPixelFormatAttribivARB in opengl32.dll. The default implementation will be used automatically if the driver populates the extra fields.
-
The default implementation is always used, and never calls the driver implementation of this function, so we can remove all the driver implementations.
-
-
-
Populate all the ARB related fields of advertised pixel formats, so that the default implementation of wglGetPixelFormatAttribivARB (in opengl32) will be used to get the pixel format attributes.
-
-
Alexandre Julliard authored
-
-
-
Fixes the missing MESessionClosed event in this scenario.
-
Fixes the missing MESessionClosed event in this scenario.
-
winegstreamer: Make AVI splitter use end of previous frame if the current frame doesn't have a timestamp. Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=56698
-
-
-
quartz/tests: Test that avi_decompressor_source_qc_Notify does not deadlock if called from a foreign thread during IMemInput_Receive.
-
-
-
Davide Beatrici authored
-
Davide Beatrici authored
-
Davide Beatrici authored
-
Davide Beatrici authored
-
Davide Beatrici authored
Showing
- dlls/dbghelp/macho_module.c 4 additions, 0 deletionsdlls/dbghelp/macho_module.c
- dlls/iccvid/iccvid.c 11 additions, 16 deletionsdlls/iccvid/iccvid.c
- dlls/kernelbase/memory.c 2 additions, 1 deletiondlls/kernelbase/memory.c
- dlls/mf/session.c 9 additions, 1 deletiondlls/mf/session.c
- dlls/mf/tests/mf.c 87 additions, 0 deletionsdlls/mf/tests/mf.c
- dlls/mf/tests/transform.c 2 additions, 0 deletionsdlls/mf/tests/transform.c
- dlls/mmdevapi/client.c 139 additions, 106 deletionsdlls/mmdevapi/client.c
- dlls/msado15/main.c 1 addition, 1 deletiondlls/msado15/main.c
- dlls/msvfw32/tests/msvfw.c 7 additions, 0 deletionsdlls/msvfw32/tests/msvfw.c
- dlls/ntdll/tests/wow64.c 113 additions, 32 deletionsdlls/ntdll/tests/wow64.c
- dlls/odbc32/proxyodbc.c 78 additions, 6 deletionsdlls/odbc32/proxyodbc.c
- dlls/odbc32/unixlib.h 33 additions, 0 deletionsdlls/odbc32/unixlib.h
- dlls/opengl32/make_opengl 27 additions, 0 deletionsdlls/opengl32/make_opengl
- dlls/opengl32/thunks.c 2 additions, 18 deletionsdlls/opengl32/thunks.c
- dlls/opengl32/wgl.c 246 additions, 1 deletiondlls/opengl32/wgl.c
- dlls/quartz/avidec.c 17 additions, 2 deletionsdlls/quartz/avidec.c
- dlls/quartz/tests/avidec.c 32 additions, 2 deletionsdlls/quartz/tests/avidec.c
- dlls/quartz/tests/avisplit.c 8 additions, 3 deletionsdlls/quartz/tests/avisplit.c
- dlls/quartz/tests/rsrc.rc 4 additions, 0 deletionsdlls/quartz/tests/rsrc.rc
- dlls/quartz/tests/test_cinepak.avi 0 additions, 0 deletionsdlls/quartz/tests/test_cinepak.avi
dlls/quartz/tests/test_cinepak.avi
0 → 100644
File added