- 18 Dec, 2014 23 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
-
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 7 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
-