- 24 Aug, 2015 3 commits
-
-
Jean-Paul Saman authored
Some audio cards will fail at configuring the hardware parameters with snd_pcm_hw_params_set_near(). The solution is to use snd_pcm_hw_params_set_buffer_time_min() instead of snd_pcm_hw_params_set_buffer_time_near(), since the latter restricts buffer time so much that other parameters cannot be adjusted. Hence the call to snd_pcm_hw_params_set_buffer_time_near() will fail and return an error for movies with audio rate of 44100 Hz.
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
In libvlccore the stats are int64_t, thus make libvlc_media_stats_t use them too.
-
- 23 Aug, 2015 11 commits
-
-
Rémi Denis-Courmont authored
There are no needs to keep a copy of this on the stack. Besides, the value could change if we supported threaded audio decoding.
-
Rémi Denis-Courmont authored
-
David Fuhrmann authored
tp is another extension for ts.
-
David Fuhrmann 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
-
Rémi Denis-Courmont authored
-
- 22 Aug, 2015 15 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
This occurs in case of large buffer underflow, such as if stopping the VLC process.
-
Rémi Denis-Courmont authored
Cork state could change asynchronously without the PA lock.
-
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
(Maybe the option should be renamed also)
-
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
-
- 21 Aug, 2015 11 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
in empty directory
-
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
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
Input picture to a filter is never NULL. And even if it were NULL, the pointer is dereferenced earlier...
-