- 09 Sep, 2015 20 commits
-
-
Steve Lhomme authored
do use the data in memory that wasn't actually read Close #14783 Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Steve Lhomme authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Hannes Domani authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Steve Lhomme authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Francois Cartegnie authored
Since the bw adaptation can go really fast now, we need to be sure to send at least 1 data segment before switching to another. Otherwise we'll have multiple moov bug and can also never get any data outside of init segments.
-
Francois Cartegnie authored
Could be skipped as we stop parsing on moov and index can live between moov and moof
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
avoids late failures
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Thomas Guillem authored
-
Thomas Guillem authored
-
Thomas Guillem authored
When needed (fmt->b_packetized == false), create a packetizer before creating a decoder. The fmt_in of the decoder is copied either from the fmt_out of the packetizer, or from the fmt of CreateDecoder.
-
Thomas Guillem authored
This will allow a decoder module to be loaded/unloaded more than one time.
-
Thomas Guillem authored
Use an es_format_t.
-
- 08 Sep, 2015 11 commits
-
-
Jean-Baptiste Kempf authored
-
Felix Paul Kühne authored
-
Thomas Guillem authored
Replace it with a mutex per picture_sys_t. When doing direct rendering, the picture_sys_t is refcounted between the vout and the decoder.
-
Thomas Guillem authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Erwan Tulou authored
Some Window Managers (Gnome3, Unity) will keep the task bar displayed and limit the fullscreen display to the subarea outside the task bar if the window type is not set. Setting the Window type to normal ensures a clean 100% fullscreen. This fixes an issue reported on the forum at https://forum.videolan.org/viewtopic.php?f=13&t=127840
-
Erwan Tulou authored
-
Erwan Tulou authored
-
Petri Hintukainen authored
Overlay lifetime can be longer than vout lifetime. Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
-
- 07 Sep, 2015 2 commits
-
-
Felix Paul Kühne authored
-
Francois Cartegnie authored
Fast switching should behave better with async commands This reverts commit 63506d5a.
-
- 06 Sep, 2015 7 commits
-
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
For cross renderers spu text sizing
-
Francois Cartegnie authored
-
Francois Cartegnie authored
Will never end, because the only tags permitting differentiation from raw M3U only comes last in the playlist.
-
Francois Cartegnie authored
Now queues stream_Demux callbacks and data as commands and handle es recycling when possible. Avoids dropping data on ES/quality change.
-