mpv/video/decode
wm4 009dfbe3b6 vd_lavc: do not abort hardware decoding on errors
Usually, libavcodec ignores errors reported by the hardware decoding
API, so it's not like we can actually escape if the hardware is somehow
acting up.

For normal fallback purposes, or if parts of the hw decoding API which
we actually check fails, we do this by setting and checking the
hwdec_failed flag anyway.
2015-09-23 20:37:47 +02:00
..
dec_video.c video: make --field-dominance set interlaced flag 2015-09-10 23:46:06 -07:00
dec_video.h player: make decoding cover art more robust 2015-06-18 18:39:46 +02:00
dxva2.c vd_lavc: remove unneeded hwdec parameters 2015-08-19 21:33:18 +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 vd_lavc: better hwdec log output 2015-09-02 23:33:13 +02:00
rpi.c vd_lavc: remove unneeded hwdec parameters 2015-08-19 21:33:18 +02:00
vaapi.c vaapi: add HEVC profile entries 2015-08-24 23:00:45 +02:00
vd.h Update license headers 2015-04-13 12:10:01 +02:00
vd_lavc.c vd_lavc: do not abort hardware decoding on errors 2015-09-23 20:37:47 +02:00
vda.c vd_lavc: remove unneeded hwdec parameters 2015-08-19 21:33:18 +02:00
vdpau.c vd_lavc: remove unneeded hwdec parameters 2015-08-19 21:33:18 +02:00
videotoolbox.c vd_lavc: remove unneeded hwdec parameters 2015-08-19 21:33:18 +02:00