]> git.sesse.net Git - vlc/history - modules/video_output/android
macosx: Update progress dialog on the main thread, make check thread safe
[vlc] / modules / video_output / android /
2015-02-20 Thomas Guillemandroid_window: fix typo from "fix subtitles placement"
2015-02-20 Thomas Guillemandroid_window: check subpicture i_order instead of...
2015-02-20 Thomas Guillemandroid_window: fix subtitles placement
2015-01-22 Thomas Guillemandroid_window: don't call setBuffersGeometry if alread...
2015-01-22 Thomas Guillemnativewindowpriv: split setup into setUsage and setBuff...
2015-01-21 Thomas Guillemandroid_window: fix deadlock if android surface won...
2014-12-30 Jean-Baptiste KempfBump Android Window priority: it can do hardware subpic...
2014-12-29 Thomas Guillemandroid_window: check subtitles bounds
2014-12-17 Thomas Guillemandroid/surface: fix prototype
2014-11-28 Thomas Guillemandroid_window: fix subtitle clear area too big
2014-11-25 Thomas Guillemandroid_window: prepare subtitles on vd->prepare
2014-11-25 Thomas Guillemandroid_window: don't clear full subtitle area
2014-11-25 Thomas Guillemandroid_window: improve subtitles resolution
2014-11-25 Thomas Guillemandroid_window: set i_angle for anw too
2014-11-25 Thomas Guillemandroid_window: create sub filter after sub pic alloc
2014-11-25 Thomas Guillemandroid_window: don't release sub_pic in vd->control
2014-11-21 Thomas Guillemandroid_window: don't add min_undequeued in the pool...
2014-11-21 Thomas Guillemandroid_window: render picture on Display, and not...
2014-11-21 Thomas Guillemnativewindowpriv: GRALLOC_USAGE_EXTERNAL_DISP only...
2014-11-21 Thomas Guillemnativewindowpriv: remove deprecated calls
2014-11-21 Thomas Guillemnativewindowpriv: use only one call to lock/unlock...
2014-11-21 Thomas Guillemnativewindowpriv: lockBuffer not needed after jbmr2
2014-11-21 Thomas Guillemnativewindowpriv: cosmetics
2014-11-21 Thomas Guillemnativewindowpriv: use set_buffers_user_dimensions after...
2014-11-21 Thomas Guillemnativewindowpriv: fix call order
2014-11-21 Thomas GuillemRevert "nativewindowpriv: use fence_fd"
2014-11-19 Thomas Guillemnativewindowpriv: use fence_fd
2014-11-19 Thomas Guillemnativewindowpriv: better use of defines (cosmetics)
2014-11-19 Thomas Guillemandroid_window: use anwp.getMaxBufferCount
2014-11-19 Thomas Guillemandroid_window: add logs
2014-11-19 Thomas Guillemnativewindowpriv: change default min_undequeued value
2014-11-19 Thomas Guillemnativewindowpriv: add getMaxBufferCount
2014-11-17 Thomas Guillemandroid_window: fix honeycomb
2014-11-17 Thomas Guillemandroid_window: refactoring
2014-11-17 Thomas Guillemnativewindowpriv: don't connect before ics
2014-11-17 Thomas Guillemandroid/surface: drop YV12 support
2014-11-15 Thomas Guillemandroid/surface: configure surface synchronously
2014-11-15 Thomas Guillemandroid/surface: use native_surface from jni
2014-11-15 Thomas Guillemandroid/surface: don't use native_window
2014-11-15 Thomas Guillemandroid/surface: use calloc
2014-11-15 Thomas Guillemandroid/surface: fix leaks if Open fails
2014-11-15 Thomas Guillemandroid/surface: remove single_instance
2014-11-15 Thomas Guillemmodules: add android_window vout
2014-11-15 Thomas Guillemandroid/utils: add ChromaToAndroidHal
2014-11-15 Thomas Guillemandroid: rename jni_SetAndroidSurfaceSize
2014-11-15 Thomas Guillemnativewindowpriv: fix connect before ics
2014-11-15 Thomas Guillemnativewindowpriv: add lock/unlock Data
2014-11-15 Thomas Guillemnativewindowpriv: add is_hw arg in setup
2014-11-15 Thomas Guillemnativewindowpriv: use native_window_priv as a handle
2014-11-15 Thomas Guillemnative_window: add setBuffersGeometry
2014-11-01 Rémi Denis-Courmontpicture_pool: remove ..._Delete(), use ..._Release...
2014-10-31 Thomas Guillemandroid/opaque: fix crash on Close with subtitles
2014-10-31 Thomas Guillemandroid/opaque: check if subtitles_picture is not NULL
2014-10-31 Thomas Guillemandroid/opaque: fix indent
2014-10-25 Thomas Guillemnativewindowpriv: add missing return 0
2014-10-20 Thomas Guillemandroid: deactivate vout window plugin
2014-10-16 Rémi Denis-Courmontvout: remove unimplemented GET_OPENGL controls
2014-10-16 Rémi Denis-Courmontandroid: check that the vout is not windowed
2014-10-16 Rémi Denis-Courmontwindow: merge all capabilities as one
2014-10-16 Rémi Denis-Courmontwindow: check and set window type in all plugins
2014-10-14 Thomas Guillemandroid/jni: use a libvlcjni function to attach/detach...
2014-10-01 Thomas Guillemnativewindowpriv: add setOrientation
2014-10-01 Thomas Guillemomxil: split iomx_hwbuffer.cpp
2014-09-12 Felix Abecassisandroid: request rotation if video is oriented
2014-06-29 Thomas GuillemAndroid vout: fix possible mutex leak.
2014-06-23 Felix Abecassisandroid surface: check error when locking the video...
2014-06-23 Felix Abecassisandroid opaque: check error when locking the subtitles...
2014-05-22 Jean-Baptiste KempfAndroid vout: support the mouse events from jni
2014-04-03 Felix Abecassisandroid: fix green line issue when using an YUV surface...
2014-02-07 Martin Storsjöandroid: Only reupload subtitle surfaces if they have...
2014-01-24 Felix Abecassisandroid: implement subtitles rendering for Android...
2014-01-17 Felix Abecassismediacodec: implementation of MediaCodec GPU direct...
2014-01-14 Felix Abecassisandroid: use common function LoadNativeWindowAPI instea...
2014-01-14 Felix Abecassisandroid: add a new file in order to refactor common...
2013-11-08 Adrien MagloVout: add a new window provider to create android nativ...
2013-11-08 Adrien MagloVout: move the AndroidSurface vout to a subdirectory