- Mar 07, 2025
-
-
Dylan Aïssi authored
Signed-off-by:
Dylan Aïssi <dylan.aissi@collabora.com>
-
Dylan Aïssi authored
Update to upstream version '14.0.1+git20250306.8cf96f55' with Debian dir 6971babbd8b51b09703b590b9fb6c31cd3e09f55
-
Dylan Aïssi authored
-
- Mar 06, 2025
-
-
Dylan Aïssi authored
Signed-off-by:
Dylan Aïssi <dylan.aissi@collabora.com>
-
Dylan Aïssi authored
Update to upstream version '14.0.1+git20250306.2c1e90ed' with Debian dir df4aac273fce8ce1725521c32c9aa5cd963780e5
-
- Mar 05, 2025
-
-
Dylan Aïssi authored
Signed-off-by:
Dylan Aïssi <dylan.aissi@collabora.com>
-
Dylan Aïssi authored
Update to upstream version '14.0.1+git20250304.0cd9ee01' with Debian dir bafe22447d5ddc6c42d2352f0f1b563167fc6443
-
- Mar 03, 2025
-
-
Dylan Aïssi authored
Signed-off-by:
Dylan Aïssi <dylan.aissi@collabora.com>
-
Dylan Aïssi authored
Signed-off-by:
Dylan Aïssi <dylan.aissi@collabora.com>
-
Dylan Aïssi authored
Signed-off-by:
Dylan Aïssi <dylan.aissi@collabora.com>
-
Dylan Aïssi authored
Both fail for amd64 and arm64. Signed-off-by:
Dylan Aïssi <dylan.aissi@collabora.com>
-
Dylan Aïssi authored
Signed-off-by:
Dylan Aïssi <dylan.aissi@collabora.com>
-
Dylan Aïssi authored
OBS adds a suffix starting by ~ which makes the version lower than the actual one... Signed-off-by:
Dylan Aïssi <dylan.aissi@collabora.com>
-
Dylan Aïssi authored
Signed-off-by:
Dylan Aïssi <dylan.aissi@collabora.com>
-
Dylan Aïssi authored
Signed-off-by:
Dylan Aïssi <dylan.aissi@collabora.com>
-
Dylan Aïssi authored
Signed-off-by:
Dylan Aïssi <dylan.aissi@collabora.com>
-
Dylan Aïssi authored
Signed-off-by:
Dylan Aïssi <dylan.aissi@collabora.com>
-
Dylan Aïssi authored
Signed-off-by:
Dylan Aïssi <dylan.aissi@collabora.com>
-
Dylan Aïssi authored
Signed-off-by:
Dylan Aïssi <dylan.aissi@collabora.com>
-
- Feb 28, 2025
-
-
Nicolas Dufresne authored
Instead of ~/testvideo.mp4, loop over a list in ~/playlist.txt
-
Nicolas Dufresne authored
This replaces the the UI in the center with a bottom right corner logo. It appears and disapear every 5s instead of 2s.
-
- Feb 26, 2025
-
-
Robert Mader authored
weston.ini: ``` [core] color-management=true idle-time=0 [output] name=HDMI-A-1 colorimetry-mode=bt2020rgb eotf-mode=st2084 color_profile=auto:edid-dr [autolaunch] path=/usr/bin/weston-simple-hdr-gstreamer ``` The client will try to play the file ~/testvideo.mp4
-
Robert Mader authored
-
Robert Mader authored
-
Robert Mader authored
Signed-off-by:
Robert Mader <robert.mader@collabora.com>
-
Robert Mader authored
Signed-off-by:
Robert Mader <robert.mader@collabora.com>
-
Robert Mader authored
Signed-off-by:
Robert Mader <robert.mader@collabora.com>
-
Robert Mader authored
Signed-off-by:
Robert Mader <robert.mader@collabora.com>
-
Robert Mader authored
Signed-off-by:
Robert Mader <robert.mader@collabora.com>
-
This allow users to specify a fully custom parametric color profile in weston.ini for a certain output. Signed-off-by:
Leandro Ribeiro <leandro.ribeiro@collabora.com>
-
Robert Mader authored
-
Add a new option to "color_profile" key on output section of weston.ini: automatic profiles. Automatic color profiles are created accordingly to the colorimetry mode and the EOTF that the output is using. We use CTA-861 for the parameters as much as possible. There are also optional flags, and in such case we also take into consideration the EDID data. Signed-off-by:
Pekka Paalanen <pekka.paalanen@collabora.com>
-
Allow users to set the color profile of a certain output as an sRGB parametric profile. This introduces a new key for outputs in weston.ini, "color_profile". In the next commits we'll extend its support. Signed-off-by:
Pekka Paalanen <pekka.paalanen@collabora.com>
-
We have the following error message in parse_color_characteristics(): name=%s: reserved name. Do not use ':' character in the name. It gets confusing when "name" ends with ':'. So rephrase it to clarify the error message in such case. Signed-off-by:
Leandro Ribeiro <leandro.ribeiro@collabora.com>
-
First of all, we make it work for NaN CIE xy values. We also improve the error message a bit. It was only printing that the color gamut was invalid, but it didn't explain why. This adds the explanation (out of valid range). And finally, we make the code a bit shorter. Signed-off-by:
Leandro Ribeiro <leandro.ribeiro@collabora.com>
-
The internal API to create parametric color profiles should be available not only to libweston, but also to frontend. WL_EXPORT was missing from the functions, so add that. Signed-off-by:
Leandro Ribeiro <leandro.ribeiro@collabora.com>
-
Frontend wants to print these sometimes. Signed-off-by:
Pekka Paalanen <pekka.paalanen@collabora.com>
-
Now we support some parametric tf's on Weston. So drop comment saying that we don't. Signed-off-by:
Leandro Ribeiro <leandro.ribeiro@collabora.com>
-