rustdesk/libs
21pages 71d7398ae7
video handler holds only one decoder of the current codec format (#6939)
1. For example: when receiving h264 video frames, only 1 decoder is created, vram > ram
2. For creation and decoding failed:
  * Remove real_supported_decodings, this will update real existing decoders, replace it with the "mark_unsupported" vector. After creating the decoder failure, marks the codec as unsupported and updates supported decoding to the controlled side
  *  Add `fail_counter` in the decoder. When decoding 10 consecutive frames failed, adding codec type to 'mark_unsupported' vector
  *  The controlled end always ignores the unavailability of VP9

Signed-off-by: 21pages <pages21@163.com>
2024-01-22 20:01:17 +08:00
..
clipboard Merge pull request #6294 from ClSlaid/docs/clipboard-files 2023-11-06 10:59:22 +08:00
enigo update rdev, fix grab system utf8, fallback on linux 2023-09-15 15:35:44 +08:00
hbb_common 2fa for unattended access 2024-01-19 15:35:58 +08:00
portable brotli 3.4 2023-11-23 19:52:53 +08:00
scrap video handler holds only one decoder of the current codec format (#6939) 2024-01-22 20:01:17 +08:00
virtual_display translation & Rustdesk to RustDesk 2023-11-21 10:55:46 +08:00