Skip to content

Tags: zmtong1988/Proton-Wine

Tags

experimental-wine-bleeding-edge-9.0-119658-20240912-pc506af-w6aa130-d8e03b6-v26d283

Toggle experimental-wine-bleeding-edge-9.0-119658-20240912-pc506af-w6aa130-d8e03b6-v26d283's commit message
d3dx11: Implement D3DX11CreateThreadPump().

Signed-off-by: Connor McAdams <[email protected]>

CW-Bug-Id: #20442
CW-Bug-Id: #23084
CW-Bug-Id: #23301

experimental-wine-bleeding-edge-9.0-119644-20240912-pc506af-w2c87b8-d8e03b6-v26d283

Toggle experimental-wine-bleeding-edge-9.0-119644-20240912-pc506af-w2c87b8-d8e03b6-v26d283's commit message
quartz: Align src_pitch for planar formats.

Not doing this results in misaligned video scan lines on videos whose
width is not multiple of 4.

(cherry picked from commit 1f08389)

experimental-wine-bleeding-edge-9.0-119602-20240912-pc506af-w2c87b8-d903f1a-v26d283

Toggle experimental-wine-bleeding-edge-9.0-119602-20240912-pc506af-w2c87b8-d903f1a-v26d283's commit message
quartz: Align src_pitch for planar formats.

Not doing this results in misaligned video scan lines on videos whose
width is not multiple of 4.

(cherry picked from commit 1f08389)

experimental-wine-bleeding-edge-9.0-119235-20240911-pc506af-w2c87b8-d26a14c-v26d283

Toggle experimental-wine-bleeding-edge-9.0-119235-20240911-pc506af-w2c87b8-d26a14c-v26d283's commit message
quartz: Align src_pitch for planar formats.

Not doing this results in misaligned video scan lines on videos whose
width is not multiple of 4.

(cherry picked from commit 1f08389)

experimental-wine-bleeding-edge-9.0-119228-20240911-pef6f55-w2c87b8-d26a14c-v26d283

Toggle experimental-wine-bleeding-edge-9.0-119228-20240911-pef6f55-w2c87b8-d26a14c-v26d283's commit message
quartz: Align src_pitch for planar formats.

Not doing this results in misaligned video scan lines on videos whose
width is not multiple of 4.

(cherry picked from commit 1f08389)

experimental-wine-bleeding-edge-9.0-119215-20240911-pef6f55-w2c87b8-d1a1c3a-v26d283

Toggle experimental-wine-bleeding-edge-9.0-119215-20240911-pef6f55-w2c87b8-d1a1c3a-v26d283's commit message
quartz: Align src_pitch for planar formats.

Not doing this results in misaligned video scan lines on videos whose
width is not multiple of 4.

(cherry picked from commit 1f08389)

experimental-wine-bleeding-edge-9.0-119189-20240911-pef6f55-w8e5093-d1a1c3a-v26d283

Toggle experimental-wine-bleeding-edge-9.0-119189-20240911-pef6f55-w8e5093-d1a1c3a-v26d283's commit message
shell32: Fix FO_MOVE when destination has conflicting directory.

(cherry picked from commit 776c65a)

CW-Bug-Id: #24245

experimental-wine-bleeding-edge-9.0-119180-20240911-pef6f55-wb08fef-d1a1c3a-v26d283

Toggle experimental-wine-bleeding-edge-9.0-119180-20240911-pef6f55-wb08fef-d1a1c3a-v26d283's commit message
winegstreamer: Pass H264 codec data as "streamheader" when it's not p…

…arsed yet.

CW-Bug-Id: #20833

experimental-wine-bleeding-edge-9.0-119171-20240911-pef6f55-w6b717d-d1a1c3a-v26d283

Toggle experimental-wine-bleeding-edge-9.0-119171-20240911-pef6f55-w6b717d-d1a1c3a-v26d283's commit message
winegstreamer/video_processor: Support colorspace range in the D3D11 …

…video processor.

CW-Bug-Id: #24235

experimental-wine-bleeding-edge-9.0-119155-20240911-pef6f55-we04202-d1a1c3a-v26d283

Toggle experimental-wine-bleeding-edge-9.0-119155-20240911-pef6f55-we04202-d1a1c3a-v26d283's commit message
winegstreamer: Fallback to provided sample duration and time.

If a frame rate has not been provided, use the sample duration and time
provided by wg_transform.

This can fix framerate issues when MF_MT_FRAME_RATE is not available.

CW-Bug-Id: #23810