- 25 Nov, 2015 9 commits
-
-
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
-
- 22 Nov, 2015 9 commits
-
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
freetype: drop CoreText specific Select in favor of the generic implementation and add family lookup No fallback yet
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
This removes a Carbon dependency and adds support for tvOS and iOS
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-