Changelog for
looking-glass-client-10~git20180130-1.1.x86_64.rpm :
Tue Jan 30 13:00:00 2018 pousaduarteAATTgmail.com
- Update to version 10~git20180130:
* [host] mingw-w64 compile fixes (#44)
* [client] fix event loop sleep (#45)
Mon Jan 29 13:00:00 2018 pousaduarteAATTgmail.com
- Update to version 10~git20180129:
* [client] remoted accidential commit of experimental method from header
* [client] fix improper spice socket shutdown
* [client] no need to supress bin directory creation command
* [client] fix concurrent make, fixes #43
* [client] prevent 100% CPU usage in event loop, fixes #41
* [client] fix SDL mutex compile errors (#42)
Thu Jan 25 13:00:00 2018 pousaduarteAATTgmail.com
- Update to version 10~git20180125:
* [client] makefile: use $(CC) instead of assuming gcc
* [client] added xlib-shim to disable calls to XSync
* [client] spice: add channel and mouse locking
* [client] use SDL_SetEventFilter for better mouse performance
* Ignore SDL_MOUSEBUTTONDOWN events incompatible with SPICE (#38)
Sat Jan 6 13:00:00 2018 pousaduarteAATTgmail.com
- Update to version 10~git20180106:
* [client] h264: unroll silly loop
* [client] h264: setup slice parameters correctly (incomplete)
* [client] nal: corrections to parsing logic
* [client] h264: vaapi deprecated these fields, FMO is not supported
Fri Jan 5 13:00:00 2018 pousaduarteAATTgmail.com
- Update to version 10~git20180106:
* [client] h264: use parameters from nal (incomplete)
* [client] h264: don\'t treat parse failure as fatal
* [client] nal: removed useless debug print
* [client] nal: added final SLICE parser features
* [client] nal: added SLICE parser
* [client] nal: added PPS parser
* [client] fixed nal parser memory leaks
* [client] Makefile: stop at the first error
* [client] added initial NAL unit parser
* [host] dxgi: fixed missed header update for timeout fix