- May 16, 2018
-
-
Steve Lhomme authored
HAVE_CONFIG_H is not used anymore
-
Steve Lhomme authored
in semaphore.h (used by libvpx)
-
François Cartegnie authored
-
François Cartegnie authored
otherwise, segments are never available to reactivate a stream from current playback time
-
François Cartegnie authored
-
This fixes the volume slider currently announced by screen readers as an "unknown slider". Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Reorder properly the audio channels. Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Do not reorder the audio channels. Keep the avcodec order. Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
vlc_UrlParse expects the scheme to be present fixes: #19415 #19916 Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Close #19662 Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Steve Lhomme authored
autoconf detects what the system should use to link files
-
That's what the bot does and it fails otherwise.
-
Steve Lhomme authored
This reverts commit 0712a7d3.
-
Steve Lhomme authored
-
Steve Lhomme authored
and define the macros to force using the static version
-
Steve Lhomme authored
The code compiles fine without it, INLINE is properly defined
-
Steve Lhomme authored
-
Steve Lhomme authored
-
Steve Lhomme authored
-
Steve Lhomme authored
-
Steve Lhomme authored
-
Steve Lhomme authored
Similar to what x265 does. We need to use pthreads-win32 anyway.
-
Steve Lhomme authored
-
Steve Lhomme authored
-
Steve Lhomme authored
That's how the buildbot does it
-
Thomas Guillem authored
Introduced by 86df4f3d
-
Thomas Guillem authored
This status was never used. Decoder modules don't need to know if vouts/aouts will drop the frame they just queued.
-
François Cartegnie authored
-
François Cartegnie authored
-
François Cartegnie authored
-
- May 15, 2018
-
-
François Cartegnie authored
-
François Cartegnie authored
-
François Cartegnie authored
-
François Cartegnie authored
-
Rémi Denis-Courmont authored
This reverts commit 366cb776.
-
The old http module Read function would try to read the full amount of requested data, which would result in a long loading time for some streams. Instead return early with the actual amount of data read. Signed-off-by:
Rémi Denis-Courmont <remi@remlab.net>
-
Rémi Denis-Courmont authored
This avoids having to define the pointer type middle points.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Fixes: #13104 Signed-off-by:
Rémi Denis-Courmont <remi@remlab.net>
-