1
mirror of https://github.com/mpv-player/mpv synced 2024-08-08 13:25:45 +02:00
mpv/DOCS/man
wm4 24897eb94c video: check profiles with hardware decoding
We had some code for checking profiles earlier, which was removed in
commits 2508f38 and adfb71b. These commits mentioned that (working) hw
decoding was sometimes prevented due to profile checking, but I can't
find the samples anymore that showed this behavior. Also, I changed my
opinion, and I think checking the profiles is something that should be
done for better fallback to software decoding behavior.

The checks roughly follow VLC's vdpau profile checks, although we do
not check codec levels. (VLC's profile checks aren't necessarily
completely correct, but they're a welcome help anyway.)

Add a --vd-lavc-check-hw-profile option, which skips the profile check.
2013-11-01 17:33:33 +01:00
..
en video: check profiles with hardware decoding 2013-11-01 17:33:33 +01:00
docutils.conf Add PDF manual target 2013-09-09 04:34:56 +02:00