- 04 Jun, 2015 3 commits
-
-
Thomas Guillem authored
-
Thomas Guillem authored
-
Rafaël Carré authored
-
- 03 Jun, 2015 8 commits
-
-
Rémi Denis-Courmont authored
If the input thread is killed, the net_* functions will return an error. It gets propagated all the way up to where vlc_object_alive() was checked.
-
Rémi Denis-Courmont authored
The NetFillBuffer() functions already waits (somewhat more correctly) for events. If the error is due to parsing error, waiting longer will not fix it. If the error is due to network timeout, then NetFillBuffer() is already fine.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
In case of spurious wake-up, the function will return NULL. This is OK.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
We would rather not terminate the whole VLC process in case of a broken pipe or remotely closed TCP connection.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
As for other parameters in this case.
-
- 02 Jun, 2015 2 commits
-
-
Rémi Denis-Courmont authored
As per both usage and documentation ACCESS_CAN_SEEK, ACCESS_CAN_FASTSEEK, ACCESS_CAN_PAUSE, ACCESS_CAN_CONTROL_PACE and ACCESS_GET_PTS_DELAY are mandatory. Thus the pf_control callback is mandatory. (Note that STREAM_* maps directly to ACCESS_* here.
-
Tristan Matthews authored
-
- 01 Jun, 2015 2 commits
-
-
Thomas Guillem authored
Even the latest android version (Nexus 10 5.1.1) have an undefined behavior when playing a H264 Hi10P video As there is no public API in NDK to get the MediaCodecList in order to list the supported profiles, use the API from JNI.
-
Thomas Guillem authored
-
- 31 May, 2015 5 commits
-
-
David Fuhrmann authored
-
David Fuhrmann authored
-
David Fuhrmann authored
-
Rémi Denis-Courmont authored
-
Francois Cartegnie authored
-
- 30 May, 2015 3 commits
-
-
David Fuhrmann authored
This line is not needed, the module is already linked against IOKit.
-
Maxime Mouchet authored
This patch adds the option to smoothly turn off the keyboard backlight when a video is playing in fullscreen, to the OSX user interface. The option is off by default and it works better if the automatic keyboard backlight adjustment is disabled in System Preferences. Signed-off-by: David Fuhrmann <dfuhrmann@videolan.org>
-
Felix Paul Kühne authored
-
- 28 May, 2015 5 commits
-
-
Steve Lhomme authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Steve Lhomme authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Steve Lhomme authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Steve Lhomme authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Steve Lhomme authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
- 27 May, 2015 4 commits
-
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Jean-Baptiste Kempf authored
This is based on some work by Martell, and modified by /me It's not yet perfectly clean, but that will come in the next commits
-
- 26 May, 2015 8 commits
-
-
Felix Paul Kühne authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Felix Paul Kühne authored
-
Gleb Pinigin authored
Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
-