- 09 Jul, 2015 14 commits
-
-
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
From the downloader thread, b_close is always true.
-
Rémi Denis-Courmont authored
vlc_cancel() is not used, so this was a no-op.
-
Rémi Denis-Courmont authored
b_error can only become true after the download thread is joined, after which point it is never evaluated. So we can treat it as always false.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Thomas Guillem authored
-
- 08 Jul, 2015 21 commits
-
-
Rémi Denis-Courmont authored
-
Felix Paul Kühne authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
The code size saving in vlc_cleanup_run() is marginal and premature optimization. In practice, vlc_cleanup_run() makes the source code harder to follow/read, confuses static analyzers and generates false positive clobber warnings (on some OSes due to long jumps). It did exercise some of the cleanup code paths though.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
Cancellation cannot occur here.
-
Rémi Denis-Courmont authored
If the input state were initially "smaller or equal to" PAUSE_S, the loop would just run forever and deadlock. So assume it is always larger and remove the slack.
-
Rémi Denis-Courmont authored
Also fix an invalid function pointer cast.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
Close() already clears the array (while destroying it).
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
Cancellation is not possible there, so this was just a long jump.
-
Rémi Denis-Courmont authored
See also 63ef5806.
-
Rémi Denis-Courmont authored
-
Thomas Guillem authored
remove audiotrack-audio-channels option.
-
Thomas Guillem authored
-
Thomas Guillem authored
-
Thomas Guillem authored
And reset object if audioTrack_New fails in AudioTrack_Recreate.
-
- 07 Jul, 2015 5 commits
-
-
Tristan Matthews authored
-
Hannes Domani authored
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
Rémi Denis-Courmont authored
Wait for the end of the pacing interval, then wait for the next song (if it did not start in the mean time).
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-