- 16 Sep, 2009 8 commits
-
-
Anthony Loiseau authored
When second argument of a for statement is a sequence, firsts expressions are evaluated as void with no usage of their return value. Signed-off-by: Rémi Duraffort <ivoire@videolan.org>
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
This fixes displaying videos with non-16-multiple pixel width.
-
Rémi Denis-Courmont authored
This reverts commit 6142ee1b. Input pixel pitch is incorrect. The bug was somewhere else.
-
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 23 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
-