- 18 Sep, 2009 8 commits
-
-
Erwan Tulou authored
this new variable will allow interfaces to get a chance to add callbacks on a new input _after_ variables are created and _before_ the input thread is started. In previous design, callbacks were added haphazardly while the input thread was already being executed.
-
Erwan Tulou authored
core: create two variables at initialization (for var_AddCallback to get a higher chance to succeed!)
-
Rémi Duraffort authored
and was created after the creation of the interface.
-
Rémi Denis-Courmont authored
ffmpeg is several times faster...
-
Marian Ďurkovič authored
-
Pierre d'Herbemont authored
No functional changes.
-
Pierre d'Herbemont authored
-
Pierre Ynard authored
-
- 17 Sep, 2009 10 commits
-
-
Geoffroy Couprie authored
-
Pierre Ynard authored
-
Rémi Duraffort authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
(libmpeg2 does not autodetect on that architecture)
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Ilkka Ollakka authored
rtp-output without muxin doesn't seem to handle that delay. (cherry picked from commit 367e624ea12feba1c55c79397768cd7515dda616)
-
Pierre Ynard authored
-
Geoffroy Couprie authored
This option will make it much harder to exploit vulnerabilities on Vista and Seven
-
- 16 Sep, 2009 10 commits
-
-
Rémi Duraffort authored
-
Rémi Duraffort authored
libvlc_events: use int instead of uint64_t (using booleans here might be dangerous with the bindings).
-
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 3 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
-