- Nov 09, 2022
-
-
-
Steve Lhomme authored
This avoids being bombarded with logs when building.
-
- Nov 08, 2022
-
-
-
François Cartegnie authored
also skips some memcpy refs #27454 #27477
-
Tristan Matthews authored
It seems like we need to skip the _Unwind_Resume patch for win64.
-
Adding nil to an NSArray would make it raise an NSInvalidArgumentException which in turn leads to an abort in dispatch_once: https://github.com/apple-oss-distributions/libdispatch/blob/55c3a68e9ec47f1c1d5bb9909404ce5f0351edef/src/object.m#L557 Fix #27487
-
- Nov 07, 2022
-
-
-
... by introducing backgroundColor property
-
Steve Lhomme authored
This is allows switching to branches with a different protoc and automatically rebuild what's needed. The proper dependencies should be updated.
-
Steve Lhomme authored
-
We create a surface, so we need to destroy it, too.
-
-
- Nov 06, 2022
-
-
This reverts commit 8c7ce536. In debug mode, Qt's bundled ANGLE throws an assertion on startup. This prevents the nightlies from starting. Fixes #27476
-
-
Johannes Kauffmann authored
This includes the header in the tarball generated by make dist. Fixes #27470.
-
Signed-off-by:
Claudio Cambra <developer@claudiocambra.com>
-
Signed-off-by:
Claudio Cambra <developer@claudiocambra.com>
-
Signed-off-by:
Claudio Cambra <developer@claudiocambra.com>
-
Signed-off-by:
Claudio Cambra <developer@claudiocambra.com>
-
These ranges are already covering the relevant ranges without being case-insensitive, but if they are case-sensitive, for locales that have can deal with some characters in these ranges, it makes the range ambiguous and results in warnings about this: CSSLexer.l:105: warning, the character range [?-?] is ambiguous in a case-insensitive scanner
-
Instead of hardcoding the output file name in the .l file, specify it on the command line instead. In theory it would not be necessary to specify it at all as lex.yy.c is the default, however overwriting the prefix will change this, so we have to force it back to lex.yy.c so that ylwrap still works as expected and can find the output file. We do not hardcode it in the file anymore so that for Meson it can properly specify the --outfile option and have it not overwritten by the per-file option.
-
- Nov 05, 2022
-
-
-
Regression from db5a4b06
-
That way, we will always use MapInputLayout() on tvOS/iOS.
-
-
Simpler, tested on tvOS 14 and 16. On tvOS, the device can adapt to the VLC input format, in contrary to macOS. Fixes 7.1 surround.
-
There is one more complete just after.
-
-
-
Could not test it.
-
Tested on macOS 12.5, compared with the same vlc/sample/amplifier on Windows. Surround and RearSurround are indeed swapped for 7.1, same for tvOS (cf. next). But why ?
-
The current size of the array is 35 for 9 elements. The maximum value for AudioChannelLabel is 65536 and we want to avoid having an array of 65536 for very few elements.
-
And not both. On macOS, VLC need to adapt its fmt to the output layout (it can't change it). on tvOS, VLC can send its custom input layout. Fixes #27474 Also fix 7.1 mapping on macOS (Center was on Left...).
-
-
-
Regression from 91f42699 This fixes the shortcut to map channels to Center or Stereo.
-
No functional changes
-
-
-
-