- 05 Jul, 2012 3 commits
-
-
Signed-off-by:
Ludovic Fauvet <etix@videolan.org>
-
Signed-off-by:
Edward Wang <edward.c.wang@compdigitec.com>
-
Edward Wang authored
Plus, with the ES-detection patch it will switch to video automatically if a video track is detected.
-
- 04 Jul, 2012 25 commits
-
-
Edward Wang authored
-
Signed-off-by:
Edward Wang <edward.c.wang@compdigitec.com>
-
Signed-off-by:
Edward Wang <edward.c.wang@compdigitec.com>
-
Rafaël Carré authored
This flag is mandatory to debug VLC This reverts commit 8002d648. Conflicts: vlc-android/AndroidManifest.xml
-
Signed-off-by:
Edward Wang <edward.c.wang@compdigitec.com>
-
Sébastien Toque authored
-
This will allow us to support dynamically ES-changing streams, more streaming formats (TS) and more video formats (such as OGG video). Signed-off-by:
Rafaël Carré <funman@videolan.org>
-
Sébastien Toque authored
-
Ludovic Fauvet authored
-
Ludovic Fauvet authored
... but only if a media is loaded. Fallback to the main activity if there's nothing to play.
-
Ludovic Fauvet authored
-
Ludovic Fauvet authored
This reverts commit 99ce9dbc.
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Signed-off-by:
Ludovic Fauvet <etix@videolan.org>
-
Signed-off-by:
Ludovic Fauvet <etix@videolan.org>
-
Sébastien Toque authored
-
Sébastien Toque authored
-
Signed-off-by:
Edward Wang <edward.c.wang@compdigitec.com>
-
- 03 Jul, 2012 12 commits
-
-
Edward Wang authored
-
Edward Wang authored
-
Edward Wang authored
-
Edward Wang authored
-
Edward Wang authored
-
Edward Wang authored
-
Edward Wang authored
-
Edward Wang authored
-
Ludovic Fauvet authored
By default String.format use the current locale to format strings which is wrong for making SQL queries. This was causing a crash for users running some locales, as the numbers (%d for instance) were not using arabic numerals.
-
Ludovic Fauvet authored
The error appears because we're attaching a new fragment in the onResume and this method is sometimes called after onSaveInstanceState which leads to a crash. We can safely discard the state in this specific case because we don't rely on the UI state but on the mMediaLibraryActive boolean to read the actual state of the directory view.
-
Ludovic Fauvet authored
-
Ludovic Fauvet authored
-