[vlc-commits] direct3d9: add an internal VideoProcessor to do the range conversion

Steve Lhomme git at videolan.org
Mon Mar 9 15:28:21 CET 2020


vlc/vlc-3.0 | branch: master | Steve Lhomme <robux4 at ycbcr.xyz> | Wed Mar  4 13:32:44 2020 +0100| [8241910b7bac3781ea0c4eb1503a23560a7a9412] | committer: Steve Lhomme

direct3d9: add an internal VideoProcessor to do the range conversion

On NVIDIA the YUV to RGB StretchRect doesn't do limited->full conversion unlike
other vendors so we need to do it ourself.

(cherry picked from commit a9474e0adc4d481f5024edbfd62be926813be4d2)

> http://git.videolan.org/gitweb.cgi/vlc/vlc-3.0.git/?a=commit;h=8241910b7bac3781ea0c4eb1503a23560a7a9412
---

 modules/video_output/win32/direct3d9.c | 225 +++++++++++++++++++++++++++++++++
 1 file changed, 225 insertions(+)

Diff:   http://git.videolan.org/gitweb.cgi/vlc/vlc-3.0.git/?a=commitdiff;h=8241910b7bac3781ea0c4eb1503a23560a7a9412


More information about the vlc-commits mailing list