- 18 Jul, 2017 21 commits
-
-
François Cartegnie authored
-
François Cartegnie authored
-
François Cartegnie authored
-
Marvin Scholz authored
-
Marvin Scholz authored
-
Marvin Scholz authored
-
Marvin Scholz authored
-
Marvin Scholz authored
-
Marvin Scholz authored
-
Marvin Scholz authored
-
Marvin Scholz authored
-
Steve Lhomme authored
It's done in all other windows vout. Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Victorien Le Couviour--Tuffet authored
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Steve Lhomme authored
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Steve Lhomme authored
It was just used to store this already in sout_stream_sys_t Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Hugo Beauzée-Luyssen authored
6.8 build appears to be broken on recent compilers
-
Thomas Guillem authored
-
Thomas Guillem authored
-
Hugo Beauzée-Luyssen authored
-
François Cartegnie authored
-
François Cartegnie authored
-
- 17 Jul, 2017 19 commits
-
-
François Cartegnie authored
refs #18532
-
David Fuhrmann authored
VLC should be compiled with the latest SDK version to benefit from new features. The currently latest SDK (10.12) already marks availability for lots of libc functions. Unfortunately, as of now the autotools configure checks do not support these annotations. Therefore, lets disable known symbols which are not present on our minimal macOS version, which is 10.7, currently. refs #18476
-
François Cartegnie authored
-
François Cartegnie authored
-
François Cartegnie authored
When a new ES is added and selected, and the p_main_es is deleted, the es selection event isn't triggered because the es is already selected
-
David Fuhrmann authored
Add some missing constraints, set target to 10.7. Fixes some layout issues when running on 10.7 systems.
-
David Fuhrmann authored
As of now, ffmpeg is used for macOS building.
-
David Fuhrmann authored
Uses correct kernel version for contribs triplet, instead of hardcoding one.
-
David Fuhrmann authored
Some contribs cannot be compiled by using "xcrun clang" as compiler variable.
-
David Fuhrmann authored
Removal of those variables is done for multiple reasons: - In general, the caller should set correct variables for compilers, this should not be done by the script itself - In recent macOS versions, default stubs for compilers exist (/usr/bin/clang / gcc / cc), so there is not need to use xcrun anymore - Some contribs fail to build with the multi-command notion given by xcrun cc, instead they are looking for a tool named "xcrun cc" which does not exist
-
Hugo Beauzée-Luyssen authored
This was yielding false negative when remuxing (as the chain wouldn't change, while the streams would)
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
This would cause wrong timing to be used
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
Thomas Guillem authored
-