- 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
-
-
-
-
-
-
-
-
-
-
Signed-off-by:
Claudio Cambra <developer@claudiocambra.com>
-
Signed-off-by:
Claudio Cambra <developer@claudiocambra.com>
-
macosx: Move video library view setup to VLCLibraryVideoDataSource, matching VLCLibraryAudioDataSource Signed-off-by:
Claudio Cambra <developer@claudiocambra.com>
-
Use I420 format if VA-API driver support it.
-
- Nov 04, 2022
-
-
François Cartegnie authored
-
-
regression after a54d02b0
-
Signed-off-by:
Claudio Cambra <developer@claudiocambra.com>
-
The function was only used by the two last visualization modules, but is now unused and unfit to the purpose of push model. Pools should be created locally instead of from the video output. Removing the function allows simplifying the video output.
-
Decoder has been pushing pictures from their own pool since the introduction of the push model.
-
Remove the dependency to vout_GetPicture by creating an internal picture pool inside the visualization module. For now the number of picture is arbitrary, since nothing in the design allows passing the number of required additional pictures, but it's no different than before.
-
With the next change into a picture_pool, we must ensure we don't create interlaced pictures from here.
-
Remove the dependency to vout_GetPicture by creating an internal picture pool inside the visualization module. For now the number of picture is arbitrary, since nothing in the design allows passing the number of required additional pictures, but it's no different than before.
-
p_outpic is used to modify b_progressive before it is checked to be non-null.
-
----- CC demux/ytdl.lo demux/ytdl.c: In function 'ytdl_popen': demux/ytdl.c:74:31: error: 'STDERR_FILENO' undeclared (first use in this function) 74 | int fdv[] = { -1, fds[1], STDERR_FILENO, -1 }; | ^~~~~~~~~~~~~ demux/ytdl.c:74:31: note: each undeclared identifier is reported only once for each function it appears in -----
-