mpv/video/decode
wm4 a2235b0280 dxva2: support HEVC
This is pretty much copy&pasted from Libav commit
a7e0380497306d9723dec8440a4c52e8bf0263cf.

Note that if FFmpeg was not compiled with HEVC DXVA2 support or your
video drivers do not support HEVC, the player will not fallback and
just fail decoding any video. This is because libavcodec appears not
to return an error in this case. The situation is made worse by the
fact that MSYS2 is on an ancient MinGW-w64 release, which does not
have the required headers for HEVC DXVA2 support.
2015-05-14 17:44:48 +02:00
..
dec_video.c video: cleanup some old log messages 2015-04-20 23:19:19 +02:00
dec_video.h player: change video-bitrate and audio-bitrate properties 2015-04-20 20:52:16 +02:00
dxva2.c dxva2: support HEVC 2015-05-14 17:44:48 +02:00
gpu_memcpy_sse4.h dxva2: gpu_memcpy: fix build for GCC 4.8.3 2014-10-26 13:56:41 +01:00
lavc.h RPI support 2015-03-29 16:09:56 +02:00
rpi.c RPI support 2015-03-29 16:09:56 +02:00
vaapi.c video: un-discourage "vaapi-copy" hwdec mode 2015-02-20 22:24:37 +01:00
vd.h Update license headers 2015-04-13 12:10:01 +02:00
vd_lavc.c player: change video-bitrate and audio-bitrate properties 2015-04-20 20:52:16 +02:00
vda.c vda: add support for nv12 image formats 2015-05-13 19:57:39 +02:00
vdpau.c vdpau: fix preemption handling 2015-03-31 14:48:34 +02:00