1
0
mirror of https://github.com/mpv-player/mpv synced 2025-02-10 08:57:47 +00:00
mpv/video/decode
wm4 de225e3a6a vd_lavc: add support for decoders which use AVCodecContext.hw_device_ctx
These decoders can select the decoding device with hw_device_ctx, but
don't use hw_frames_ctx (at least not in a meaningful way).

Currently unused, but intended to be used for cuvid, as soon as it hits
ffmpeg git master.

Also make the vdpau and vaapi hwaccel definition structs static, as we
have removed the old code which would have had clashing external
declarations.
2017-05-03 05:23:37 +02:00
..
d3d.c
d3d.h
dec_video.c dec_video, dec_audio: remove redundant NULL-checks 2017-02-20 13:58:18 +01:00
dec_video.h player: add experimental stream recording feature 2017-02-07 17:05:17 +01:00
hw_cuda.c Fix two typos 2017-02-20 08:47:17 +01:00
hw_d3d11va.c decode: fix extra surface count 2017-02-27 14:41:24 +01:00
hw_dxva2.c decode: fix extra surface count 2017-02-27 14:41:24 +01:00
hw_videotoolbox.c hw_videotoolbox: allow using native decoder output format 2017-03-02 11:49:12 +01:00
lavc.h vd_lavc: add support for decoders which use AVCodecContext.hw_device_ctx 2017-05-03 05:23:37 +02:00
vd_lavc.c vd_lavc: add support for decoders which use AVCodecContext.hw_device_ctx 2017-05-03 05:23:37 +02:00
vd.h video: make decoder EOF reporting explicit 2017-01-11 11:02:57 +01:00