Commits on Source (13)
-
Regression from 91f42699 This fixes the shortcut to map channels to Center or Stereo. (cherry picked from commit b73f7c40) Signed-off-by:
Thomas Guillem <thomas@gllm.fr>
20c96c57 -
(cherry picked from commit 12683ccc) Signed-off-by:
Thomas Guillem <thomas@gllm.fr>
fd8b5163 -
(cherry picked from commit 0405833c) Signed-off-by:
Thomas Guillem <thomas@gllm.fr>
96cb65e3 -
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...). (cherry picked from commit 87bbf8f2) Signed-off-by:
Thomas Guillem <thomas@gllm.fr>
ea9c3017 -
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. (cherry picked from commit 9d676d26) Signed-off-by:
Thomas Guillem <thomas@gllm.fr>
dc181df1 -
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 ? (cherry picked from commit 0a65098f) Signed-off-by:
Thomas Guillem <thomas@gllm.fr>
c3d728d5 -
Could not test it. (cherry picked from commit 082a0305) Signed-off-by:
Thomas Guillem <thomas@gllm.fr>
b344e738 -
(cherry picked from commit c65da638) Signed-off-by:
Thomas Guillem <thomas@gllm.fr>
8e749c61 -
(cherry picked from commit 28e4d7fe) Signed-off-by:
Thomas Guillem <thomas@gllm.fr>
8457f069 -
There is one more complete just after. (cherry picked from commit 704d6fcf) Signed-off-by:
Thomas Guillem <thomas@gllm.fr>
2edac7c5 -
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. (cherry picked from commit 3d92b1c3) Signed-off-by:
Thomas Guillem <thomas@gllm.fr>
6eb4f99d -
(cherry picked from commit cac29a17) Signed-off-by:
Thomas Guillem <thomas@gllm.fr>
d58a68dd -
That way, we will always use MapInputLayout() on tvOS/iOS. (cherry picked from commit ebc27c6e) Signed-off-by:
Thomas Guillem <thomas@gllm.fr>
638a07db