Wine-Devel

By thread
wine-devel@list.winehq.org

December 2020

  • 68 participants
  • 931 messages
Re: [PATCH v2 07/17] winegstreamer: Introduce color conversion transform.
by Marvin
Dec. 4, 2020
Re: [PATCH 11/11] msvcrt: Remove separate long double math funtions.
by Marvin
Dec. 4, 2020
Re: [PATCH] msctf/tests: Use wide-char string literals.
by Marvin
Dec. 4, 2020
[PATCH] oledlg/tests: Use wide-char string literals.
by Michael Stefaniuc
Dec. 4, 2020
[PATCH] msctf/tests: Use wide-char string literals.
by Michael Stefaniuc
Dec. 4, 2020
[PATCH] msvfw32/tests: Use wide-char string literals.
by Michael Stefaniuc
Dec. 4, 2020
Re: [PATCH v2 2/2] odbccp32: Implement SQLWriteDSNToIni/W
by Alexandre Julliard
Dec. 4, 2020
Re: [PATCH 2/3] include: Emit assembly function debug line info.
by Rémi Bernon
Dec. 4, 2020
Dec. 4, 2020
Re: [PATCH 5/7] wined3d: Don't try to cleanup an invalid context.
by Matteo Bruni
Dec. 4, 2020
Re: [PATCH 5/7] wined3d: Don't try to cleanup an invalid context.
by Henri Verbeet
Dec. 4, 2020
[PATCH] ntdll: Fix memchr implementation.
by Piotr Caban
Dec. 4, 2020
[PATCH] dbghelp: Read process memory using target addresses, not debugger.
by Rémi Bernon
Dec. 4, 2020
[PATCH v2 17/17] winegstreamer: Implement Get(Input/Output)CurrentType functions for color converter transform.
by Derek Lesho
Dec. 4, 2020
[PATCH v2 16/17] winegstreamer: Semi-stub Get*Attributes functions for color converter transform.
by Derek Lesho
Dec. 4, 2020
[PATCH v2 15/17] winegstreamer: Implement ::Get(Input/Output)StreamInfo for color conversion transform.
by Derek Lesho
Dec. 4, 2020
[PATCH v2 14/17] winegstreamer: Implement ::ProcessMessage for color conversion MFT.
by Derek Lesho
Dec. 4, 2020
[PATCH v2 13/17] winegstreamer: Implement ::Process(Input/Output) for color conversion transform.
by Derek Lesho
Dec. 4, 2020
[PATCH v2 12/17] winegstreamer: Implement ::SetOutputType for color conversion transform.
by Derek Lesho
Dec. 4, 2020
[PATCH v2 11/17] winegstreamer: Implement ::GetOutputAvailableType for color conversion transform.
by Derek Lesho
Dec. 4, 2020
[PATCH v2 10/17] winegstreamer: Implement ::SetInputType for color conversion transform.
by Derek Lesho
Dec. 4, 2020
[PATCH v2 09/17] winegstreamer: Implement ::GetInputAvailableType for color conversion transform.
by Derek Lesho
Dec. 4, 2020
[PATCH v2 08/17] winegstreamer: Register the color conversion transform.
by Derek Lesho
Dec. 4, 2020
[PATCH v2 07/17] winegstreamer: Introduce color conversion transform.
by Derek Lesho
Dec. 4, 2020
[PATCH v2 06/17] winegstreamer: Implement Get(Input/Output)CurrentType functions for audio converter transform.
by Derek Lesho
Dec. 4, 2020
[PATCH v2 05/17] winegstreamer: Semi-stub Get*Attributes functions for audio converter transform.
by Derek Lesho
Dec. 4, 2020
[PATCH v2 04/17] winegstreamer: Implement ::Get(Input/Output)StreamInfo for audio conversion transform.
by Derek Lesho
Dec. 4, 2020
[PATCH v2 03/17] winegstreamer: Implement ::Process(Input/Output) for audio conversion transform.
by Derek Lesho
Dec. 4, 2020
[PATCH v2 02/17] winegstreamer: Implement ::SetOutputType for audio conversion transform.
by Derek Lesho
Dec. 4, 2020
[PATCH v2 01/17] winegstreamer: Implement ::SetInputType for audio conversion transform.
by Derek Lesho
Dec. 4, 2020
[PATCH 11/11] msvcrt: Remove separate long double math funtions.
by Piotr Caban
Dec. 4, 2020
[PATCH 10/11] msvcrt: Use _configthreadlocale arguments definition from public header.
by Piotr Caban
Dec. 4, 2020
[PATCH 09/11] msvcrt: Remove non-needed function declarations from msvcrt.h.
by Piotr Caban
Dec. 4, 2020
[PATCH 08/11] msvcrt: Remove non-needed defines from msvcrt.h.
by Piotr Caban
Dec. 4, 2020
[PATCH 07/11] msvcrt: Use _stat64 definition from public header.
by Piotr Caban
Dec. 4, 2020
[PATCH 06/11] msvcrt: Use _finddata_t definition from public header.
by Piotr Caban
Dec. 4, 2020
[PATCH 05/11] include: Add corecrt_io.h header.
by Piotr Caban
Dec. 4, 2020
[PATCH 04/11] msvcrt: Use _JUMP_BUFFER from public header.
by Piotr Caban
Dec. 4, 2020
[PATCH 03/11] msvcrt: Use _Dcomplex definition from public header.
by Piotr Caban
Dec. 4, 2020
[PATCH 02/11] msvcrt: Use _purecall_handler from public header.
by Piotr Caban
Dec. 4, 2020
[PATCH 01/11] msvcrt: Use _invalid_parameter_handler from public header.
by Piotr Caban
Dec. 4, 2020
[PATCH 4/4] wined3d: Handle GL_APPLE_flush_buffer_range flushing in wined3d_context_gl_unmap_bo_address().
by Henri Verbeet
Dec. 4, 2020
[PATCH 3/4] wined3d: Get rid of redundant DISCARD filtering.
by Henri Verbeet
Dec. 4, 2020
[PATCH 2/4] wined3d: Allocate a new bo for busy DISCARD maps.
by Henri Verbeet
Dec. 4, 2020
[PATCH 1/4] wined3d: Use the "bo user" mechanism to invalidate existing bindings in wined3d_buffer_gl_destroy_buffer_object().
by Henri Verbeet
Dec. 4, 2020
Re: Wine staging 5.19 release
by Gerald Pfeifer
Dec. 4, 2020
[PATCH] bcrypt: Add initial support for asymmetric keys in BCryptDecrypt().
by Nikolay Sivov
Dec. 4, 2020
[PATCH 2/2] quartz/vmr9: Allow the aspect ratio parameters to be NULL in IVMRWindowlessControl::GetNativeVideoSize().
by Akihiro Sagawa
Dec. 4, 2020
[PATCH 1/2] quartz/tests: Add some tests for VMR7 windowless video size.
by Akihiro Sagawa
Dec. 4, 2020
Dec. 4, 2020
Re: [PATCH] ntdll/sec: Add RtlDefaultNpAcl stub.
by Biswapriyo Nath
Dec. 4, 2020
Re: [PATCH vkd3d v2 5/5] vkd3d-shader: Implement basic support for #if and #endif.
by Marvin
Dec. 4, 2020
Re: [PATCH vkd3d v2 4/5] vkd3d-shader: Handle preprocessor parsing errors.
by Marvin
Dec. 4, 2020
Re: [PATCH vkd3d v2 3/5] vkd3d-shader: Preserve some tokens verbatim for HLSL.
by Marvin
Dec. 4, 2020
Re: [PATCH vkd3d v2 2/5] vkd3d-shader: Parse comments in the preprocessor.
by Marvin
Dec. 4, 2020
Re: [PATCH vkd3d v2 1/5] vkd3d-shader: Implement an initial pass-through HLSL preprocessor.
by Marvin
Dec. 4, 2020
[PATCH vkd3d v2 5/5] vkd3d-shader: Implement basic support for #if and #endif.
by Zebediah Figura
Dec. 4, 2020
[PATCH vkd3d v2 4/5] vkd3d-shader: Handle preprocessor parsing errors.
by Zebediah Figura
Dec. 4, 2020
[PATCH vkd3d v2 3/5] vkd3d-shader: Preserve some tokens verbatim for HLSL.
by Zebediah Figura
Dec. 4, 2020
[PATCH vkd3d v2 2/5] vkd3d-shader: Parse comments in the preprocessor.
by Zebediah Figura
Dec. 4, 2020
[PATCH vkd3d v2 1/5] vkd3d-shader: Implement an initial pass-through HLSL preprocessor.
by Zebediah Figura
Dec. 4, 2020
Dec. 4, 2020
Dec. 4, 2020
Dec. 4, 2020
Re: [PATCH 07/17] winegstreamer: Introduce color conversion transform.
by Derek Lesho
Dec. 4, 2020
Re: [PATCH 03/17] winegstreamer: Implement ::Process(Input/Output) for audio conversion transform.
by Derek Lesho
Dec. 4, 2020
Re: [PATCH 07/17] winegstreamer: Introduce color conversion transform.
by Zebediah Figura (she/her)
Dec. 4, 2020
Re: [PATCH 05/17] winegstreamer: Implement Get*Attributes functions for audio converter transform.
by Zebediah Figura (she/her)
Dec. 4, 2020
Re: [PATCH 04/17] winegstreamer: Implement ::Get(Input/Output)StreamInfo for audio conversion transform.
by Zebediah Figura (she/her)
Dec. 4, 2020
Re: [PATCH 03/17] winegstreamer: Implement ::Process(Input/Output) for audio conversion transform.
by Zebediah Figura (she/her)
Dec. 4, 2020
Dec. 4, 2020
Re: [PATCH 01/17] winegstreamer: Implement ::SetInputType for audio conversion transform.
by Zebediah Figura (she/her)
Dec. 4, 2020
[PATCH] mfplat: Zero-initialize the device manager object.
by Zebediah Figura
Dec. 4, 2020
[PATCH] ntdll: Use wide-char string literals.
by Michael Stefaniuc
Dec. 3, 2020
[PATCH] ntdll: Use wide-char string literals in version.c.
by Michael Stefaniuc
Dec. 3, 2020
[PATCH 2/2] ntdll: Use wide-char string literals in actctx.c.
by Michael Stefaniuc
Dec. 3, 2020
[PATCH 1/2] ntdll: Print the correct debug string and not a random global variable.
by Michael Stefaniuc
Dec. 3, 2020
Re: [PATCH 17/17] winegstreamer: Implement Get(Input/Output)CurrentType functions for color converter transform.
by Marvin
Dec. 3, 2020
Re: [PATCH 16/17] winegstreamer: Implement Get*Attributes functions for color converter transform.
by Marvin
Dec. 3, 2020
Re: [PATCH 15/17] winegstreamer: Implement ::Get(Input/Output)StreamInfo for color conversion transform.
by Marvin
Dec. 3, 2020
Re: [PATCH 14/17] winegstreamer: Implement ::ProcessMessage for color conversion MFT.
by Marvin
Dec. 3, 2020
Re: [PATCH 13/17] winegstreamer: Implement ::Process(Input/Output) for color conversion transform.
by Marvin
Dec. 3, 2020
Re: [PATCH 12/17] winegstreamer: Implement ::SetOutputType for color conversion transform.
by Marvin
Dec. 3, 2020
Re: [PATCH 11/17] winegstreamer: Implement ::GetOutputAvailableType for color conversion transform.
by Marvin
Dec. 3, 2020
Re: [PATCH 10/17] winegstreamer: Implement ::SetInputType for color conversion transform.
by Marvin
Dec. 3, 2020
Re: [PATCH 09/17] winegstreamer: Implement ::GetInputAvailableType for color conversion transform.
by Marvin
Dec. 3, 2020
Re: [PATCH 08/17] winegstreamer: Register the color conversion transform.
by Marvin
Dec. 3, 2020
Re: [PATCH 07/17] winegstreamer: Introduce color conversion transform.
by Marvin
Dec. 3, 2020
Re: [PATCH 06/17] winegstreamer: Implement Get(Input/Output)CurrentType functions for audio converter transform.
by Marvin
Dec. 3, 2020
Re: [PATCH 05/17] winegstreamer: Implement Get*Attributes functions for audio converter transform.
by Marvin
Dec. 3, 2020
Re: [PATCH 04/17] winegstreamer: Implement ::Get(Input/Output)StreamInfo for audio conversion transform.
by Marvin
Dec. 3, 2020
Re: [PATCH 03/17] winegstreamer: Implement ::Process(Input/Output) for audio conversion transform.
by Marvin
Dec. 3, 2020