#2839 closed enhancement (fixed)
handle 16 and 30-bit pixels in cairo backend
Reported by: | Antoine Martin | Owned by: | Antoine Martin |
---|---|---|---|
Priority: | major | Milestone: | 4.1 |
Component: | client | Version: | 3.0.x |
Keywords: | Cc: |
Description
Similar to #2828 but for the non-opengl case.
Attachments (1)
Change History (6)
comment:1 Changed 9 months ago by
Status: | new → assigned |
---|
Changed 9 months ago by
Attachment: | csc_cython-GBRP10_to_r210.patch added |
---|
adds GBRP10_to_r210 to csc_cython
comment:2 Changed 9 months ago by
The resulting picture is only half the height!? (reading more segfaults)
Is it the decoder or the csc that is wrong?
comment:3 Changed 9 months ago by
Summary: | handle 30-bit pixels in cairo backend → handle 16 and 30-bit pixels in cairo backend |
---|
comment:4 Changed 9 months ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
r26960 does the conversion from GBRP10
to r210
which allows us to handle 10-bit video in both opengl and non-opengl cases.
All looks good, except on win32 (headerbar bug): ticket:2539#comment:20.
comment:5 Changed 3 months ago by
this ticket has been moved to: https://github.com/Xpra-org/xpra/issues/2839
Note: See
TracTickets for help on using
tickets.
Done in r26951 for plain "r210" (aka
RGB30
).Still TODO:
GBRP10
tor210
viacsc_cython
so that we can use h264FORMAT_RGB16_565
?