- 26 Nov, 2012 8 commits
-
-
Rémi Denis-Courmont authored
That way, playlist_CurrentInput() can be called from the callbacks.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
playlist_CurrentInput() could return the input that the playlist was destroying. In principles, that was harmless, but silly.
-
Rémi Denis-Courmont authored
Resetting the playing item only makes sense when there is no already active input; NextItem() takes care of that from LoopRequest(): This code was redundant since the playlist was made tick-less (the rebuild date check made no sense anymore).
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
- 25 Nov, 2012 11 commits
-
-
David Fuhrmann authored
b_active_videoplayback was not set up correctly when we wanted to prevent sleep. (forward ported from 2.0 branch)
-
David Fuhrmann authored
-
Ilkka Ollakka authored
works with transform filter now too, fixes #7437 again.
-
Rémi Denis-Courmont authored
This reverts commit 703ecf74.
-
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
-
- 24 Nov, 2012 5 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
This should let the kernel do the copy-on-write, only if required. VLC does not memory copy the frames anymore.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
- 23 Nov, 2012 1 commit
-
-
Felix Paul Kühne authored
no functional changes
-
- 22 Nov, 2012 5 commits
-
-
Rémi Denis-Courmont authored
(and revert earlier accidental changes)
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Pierre Ynard authored
-
Pierre Ynard authored
The goal of the motion interface is to keep the video upside up. The angles of the rotate and transform filters are oriented in opposite directions, yet both filters are treated in the same way by the motion code: this is incoherent and at least one code path is wrong, regardless of the orientation of the motion sensors. On my HDAPS T42, the transform path would turn the video upside down... my take is that its orientation got flipped somewhere along the way. This fixes that.
-
- 21 Nov, 2012 10 commits
-
-
Rémi Denis-Courmont authored
This reduces overall CPU consumption.
-
Rémi Denis-Courmont authored
This enables the normal VLC core resampling.
-
Rémi Denis-Courmont authored
The VLC core resampling _should_ work now.
-
Rémi Denis-Courmont authored
PulseAudio underflow is not (usually) an actual underrun. It just means PulseAudio would fancy more data.
-
David Fuhrmann authored
close #7794
-
Rémi Denis-Courmont authored
-
Denis Charmet authored
Fix #7751 Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Denis Charmet authored
Fix #7513 Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
With explicit authorization from original authors: Neal Symms Christopher Wingert, from mplayer-tivo project
-
Felix Paul Kühne authored
-