Commit graph

1601 commits

Author SHA1 Message Date
Matthew McClaskey
5c8c550e82 Merge branch 'bugfix/xorg-build-fix' into 'master'
Bugfix/xorg build fix

See merge request kasm-technologies/internal/KasmVNC!245
2026-06-05 09:02:48 +00:00
El
d20ec163aa
Add fallback URL for Xorg tarball download to improve reliability 2026-06-05 03:15:08 +05:00
El
26a916ee60
Add fallback URL for Xorg tarball download to improve reliability 2026-06-05 01:56:52 +05:00
Matt McClaskey
ccffbdca3e
Update noVNC ref 2026-05-30 09:50:49 +00:00
Matthew McClaskey
c7bcefbd9f Merge branch 'feature/VNC-14_direct_drive_mouse' into 'master'
Resolve VNC-14 "Feature/ direct drive mouse"

Closes VNC-14

See merge request kasm-technologies/internal/KasmVNC!236
2026-05-28 09:10:02 +00:00
Matthew McClaskey
9682753fbf Merge branch 'feature/VNC-374_update_version_1.5.0' into 'master'
VNC-374 prep for 1.5.0 release

Closes VNC-374

See merge request kasm-technologies/internal/KasmVNC!242
2026-05-27 16:26:26 +00:00
Matt McClaskey
cb72f051f1
VNC-14 refactor: move force-game-mode notification into SMsgHandler supports* pattern 2026-05-26 10:03:38 +00:00
Matt McClaskey
e147dad5c8
VNC-374 prep for 1.5.0 release 2026-05-25 10:46:44 +00:00
Matthew McClaskey
70b1311c91 Merge branch 'feature/VNC-373_drop_avcodec_close' into 'master'
Drop avcodec_close for FFmpeg 8 compatibility

Closes VNC-373

See merge request kasm-technologies/internal/KasmVNC!240
2026-05-23 09:43:45 +00:00
Matthew McClaskey
2daf209013 Merge branch 'master' into 'feature/VNC-373_drop_avcodec_close'
# Conflicts:
#   builder/dockerfile.kali_kali-rolling.build
2026-05-22 17:32:11 +00:00
Matt McClaskey
a34b523b56
fix c++ access violation 2026-05-22 11:43:12 +00:00
Matt McClaskey
6880b03c04
address DLP region clicks 2026-05-21 09:34:00 +00:00
Matt McClaskey
0a0d0d3bb1
Call recheckPerms for directMouseEvent 2026-05-21 09:24:17 +00:00
Matthew McClaskey
ceeaa876b8 Merge branch 'feature/VNC-295-speed-up-compilation-with-ccache' into 'master'
VNC-295 Use sccache to speed up compilation

Closes VNC-295

See merge request kasm-technologies/internal/KasmVNC!234
2026-05-20 09:40:22 +00:00
Dmitry Maksyoma
28364977dc VNC-295 Use sccache to speed up compilation 2026-05-20 09:40:22 +00:00
Matt McClaskey
d413884f86
VNC-371 second attempt to fix pipeline issue. 2026-05-19 22:09:03 +00:00
Matt McClaskey
3bf44ab186
VNC-371 fix kali build failure 2026-05-19 22:09:03 +00:00
Matt McClaskey
763a6f4972
VNC-14 addressed code review comments 2026-05-19 19:07:57 +00:00
Matt McClaskey
17cf02966f
VNC-371 second attempt to fix pipeline issue. 2026-05-19 11:52:45 +00:00
Matt McClaskey
6861f4adac
VNC-371 fix kali build failure 2026-05-19 11:52:45 +00:00
Baldvin Kovacs
c01476e117
Drop avcodec_close for FFmpeg 8 compatibility
avcodec_close() was deprecated in FFmpeg 3.x and removed in FFmpeg 8.0.
Its absence makes FFmpeg::FFmpeg()'s D_LOOKUP_SYM throw, which causes
the constructor to set available=false and disables the entire hardware
video encoding path. KasmVNC then logs:

  ffmpeg: Failed to load symbol avcodec_close
  VNCServerST: Hardware video encoding acceleration capability: unavailable

avcodec_close was only referenced from one site
(common/rfb/benchmark/FfmpegFrameFeeder.cpp's destructor), and that call
was redundant: codec_ctx_guard is a unique_ptr whose deleter calls
avcodec_free_context, which already releases the codec internally.

Remove the dlsym, the typedef, the struct member, and the wrapper, and
default the benchmark destructor (the guard handles cleanup). No runtime
behavior change on FFmpeg <= 7; restores hardware encode on FFmpeg >= 8.
2026-05-19 10:55:12 +00:00
Matt McClaskey
f1a1bd5557
update novnc ref 2026-05-13 16:22:20 +00:00
Matt McClaskey
c76c3be9ee
back out old relative cursor code 2026-05-13 15:46:33 +00:00
Matt McClaskey
9050929aa9
VNC-14 Update to relative mouse for better UX and app compatibility 2026-05-13 10:09:09 +00:00
Matthew McClaskey
dd1417229e Merge branch 'bugfix/VNC-319-disable-stun' into 'master'
VNC-319 Disable STUN

See merge request kasm-technologies/internal/KasmVNC!232
2026-05-12 16:11:07 +00:00
Matt McClaskey
5fa4bfbb34 VNC-319 changed stun public ip default 2026-05-12 15:00:31 +00:00
Matt McClaskey
0a64d3381c
Update novNC ref 2026-05-09 09:34:27 +00:00
Matthew McClaskey
b8dd88187e Merge branch 'feature/VNC-151-investigate-tiger-vnc-h-264-encode-decoder2-color-conversion' into 'master'
VNC-151 Update submodule branch for kasmweb

Closes VNC-151

See merge request kasm-technologies/internal/KasmVNC!238
2026-05-09 09:32:05 +00:00
El
c73b43e051
VNC-151 Fixing rebase issue 2026-05-08 19:17:26 +00:00
El
243784d5e5
VNC-151 Fix screenshot timer logic to ensure proper interval handling 2026-05-08 18:24:19 +00:00
El
11214a870a
VNC-151 Adjust screenshot timer initialization and interval handling 2026-05-08 18:24:19 +00:00
El
39d5b1b7ba
VNC-151 Refactor screenshot handling 2026-05-08 18:24:19 +00:00
El
adc4ea79fc
VNC-151 Refactor screenshot handling 2026-05-08 18:24:19 +00:00
El
ac330bd605
VNC-151 Cleanup to prevent potential issues 2026-05-08 18:24:19 +00:00
El
d93b915a33
VNC-151 Relay primary screen readiness status to portRelayWorker 2026-05-08 18:24:19 +00:00
El
585f3896a2
VNC-151 Handle AVERROR_EOF 2026-05-08 18:24:19 +00:00
El
2c2b89e3f9
VNC-151 Refactor ScreenEncoderManager 2026-05-08 18:24:19 +00:00
El
a96f45b51c
VNC-151 Fix crash 2026-05-08 18:24:19 +00:00
El
fdefd2c2d2
VNC-151 Update noVnc Ref Id 2026-05-08 18:24:19 +00:00
El
ee942a5417
VNC-151 Refactor stopwatch macros and improve debug logging for frame timing 2026-05-08 18:24:19 +00:00
El
1045107dca
VNC-151 Update failing tests 2026-05-08 18:24:19 +00:00
El
e405203c38
VNC-151 Restore .gitlab-ci.yml 2026-05-08 18:24:19 +00:00
El
85ae720ca2
VNC-151 Update noVnc ref id 2026-05-08 18:24:19 +00:00
El
fb393533f2
VNC-151 Update noVnc ref id 2026-05-08 18:24:19 +00:00
El
9dc8bc6a94
VNC-356 Update noVNC ref Id 2026-05-08 18:24:19 +00:00
El
cf92c66c3b
VNC-355 Closing secondary monitor closes the connection 2026-05-08 18:24:19 +00:00
El
fe789c482a
VNC-151 Increase MAX_SCREENS limit up to 8 2026-05-08 18:24:19 +00:00
El
a68db7be59
VNC-151 Add static_assert for Encoder and Codec enum count consistency 2026-05-08 18:24:19 +00:00
El
9302c205b0
VNC-333 Revert Remove h.265 SW from KasmVNC 2026-05-08 18:24:19 +00:00
El
5c2822deab
VNC-346 Fix missing screenMutex unlock for an edge case 2026-05-08 18:24:19 +00:00