Skip to content

android: display: use OpenGL to display subpictures

Thomas Guillem requested to merge tguillem/vlc:vout-android-sub-gl into master

Replace the old native_window_api_t code with the new vlc_gl_sub_renderer() API in order to:

  • Use common code (more code removed than added)
  • Improve upload performances

Commits !3346 (e00b58d3) and !3346 (9ff2d367) are separated to ease the review process (otherwise, the diff is unreadable). Maybe you want to squash them before merge ?

Benchmark result when using a low end android armv7 box on 4K display:

Depends on libvlcjni!50 (merged)

Edited by Thomas Guillem

Merge request reports