- Feb 04, 2023
-
-
Refs #22966 Only tested with sout to wav (playback with pulse does not work here as is).
-
The test included in this commit checks that lua will correctly probe extension scripts, but without ensuring that it correctly follows the data home. It only check that lua creates the correct access to load the files. In particular, the test fails to pass if the condition for loading .vle files is not correct.
-
Avoid repeating the element twice in sizeof() and explicitely signal that we want to use the number of elements from the capability array.
-
void* can be automatically casted to any type pointer, there's no need to have a cast operator there.
-
Extract the extension to detect a .vle file and use asprintf for the whole path instead of relying on string index.
-
-
DRY for the checks on the different strings that are fetched from the extension descriptor.
-
__-prefixed symbols are reserved by POSIX.
-
- Feb 03, 2023
-
-
-
-
-
-
-
Use the 4.0 input decoder API to pass the delay to the output chain that will properly apply the delay to the clocks internally.
-
Will be needed in the `display` stream output for backward compatibility with the VLC 3.0 `delay` option.
-
Consider frames arriving without any first PCR being signaled as invalid. We can't really render frames without calibrating the main clock first via the initial SetPCR call.
-
Create a local clock context using the new `sout_Clock` API. This set of clocks will be passed to the input decoder to have a synchronization context local to the display module. Currently, no master clock is selected for the sake of simplicity, implicitly falling back to monotonic master. Fixes #23220
-
To allow owning more data. In occurrence, a clock in the next commit.
-
This patches apply some formatting for consistency: - Sort the includes - Remove unrespected padding - correct curly-braces spacing to the original intent No functional changes.
-
Will provide a small subset of core's clock API to `display`.
-
Forwarding a valid clock instance is necessary for the aout/vout proper synchronization.
-
This is needed to expose a clock subset to stream outputs. It also reduce the amount of redundant typedefs to the clock in the core codebase.
-
This is an core internal header guard, its naming blocks a publicly exposed header to have this standard name.
-
Steve Lhomme authored
We always do a configure after that, so the extra time saved not doing the bootstrap is peanuts. On the other hand, it prevents using a proper configure script when switching to a different branch. Effectively reverts abd6fbe4
-
Steve Lhomme authored
Only cross compiling is supported for now. But we don't really build it in other ways.
-
Steve Lhomme authored
No functional changes.
-
Fixes #27808
-
-
This avoids a redirection. It was also the only gnupg.org URL which didn't use HTTPS already.
-
-
-
-
macosx: Notify to display fullscreen controller whenever mouse is moved anywhere in VLCLibraryWindow (including playlist sidebar and toolbar), not just VLCVoutView 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>
-
macosx: Observe VLCVideoWindowShouldShowFullscreenController notification in VLCLibraryWindowAutohideToolbar 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>
-