vlc/vlc-3.0 | branch: master | Steve Lhomme <[email protected]> | Mon Jun 4 17:14:09 2018 +0200| [2f3e77faf3371a3461b81974b95a3f3f0673f95a] | committer: Jean-Baptiste Kempf
directx_va: blacklist more Intel GPU that pretend they can handle HEVC At least the HD Graphics 4600 is broken. (cherry picked from commit 6c78d27eec21ffbed08109a85febe6bb61e5100d) Signed-off-by: Jean-Baptiste Kempf <[email protected]> > http://git.videolan.org/gitweb.cgi/vlc/vlc-3.0.git/?a=commit;h=2f3e77faf3371a3461b81974b95a3f3f0673f95a --- modules/codec/avcodec/directx_va.c | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/modules/codec/avcodec/directx_va.c b/modules/codec/avcodec/directx_va.c index 084a08dacf..fc5b88c28c 100644 --- a/modules/codec/avcodec/directx_va.c +++ b/modules/codec/avcodec/directx_va.c @@ -460,6 +460,24 @@ static UINT hevc_blacklist[] = { 0x1626, /* HD Graphics 6000 */ 0x162A, /* Iris Pro Graphics P6300 */ 0x162B, /* Iris Graphics 6100 */ + + 0x0402, /* HD Graphics */ + 0x0406, /* HD Graphics */ + 0x040A, /* HD Graphics */ + 0x0412, /* HD Graphics 4600 */ + 0x0416, /* HD Graphics 4600 */ + 0x041E, /* HD Graphics 4400 */ + 0x041A, /* HD Graphics P4600/P4700 */ + + 0x0A06, /* HD Graphics */ + 0x0A0E, /* HD Graphics */ + 0x0A16, /* HD Graphics Family */ + 0x0A1E, /* HD Graphics Family */ + 0x0A26, /* HD Graphics 5000 */ + 0x0A2E, /* Iris(TM) Graphics 5100 */ + + 0x0D22, /* Iris(TM) Pro Graphics 5200 */ + 0x0D26, /* Iris(TM) Pro Graphics 5200 */ }; bool directx_va_canUseHevc(vlc_va_t *va, UINT DeviceId) _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
