- 16 Jan, 2010 12 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
This requires support for fdopendir(). One open() and fstat() calls per input file are avoided. Ok, this is not such a major improvement). This should also work around brain-damaged file system drivers such as Linux HFS+, whereby opendir() succeeds on regular files.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
directory does not register the "fd" shortcut, so the standard input case should not occur.
-
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
(You can't read ahead a pipe)
-
Rémi Denis-Courmont authored
InputSourceInit() does it globally already
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
- 15 Jan, 2010 18 commits
-
-
ivoire authored
-
Jean-Baptiste Kempf authored
-
Pierre authored
-
Pierre authored
-
Pierre authored
-
Pierre authored
-
Pierre authored
We have too much false positive with this script. Feel free to revert or to remove.
-
Pierre authored
-
Pierre authored
Attempt to run scripts in share/lua/meta/fetcher.
-
Pierre authored
The result of meta fetching is not cached (except the artwork), but this could be an envisionned goal for the media library.
-
Pierre authored
-
Pierre authored
-
fix crash when switching phonon backends on the fly, remember to stop libvlc media player before releasing it Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
- 14 Jan, 2010 10 commits
-
-
ivoire authored
'length' is still used for backward compatibility (even if most of the client seems to use mtime and time and to use length only if the two first meta aren't found).
-
ivoire authored
specifications and the ones added by vlc).
-
ivoire authored
-
Rémi Denis-Courmont authored
-
dionoea authored
Print a list of available alsa output devices in debug output if the user specified a non existing device. Simple example to get the listing: /vlc --aout alsa,none --alsa-audio-device bla -vvv file.mp3 --verbose-objects -all,+alsa
-
Rémi Denis-Courmont authored
This is not needed anymore. Modules are not in the bank at all anymore if they require an incompatible CPU feature.
-
Rémi Denis-Courmont authored
-
Laurent Aimar authored
As reported on ffmpeg-devel ML.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
Don't try to handle other codings with it. As of today, IANA lists compress, exi and pack200-gzip as other legal values.
-