zaps166 / QMPlay2

QMPlay2 is a video and audio player which can play most formats and codecs.
GNU Lesser General Public License v3.0
855 stars 177 forks source link

video filters is not effect when using DirectDraw as video output #258

Closed lovelypp777 closed 5 years ago

lovelypp777 commented 5 years ago

when select DirectDraw as the first video output device, video filters has no effects.

zaps166 commented 5 years ago

Deinterlacing filters?

lovelypp777 commented 5 years ago

brightness,contrast...

------------------ 原始邮件 ------------------ 发件人: "notifications"notifications@github.com; 发送时间: 2019年9月11日(星期三) 下午5:26 收件人: "zaps166/QMPlay2"QMPlay2@noreply.github.com; 抄送: "alone"2455196031@qq.com; "Author"author@noreply.github.com; 主题: Re: [zaps166/QMPlay2] video filters is not effect when usingDirectDraw as video output (#258)

Deinterlacing filters?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.

zaps166 commented 5 years ago

It depends on driver and it might not work on modern drivers. DirectDraw is for very old hardware and WindowsXP. Using it on Windows 8 and higher doesn't nake any sense. Also using it when OpenGL works properly doesn't make any sense.