- 30 Aug, 2009 40 commits
-
-
Laurent Aimar authored
-
Felix Paul Kühne authored
-
Rémi Denis-Courmont authored
start_date must be set with the lock held. Otherwise, the condition statement inside the ALSAThread while() startup loop may fail. Once signaled, start_date belongs to the ALSA thread, so locking is not needed anymore.
-
Rémi Denis-Courmont authored
-
Rafaël Carré authored
make explicit why using vlm crashes vlc Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
Rémi Denis-Courmont authored
-
Rafaël Carré authored
-
Rémi Duraffort authored
-
Rémi Denis-Courmont authored
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Laurent Aimar authored
It's not perfect, as they do not have the same dynamic, but it costs a lot of CPU for something not that visible. If an option is wanted, it is easy to add.
-
Laurent Aimar authored
It is not exact with rgb blending.
-
Laurent Aimar authored
-
Laurent Aimar authored
The name might be ill chosen, but duplicated code is worse.
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Erwan Tulou authored
recursive=expand can be too time-consuming (preventing users from exiting vlc)
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
We do not need to copy here anyway.
-
Rémi Denis-Courmont authored
This kills a memory copy in most cases (FFMPEG input padding is the same as VLC block padding, at least on my system).
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Jakob Leben authored
-
Rémi Duraffort authored
is found (same function but not same data). This can be usefull to find some errors. This is only activated in debug mode.
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
* Shrink the buffer in either direction before reallocating, so we don't need to copy discarded data. (* Special case if the payload is entirely discarded.) * Avoid potentially overflowing pointer comparisons (In real life, it works, but it is not defined by the C specification).
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
-
Jakob Leben authored
And remove a lot of unnecessary code.
-