diff options
author | dec05eba <dec05eba@protonmail.com> | 2024-02-10 02:47:01 +0100 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2024-02-10 03:48:43 +0100 |
commit | b8843395acd03520b7630b6a1dc19f151f42382d (patch) | |
tree | f8da6cf22229ba44916de608c9bb46bfddcd8e79 /TODO | |
parent | ac73d9cb13ea7e4694b6b013de426cefddae4ca7 (diff) |
Add screen rotation support (tested on amd/intel)
screen rotation in wayland is best effort,
wayland doesn't give the necessary information to make it robust.
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -116,4 +116,10 @@ Support low power option (does it even work with vaapi in ffmpeg??). Would be ve Instead of sending a big list of drm data back to kms client, send the monitor we want to record to kms server and the server should respond with only the matching monitor, and cursor. Tonemap hdr to sdr when hdr is enabled and when hevc_hdr/av1_hdr is not used. -Support hdr capture with kms cuda.
\ No newline at end of file +Support hdr capture with kms cuda. + +Mention known issue, capture on intel wayland compressed data glitch. + +Add 10 bit record option, h264_10bit, hevc_10bit and av1_10bit. + +Rotate cursor texture properly (around top left origin)
\ No newline at end of file |