- 26 Nov, 2015 3 commits
-
-
Jean-Baptiste Kempf authored
-
Steve Lhomme authored
Signed-off-by:
Thomas Guillem <thomas@gllm.fr>
-
Steve Lhomme authored
When the decoder/packetizer doesn't provide a flush callback, a block with BLOCK_FLAG_DISCONTINUITY and BLOCK_FLAG_CORRUPTED is pushed downstream. Signed-off-by:
Thomas Guillem <thomas@gllm.fr>
-
- 25 Nov, 2015 15 commits
-
-
Jonas Lundqvist authored
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Jonas Lundqvist authored
Submission of the currently playing song will show up on last.fm as "Now Playing". Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Jonas Lundqvist authored
Remove the old (unused) code related to the "Now Playing" feature. Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Jonas Lundqvist authored
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Petri Hintukainen authored
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Petri Hintukainen authored
Display time is not pts of the last block. avcodec returns decoded subtitle with the correct timestamp. Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Rémi Denis-Courmont authored
This replaces the structure lock per instance with a lock per (parent) object. The point is to reduce lock contention in vlc_object_release().
-
Rémi Denis-Courmont authored
This enables looking up objects that do not have a name. (Use "tree" as before to find object IDs.)
-
Rémi Denis-Courmont authored
Avoids forward declaration and simplifies.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
* ignore-config is enabled by default * intf is irrelevant (as libvlc_add_intf() is not called in tests) * media-library is disabled by default * aout is overriden by the media player * vout is overriden by the media player
-
Rémi Denis-Courmont authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Pierre Ynard authored
Join such statements into a single line, as it breaks our line-based parsing when one of our statements of interest gets split
-
- 24 Nov, 2015 10 commits
-
-
Petri Hintukainen authored
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Felix Paul Kühne authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
must not issue a discontinuity on first init segment
-
Francois Cartegnie authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
This reverts commit 2e25c296dac7649effea50d294ac625f21da4530.
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
- 23 Nov, 2015 12 commits
-
-
Francois Cartegnie authored
HLS can have inconsistent numbering through playlists. In that case, a datetime is used to provide date and time reference for the first segment. We need then to convert our segment numbers using that reference to be able to switch to the correct segment number. Exemple: http://b028.wpc.azureedge.net/80B028/Samples/0e8848ca-1db7-41a3-8867-fe911144c045/d34d8807-5597-47a1-8408-52ec5fc99027.ism/Manifest(format=m3u8-aapl-v3)
-
Francois Cartegnie authored
-
Francois Cartegnie authored
Some streams have microsecond durations, > default timescale
-
Jean-Baptiste Kempf authored
Ref #14885 #14166 #14162 #14442
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
It makes it more clear that text_layout* and platform_fonts* are Freetype2 specific
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-