- Aug 05, 2021
-
-
Lyndon Brown authored
temporary test of whether platforms return null or non-null pointer for a `malloc(0)` call.
-
0x000001 is more unique than 0x0F0F0F.
-
-
- Aug 04, 2021
-
-
Hugo Beauzée-Luyssen authored
Instead of ltmain.sh, in order to ensure all changes will used. If ltmain.sh gets modified as well, there is no way to guarantee that all changes to the .in file will trigger a regenetation since both file will likely have the same modification timestamps Refs !182 An updated version of our current libtool patchset has been pushed to https://github.com/chouquette/libtool/tree/vlc_patches
-
- Aug 03, 2021
-
-
Thomas Guillem authored
1/ Unselect all ESes not matching the list 2/ Select all ESes matching the list This avoids having more than one ESes selected when avoidable. Having more than one ESes selected is supported for VIDEO_ES and SPU_ES but not for AUDIO_ES (EXCLUSIVE policy). This commit fixes the EXCLUSIVE policy that was not respected by EsOutSelectListFromProps().
-
Thomas Guillem authored
-
Thomas Guillem authored
1/ Unselect all ESes not matching the list 2/ Select all ESes matching the list This avoids having more than one ESes selected when avoidable. Having more than one ESes selected is supported for VIDEO_ES and SPU_ES but not for AUDIO_ES (EXCLUSIVE policy). This commit fixes the EXCLUSIVE policy that was not respected by EsOutSelectList().
-
Thomas Guillem authored
-
Hugo Beauzée-Luyssen authored
We don't need to expose @@CONTRIB_PREFIX@@ to the caller as long as we keep using the same value internally in the script
-
Hugo Beauzée-Luyssen authored
Don't proceed with the script if the invocation is incorrect.
-
Hugo Beauzée-Luyssen authored
Otherwise the module will be enabled since the .pc file is present, but the build will fail since the actual files won't be able to be found
-
Hugo Beauzée-Luyssen authored
This argument matches the existing documentation and allows us to use 'check' for an actual check in the next commit
-
- Aug 02, 2021
-
-
- Aug 01, 2021
-
-
the line removed from avcodec appears to just be a stray and obsolete code remenant.
-
- Jul 31, 2021
-
-
00d1f50e introduced a regression for PPC since the `signal()` based detection for altivec in libmpeg2 is not thread safe unlike our own. here we restore use of our own detection for PPC, bypassing libmpeg2's unsafe auto-detection otherwise triggered in `mpeg2_init()`. fixes #25948.
-
Hugo Beauzée-Luyssen authored
This version has protobuf-compiler prebuilt in order to speed up the android jobs
-
-
-
-
-
-
-
-
-
this will be reused in different parts as well
-
-
defines background color for local toolbar section of BannerSources
-
-
update banner and bgAlt contants
-
use 'bgAlt' constant for background color
-
-
the old text here has been obsolete since we stopped "blindly" copying between video_palette_t and ffmpeg/libavcodec's AVPaletteControl struct in 61146f7e.
-
fixes #25748
-
-
-
recent introduction of Loaders broke the navigation. This patch intends to fix the regression. fixes #25762.
-
drop obsolete entries.
-
- Jul 30, 2021
-
-
fixes cut off edges in maximized window when using CSD
-
-
fixes one of the accessibility issues reported in #25896.
-