- 05 Apr, 2009 17 commits
-
-
Antoine Cellerier authored
Fix scene filter when using source dimensions as output dimensions. Allow outputing to all image types supported by VLC.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
That being noted, I would advocate ditching all RTSP control connection timeouts from our live555 plugins. Looking at strace, live555 waits forever in the middle of receiving RTSP messages anyway.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Jean-Baptiste Kempf authored
-
Rémi Denis-Courmont authored
In principle, isalpha() depends on the locale. As for directory traversal, we should either add a boolean, or fix it manually in the caller (on a case-by-case basis).
-
Rémi Denis-Courmont authored
- remove practically never used encodings (UTF-32, ARMSCII, Latin-4...), - remove duplicates and/or subsets (UCS, Latin-1, TIS620...) that I know of, - provide human-readable names (fixes #2571).
-
Jean-Baptiste Kempf authored
1/ We have so much of those requests on the forum. 2/ It doesn't change any string. 3/ Change is self-contained.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
That happened when seeking during the first second of playback.
-
Rémi Denis-Courmont authored
-
Jean-Baptiste Kempf authored
-
Jean-Philippe Andre authored
Never disable Stop Disable stop when no input Populate Bookmarks
-
Jean-Philippe Andre authored
Don't mix booleans and strings (as non empty strings evaluate to true).
-
- 04 Apr, 2009 18 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Duraffort authored
-
Rémi Denis-Courmont authored
This kills 100 wakeups per seconds.
-
Rémi Denis-Courmont authored
In principle, this avoids a possible event loss. I am not sure if the NAV PCI handling is thread-safe here (but it's no worse than before).
-
Rémi Denis-Courmont authored
We may want to factor some of that marshalling into libvlc later on.
-
Rémi Denis-Courmont authored
This solves a potential event loss for close events (especially with the RC interface)
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Jean-Baptiste Kempf authored
-
Rémi Denis-Courmont authored
-
Jean-Baptiste Kempf authored
Spotted by courmisch.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Sébastien Escudier authored
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
Sébastien Escudier authored
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
- 03 Apr, 2009 5 commits
-
-
Rémi Duraffort authored
-
Jean-Baptiste Kempf authored
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Antoine Cellerier authored
-