- Apr 15, 2023
-
-
Steve Lhomme authored
-
Steve Lhomme authored
No need for a special structure.
-
Steve Lhomme authored
-
Steve Lhomme authored
-
Steve Lhomme authored
-
Steve Lhomme authored
-
OpenGL / OpenGL ES < 3 don't support GL_DRAW_FRAMEBUFFER and will trigger a GL_INVALID_ENUM error during runtime. GL_DRAW_FRAMEBUFFER AND GL_READ_FRAMEBUFFER where used for MSAA resolution, which is also not available on OpenGL / OpenGL ES < 3 except extensions. The separate .can_blit member is there to: - Replace filters->api's booleans on the long run. - Identify what depends on the framebuffers themselves (is GL_DRAW_FRAMEBUFFER allowed?) and what enables the MSAA values from the filters. Fix compatibility issues with OpenGL ES 2 on some Android devices.
-
- Apr 14, 2023
-
-
Maxime Chapelet authored
Color Primaries values were used instead of YCbCr Matrix values
-
Tristan Matthews authored
This fixes playback of ppm files.
-
- Apr 13, 2023
-
-
macosx: Listen to more reliable VLCPlayerCurrentMediaItemChanged notification in control bar updaters, removing need for workarounds Signed-off-by:
Claudio Cambra <developer@claudiocambra.com>
-
Signed-off-by:
Claudio Cambra <developer@claudiocambra.com>
-
macosx: Use custom attributed string with playing item name and artist in main library window control bar Signed-off-by:
Claudio Cambra <developer@claudiocambra.com>
-
macosx: Update display components showing current media item when the media item changes, rather than on every single tick Signed-off-by:
Claudio Cambra <developer@claudiocambra.com>
-
Signed-off-by:
Claudio Cambra <developer@claudiocambra.com>
-
Signed-off-by:
Claudio Cambra <developer@claudiocambra.com>
-
Fixes #20873
-
Refs #20873
-
Refs #20873
-
Alongside the codec mimetype. Refs #20873
-
Refs #20873
-
-
refs #27771
-
What we have : Given the cmake simd detection module check `CMAKE_SYSTEM_PROCESSOR` to match "arm" prefixed hosts When `DETECT_SIMD32_C_FLAGS` test is performed by cmake for aarch64 Darwin hosts The test fails and `WITH_CR32S` is defined to 0 in `soxr-config.h` What is expected : Given the cmake simd detection module check `CMAKE_SYSTEM_PROCESSOR` to match "aarch64" hosts When `DETECT_SIMD32_C_FLAGS` test is performed by cmake for aarch64 Darwin hosts The test succeeds and `WITH_CR32S` is defined to 1 in `soxr-config.h` When soxr is used on Darwin arm64 platforms (iOS, macOS on Apple Silicon), the expected resampler engine to be used is cr32s. Without this patch, cr32 is used instead, because in `soxr-config.h`, `WITH_CR32S` is defined to 0. Considering we use "aarch64" for Darwin arm64 hosts in contribs, these changes are an attempt to fix this.
-
- Apr 12, 2023
-
-
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: Split main title segmented control and gridvslist segmented control actions into two separate methods 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: Don't encode view mode in library window restorable state now that it is stored in user defaults 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>
-
Signed-off-by:
Claudio Cambra <developer@claudiocambra.com>
-
Signed-off-by:
Claudio Cambra <developer@claudiocambra.com>
-
Signed-off-by:
Claudio Cambra <developer@claudiocambra.com>
-