akallabeth
d20835feb1
[CMake] mark WITH_VAAPI experimental
2025-10-25 07:19:03 +02:00
akallabeth
9d333c327d
Merge pull request #11941 from blino/optional-channels
...
Fix build and run with optional channels
2025-10-22 09:04:40 +02:00
Loïc Yhuel
87fe0d0d8e
[channel,server] fix more unguarded use of functions
...
This allows to set any -DCHANNEL_xxx_SERVER=OFF.
2025-10-21 14:27:02 +02:00
Olivier Blin
859df133fc
[client,wayland] remove now unused rdpei include
...
Fixes: d66b165b8e ("[client,common] common touch handling")
2025-10-21 14:27:02 +02:00
Olivier Blin
1a33e4dea3
[client,common] do not attempt to load channels disabled at build time
2025-10-21 14:27:02 +02:00
Olivier Blin
8587684401
[client,common] fix build without client channels
2025-10-21 14:27:02 +02:00
Loïc Yhuel
8bbc31eb53
[client,common] fix build without RDPEI channel
...
Also fix existing error messages to mention CHANNEL_RDPEI_CLIENT instead of
WITH_CHANNELS to be more specific.
2025-10-21 14:26:18 +02:00
akallabeth
5af51692ae
Merge pull request #11948 from akallabeth/timer-fix2
...
[core,timer] ensure all scheduled timers are handled
2025-10-20 23:00:47 +02:00
akallabeth
3975fe7c25
[core,timer] ensure all scheduled timers are handled
...
Timers might be delayed, so loop over all expired timers until none are
left.
2025-10-20 21:54:17 +02:00
akallabeth
1f03566604
Merge pull request #11947 from akallabeth/cert-warn-improve
...
[crypto,tls] make cert warning more accurate
2025-10-20 18:43:48 +02:00
akallabeth
4486b1a492
[crypto,tls] make cert warning more accurate
2025-10-20 18:30:20 +02:00
akallabeth
ea37497a55
Merge pull request #11930 from eduar-hte/avc444-align32
...
Align width and height for AVC444 decoding to 32
2025-10-20 11:09:47 +02:00
akallabeth
0fffbfb771
Merge pull request #11946 from akallabeth/revert-smart-sizing
...
Revert smart sizing
2025-10-19 09:40:25 +02:00
akallabeth
03fc896b7a
[client,sdl] fix smart-sizing
...
the scaling was not applied properly, revert these parts of
ac981843c9
2025-10-19 08:06:07 +02:00
akallabeth
2726b95ea1
Merge pull request #11945 from akallabeth/android-str
...
[client,android] fix wrong type of variable
2025-10-19 08:05:24 +02:00
akallabeth
113e6397ce
[client,android] fix wrong type of variable
2025-10-19 07:48:04 +02:00
akallabeth
821244d1fd
Merge pull request #11942 from blino/x509-include
...
[crypto,x509] add missing OpenSSL include for d2i_RSA_PSS_PARAMS
2025-10-19 07:36:05 +02:00
Olivier Blin
7855417c10
[crypto,x509] add missing OpenSSL include for d2i_RSA_PSS_PARAMS
2025-10-17 14:59:07 +02:00
akallabeth
672f7bec37
Merge pull request #11933 from akallabeth/mic-pulse
...
[channels,audin] fix a leak in pulse backend
2025-10-15 09:34:17 +02:00
Armin Novak
c7e35d9b81
[client,android] fix command line
...
adjust to new syntax, fix #11932
2025-10-15 09:15:23 +02:00
Armin Novak
39ab79486a
[channels,audin] fix a leak in pulse backend
2025-10-15 09:09:18 +02:00
eduar-hte
387fa0201a
[codec,yuv] Align width and height for AVC444 decoding to 32
...
- Windows seems to be aligning to 32 in current versions of RDP, which
can be noticed in non-standard resolutions (that are not multiple of
32 after aligning to 16).
- 16-byte alignment was initially introduced in commit 8adc2ba
2025-10-14 20:01:17 +00:00
akallabeth
7d86a9259b
Merge pull request #11929 from mfleisz/fix-pollset-yield
...
[winpr,synch] Yield after a poll timeout in emscripten
2025-10-13 15:30:34 +02:00
Martin Fleisz
740d3a058d
[winpr,synch] Yield after a poll timeout in emscripten
...
This change allows external event handlers to be triggered (i.e. socket
receive) while FreeRDP is in an infinite waiting state.
2025-10-13 15:06:22 +02:00
akallabeth
025279f5f5
Merge pull request #11928 from FreeRDP/timezone-patches-1760350973
...
[timezones] Update definitions
2025-10-13 12:48:45 +02:00
akallabeth
0dedeeb75b
Update timezone definitions
2025-10-13 10:22:53 +00:00
akallabeth
6d18569998
Merge pull request #11927 from akallabeth/update-tz-extract
...
[winpr,timezone] udpate dotnet version for tzextract
2025-10-13 12:21:29 +02:00
akallabeth
296686e03f
[winpr,timezone] udpate dotnet version for tzextract
2025-10-13 12:20:42 +02:00
akallabeth
00a26642c2
Merge pull request #11921 from akallabeth/timer-fix-diff
...
[core,timer] fix reschedule interval
2025-10-12 08:31:50 +02:00
akallabeth
14f065617c
[timer] fix too short interval
...
with migrating to freerdp_timer_add the timer values should have been
adjusted to be in ns instead of µs
2025-10-10 17:40:29 +02:00
akallabeth
e7b5ac7c73
[core,timer] fix reschedule interval
...
time was calculated in µs instead of ms.
@vokov0aa thank you for the hint
2025-10-10 10:23:57 +02:00
David Fort
a6ae83202c
Merge pull request #11919 from akallabeth/tcp-buffer-fix
...
[core,tcp] fix a regression
2025-10-06 19:34:08 +02:00
akallabeth
3cfcb4c9ca
[core,tcp] fix a regression
...
with 2e5de43564 a bug was introduced
disabling the TCP buffering. revert that.
2025-10-06 18:59:46 +02:00
akallabeth
a84c6fe03d
Merge pull request #11918 from akallabeth/codec-stringify
...
Codec stringify
2025-10-06 08:58:27 +02:00
akallabeth
eae2e03adf
[codec,ffmpeg] fix missing const argument
2025-10-06 08:43:15 +02:00
akallabeth
fc3aa65348
[gdi] improve codec logging
2025-10-06 08:42:49 +02:00
akallabeth
fc2ae4cf41
[core,codecs] add stringify helper
...
add freerdp_codec_id_to_str to get a string representation of a given
codec id
2025-10-06 08:41:18 +02:00
akallabeth
8ccdfb70b2
Merge pull request #11915 from akallabeth/rdp-parse
...
[client,common] fix parsing of enablerdsaadauth
2025-10-03 13:49:29 +02:00
akallabeth
625376a937
[client,common] adjust settings test results
...
the change in the rdp file parser changes expected output after rdp file
parsing. Adjust results accordingly
2025-10-03 13:44:50 +02:00
akallabeth
d7c1ce80d9
[client,common] fix parsing of enablerdsaadauth
...
Only change FreeRDP_AadSecurity and do not touch other options
2025-10-03 13:25:53 +02:00
akallabeth
11bd807c5c
Merge pull request #11914 from akallabeth/rdstls
...
[core,rdstls] improve logging
2025-10-02 16:15:27 +02:00
Armin Novak
9fc79f7e90
[core,rdstls] improve logging
2025-10-02 15:59:16 +02:00
akallabeth
621e089768
Merge pull request #11912 from FriederHannenheim/master
...
dsp_ffmpeg: fix latency buildup during resampling
2025-10-02 15:59:03 +02:00
akallabeth
13282bd889
Merge pull request #11913 from akallabeth/rdstls
...
Rdstls error code mapping
2025-10-02 15:32:45 +02:00
Armin Novak
56dc5efe1e
[core,rdstls] improve return code mapping
2025-10-02 15:18:47 +02:00
Frieder Hannenheim
137268b8d7
dsp_ffmpeg: fix latency buildup during resampling
2025-10-02 15:12:01 +02:00
akallabeth
86cfd7a858
Merge pull request #11911 from akallabeth/janssen-version-limit
...
Janssen version limit
2025-10-01 15:23:47 +02:00
Armin Novak
34a835c412
[cmake,json] limit jansson detection
...
discard versions older than 2.13
2025-10-01 15:22:12 +02:00
Armin Novak
4300fc586d
[winpr,json] check for jansson required minimum version
2025-10-01 14:34:26 +02:00
Armin Novak
d751593a2a
[ci,deb] restrict jansson to >= 2.13
2025-10-01 13:18:16 +02:00