FreeRDP/channels/rdpsnd/client
Gluzskiy Alexandr bee2e1526d allow to use in single threaded mode
(some client side channels and all server side channels still need to be
ported to new api)

server: build fix, do not disable threads for rfx encoder

cliprdr client channel: implemented support for DisableThreads option
looks like thread does not make sense at all for this channel

do not initialize disabled image codecs (respect settings)

channels: client: rail: added support for DisableThreads setting

changed "BOOL DisableThreads" to "UINT32 ThreadingFlags"
dropped unnecessary apu changes

draft implementation of threading settings aware message handling api
for addins/channels

rail: use new messaging api

fixed memory leak

msgs handlers external api changes (as requested)

msgs_handlers: init fix

fixed memory leak

logic fix

resolved problems appeared after rebase to master, dropped unnecessary
changes

git clang-format origin/master

fixed TestFreeRDPCodecRemoteFX.c

"formatting, run `clang-format` please"

properly use new "rfx_context_new(BOOL, UINT32)" everywhere

passed Threading Flags to "rfx_context_new" where available

in older C standarts veriables declaration must be done before any code

requested changes

clang-format as requested

use broken signatures of standert C functions for m$ s**tos

clang-format

requested changes

requested changes

moved ThreadingFlags to stable api zone

define type for channel msg handler

typo fix

clang-format

build fix

us ThreadingFlags from server settings

git clang-format origin/master

clang-format
2021-02-25 14:05:40 +01:00
..
alsa Added const to function arguments 2021-02-17 11:29:56 +01:00
fake Added const to function arguments 2021-02-17 11:29:56 +01:00
ios Reformatted to new style 2019-11-07 10:53:54 +01:00
mac Fixes #5747: Only activate sound output device (#6467) 2020-09-08 10:55:49 +02:00
opensles allow to use in single threaded mode 2021-02-25 14:05:40 +01:00
oss Added const to function arguments 2021-02-17 11:29:56 +01:00
proxy allow to use in single threaded mode 2021-02-25 14:05:40 +01:00
pulse Added const to function arguments 2021-02-17 11:29:56 +01:00
winmm rdpsnd/winmm: fix some memory issues. 2020-02-04 17:56:45 +08:00
CMakeLists.txt Updated CMake channel detection 2020-02-28 12:53:39 +01:00
rdpsnd_main.c Added const to function arguments 2021-02-17 11:29:56 +01:00
rdpsnd_main.h Reformatted to new style 2019-11-07 10:53:54 +01:00