Skip to content

video_filter: add egl_surfacetexture filter plugin

Romain Vimont requested to merge rom1v/vlc:egl_surfacetexture into master

On Android, this filter allows to render OpenGL filters to an Android SurfaceTexture.

Contrary to egl_pbuffer, the resulting picture stays on the GPU (it is not downloaded to main memory), providing much better performances.

Was submitted to the ML before the switch to MR: https://mailman.videolan.org/pipermail/vlc-devel/2021-April/143185.html

Merge request reports