- 18 Feb, 2014 4 commits
-
-
Jean-Baptiste Kempf authored
This is notably needed for old vouts like Xv and DDraw
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
10 bits should be enough for everyone
-
Matthias Keiser authored
Notably for mp4 Ref #2882
-
- 17 Feb, 2014 2 commits
-
-
Jean-Baptiste Kempf authored
This detects filename.xx.srt, where xx is supposed to be the language This is a longstanding request...
-
Denis Charmet authored
This will end up useful for cubemap implementation and may allow to put mms stuff out of the core
-
- 16 Feb, 2014 20 commits
-
-
Jean-Baptiste Kempf authored
-
Ludovic Fauvet authored
This is a helper to take action on touchscreens on Windows 7 or later It uses the braindead WM_GESTURE API and supports volume, seek (1 and 2 fingers), play/pause (2finger touch) and fullscreen (zoom gesture) The API is simple so other UI element can use it, notably Qt and the vouts This has been edited by jb too Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
-
David Fuhrmann authored
-
David Fuhrmann authored
-
David Fuhrmann authored
-
David Fuhrmann authored
-
Allan Odgaard authored
This mimics the current iTunes support and behavior is controlled by the same setting. Signed-off-by: David Fuhrmann <david.fuhrmann@googlemail.com>
-
Rémi Denis-Courmont authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Rafaël Carré authored
-
Jean-Baptiste Kempf authored
-
Rafaël Carré authored
-
Rafaël Carré authored
-
Rafaël Carré authored
-
Rafaël Carré authored
-
Rafaël Carré authored
-
Rafaël Carré authored
-
Rafaël Carré authored
-
- 15 Feb, 2014 14 commits
-
-
Ilkka Ollakka authored
-
Ilkka Ollakka authored
-
Ilkka Ollakka authored
-
Jean-Paul Saman authored
This reverts commit d8199d8c.
-
Jean-Paul Saman authored
This reverts commit 1ac11c98.
-
Jean-Paul Saman authored
This reverts commit b978c15a.
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
This patch depends on "input core add status field per elementary stream".
-
Jean-Paul Saman authored
VLC has status reporting on the input state, but not on the output state. This makes it impossible to know if playback actually started completely from checking stream status states. For instance a failed audio output cannot be determined programatically. This patch adds an extra field per ES (in src/input/es_out.c) to determine the state of that ES (DISABLE, ENABLED, ERROR). If CreateDecoder() cannot instantiate an output, then it set p_dec->b_error = true. This is used to determine what the return value for es_out_GetEsState() should be. If p_dec->b_error is true, then it returns an ES_OUT_STATE_ES_ERROR to the caller. Else it returns ES_OUT_STATE_ES_ENABLED or ES_OUT_STATE_ES_DISABLED. A function 'es_out_GetEsState()' is available to query an input for the state of the primary audio, video and SPU elementary streams.
-
Jean-Paul Saman authored
Bug introduced in commit 87cd07ca
-
Rémi Denis-Courmont authored
-
David Fuhrmann authored
close #6347
-
David Fuhrmann authored
-
Jean-Paul Saman authored
-