- 12 Nov, 2015 4 commits
-
-
Thomas Guillem authored
-
Thomas Guillem authored
Convenience function to check for pending exceptions without creating a local reference to the exception object (that was not released).
-
Thomas Guillem authored
Convenience function to check for pending exceptions without creating a local reference to the exception object (that was not released).
-
Thomas Guillem authored
Convenience function to check for pending exceptions without creating a local reference to the exception object (that was not released).
-
- 11 Nov, 2015 4 commits
-
-
Pierre Ynard authored
It is not anymore conveniently located before its use. Also, update look up of descrambling rules.
-
Thomas Guillem authored
This commit fixes the following assert in the DecoderThread function: "assert( vlc_fifo_IsEmpty( p_owner->p_fifo) );" Indeed, if input_DecoderFlush is called again (just after), p_owner->flushed will be true and the input won't wait for the DecoderThread. As a consequence, the input will send blocks while the DecoderThread is flushing, hence the assert. Signed-off-by:
Rémi Denis-Courmont <remi@remlab.net>
-
Pierre Ynard authored
-
Pierre Ynard authored
-
- 10 Nov, 2015 10 commits
-
-
Petri Hintukainen authored
Fixes currently selected stream in disc pop-up menus. Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Petri Hintukainen authored
Streams are selected before playlist playback starts. Stream PIDs are not known before playback starts (and may change between playlists). Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Francois Cartegnie authored
Because representation is now unset on stream deactivation, we need to force selecting one.
-
Francois Cartegnie authored
We'll need such overridable method if reselecting a stream requires global playlist action/refresh.
-
Francois Cartegnie authored
Since smooth adds new segments from segments data, we need to resync for unselected streams.
-
Francois Cartegnie authored
-
Francois Cartegnie authored
With multiple audio tracks, es would select another when deleting current es/not recyling.
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
Recent changes deselects representation on stream deactivation. But setPosition requires representation when reactivating a stream.
-
- 09 Nov, 2015 15 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Thomas Guillem authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
ref #14972 ref #10328
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
Manager took ownership of logic
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Thomas Guillem authored
-
- 08 Nov, 2015 3 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
The callbacks return nothing (unlike drain), so they can be treated identically regardless of the ES category.
-
Rémi Denis-Courmont authored
-
- 07 Nov, 2015 4 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
So long as the flag is only polled, this is a little bit simpler. (Though ideally, it would probably not be polled.)
-
Rémi Denis-Courmont authored
This restores the ability to flush the decoder while it is paused.
-
Rémi Denis-Courmont authored
-