- 18 Dec, 2014 13 commits
-
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
List was not returned by reference
-
Francois Cartegnie authored
-
Ludovic Fauvet authored
-
Ludovic Fauvet authored
Prevent the es_out from overriding the NowPlaying state by splitting the meta into NowPlaying and ESNowPlaying. The function input_item_GetNowPlayingFb can be used to return the preferred meta value.
-
- 17 Dec, 2014 7 commits
-
-
Rafaël Carré authored
Closes #11877
-
Thomas Guillem authored
This led to a random crash when resizing video on a small display (or when resizing small video). Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Thomas Guillem authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Thomas Guillem authored
Use getInputBuffer and getOutputBuffer instead of getInputBuffers and getOutputBuffers. see http://developer.android.com/reference/android/media/MediaCodec.htmlSigned-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Thomas Guillem authored
Fail only if a critical method is not found. Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Thomas Guillem authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Thomas Guillem authored
Starting API 21, the way to know the number of output buffers is deprecated. Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
- 16 Dec, 2014 3 commits
-
-
Thomas Guillem authored
Mostly to remove "#include <iphlpapi.h>" which is unecessary, and can break Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Felix Paul Kühne authored
-
Rémi Denis-Courmont authored
-
- 15 Dec, 2014 14 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
This fixes corking especially.
-
Rémi Denis-Courmont authored
This function already starts playback if stopped (and as far as I know it always has).
-
Rémi Denis-Courmont authored
This function already checks if the playlist is running internally, in which case it has no effects.
-
Rémi Denis-Courmont authored
Those two functions have no effects if the playlist is stopped. Otherwise they force the playlist to playing ("running") or paused state respectively. As a reminder, the existing playlist_Play() forces the playlist into running state (unless it is empty), and playlist_Stop() forces the playlist into stopped state (unless the input thread refuses to die). There are no functions to force the playlist to paused state.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
The behaviour is unchanged: - if stopped: starts playing, - if playing: pauses playing, - if paused: resumes playing.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Jean-Baptiste Kempf authored
Many people don't care about NPAPI and it's hard to build
-
Rémi Denis-Courmont authored
-
Tristan Matthews authored
This reverts commit 937911d5 which was obsoleted by commit 0fd580b8c0f1590d2b01a5062b4a1d616cd80e1c.
-
Tristan Matthews authored
Also covers #2575 and #11514
-
- 14 Dec, 2014 3 commits
-
-
Jean-Baptiste Kempf authored
I don't really see how this can happen, but it should fix it. Close #13190
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-