- 10 Jan, 2014 13 commits
-
-
Rémi Denis-Courmont authored
-
David Fuhrmann authored
This reduces size of this file from currently 60 to 16 KB.
-
David Fuhrmann authored
This allows the OS to sort the files into the right categories (movie, audio, ...). close #9778
-
Francois Cartegnie authored
-
Francois Cartegnie authored
refs #3178
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Tristan Matthews authored
-
Ilkka Ollakka authored
Fixes #10318
-
Ilkka Ollakka authored
ref #10318
-
- 09 Jan, 2014 10 commits
-
-
Jean-Baptiste Kempf authored
For some reasons, the video part does not work yet.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
(It is already tested in dist(check) but that is way too slow.)
-
Jean-Baptiste Kempf authored
-
Ilkka Ollakka authored
-
Ilkka Ollakka authored
-
Ilkka Ollakka authored
-
Ilkka Ollakka authored
This reverts commit 2363d00e. Twolame converts from FL32 to S16 internally anyway so no point using this instead of converting inside vlc. Pointed-out-by: Rémi Denis-Courmont
-
Tristan Matthews authored
Specifically, the crash at the end of playback was happening when end trim was not being subtracted from i_buffer.
-
Tristan Matthews authored
-
- 08 Jan, 2014 8 commits
-
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Ilkka Ollakka authored
-
Ilkka Ollakka authored
as FL32 is used in filters/resamplers also, this hopefully removes a need of one conversion.
-
Ilkka Ollakka authored
-
- 07 Jan, 2014 9 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
This avoids checking that the playlist exists over and over again. The playlist always exists when an interface is running.
-
Rémi Denis-Courmont authored
Also remove a useless and unsynchronized test.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
This restores symmetry in the playlist API, but most importantly, it is necessary to fix some corner case races (in later commits).
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-