- 16 May, 2018 23 commits
-
-
Adrien Maglo authored
Do not reorder the audio channels. Keep the avcodec order. Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Pierre Lamot authored
vlc_UrlParse expects the scheme to be present fixes: #19415 #19916 Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Salah-Eddin Shaban authored
Close #19662 Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Steve Lhomme authored
autoconf detects what the system should use to link files
-
Steve Lhomme authored
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
-
- 15 May, 2018 17 commits
-
-
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.
-
Marvin Scholz authored
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
-
Pierre Lamot authored
Fixes: #13104 Signed-off-by:
Rémi Denis-Courmont <remi@remlab.net>
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Steve Lhomme authored
On mingw64 clock_gettime() is defined in winpthread which we don't want to use. This implementation is based on the winpthread internal processing.
-
Steve Lhomme authored
-
Steve Lhomme authored
we're never going to use them
-
Steve Lhomme authored
it requires too many tweaks to copy&use the proper target files
-