- 16 Sep, 2009 4 commits
-
-
Pierre Ynard authored
Apparently, since 'setlocale( LC_NUMERIC, "C" );' was removed from libvlc initialization 3 years ago, the syntax to set configuration variables of floating point types has changed and become dependent on the current locale ("0.5" vs. "0,5" etc). Some places have been converted to the use of us_atof() which is locale-independent; fix all the remaining ones too.
-
Pierre Ynard authored
-
Ilkka Ollakka authored
-
Pierre Ynard authored
-
- 15 Sep, 2009 9 commits
-
-
Felix Paul Kühne authored
Arial Black is available on all Mac OS X installations current VLC releases can run on and is the default for the 'Quartztext' renderer anyway.
-
Laurent Aimar authored
-
Rémi Duraffort authored
-
Laurent Aimar authored
Reported by Sebastian Apelt, Siberas.
-
Laurent Aimar authored
Reported by Sebastian Apelt, Siberas.
-
Laurent Aimar authored
Reported by Sebastian Apelt, Siberas.
-
Rémi Duraffort authored
-
Pierre Ynard authored
-
Ilkka Ollakka authored
-
- 14 Sep, 2009 27 commits
-
-
Mindaugas Baranauskas authored
Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
-
Laurent Aimar authored
For the moment, it is only deactivated when using input_Read and input_Preparse (it was making blocking vlc at start-up).
-
Laurent Aimar authored
-
Laurent Aimar authored
It is unused and not correctly implemented (!b_block case).
-
Laurent Aimar authored
The pause must be done when the fifo of the decoder gets empty otherwise the pause occurs too soon (especially with large caching).
-
Laurent Aimar authored
It avoids to quit the pause state.
-
Laurent Aimar authored
p_input->b_eof cannot be true at this stage.
-
Laurent Aimar authored
-
Laurent Aimar authored
When a callback on int-event is needed, it is a bit cleaner.
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
The thread used by it can still be restarted, but it will allow to move some variable from vout_sys_t to event_thread_t.
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
It is more symetric with StopEventThread.
-
Felix Paul Kühne authored
-
Hugo Beauzee-Luyssen authored
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
Rémi Denis-Courmont authored
This was requested for Arabic.
-
Rémi Denis-Courmont authored
-
Christophe Courtaut authored
The smem sout module allows you to stream out to memory buffer. Currently only video is implemented. This module should be used with the transcode sout module, to get raw data from it. Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-