FreeRDP/channels/rdpsnd/client
Bernhard Miklautz f469e069dc stream: Stream_Ensure*Capacity: change return type
Change the return type of Stream_Ensure*Capacity from void to BOOL to be
able to detect realloc problems easily. Otherwise the only way to detect
this was to check if the capacity after the call was >= the required
size.
In case Stream_Ensure*Capacity fails the old memory is still available
and need to freed outside.

This commit also adds checks to most calls of Stream_Ensure*Capacity to
check if the call was successful.
2015-03-30 16:33:48 +02:00
..
alsa + audin OSS support (un tested now) 2015-03-13 01:28:44 +03:00
ios Removed library prefix override. 2014-09-17 11:27:11 +02:00
mac Removed library prefix override. 2014-09-17 11:27:11 +02:00
opensles + audin OSS support (un tested now) 2015-03-13 01:28:44 +03:00
oss + audin OSS support (un tested now) 2015-03-13 01:28:44 +03:00
pulse stream: Stream_Ensure*Capacity: change return type 2015-03-30 16:33:48 +02:00
winmm Debug messages now use WLog_DBG instead of WLog_ERR. 2015-02-19 08:45:45 +01:00
CMakeLists.txt + add OSS support for rdpsnd 2015-03-09 09:23:29 +03:00
rdpsnd_main.c + add OSS support for rdpsnd 2015-03-09 09:23:29 +03:00
rdpsnd_main.h Using wlog for channel logging now. 2014-09-15 08:48:46 +02:00