FreeRDP/channels/tsmf/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
ffmpeg tsmf: fix incorrect usage of realloc. 2015-03-11 11:04:36 +08:00
gstreamer xfreerdp: separate app windows from desktop windows 2014-11-11 22:27:33 -05:00
pulse
CMakeLists.txt Merge pull request #1965 from akallabeth/dynamic-addin-naming 2014-10-31 13:42:16 +01:00
tsmf_audio.c channels/tsmf: cleanup 2014-11-10 14:02:54 -05:00
tsmf_audio.h
tsmf_codec.c channels/tsmf: integrate pull request #2012 2014-11-10 14:18:23 -05:00
tsmf_codec.h channels/tsmf: integrate pull request #2012 2014-11-10 14:18:23 -05:00
tsmf_constants.h channels/tsmf: integrate pull request #2012 2014-11-10 14:18:23 -05:00
tsmf_decoder.c channels/tsmf: cleanup 2014-11-10 14:02:54 -05:00
tsmf_decoder.h
tsmf_ifman.c stream: Stream_Ensure*Capacity: change return type 2015-03-30 16:33:48 +02:00
tsmf_ifman.h
tsmf_main.c Fixed null pointer dereference. 2014-11-17 01:23:54 +01:00
tsmf_main.h channels/tsmf: remove dependency on deprecated eventing system 2014-11-10 16:33:34 -05:00
tsmf_media.c tsmf: free frame data after processing 2015-03-26 13:38:09 +03:00
tsmf_media.h
tsmf_types.h