video: an implementation of MS-RDPEVOR for X11
authorDavid Fort <contact@hardening-consulting.com>
Fri, 15 Dec 2017 10:15:24 +0000 (11:15 +0100)
committerDavid Fort <contact@hardening-consulting.com>
Tue, 13 Feb 2018 09:51:07 +0000 (10:51 +0100)
commita07efb73ec72350ad25b25b5d8764efe2dcac091
treed2cc7ecb027faebb5b42f797f4e9e64dbd55242e
parentb84839b21caa0c7e4160b267edae48378066f8fb
video: an implementation of MS-RDPEVOR for X11

Implements the decoding of video streams using common H264 decoders. We also implement
a trivial feedback algorithm.

Sponsored by: Rangee GmbH (http://www.rangee.de)
14 files changed:
channels/video/client/CMakeLists.txt
channels/video/client/video_main.c
client/X11/CMakeLists.txt
client/X11/xf_channels.c
client/X11/xf_channels.h
client/X11/xf_client.c
client/X11/xf_video.c [new file with mode: 0644]
client/X11/xf_video.h [new file with mode: 0644]
client/X11/xfreerdp.h
include/freerdp/channels/video.h
include/freerdp/codec/yuv.h [new file with mode: 0644]
libfreerdp/CMakeLists.txt
libfreerdp/codec/h264.c
libfreerdp/codec/yuv.c [new file with mode: 0644]