list.winehq.org
Sign In Sign Up
Manage this list Sign In Sign Up

Keyboard Shortcuts

Thread View

  • j: Next unread message
  • k: Previous unread message
  • j a: Jump to all threads
  • j l: Jump to MailingList overview

Wine-gitlab

Thread Start a new thread
Download
Threads by month
  • ----- 2026 -----
  • March
  • February
  • January
  • ----- 2025 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2024 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2023 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2022 -----
  • December
  • November
  • October
  • September
  • August
  • July
wine-gitlab@list.winehq.org

November 2025

  • 1 participants
  • 1084 discussions
[PATCH 0/2] MR9624: qcap: supports capturing camera footage in yuy2 format
by 张顾在 29 Nov '25

29 Nov '25
the yuv2 format video stream captured from v4l requires conversion to RGB24 format for rendering.I have verified that FFmpeg-8.0.1-essentials_build supports YUV capture format under Wine.The attachment contains format support obtained using ffmpeg.exe, along with video capture data processed via yuy2. [ffmpeg_support.log](/uploads/6bbdfa9249ef1cfae3edfa4e11663538/ffmpeg_support.log) [test_yuyv422.avi](/uploads/b2b0fb25fedad17bf60cf5aedaa6c5bf/test_yuyv422.avi) -- https://gitlab.winehq.org/wine/wine/-/merge_requests/9624
3 3
0 0
[PATCH 0/2] MR9623: qcap: supports capturing camera footage in yuy2 format
by 张顾在 29 Nov '25

29 Nov '25
the yuv2 format video stream captured from v4l requires conversion to RGB24 format for rendering.I have verified that FFmpeg-8.0.1-essentials_build supports YUV capture format under Wine.The attachment contains format support obtained using ffmpeg.exe, along with video capture data processed via yuy2[ffmpeg_support.log](/uploads/96ab58bcf40e141ba12435e6c6eb072c/ffmpeg_support.log) [test_yuyv422.avi](/uploads/3cbd1f67e7db6112a04fea7b16d0c9f1/test_yuyv422.avi) -- https://gitlab.winehq.org/wine/wine/-/merge_requests/9623
2 3
0 0
[PATCH v2 0/1] MR9622: qcap: supports capturing camera footage in yuy2 format
by 张顾在 29 Nov '25

29 Nov '25
the yuv2 format video stream captured from v4l requires conversion to RGB24 format for rendering.I have verified that FFmpeg-8.0.1-essentials_build supports YUV capture format under Wine.The attachment contains format support obtained using ffmpeg.exe, along with video capture data processed via yuy2[test_yuyv422.avi](/uploads/66c718676b663f15d0fbf80294a75a0b/test_yuyv422.avi)[ffmpeg_support.log](/uploads/7b78240c5e8b5321431594b794178f30/ffmpeg_support.log) -- v2: https://gitlab.winehq.org/wine/wine/-/merge_requests/9622
2 2
0 0
[PATCH 0/2] MR9622: qcap: supports capturing camera footage in yuy2 format
by 张顾在 29 Nov '25

29 Nov '25
the yuv2 format video stream captured from v4l requires conversion to RGB24 format for rendering.I have verified that FFmpeg-8.0.1-essentials_build supports YUV capture format under Wine.The attachment contains format support obtained using ffmpeg.exe, along with video capture data processed via yuy2[test_yuyv422.avi](/uploads/66c718676b663f15d0fbf80294a75a0b/test_yuyv422.avi)[ffmpeg_support.log](/uploads/7b78240c5e8b5321431594b794178f30/ffmpeg_support.log) -- https://gitlab.winehq.org/wine/wine/-/merge_requests/9622
2 2
0 0
[PATCH 0/2] MR9621: qcap: supports capturing camera footage in yuy2 format
by 张顾在 29 Nov '25

29 Nov '25
supports direct reading of yuv2 video streams under v4l.This submission is intended to support https://gitlab.winehq.org/wine/wine/-/merge_requests/9620 -- https://gitlab.winehq.org/wine/wine/-/merge_requests/9621
2 3
0 0
[PATCH 0/2] MR9620: quartz: Supports yuy2 video stream rendering
by 张顾在 29 Nov '25

29 Nov '25
the yuv2 format video stream captured from v4l requires conversion to RGB24 format for rendering.I have verified that FFmpeg-8.0.1-essentials_build supports YUV capture format under Wine.The attachment contains format support obtained using ffmpeg.exe, along with video capture data processed via yuy2. yuy2.[test_yuyv422.avi](/uploads/e09577dc5acc517d17992ea1831bce99/test_yuyv422.avi) [ffmpeg_support.log](/uploads/3fdf7ead5d679dc6bb45300797c7b664/ffmpeg_support.log) -- https://gitlab.winehq.org/wine/wine/-/merge_requests/9620
2 3
0 0
[PATCH v8 0/4] MR3160: wineps.drv: Not set dc_top should not affect printing failed
by 张顾在 29 Nov '25

29 Nov '25
Not set dc_top should not affect printing failed -- v8: fix: set git user config in CI to resolve rebase error quartz: Supports yuy2 video stream rendering https://gitlab.winehq.org/wine/wine/-/merge_requests/3160
3 4
0 0
[PATCH v6 0/4] MR3160: wineps.drv: Not set dc_top should not affect printing failed
by 张顾在 29 Nov '25

29 Nov '25
Not set dc_top should not affect printing failed -- v6: fix: set git user config in CI to resolve rebase error https://gitlab.winehq.org/wine/wine/-/merge_requests/3160
3 4
0 0
[PATCH v5 0/3] MR3160: wineps.drv: Not set dc_top should not affect printing failed
by 张顾在 29 Nov '25

29 Nov '25
Not set dc_top should not affect printing failed -- v5: quartz: Supports yuy2 video stream rendering https://gitlab.winehq.org/wine/wine/-/merge_requests/3160
2 3
0 0
[PATCH v4 0/2] MR3160: wineps.drv: Not set dc_top should not affect printing failed
by 张顾在 29 Nov '25

29 Nov '25
Not set dc_top should not affect printing failed -- v4: qcap: supports capturing camera footage in yuy2 format https://gitlab.winehq.org/wine/wine/-/merge_requests/3160
2 2
0 0
  • ← Newer
  • 1
  • ...
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • ...
  • 109
  • Older →

HyperKitty Powered by HyperKitty version 1.3.12.