1
0
mirror of https://github.com/mpv-player/mpv synced 2025-01-18 04:51:52 +00:00
mpv/video/decode
wm4 f27a9aaa17 vd_lavc: remove more dead legacy code
All of this was dead code and completely unused.

get_buffer2_hwdec() is the biggest chunk. One unfortunate thing about it
is that, while it was active, it could perform a software fallback much
faster, because it didn't have to wait until a full frame is decoded (it
actually decoded a full frame, but the current code has to decode many
more frames due to the codec delay, because the current code waits until
the API returns a decoded frame.) We should probably restore the latter,
although since it's an optional optimization, and the current behavior
doesn't change with the removal of this code, don't actually do anything
about it.
2017-10-31 15:29:13 +01:00
..
d3d.c d3d: remove some legacy code 2017-10-31 14:14:45 +01:00
d3d.h video: drop old D3D11/DXVA2 support 2017-09-26 18:58:45 +02:00
dec_video.c vd_lavc: move display mastering data stuff to mp_image 2017-10-30 21:07:48 +01:00
dec_video.h build: add preliminary LGPL mode 2017-09-21 13:56:27 +02:00
hw_d3d11va.c vd_lavc: remove more dead legacy code 2017-10-31 15:29:13 +01:00
hw_dxva2.c vd_lavc: remove more dead legacy code 2017-10-31 15:29:13 +01:00
hw_mediacodec.c hwdec: add mediacodec hardware decoder for IMGFMT_MEDIACODEC frames 2017-10-09 18:36:54 +02:00
lavc.h vd_lavc: remove more dead legacy code 2017-10-31 15:29:13 +01:00
vd_lavc.c vd_lavc: remove more dead legacy code 2017-10-31 15:29:13 +01:00
vd.h vd, vd_lavc: change license to LGPL (almost) 2017-06-15 16:32:47 +02:00