akallabeth
|
239440e28d
|
[warnings] remove or comment unused macros
|
2024-09-20 18:49:38 +02:00 |
|
akallabeth
|
9c9d74e920
|
[warnings] fix redundant casts
|
2024-08-29 12:03:09 +02:00 |
|
akallabeth
|
15456e1ee1
|
[warnings] fix implicit widening conversion
|
2024-08-29 10:47:20 +02:00 |
|
akallabeth
|
4b93a9fffa
|
[codec,rfx] inline and restrict
|
2024-06-03 17:54:21 +02:00 |
|
akallabeth
|
05e555feb7
|
fixed unused-variable warnings
|
2024-02-22 12:31:50 +01:00 |
|
akallabeth
|
d7ebec5a65
|
[tidy] move loop variable declaration to loop
|
2024-02-22 12:31:50 +01:00 |
|
akallabeth
|
0ba995655d
|
[clang-tidy] cppcoreguidelines-init-variables
|
2024-02-15 11:49:16 +01:00 |
|
akallabeth
|
207def5c56
|
[clang-tidy] readability-isolate-declaration
|
2024-02-15 11:49:16 +01:00 |
|
akallabeth
|
db8682648b
|
Revert "[codec] encode messages considering endianness"
This reverts commit 6ba4aad9ab .
|
2024-02-09 10:29:08 +01:00 |
|
Armin Novak
|
07543a6042
|
[warnings] fix various warnings
* missing const in casts
* missing static for functions
* missing WINPR_ATTR_FORMAT_ARG for printf like functions
|
2023-10-16 15:10:13 +02:00 |
|
Joan Torres
|
c843e35b75
|
[codec] encode messages considering endianness
The byte order of the pixels is affected by endianness, use bitwise
operations to access those bytes so the endiannes won't affect the final
result.
|
2023-08-01 07:56:16 +02:00 |
|
akallabeth
|
667b471686
|
Fixed cast-quality warnings
|
2022-04-28 09:17:20 +02:00 |
|
Armin Novak
|
4d03d7c0bf
|
Freerdp remove #ifdef HAVE_CONFIG_H
|
2022-03-03 11:26:48 +01:00 |
|
Armin Novak
|
b2ad47a809
|
Reorganized FreeRDP headers
|
2022-03-03 11:26:48 +01:00 |
|
Armin Novak
|
72ca88f49c
|
Reformatted to new style
|
2019-11-07 10:53:54 +01:00 |
|
Armin Novak
|
1a902c249c
|
Fix PROFILER_* macros
Add the semicolon to the macro to allow clean
undefinition if the profiler is not used.
This used to break VisualC compilers.
|
2018-02-15 11:30:38 +01:00 |
|
Martin Fleisz
|
c11211181d
|
codec: Use context functions for rfx decoding
|
2016-11-23 14:22:42 +01:00 |
|
Armin Novak
|
d55690db23
|
Fixed RFX encoding.
|
2016-10-06 13:43:12 +02:00 |
|
Armin Novak
|
df35c135d1
|
Fixed color conversion, unified GFX and updated API.
|
2016-10-06 13:42:58 +02:00 |
|
Bernhard Miklautz
|
3c7662517c
|
hardening
Start to add missing checks for:
* *alloc
* *_New
|
2015-03-25 17:38:21 +01:00 |
|
Marc-André Moreau
|
22d3b6c74b
|
libfreerdp-codec: remove old RemoteFX RLGR implementation in favour of faster one
|
2014-08-05 21:41:58 -04:00 |
|
Bernhard Miklautz
|
2b6b4a6685
|
updated file headers
|
2013-12-04 11:44:22 +01:00 |
|
Marc-André Moreau
|
f69f4285b1
|
libfreerdp-codec: use partitioned buffers for RemoteFX encoding/decoding
|
2013-08-19 18:39:19 -04:00 |
|
Marc-André Moreau
|
c8b85e19a4
|
libfreerdp-codec: separate tile encoding from writing
|
2013-08-13 14:13:05 -04:00 |
|
Marc-André Moreau
|
4e6f1f5a4b
|
libfreerdp-codec: use pooled buffers for channel encoding
|
2013-08-13 13:45:28 -04:00 |
|
Marc-André Moreau
|
482e836ad8
|
libfreerdp-codec: refactor internal rfx_compose_message_tile
|
2013-08-13 11:09:54 -04:00 |
|
Marc-André Moreau
|
e91f2516e5
|
libfreerdp-codec: fix automatic growing of the encode stream size
|
2013-08-12 13:13:27 -04:00 |
|
Norbert Federa
|
b9c8ac6527
|
codec/rfx: use function pointer for rlgr codec
Option to switch the rlgr implementation during runtime - exactly
like we do it with the ycbcr, dwt and quantization functions.
|
2013-07-10 07:14:26 +02:00 |
|
Marc-André Moreau
|
b4cac74136
|
xfreerdp-server: fix RemoteFX encoding
|
2013-05-01 18:15:55 -04:00 |
|
Marc-André Moreau
|
51715636a5
|
freerdp: remove some deprecated stream utils
|
2013-04-29 22:35:15 -04:00 |
|
Marc-André Moreau
|
a8201b0d1b
|
libwinpr-utils: combine old and new stream utils
|
2013-03-21 15:19:33 -04:00 |
|
Martin Fleisz
|
2e8a0983dd
|
codec: Added padding to rfx buffers for SSE/NEON code
|
2013-03-05 17:36:26 +01:00 |
|
Marc-André Moreau
|
22f374ac36
|
libfreerdp-codec: implement buffer pooling for RemoteFX
|
2013-01-22 21:24:04 -05:00 |
|
Daryl Poe
|
b64408975d
|
freerdp primitives library
|
2013-01-18 15:32:58 -07:00 |
|
Marc-André Moreau
|
9d064171a7
|
freerdp: get rid of old types
|
2012-10-09 03:26:39 -04:00 |
|
Marc-André Moreau
|
1bf8a45519
|
freerdp: change uint8, sint8, uint16, sint16 to BYTE, INT8, UINT16, INT16
|
2012-10-09 03:01:37 -04:00 |
|
Marc-André Moreau
|
e60a092d81
|
freerdp: fix headers
|
2012-10-08 23:02:04 -04:00 |
|
Marc-André Moreau
|
d5d1eb7762
|
libfreerdp: add proper config.h inclusions
|
2012-08-14 17:09:01 -04:00 |
|
Marc-André Moreau
|
19028a27b0
|
libfreerdp: move all libraries to libfreerdp directory, one step closer to monolithic build option
|
2012-08-13 23:19:51 -04:00 |
|