- 28 Aug, 2013 3 commits
-
-
Edward Wang authored
-
Edward Wang authored
-
Edward Wang authored
Eventually this allows for having multiple independent media lists
-
- 27 Aug, 2013 1 commit
-
-
Edward Wang authored
To prevent code duplication for use in another class soon
-
- 26 Aug, 2013 2 commits
-
-
Edward Wang authored
-
Edward Wang authored
Allow these devices to at least start up and play files
-
- 20 Aug, 2013 1 commit
-
-
Edward Wang authored
-
- 19 Aug, 2013 1 commit
-
-
Edward Wang authored
Close #8383
-
- 18 Aug, 2013 1 commit
-
-
Currently, the Android app truncates the equalizer frequencies to the nearest whole. The Qt GUI in the desktop VLC app depicts rounded frequencies, so the same scheme should be used in the Android app. Signed-off-by:
Sébastien Toque <xilasz@gmail.com> Signed-off-by:
Edward Wang <edward.c.wang@compdigitec.com>
-
- 15 Aug, 2013 1 commit
-
-
Sébastien Toque authored
-
- 14 Aug, 2013 1 commit
-
-
Sébastien Toque authored
When the launcher is killed/restarted, only the latest RemoteViews is restored. so use partial updates if possible (API11+), else update everything. Unfortunately, in API below 17, partial updates are not cached by android, so we have to force those updates from the service. To avoid spamming with several big intents during playback, the cover is not restored, only state, text and position.
-
- 13 Aug, 2013 3 commits
-
-
Edward Wang authored
-
Sébastien Toque authored
-
Sébastien Toque authored
-
- 12 Aug, 2013 4 commits
-
-
Edward Wang authored
Fix regression from 02ee423e where hiding the notification kills the stream.
-
Edward Wang authored
-
Rafaël Carré authored
This reverts commit 9937816b.
-
Rafaël Carré authored
-
- 11 Aug, 2013 1 commit
-
-
Rafaël Carré authored
If we do, libpng will pick up the newer headers but still link to the old version of the NDK --disable-zlib is not enough as some packages depend on it
-
- 10 Aug, 2013 1 commit
-
-
Edward Wang authored
And close #9100
-
- 09 Aug, 2013 2 commits
-
-
Rafaël Carré authored
-
Rafaël Carré authored
-
- 05 Aug, 2013 3 commits
-
-
Sébastien Toque authored
-
Sébastien Toque authored
-
Martin Storsjö authored
This changes the IVideoPlayer interface to pass two additional parameters - the width/height parameters are kept as the full buffer size, with two additional parameters specifying how much of it is supposed to be visible. This removes the duplicated alignment calculation, making sure it's done in one place only - in the calling vout code. Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- 29 Jul, 2013 4 commits
-
-
Martin Storsjö authored
Signed-off-by:
Martin Storsjö <martin@martin.st>
-
Martin Storsjö authored
By adding the SYSTEM_UI_FLAG_LAYOUT_HIDE_NAVIGATION and SYSTEM_UI_FLAG_LAYOUT_STABLE flags, the activity can be laid out as if the navigation bar was hidden even when it isn't, avoiding moving the video when the UI disappears. This requires setting the fitsSystemWindows="true" parameter for views that still should be laid out as if the navigation bar was there. That is, the video surface is laid out to cover the whole screen (under the navigation bar), while the UI on top gets padding enough to not be obscured by the navigation bar. Signed-off-by:
Martin Storsjö <martin@martin.st>
-
Martin Storsjö authored
This avoids autocorrection and similar things that aren't useful (and mostly very annoying) when typing a URL. Signed-off-by:
Martin Storsjö <martin@martin.st>
-
Martin Storsjö authored
This fixes the video output on 2.3 and 3.x. Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- 28 Jul, 2013 9 commits
-
-
Sébastien Toque authored
-
Sébastien Toque authored
hasVideoTrack readTracksInfo readTracksInfoPosition getAudioTracksCount getAudioTrackDescription getAudioTrack setAudioTrack getVideoTracksCount getSpuTrackDescription getSpuTracksCount getSpuTrack setSpuTrack addSubtitleTrack
-
Sébastien Toque authored
-
Sébastien Toque authored
-
Sébastien Toque authored
startDebugBuffer stopDebugBuffer nativeToURI nativeReadDirectory nativeIsPathDirectory
-
Sébastien Toque authored
-
Sébastien Toque authored
-
Sébastien Toque authored
-
Sébastien Toque authored
-
- 27 Jul, 2013 2 commits
-
-
Edward Wang authored
Should also fix many IndexOutOfBoundsExceptions
-
Edward Wang authored
-