[vlc-devel] [PATCH 0/5] MediaCodec: use the new push model

Thomas Guillem thomas at gllm.fr
Thu Nov 21 15:30:47 CET 2019


This branch is working on top of latest Steve proposal:
"[PATCH 00/36] add video context to filters (v5)"

It can be found here on gitlab: https://code.videolan.org/tguillem/vlc/tree/android-mc/1

Thomas Guillem (5):
  decoder: don't flush a stopped vout
  mediacodec: move input/video cleaning outside of CleanDecoder
  mediacodec: use p_sys directly
  mediacodec: use the new push model
  vout: android: fix switch warning

 include/vlc_picture.h                         |   2 +-
 modules/codec/omxil/mediacodec.c              | 437 ++++++++++++------
 modules/video_output/Makefile.am              |   1 -
 modules/video_output/android/display.c        | 302 ++++--------
 modules/video_output/android/display.h        | 147 ------
 modules/video_output/android/utils.c          |  17 +
 modules/video_output/android/utils.h          |  10 +
 modules/video_output/android/window.c         |  22 +
 .../video_output/opengl/converter_android.c   |  96 +---
 src/input/decoder.c                           |   6 +-
 10 files changed, 435 insertions(+), 605 deletions(-)
 delete mode 100644 modules/video_output/android/display.h

-- 
2.20.1



More information about the vlc-devel mailing list