- Sep 27, 2012
-
-
Ludovic Fauvet authored
Unlike playIndex, readMedia adds the media to the VLC playlist (and thus to the history) which is wrong in this case.
-
Ludovic Fauvet authored
Thanks to the last minute fixes ;) This reverts commit 38de25d3.
-
- Sep 26, 2012
-
-
Sébastien Toque authored
-
Sébastien Toque authored
onResume is enough. also no need to use special code when resuming from pause, load() do all the necessary checks.
-
Sébastien Toque authored
There is a regression in gcc 4.6, DECL_USER_ALIGN is not handled properly, variables are not aligned, causing a crash in avcodec when decoding aac sbr with neon. http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52181
-
Jean-Baptiste Kempf authored
-
Ludovic Fauvet authored
-
- Sep 25, 2012
-
-
Ludovic Fauvet authored
-
Ludovic Fauvet authored
-
Ludovic Fauvet authored
-
Ludovic Fauvet authored
-
Ludovic Fauvet authored
-
Ludovic Fauvet authored
-
Ludovic Fauvet authored
-
Ludovic Fauvet authored
-
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Ludovic Fauvet authored
-
Ludovic Fauvet authored
Instead of pausing the playback in onPause we stop it completely to prevent the output thread from running while the application is in the background. The playback is then restarted at the same position in the onResume method.
-
- Sep 24, 2012
-
-
Ludovic Fauvet authored
-
Edward Wang authored
-
- Sep 21, 2012
-
-
Sébastien Toque authored
-
Sébastien Toque authored
-
Sébastien Toque authored
-
Ludovic Fauvet authored
-
- Sep 20, 2012
-
-
Ludovic Fauvet authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
- Sep 19, 2012
-
-
Ludovic Fauvet authored
The allocated memory used to store the thumbnail was insufficient and caused a memory corruption on the Nexus7 tablet.
-
Ludovic Fauvet authored
-
Jean-Baptiste Kempf authored
-
- Sep 18, 2012
-
-
Edward Wang authored
-
- Sep 17, 2012
-
-
Sébastien Toque authored
Tested on froyo (2.2)
-
- Sep 15, 2012
-
-
Edward Wang authored
Android apparently does an "OR" match, but if there is no mimeType it doesn't match, so we need to have the parallel structure. I tested this on 4.1 with a wide variety of protocols, with and without types and they all work.
-
- Sep 13, 2012
-
-
Rafaël Carré authored
-
- Sep 12, 2012
-
-
Edward Wang authored
-
Edward Wang authored
This allows us to show controls for the audio player on the lock screen, a popularly demanded feature. Close #6993
-
Edward Wang authored
-
- Sep 10, 2012
-
-
Rafaël Carré authored
-
Rafaël Carré authored
-
Edward Wang authored
-