- 20 Feb, 2015 5 commits
-
-
Thomas Guillem authored
This i_order can be used by vout display modules to easily compare subpictures. That way, a module can bypass a subpicture rendering if it has been previously rendered. Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Steve Lhomme authored
Also pass the cluster to parse, because this interface change will be needed for an upcoming patch. Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Steve Lhomme authored
Fix a silly typo and loads Tags the first time we see them, during the Preload phase. Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Thomas Guillem authored
Use the biggest size available between display and video size. Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Thomas Guillem authored
Queue more than one audio buffer at a time (limit of 1 second). TimeGet will report a bigger delay, but the module will be more stable and more efficient. AudioTrack delay is now calculated by JNIThread when a buffer is written. Overall delay is calculated in TimeGet by adding AudioTrack delay and queued delay. Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
- 19 Feb, 2015 8 commits
-
-
Rémi Denis-Courmont authored
Fix callback leak.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
This was a remnant from the times of VLC_VAR_OBJECT.
-
Jonas Lundqvist authored
Close #13972 Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jérémy Carrier authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
-
Sébastien Toque authored
Signed-off-by: Rafaël Carré <funman@videolan.org>
-
- 18 Feb, 2015 7 commits
-
-
Felix Paul Kühne authored
-
Jean-Baptiste Kempf authored
Close #13973
-
Jean-Baptiste Kempf authored
Close #13971
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
This might suppress some warnings (and very slightly reduce code size) when assertions are disabled. Not that I particularly like to create VLC-specific macros.
-
- 17 Feb, 2015 3 commits
-
-
David Fuhrmann authored
-
Rémi Denis-Courmont authored
-
Jean-Baptiste Kempf authored
Close #13963
-
- 16 Feb, 2015 6 commits
-
-
Jean-Baptiste Kempf authored
Because tmpfile() cannot be used if not admin on the machine on Windows... Close #13642
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
malloc(0) can return NULL. Don't use it to generate a non-NULL value (NULL is the error code for sout_stream_t.pf_add).
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
As far as I can tell, this is not allowed by the ISO C specification (it is permitted in C++ though).
-
- 15 Feb, 2015 6 commits
-
-
Jean-Baptiste Kempf authored
See QTBUG-30359 Close #13646
-
Hannes Domani authored
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
Hannes Domani authored
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
Jean-Baptiste Kempf authored
-
David Fuhrmann authored
-
David Fuhrmann authored
Makes sure the prefs window does not stay on top and hides all other applications if VLC is inactive.
-
- 14 Feb, 2015 1 commit
-
-
Jean-Baptiste Kempf authored
-
- 12 Feb, 2015 4 commits
-
-
Jean-Baptiste Kempf authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rafaël Carré authored
OpenSSL is the default if both exist
-