- 09 Oct, 2014 2 commits
-
-
Thomas Guillem authored
Don't hardcode android api to android-9 anymore, use ANDROID_API export. In case of 64bits build: set ANDROID_API to android-L and GCCVER to 4.9. Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
-
- 08 Oct, 2014 7 commits
-
-
Thomas Guillem authored
Advanced hardware decoder in developer menu: bypass all others settings and force iomx, iomx-dr, mediacodec or mediacodec-dr. If the forced decoder fails, there will be no fallback, that's why it's for developers only. Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Thomas Guillem authored
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Thomas Guillem authored
Add HWDecoderUtil: Utility class that return the preferred hardware decoder (none, mediacodec and/or iomx) from a list of known devices. It's only taking effect before Android 4.3 as MediaCodec will always be preferred after. That class use the hidden android.os.SystemProperties API to retrieve properties like "ro.board.platform" in order to know which device we are running. That API won't be used after 4.3 as we want to limit the usage of android private API. Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Thomas Guillem authored
Use the same function from C and Java to get the media options. Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Thomas Guillem authored
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
- 06 Oct, 2014 8 commits
-
-
Mik Amchislavsky authored
-
Mik Amchislavsky authored
-
Mik Amchislavsky authored
-
Mik Amchislavsky authored
-
Geoffrey Métais authored
Here is the mapping A : play/pause B : Audio Track X : toggle mute Y : Select subtitle R1 : seek forward L1 : seek backward Left stick: Horizontal axis: seek Vertical axis : brightness Right stick: Vertical axis: volume Please tell me if you have a better idea of configuration
-
Thomas Guillem authored
It's only used for Player hence the new name. 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>
-
- 03 Oct, 2014 5 commits
-
-
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
Set the title under the StatusBar translucent with a black shadow. Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Geoffrey Métais authored
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
-
- 02 Oct, 2014 11 commits
-
-
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
fix protobuf build. Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Alexandre Perraud authored
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Alexandre Perraud authored
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Alexandre Perraud authored
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Alexandre Perraud authored
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Thomas Guillem authored
Android 4.2 (API17) adds fullscreen support, and gives the possibility to show/hide the StatusBar without any resize. Replace player_overlay_header with android StatusBar and ActionBar. - The StatusBar will display the date, the battery, the connectivity and the notifications. - The ActionBar will display the Video title, using a custom layout that looks like the previous overlay header. It's important to use The ActionBar and not a view in the player layout since the show/hide animations of the ActionBar is synchronized with the StatusBar. Signed-off-by:
Edward Wang <edward.c.wang@compdigitec.com>
-
Thomas Guillem authored
This style is only used for VideoPlayerActivity. Signed-off-by:
Edward Wang <edward.c.wang@compdigitec.com>
-
Thomas Guillem authored
Signed-off-by:
Edward Wang <edward.c.wang@compdigitec.com>
-
- 30 Sep, 2014 1 commit
-
-
Christoph Miebach authored
-
- 28 Sep, 2014 2 commits
-
-
Geoffrey Métais authored
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Geoffrey Métais authored
MenuDrawer is the menu framework provided by Google in android support library v4. This removes a dependency on a 3rd party lib. A remaining issue is that the menu listview is wiped from main layout when audio player is shown, I had to re-add it once SlidingPanel is opened as a work-around. Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
- 22 Sep, 2014 1 commit
-
-
Adrien Maglo authored
-
- 20 Sep, 2014 2 commits
-
-
Uwe L. Korn authored
Signed-off-by:
Edward Wang <edward.c.wang@compdigitec.com>
-
Martin Storsjö authored
Signed-off-by:
Edward Wang <edward.c.wang@compdigitec.com>
-
- 17 Sep, 2014 1 commit
-
-
Alexandre Perraud authored
Play if VLC was playing an audio file. Fix #11786. Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-