- 30 Aug, 2009 26 commits
-
-
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.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Felix Paul Kühne authored
Basically, we starting scrolling at the beginning, if the window gets reopened and jump back to top once scrolling reached the end of the list.
-
- 29 Aug, 2009 14 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Erwan Tulou authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Erwan Tulou authored
-
Rémi Denis-Courmont authored
-
Erwan Tulou authored
-
Erwan Tulou authored
-
Erwan Tulou authored
-
Erwan Tulou authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-