- 16 Dec, 2012 8 commits
-
-
Edward Wang authored
Although there are no non-MIPS32 R2 devices supported by Android 2.x+ on MIPS as of right now, MIPS32 is the minimum as of 4.2[1]. However, it should be safe to tune for MIPS32R2. [1] https://android.googlesource.com/device/generic/mips/+/refs/tags/android-4.2_r1/BoardConfig.mk
-
Ludovic Fauvet authored
-
Sébastien Toque authored
-
Sébastien Toque authored
-
Edward Wang authored
-
Edward Wang authored
-
Rafaël Carré authored
-
Rafaël Carré authored
- Merge all the helpers (setAout, useIOMX and setSubtitlesEncoding) - Do not pass new settings by value - Do not read/write subtitles encoding pref, it will be read directly from the prefs before libvlc_new() (why isn't it done the same for omx and aout?) - resetting libvlc is not optional
-
- 14 Dec, 2012 6 commits
-
-
Marián Hikaník authored
Signed-off-by:
Edward Wang <edward.c.wang@compdigitec.com>
-
Edward Wang authored
-
Frank Chao authored
Signed-off-by:
Edward Wang <edward.c.wang@compdigitec.com>
-
Jean-Baptiste Kempf authored
-
Sébastien Toque authored
-
Ludovic Fauvet authored
-
- 13 Dec, 2012 11 commits
-
-
Dian Li authored
Signed-off-by:
Edward Wang <edward.c.wang@compdigitec.com>
-
Kaya Zeren authored
Signed-off-by:
Edward Wang <edward.c.wang@compdigitec.com>
-
Thanakrit Chomphuming authored
Signed-off-by:
Edward Wang <edward.c.wang@compdigitec.com>
-
Michał Trzebiatowski authored
Signed-off-by:
Edward Wang <edward.c.wang@compdigitec.com>
-
Thomas De Rocker authored
Signed-off-by:
Edward Wang <edward.c.wang@compdigitec.com>
-
Fumio Nakayama authored
Signed-off-by:
Edward Wang <edward.c.wang@compdigitec.com>
-
Vincenzo Reale authored
Signed-off-by:
Edward Wang <edward.c.wang@compdigitec.com>
-
Gonçalo Cordeiro authored
Signed-off-by:
Edward Wang <edward.c.wang@compdigitec.com>
-
Mario Siegmann authored
Signed-off-by:
Edward Wang <edward.c.wang@compdigitec.com>
-
Tomáš Chvátal authored
Signed-off-by:
Edward Wang <edward.c.wang@compdigitec.com>
-
Adnan Memija authored
Signed-off-by:
Edward Wang <edward.c.wang@compdigitec.com>
-
- 10 Dec, 2012 5 commits
-
-
Sébastien Toque authored
-
Rafaël Carré authored
-
Sébastien Toque authored
-
Sébastien Toque authored
-
Sébastien Toque authored
-
- 09 Dec, 2012 4 commits
-
-
Edward Wang authored
Some files (notably OGG) don't have track info until they are played, so dynamically fill them in when playing. This is also about as close as you can get for the length sort issue without having playing everything during the media scan.
-
Edward Wang authored
-
Edward Wang authored
-
Edward Wang authored
- Use the standard Android system listview - Simplify dialog logic - Remove unneeded adapter
-
- 08 Dec, 2012 6 commits
-
-
Edward Wang authored
-
Edward Wang authored
-
Sébastien Toque authored
-
Sébastien Toque authored
-
Sébastien Toque authored
also show the selected item in the track list There is a bug in vlc: if setSpuTrack(0) is called before the playback has started, it will disable the video track instead of subtitles. So the disable state of subtitles can't be restored for now
-
Sébastien Toque authored
This reverts commit b9069449. This is not neeed, *opaque is meant to be modified by setup and used as storage. The issue was amem, courmisch fixed it. We should not use dirty static while we have a dedicated storage variable.
-