mpv/video/decode
wm4 844249317b vd_lavc: allow explicitly selecting vdpau hw decoders
This allows using the vdpau decoders with -vd without having to use
the -hwdec switch (basically like in mplayer).

Note that this way of selecting the hardware decoder is still
deprecated. libavcodec went away from adding special decoder entries
for hardware decoding, and instead makes use of the "hwaccel"
architecture, where hardware decoders use the same decoder names as
the software decoders. The old vdpau special decoders will probably
be deprecated and removed in the future.
2013-05-04 01:36:15 +02:00
..
dec_video.c core: always pass data via packet fields to video decoders 2013-03-28 21:46:17 +01:00
dec_video.h core: always pass data via packet fields to video decoders 2013-03-28 21:46:17 +01:00
lavc.h video: make use of libavcodec refcounting 2013-03-13 23:51:30 +01:00
lavc_dr1.c vd_lavc: make non-reference frames writeable 2013-01-13 20:04:10 +01:00
vd.c vo: remove and cleanup globals 2013-03-04 17:40:21 +01:00
vd.h core: always pass data via packet fields to video decoders 2013-03-28 21:46:17 +01:00
vd_lavc.c vd_lavc: allow explicitly selecting vdpau hw decoders 2013-05-04 01:36:15 +02:00