- 17 Nov, 2014 14 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Thomas Guillem authored
jni_ConfigureSurface need also to be called width HC using ANW, ANWP or opaque. (There was no ANWP or opaque in gingerbread) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Thomas Guillem authored
Opaque specific code is now inside AndroidWindow Setup / SetSurface. Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Thomas Guillem authored
This broke direct rendering on honeycomb. Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Thomas Guillem authored
YV12 not implemented before gingerbread. Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
- 16 Nov, 2014 5 commits
-
-
Francois Cartegnie authored
-
Francois Cartegnie authored
Prevented playback of blockalign less audio samples
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Tristan Matthews authored
-
- 15 Nov, 2014 21 commits
-
-
Tobias Güntner authored
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
Rémi Denis-Courmont authored
-
Jean-Baptiste Kempf authored
-
Francois Cartegnie authored
p_chunk->i_sample is next sample, not current
-
Francois Cartegnie authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
David Fuhrmann authored
Starting with harfbuzz 0.9.18 there is a known crash. Stay with 0.9.17 until this is fixed upstream. refs #12425
-
Jean-Baptiste Kempf authored
-
Sean McGovern authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Thomas Guillem authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Thomas Guillem authored
It's now handled in android_window Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Thomas Guillem authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Thomas Guillem authored
It's now handled in android_window Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Thomas Guillem authored
Set surface color and size synchronously using jni calls. Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Thomas Guillem authored
(see android commit "jni: add jni_AndroidJavaSurfaceToNativeSurface") Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Thomas Guillem authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Thomas Guillem authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Thomas Guillem authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Thomas Guillem authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Thomas Guillem authored
- 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: Jean-Baptiste Kempf <jb@videolan.org>
-