- 23 Jul, 2015 7 commits
-
-
Rémi Denis-Courmont authored
In most cases, there is no or little room for optimizing this, and the benefits are minimal. This provides a generic implementation so that each stream filter does not need to reinvent the wheel.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Thomas Guillem authored
Depending on device and audio format, AudioTrack can't hold an audio buffer big enough. This commit adds a circular buffer and a thread that will play the data to AudioTrack coming from this circular buffer. This commit also decrease the AudioTrack internal buffer size.
-
Thomas Guillem authored
We can use the same buffer since the buffer position is moved by the AudioTrack write call.
-
Thomas Guillem authored
Wait for a fixed time since the sleep duration is not constant anymore.
-
Thomas Guillem authored
-
- 22 Jul, 2015 13 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
Usage: $ vlc concat:// :concat=URL1,URL2,....URLn Note: As for the existing input-slave and input-list options, URLs are assumed to not contain unencoded commas. This is usually the case but not strictly warranted as the comma is a sub-delimiter.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
- 21 Jul, 2015 12 commits
-
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Hannes Domani authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
- 20 Jul, 2015 8 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
SetThreadErrorMode() is necessary for correct plugin loader semantics, but it is only available on Windows 7 and later, so it needs to be loaded at run-time if it is to be used. On Windows 2008 and older, a fallback is provided to the extent possible.
-
Rémi Denis-Courmont authored
-
Hannes Domani authored
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-