mpv/video/decode
wm4 61b902f5a7 vd_lavc: better hwdec log output
Often, we don't know whether hardware decoding will work until we've
tried. (This used to be different, but API changes and improvements in
libavcodec led to this situation.) We will often output that we're going
to use hardware decoding, and then print a fallback warning.

Instead, print the status once we have decoded a frame.

Some of the old messages are turned into verbose messages, which should
be helpful for debugging. Also add some new ones.
2015-09-02 23:33:13 +02:00
..
dec_video.c video: make container vs. bitstream aspect ratio configurable 2015-08-30 23:04:17 +02: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: better hwdec log output 2015-09-02 23:33:13 +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