- 18 Nov, 2015 2 commits
-
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
- 17 Nov, 2015 4 commits
-
-
Salah-Eddin Shaban authored
Close #6350 Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Zhao Zhili authored
The video output is messed up if we only do a stream_Seek(). If we want to seeking forward, we should decode and discard pictures to keep the decoder at the right state. For seeking backward, seeking to the beginning and decode from there. Since the bitrate is very low and the decoding process is really simple, there is no obvious delay. I have tested this strategy on a dual core ARM board. Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Petri Hintukainen authored
Fix enabling subtitles from disc Top Menu. Fix changing audio/subtitle track from disc pop-up menu. Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Felix Paul Kühne authored
-
- 16 Nov, 2015 5 commits
-
-
Rémi Denis-Courmont authored
-
Felix Paul Kühne authored
Also add a couple of missing warnings
-
Jean-Baptiste Kempf authored
CVE-2015-7981 and CVE-2015-8126
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
- 15 Nov, 2015 1 commit
-
-
Felix Paul Kühne authored
-
- 13 Nov, 2015 1 commit
-
-
Thomas Guillem authored
This commit fixes a regression introduced by adf9ce6d
-
- 12 Nov, 2015 12 commits
-
-
Steve Lhomme authored
the default value for sout-mux-caching is 1.5s Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Petri Hintukainen authored
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Petri Hintukainen authored
Title length is unknown until playback of playlist starts. Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Petri Hintukainen authored
Menu was showing new title even if title selection failed. Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Petri Hintukainen authored
Fixes skipping multiple titles with single click. Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Salah-Eddin Shaban authored
Close #15840 Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Thomas Guillem authored
-
Thomas Guillem authored
Always check the return value of this helper. This helper will aslo clear an exception if one occurs.
-
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 1 commit
-
-
Rémi Denis-Courmont authored
-