1
mirror of https://github.com/mpv-player/mpv synced 2024-07-15 22:21:38 +02:00
mpv/video/decode
wm4 11f44a10f9 vd_lavc: factor all hwdec fallbacks into the same function
The fallback at initialization time was basically duplicated, maybe for
the sake of showing a different error message. This doesn't matter
anymore; not much can fail at initialization anymore. Most meaningful
and common errors happen either at probing or in get_format (when the
actual hw decoder is initialized).
2015-09-02 23:10:39 +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: remove unneeded hwdec parameters 2015-08-19 21:33:18 +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_lavc.c vd_lavc: factor all hwdec fallbacks into the same function 2015-09-02 23:10:39 +02:00
vd.h Update license headers 2015-04-13 12:10:01 +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