253 Commits (2c67e7af2c58f4e594dd09049965da9749e52967)

Author SHA1 Message Date
Denis Charmet da46c38e59 vout: android: asynchronously resize vout window 4 years ago
Rémi Denis-Courmont 4bd922622b window: rename <vlc_vout_window.h> to <vlc_window.h> 4 years ago
Rémi Denis-Courmont 84c253cdd1 window: rename vout_window* to vlc_window* 4 years ago
Rémi Denis-Courmont 24246e4efb android: remove reverse NULL check 4 years ago
Alexandre Janniaux f93738a6f5 opengl: remove reference counting 5 years ago
Alexandre Janniaux 6b7a57f984 modules: fix typos 5 years ago
Lyndon Brown 6f68f89498 plugins: purge use of set_category() 7 years ago
Steve Lhomme 1dfc22bc7b vout: android: don't keep the display width/height locally 5 years ago
Steve Lhomme 2721256e9b display: don't pass the vout_display_cfg_t on Open 5 years ago
Romain Vimont 6208d519af vout: use designated initializers for display ops 5 years ago
Romain Vimont 3af1b9dc30 vout display: make sys a void pointer 5 years ago
Romain Vimont 3716a7da5b config: remove remaining "advanced" flags 5 years ago
Alexandre Janniaux faf48ec1ff android: window: check jobj before creating window 6 years ago
Alexandre Janniaux f3dbaa3ddf android: utils: allow single-buffered vlc_asurfacetexture 6 years ago
Romain Vimont f6afcef9dd android: make AWindowHandler work without AWindow 6 years ago
Alexandre Janniaux 7884e589cd android: utils: multiple player support 6 years ago
Alexandre Janniaux 343b931362 android: utils: move AWindowHandler after jfields 6 years ago
Alexandre Janniaux 40e55938a3 android: window: remove trailing characters 6 years ago
Romain Vimont 1be235d4c4 android: create AWindowHandler without window 6 years ago
Alexandre Janniaux 55be72e703 android: utils: add get_texture to picture_context 6 years ago
Alexandre Janniaux 6055b8cedc android: utils: log cleanup 6 years ago
Alexandre Janniaux 082a4d38ca android: utils: add releaseTexImage 6 years ago
Alexandre Janniaux 26bed35064 android: utils: fix double free 6 years ago
Steve Lhomme 91953b8cdb display: remove the unused vararg from the control callback 6 years ago
Steve Lhomme 6c1771b4e7 display: use an optional callback to reset the pictures 6 years ago
Steve Lhomme a225373d62 display: use a vlc_display_operations to set the display module callbacks 6 years ago
Steve Lhomme 96076938e2 vout: use vd->cfg with VOUT_DISPLAY_CHANGE_xxx controls 6 years ago
Steve Lhomme 97586fdc1a display: make vd->source a const pointer 6 years ago
Steve Lhomme 5d530395cb vout: android: set the pf_destroy in the picture_resource_t init 6 years ago
Alexandre Janniaux 5c18c86849 android: utils: remove AWindow_SurfaceTexture 6 years ago
Alexandre Janniaux 4c0f4a52f1 android: utils: remove AWindow SurfaceTexture functions 6 years ago
Alexandre Janniaux 48f5e7b559 android: utils: switch from AWH to surfacetexture 6 years ago
Alexandre Janniaux 14be780df4 mediacodec: create SurfaceTexture in decoder 6 years ago
Alexandre Janniaux 6624563cc6 android: utils: expose vlc_surfacetexture API 6 years ago
Alexandre Janniaux ec364d8ff9 android: utils: extend vlc_asurfacetexture to all version 6 years ago
Alexandre Janniaux 28db7191a0 android: utils: refactor creation of SurfaceTexture 6 years ago
Alexandre Janniaux ce4d9a5656 android: utils: load SurfaceTexture JNI API 6 years ago
Alexandre Janniaux 60f21e5e1b android: utils: load Surface JNI API 6 years ago
Alexandre Janniaux c089fce374 android: utils: load SurfaceTexture constructors 6 years ago
Alexandre Janniaux 2c18f46cf1 android: utils: refactor GET_METHOD usage 6 years ago
Alexandre Janniaux 78807ffc66 android: utils: refactor SurfaceTexture handling 6 years ago
Alexandre Janniaux 54902e47c0 android: utils: reorder SurfaceTexture implementation 6 years ago
Alexandre Janniaux eab0e0d7fb android: utils: reorder android JNIEnv helper 6 years ago
Louis Regnier 7d6c996a75 android: util: use NDK ASurfaceTexture API if available 6 years ago
Louis Regnier d36fd20d3e android: util: load ASurfaceTexture API 6 years ago
Louis Régnier b6b0f236af android: util: merge struct AndroidNativeWindow & SurfaceTexture 6 years ago
Louis Regnier 575cfafc19 android: util: delete unused SurfaceTexture structure 6 years ago
Romain Vimont c2a9006a03 Revert "android: util: remove redundant strncmp" 7 years ago
Alexandre Janniaux 8dd471c748 android: util: use ARRAY_SIZE if possible 7 years ago
Alexandre Janniaux 77aa424b72 android: util: remove redundant strncmp 7 years ago