Skip to content
  • Thomas Guillem's avatar
    modules: add android_window vout · 8a709642
    Thomas Guillem authored and Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf committed
    
    
     - used for direct and non direct rendering (replace opaque.c)
    
     - use nativewindowpriv: more control than the public api, since you can set
       orientation, crop, cancel a buffer without displaying it and allocate more
       than one buffers.
    
     - fallback to nativewindow if nativewindowpriv fails (with only one buffer in
       the pool then).
    
     - Only one way to display subtitles: use a seperate android surface.
    
     - Fix subtiles display in case or source aspect != 1.
    
    Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
    8a709642