1
0
mirror of https://github.com/mpv-player/mpv synced 2025-01-18 04:51:52 +00:00
mpv/video/decode
wm4 80359c6615 vd_lavc: drop mediacodec direct rendering support temporarily
The libavcodec mediacodec support does not conform to the new hwaccel
APIs yet. It has been agreed uppon that this glue code can be deleted
for now, and support for it will be restored at a later point.

Readding would require that it supports the AVCodecContext.hw_device_ctx
API. The hw_device_ctx would then contain the surface ID.
vo_mediacodec_embed would actually perform the task of creating
vo.hwdec_devs and adding a mp_hwdec_ctx, whose av_device_ref is a
AVHWDeviceContext containing the android surface.
2017-12-01 18:01:15 +01: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
lavc.h video: refactor hw device creation for hwdec copy modes 2017-12-01 08:05:16 +01:00
vd_lavc.c vd_lavc: drop mediacodec direct rendering support temporarily 2017-12-01 18:01:15 +01:00
vd.h vd, vd_lavc: change license to LGPL (almost) 2017-06-15 16:32:47 +02:00