mpv/video/decode
wm4 adfb71b79e vdpau: don't try to match codec profiles
Instead, do what MPlayer did all these years. It worked for them, so
there's probably no reason to change this.

Apparently fixes playback with some files, where the VDPAU decoder does
not formally support a profile, but decoding works with a more powerful
profile anyway.

Though note that MPlayer did this because it couldn't do it in a better
way (no decoder reported profiles available when creating the VDPAU
decoder), so it's not entirely clear whether this is a good idea. An
alterbative implementation might try to map the profiles exactly, and
do some fall backs if the exact profile is not available. But this
hack-solution works too.
2013-08-19 01:05:48 +02:00
..
dec_video.c core: move contents to mpvcore (2/2) 2013-08-06 22:52:31 +02:00
dec_video.h video: add vaapi decode and output support 2013-08-12 01:12:02 +02:00
lavc.h video/decode: change fix_image callback 2013-08-15 23:40:02 +02:00
lavc_dr1.c vdpau: split off decoder parts, use "new" libavcodec vdpau hwaccel API 2013-07-28 19:25:07 +02:00
vaapi.c video/decode: pass parameters directly to hwdec allocate_image callback 2013-08-15 23:40:02 +02:00
vd.c core: move contents to mpvcore (2/2) 2013-08-06 22:52:31 +02:00
vd.h vd: add VDCTRL_GET_PARAMS 2013-07-15 01:49:26 +02:00
vd_lavc.c video/decode: change fix_image callback 2013-08-15 23:40:02 +02:00
vdpau.c vdpau: don't try to match codec profiles 2013-08-19 01:05:48 +02:00
vdpau_old.c vdpau_old: add forgotten probe callback 2013-08-15 23:40:04 +02:00