FreeRDP/include/freerdp
zihao.jiang e00655c3c2 server/shadow: shadow encoder related enhancement/fix.
1. Export fps related API so that subsystem implementation no longer need to know about details in encoder structure.
2. Discard frameList dictionary.
The 'value' in this dictionary is never used and not properly free'ed when client is disconnected.
The dictionary was used to calculate 'inflight' frame count. Once an ACK is received from client, an item in the dictionary is removed.
We then calculate 'inflight' frame by the count of the items in the dictionary.
However, some rdp clients (win7 mstsc) skips frame ACK if it is inactive, ACK of some frame would actually never arrive.
We actually don't need the dictionary. We only need to record the latest acknowledged frame id, and the difference between last sent frame id is the inflight frame count.
3. Minor fix in default fps calculation. encoder->frameAck is wrongly used as integer while it's actually bool flag.
2015-06-23 14:36:53 +08:00
..
cache libfreerdp-cache: refactor glyph cache and add logging 2013-11-01 10:01:16 -04:00
channels Fixed argument for freerdp_channels_client_load, using proper type now. 2015-01-20 11:32:04 +01:00
client Added flag to ignore unknown keywords 2015-03-16 10:15:37 +01:00
codec h264: add encoder constant QP rate control. 2015-06-02 15:32:45 +08:00
crypto Added subject and issuer to saved data. 2015-06-11 11:21:23 +02:00
gdi Merge branch 'master' of github.com:FreeRDP/FreeRDP 2015-05-20 10:12:24 -04:00
locale Add Bépo Layout 2015-06-05 10:52:40 +02:00
server server/shadow: shadow encoder related enhancement/fix. 2015-06-23 14:36:53 +08:00
utils freerdp: remove tcp, uds utils 2014-11-12 14:06:34 -05:00
addin.h Fixed compilation with -Wstrict-prototypes 2013-02-14 22:20:43 +01:00
altsec.h change return types of callbacks to BOOL 2015-04-21 14:18:07 +02:00
api.h Fix GDI return values and other fixes 2015-04-21 14:18:07 +02:00
assistance.h freerdp: fix remote assistance mode, add multi-address connection 2015-05-06 16:32:45 -04:00
autodetect.h Added client bandwidth measurement result callback. 2015-05-20 16:18:55 +02:00
client.h Fix unchecked CreateEvent calls and misc fixes 2015-04-29 18:18:39 +02:00
codecs.h Fix unchecked CreateEvent calls and misc fixes 2015-04-29 18:18:39 +02:00
constants.h libfreerdp-core: expose stubbed WtsApi function table from the core 2014-02-16 20:12:45 -05:00
dvc.h freerdp: remove deprecated eventing system 2014-11-12 13:18:18 -05:00
error.h Added error name and string functions. 2015-03-19 11:05:16 +01:00
event.h xfreerdp: added smart sizing, mt gesture fixes 2014-12-01 11:56:44 +01:00
extension.h libfreerdp: header cleanup 2012-12-14 00:25:48 -05:00
freerdp.h Added subject and issuer to saved data. 2015-06-11 11:21:23 +02:00
graphics.h change return types of callbacks to BOOL 2015-04-21 14:18:07 +02:00
input.h change return types of callbacks to BOOL 2015-04-21 14:18:07 +02:00
listener.h Add the ability to have listener from an existing socket 2015-05-08 10:00:38 +02:00
log.h Added headers for converting logging in libfreerdp, channels, clients and servers. 2014-09-09 16:33:05 +02:00
message.h libfreerdp-core: fix async input mode for FocusInEvent, KeyboardPauseEvent 2014-12-15 11:35:35 -05:00
metrics.h Fixed missing extern C 2014-12-01 13:12:51 +01:00
peer.h Fix unchecked CreateEvent calls and misc fixes 2015-04-29 18:18:39 +02:00
pointer.h change return types of callbacks to BOOL 2015-04-21 14:18:07 +02:00
primary.h change return types of callbacks to BOOL 2015-04-21 14:18:07 +02:00
primitives.h Add openh264 encoder support. 2015-03-02 18:11:28 +08:00
rail.h Add checks for some XXX_New and XXX_Add functions 2015-05-18 11:28:00 +02:00
scancode.h add additional evdev key mappings for multimedia and Korean keyboards 2014-01-14 15:18:20 -07:00
secondary.h change return types of callbacks to BOOL 2015-04-21 14:18:07 +02:00
settings.h freerdp: fix remote assistance mode, add multi-address connection 2015-05-06 16:32:45 -04:00
svc.h freerdp: remove deprecated eventing system 2014-11-12 13:18:18 -05:00
types.h libfreerdp-core: refactor codec context management 2014-09-10 00:42:41 -04:00
update.h change return types of callbacks to BOOL 2015-04-21 14:18:07 +02:00
version.h.in updated file headers 2013-12-04 11:44:22 +01:00
window.h change return types of callbacks to BOOL 2015-04-21 14:18:07 +02:00