- Jan 05, 2025
-
-
Since the output color is pre-multiplied, setting the alpha to zero does not mean that nothing is shown. Rather, the alpha is already factored in the RGB channels so it is respected. As the Qt docs says, we can set the alpha to 0.0 to achieve additive blending (S + D) that is necessary for noise effect.
-
This reverts commit 85d71854.
-
This reverts commit 84e0798a.
-
This reverts commit d47b451f.
-
This reverts commit 35850740.
-
This reverts commit 193a1843.
-
This reverts commit f18fbef3.
-
-
-
Sorting type is exclusive, but currently it is not indicated as such.
-
-
- Jan 04, 2025
-
-
- Jan 02, 2025
-
-
Maxime Chapelet authored
-
- Dec 29, 2024
-
-
We do not build this with qt anyway as is autodisabled when qt-development packages aren't installed. Moreover build errors may occur if qt is enabled. This patch will avoid that.
-
- Dec 28, 2024
-
-
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>
-
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: Respond to capabilities change to correctly update playback rate button enablement in controls bar for main video view 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>
-
Signed-off-by:
Claudio Cambra <developer@claudiocambra.com>
-
Signed-off-by:
Claudio Cambra <developer@claudiocambra.com>
-
This reverts commit a025e757.
-
Now that everything has been moved to the object, we don't need to allocate the sys structure and can rely on the objective-C object only,. This ensures all the memory for the OpenGL part is tracked by ARC, and makes the sys pointer close to other OpenGL implementation like the iOS one.
-
-
-
-
-
This moves the code so that the OpenGL provider part is the module driving the rendering instead of having the vout_display part create a fake OpenGL provider and use it from the display callback. It prepares the code to have only the OpenGL provider part, while highlighting why the new OpenGL callback API, ie. executing callbacks from a context provided by the OpenGL provider, is required here.
-
-
-
Evidently (and unsurprisingly) nobody compiles our code with anything other than GCC or LLVM.
-
This commit resolves an issue where the installation of VLC on Windows unintentionally designated it as the default application for MIDI files. Given that Windows supports MIDI playback natively through Windows Media Player and that VLC requires a SoundFont for proper MIDI playback, this change ensures that VLC does not disrupt the default MIDI file associations, maintaining the expected user experience. Fixes: #27464
-
- Dec 24, 2024
-
-
* add `posix/spawn.c` in `libvlccore_la_SOURCES` for `HAVE_OSX` in `src/Makefile.am`. * add `posix/spawn.c` in `libvlccore_sources` for `have_osx` in `src/meson.build`.
-