- 29 Mar, 2009 1 commit
-
-
Laurent Aimar authored
-
- 09 Mar, 2009 1 commit
-
-
Laurent Aimar authored
-
- 08 Mar, 2009 1 commit
-
-
Laurent Aimar authored
The input variable "program-scrambled" will contain the state for the current program only. If at least one es is scrambled then the whole program is. The associated event is INPUT_EVENT_PROGRAM. If necessary for a better GUI support, we could change it to a list.
-
- 13 Feb, 2009 1 commit
-
-
Laurent Aimar authored
This change is needed to fix teletext support.
-
- 11 Feb, 2009 1 commit
-
-
Rémi Denis-Courmont authored
-
- 19 Jan, 2009 2 commits
-
-
Rémi Denis-Courmont authored
(You get to love va_list type-safety)
-
Rémi Denis-Courmont authored
-
- 17 Jan, 2009 5 commits
-
-
Laurent Aimar authored
-
Laurent Aimar authored
This will force people to use VLC_INPUT_OPTION_TRUSTED flag when they need it and ease security review. This commit has no functionnal/security changes.
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
- 16 Jan, 2009 1 commit
-
-
Laurent Aimar authored
-
- 07 Jan, 2009 1 commit
-
-
Laurent Aimar authored
-
- 05 Jan, 2009 2 commits
-
-
Laurent Aimar authored
-
Laurent Aimar authored
-
- 11 Dec, 2008 1 commit
-
-
Laurent Aimar authored
-
- 09 Dec, 2008 4 commits
-
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
- 04 Dec, 2008 5 commits
-
-
Laurent Aimar authored
The associated libvlc_MediaPlayerBuffering and libvlc_Buffering value could probably be removed (not done as I do not know the maintainer opinion).
-
Laurent Aimar authored
They will allow interfaces to display the current buffering status.
-
Laurent Aimar authored
The associated libvlc_MediaPlayerStopped and libvlc_Stopped value could probably be removed (not done as I do not know the maintainer opinion).
-
Laurent Aimar authored
-
Laurent Aimar authored
It removes the need of INPUT_GET_BYTE_POSITION/INPUT_SET_BYTE_SIZE which where not thread safe.
-
- 23 Nov, 2008 4 commits
-
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
The input event vout now warns about every vout creation/destruction due to a decoder.
-
- 22 Nov, 2008 3 commits
-
-
Laurent Aimar authored
A new variable intf-event has been added. It supercedes the following variables (they are still present for the time being): - intf-change - intf-change-vout - rate-change - stats-change and allows to have a better knowledge of the change done. It is documented in vlc_input.h (in progress).
-
Laurent Aimar authored
It fixes a bunch of missing locks and remove unused functions. It splits input_internal.h
-
Laurent Aimar authored
There is no functionnal changes except a few missing events added.
-
- 21 Nov, 2008 1 commit
-
-
Jean-Paul Saman authored
-
- 20 Nov, 2008 2 commits
-
-
Laurent Aimar authored
-
Jean-Paul Saman authored
The input core does separate playing states for forward or backward direction from the playing state PLAYING_S. If one wants to know in what direction VLC is playing, then he needs to look at the sign value of the "rate" value. Backward playing direction has a negative "rate" value. Forward playing direction has a positive one.
-
- 28 Sep, 2008 2 commits
-
-
Laurent Aimar authored
No functionnal changes yet.
-
Laurent Aimar authored
They are set to -1 if not specified.
-
- 20 Sep, 2008 1 commit
-
-
Rémi Denis-Courmont authored
-
- 19 Sep, 2008 1 commit
-
-
Rémi Denis-Courmont authored
-