rdpgfx: Implementation for server side channel
authorzihao.jiang <zihao.jiang@yahoo.com>
Sat, 23 Apr 2016 17:49:10 +0000 (01:49 +0800)
committerzihao.jiang <zihao.jiang@yahoo.com>
Sun, 7 Aug 2016 12:14:33 +0000 (20:14 +0800)
commit746a754244af9310119251e8436cdbd2a90a6caa
tree6bd4cf02b6df27e2edfa87295d93fb3a6b8beba9
parent5b2455f3147aca395a441fc65b602938600f0788
rdpgfx: Implementation for server side channel
server/shadow: support h264 codec with gfx channel
27 files changed:
channels/rdpgfx/CMakeLists.txt
channels/rdpgfx/client/CMakeLists.txt
channels/rdpgfx/rdpgfx_common.c [moved from channels/rdpgfx/client/rdpgfx_common.c with 98% similarity]
channels/rdpgfx/rdpgfx_common.h [moved from channels/rdpgfx/client/rdpgfx_common.h with 100% similarity]
channels/rdpgfx/server/CMakeLists.txt [new file with mode: 0644]
channels/rdpgfx/server/rdpgfx_main.c [new file with mode: 0644]
channels/rdpgfx/server/rdpgfx_main.h [new file with mode: 0644]
include/freerdp/channels/rdpgfx.h
include/freerdp/codec/zgfx.h
include/freerdp/server/rdpgfx.h [new file with mode: 0644]
include/freerdp/server/shadow.h
libfreerdp/codec/test/TestFreeRDPCodecZGfx.c
libfreerdp/codec/zgfx.c
server/shadow/CMakeLists.txt
server/shadow/Mac/mac_shadow.c
server/shadow/Win/win_dxgi.c
server/shadow/Win/win_rdp.c
server/shadow/Win/win_shadow.c
server/shadow/X11/x11_shadow.c
server/shadow/shadow_channels.c
server/shadow/shadow_channels.h
server/shadow/shadow_client.c
server/shadow/shadow_encoder.c
server/shadow/shadow_encoder.h
server/shadow/shadow_rdpgfx.c [new file with mode: 0644]
server/shadow/shadow_rdpgfx.h [new file with mode: 0644]
server/shadow/shadow_subsystem.c