- Jan 06, 2017
-
-
François Cartegnie authored
Following demux changes. Now does style inheritance on the fly and numerous other fixes. Single module shared now with demux.
-
François Cartegnie authored
ttml was deeply broken in many ways. Implements a new demux with checks, correct ouput and handling of xml. Fixes timing, bugs, broken by design things not belonging to the demux level, segfaults and glibc asserts on strings sizes.
-
François Cartegnie authored
-
Thomas Guillem authored
-
Thomas Guillem authored
This path is totally reachable when h264 is not avcC.
-
Thomas Guillem authored
GL_UNPACK_ROW_LENGTH is also available with OpenGLES 2 if it has the "GL_EXT_unpack_subimage" extension. This avoids an extra memcpy of the video buffer in some corner cases.
-
Thomas Guillem authored
-
- Jan 05, 2017
-
-
David authored
Limit dragging / moving of fullscreen panel to video content area. This forbids dragging the fspanel outside of fullscreen. Also make sure that the fs panel stays inside the video view if dragged, in case the video view is smaller then the complete screen (this can happen with macOS split screen feature).
-
Hugo Beauzée-Luyssen authored
-
Signed-off-by:
Hugo Beauzée-Luyssen <hugo@beauzee.fr>
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
Fix #16864
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
input_AddSubtitleOSD expects a file path, not an URL
-
Hugo Beauzée-Luyssen authored
This attempts to reduce the mixing up of URLs and file path (and the often associated back and forth conversions) by using URLs as much as possible Fix #17841
-
- Jan 04, 2017
-
-
Thomas Guillem authored
-
Thomas Guillem authored
Small reminder: before Android 21 and depending on the vendor, MediaCodec can crash or be in an inconsistent state when decoding interlaced videos. This rework will allow to white list some decoders depending on the codec name (used only before Android 21).
-
- Jan 03, 2017
-
-
According to the Google spatial video specification v2 https://github.com/google/spatial-media/blob/master/docs/spherical-video-v2-rfc.md these boxes inherit from "FullBox" which has 4 additional bytes to store version and flags. Signed-off-by:
Francois Cartegnie <fcvlcdev@free.fr>
-
François Cartegnie authored
-
Thomas Guillem authored
This prevents converters to call picture_t functions like picture_Hold/picture_Release.
-
Thomas Guillem authored
-
Thomas Guillem authored
-
- Jan 02, 2017
-
-
François Cartegnie authored
-
François Cartegnie authored
-
François Cartegnie authored
-
François Cartegnie authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
liba52 does not provide a pkg-config file. libm was thus added to the AC_CHECK_LIB test. It needs to be added in VLC_ADD_LIBS as well.
-
Signed-off-by:
Rémi Denis-Courmont <remi@remlab.net>
-
François Cartegnie authored
-
- Jan 01, 2017
-
-
François Cartegnie authored
-
François Cartegnie authored
-
François Cartegnie authored
-
François Cartegnie authored
-
Jean-Baptiste Kempf authored
-
- Dec 31, 2016
-
-
Adds functionality to sort playlists by date within Qt interface. Signed-off-by:
Rémi Denis-Courmont <remi@remlab.net>
-
Prepares the core to allow sorting playlists by date. Further, sorting by artist now decides the order of equal entries via publish date and album. Signed-off-by:
Rémi Denis-Courmont <remi@remlab.net>
-
Rémi Denis-Courmont authored
-