- 24 Jul, 2015 9 commits
-
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
- 23 Jul, 2015 23 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
Allocating and reading 100 MiB at once for a remote file was a bit excessive IMHO.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
If there is a parent input, it cannot go away. There was no point in reference counting.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
This is arguably the only case where the callback made sense.
-
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
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
(The read callback is as suspicious and retained.)
-
Rémi Denis-Courmont authored
-
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 8 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
-