- Jan 09, 2019
-
-
Hugo Beauzée-Luyssen authored
-
Steve Lhomme authored
-
(cherry picked from commit dec1c859) Signed-off-by: Hugo Beauzée-Luyssen <hugo@beauzee.fr>
-
Steve Lhomme authored
If there is none and the stream contains some, it will be overridden in NewPicture() otherwise the container values are used. Fixes #21578 (cherry picked from commit b59710fb)
-
Steve Lhomme authored
Co-authored-by: James Almer <jamrial@gmail.com> Fixes #21670 (cherry picked from commit 1243e37e)
-
- Jan 08, 2019
-
-
Tristan Matthews authored
This is the default for the av1-normative branch.
-
Tristan Matthews authored
This is default disabled in av1-normative.
-
Steve Lhomme authored
-
Steve Lhomme authored
-
- Jan 07, 2019
-
-
David authored
This is needed because runtime hardening does not automatically look for libraries outside of the own application bundle anymore. (cherry picked from commit 2ed07256dbbf21bf33cd5f9a58478178a4f0987d) Signed-off-by: David Fuhrmann <dfuhrmann@videolan.org>
-
Tristan Matthews authored
(cherry picked from commit a164f193)
-
Clang doesn't support the pragma, but does support the attribute. Update the existing patch to do things this way. With previous versions of lame, this hasn't been an issue, because if one doesn't pass any -march flag, clang defaults to pentium4 as target for i386 targets, and there both sse and sse2 are available by default. Since lame 3.100, lame now passes -march=i686 even for clang, which disables SSE by default, requiring the per-function enabling to actually work. (cherry picked from commit e335c759) Signed-off-by: Hugo Beauzée-Luyssen <hugo@beauzee.fr>
-
-
Steve Lhomme authored
(cherry picked from commit b315699d)
-
Steve Lhomme authored
Otherwise aligned_alloc() may fail. It's OK to allocate more to preserve the alignment. Fixes #21647
-
- Dec 20, 2018
-
-
David authored
On macOS Mojave only, those buttons are wrongly rendered (they look as they are disabled). If you touch those buttons, they look fine again. This is a quick workaround to fix the graphical appearance, but the underlying issue is not clear yet. (cherry picked from commit cb0b0fc8) Signed-off-by: David Fuhrmann <dfuhrmann@videolan.org>
-
David authored
-
- Dec 19, 2018
-
-
(cherry picked from commit 6839a212) Signed-off-by: David Fuhrmann <dfuhrmann@videolan.org>
-
(cherry picked from commit 8dc86858) Signed-off-by: David Fuhrmann <dfuhrmann@videolan.org>
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Hugo Beauzée-Luyssen authored
refs #19928 (cherry picked from commit cd1929d4) Signed-off-by: Hugo Beauzée-Luyssen <hugo@beauzee.fr>
-
Hugo Beauzée-Luyssen authored
-
- Dec 18, 2018
-
-
(cherry picked from commit f6aeb194) Signed-off-by: David Fuhrmann <dfuhrmann@videolan.org>
-
David authored
-
refs #21568 (cherry picked from commit 0fb3aaef) Signed-off-by: Hugo Beauzée-Luyssen <hugo@beauzee.fr>
-
refs #21568 (cherry picked from commit de9b68e2) Signed-off-by: Hugo Beauzée-Luyssen <hugo@beauzee.fr>
-
(cherry picked from commit e4701cb6) Signed-off-by: Hugo Beauzée-Luyssen <hugo@beauzee.fr>
-
Replaces the timestamp FIFO. (cherry picked from commit 9b35183b) Signed-off-by: Hugo Beauzée-Luyssen <hugo@beauzee.fr>
-
Otherwise we will always have a format update on the first output. (cherry picked from commit 6f416925) Signed-off-by: Hugo Beauzée-Luyssen <hugo@beauzee.fr>
-
It is using the picture callback API so there's is no copy on output of the decoder. Co-authored-by: Hugo Beauzée-Luyssen <hugo@beauzee.fr> Co-authored-by: Steve Lhomme <robux4@ycbcr.xyz> (cherry picked from commit 059b9e56) (cherry picked from commit 500fe27a) Signed-off-by: Hugo Beauzée-Luyssen <hugo@beauzee.fr>
-
(cherry picked from commit 500fe27a) (cherry picked from commit aa786e16) Signed-off-by: Hugo Beauzée-Luyssen <hugo@beauzee.fr>
-
(cherry picked from commit 9290f0fb) Signed-off-by: Hugo Beauzée-Luyssen <hugo@beauzee.fr>
-
(cherry picked from commit 7c98f6ba) Signed-off-by: Hugo Beauzée-Luyssen <hugo@beauzee.fr>
-
(cherry picked from commit df96b602) Signed-off-by: Hugo Beauzée-Luyssen <hugo@beauzee.fr>
-
(cherry picked from commit c4e5806a) Signed-off-by: Hugo Beauzée-Luyssen <hugo@beauzee.fr>
-
(cherry picked from commit e30314a4) Signed-off-by: Hugo Beauzée-Luyssen <hugo@beauzee.fr>
-
(cherry picked from commit dce35a73) Signed-off-by: Hugo Beauzée-Luyssen <hugo@beauzee.fr>
-
Hugo Beauzée-Luyssen authored
Signed-off-by: Thomas Guillem <thomas@gllm.fr> (cherry picked from commit 0946648d) Signed-off-by: Hugo Beauzée-Luyssen <hugo@beauzee.fr>
-
to differentiate optimized and debug builds Signed-off-by: Thomas Guillem <thomas@gllm.fr> (cherry picked from commit 868f1cc9) Signed-off-by: Hugo Beauzée-Luyssen <hugo@beauzee.fr>
-