1
0
mirror of https://github.com/mpv-player/mpv synced 2025-02-17 21:27:08 +00:00
mpv/video/decode
wm4 58d196c07e video: different way to enable hardware decoding, add software fallback
Deprecate the hardware specific video codec entries (like ffh264vdpau).
Replace them with the --hwdec switch, which requests that a specific
hardware decoding API should be used. The codecs.conf entries will be
removed at a later time, but for now they are useful for testing and
compatibility.

Instead of --vc=ffh264vdpau, --hwdec=vdpau should be used.

Add a fallback if hardware decoding fails. Most hardware decoders
(including vdpau) support only a subset of h264, and having such a
fallback is supposed to enable a better user experience.
2013-01-13 17:39:32 +01:00
..
dec_video.c video: simplify decoder pixel format handling 2013-01-13 17:39:31 +01:00
dec_video.h
vd_lavc.c video: different way to enable hardware decoding, add software fallback 2013-01-13 17:39:32 +01:00
vd.c vd_lavc: remove codec DR 2013-01-13 17:39:32 +01:00
vd.h vd_lavc: remove codec DR 2013-01-13 17:39:32 +01:00