Commit Graph

13 Commits

Author SHA1 Message Date
Isaac Connor
d5295a4464 Fix segfaults and valgrind complaints. Initialize vncClientData, handle failure to connect freeing our client. 2020-11-17 11:08:11 -05:00
Isaac Connor
53fe4c7f1b Handle error conditions 2020-09-09 12:55:08 -04:00
Isaac Connor
7b52237593 spacing and correct a libvlc=>libvncclient 2020-09-09 10:25:55 -04:00
Peter Keresztes Schmidt
8f980a1168 Convert NULL/0 to nullptr
The 0 -> nullptr changes should definitely improve readability.
2020-08-26 22:03:40 +02:00
Isaac Connor
9b05337e57 Priming capture logs should be debug level, especially if they ar egoing to log passwords 2020-07-13 15:03:04 -04:00
hax0kartik
640dfdd4a0 Dynamically load libvnc at runtime 2020-04-14 02:46:01 +05:30
hax0kartik
04a6d5e42e Fix a memory leak, shift rfbClientCleanup to Terminate() 2020-03-30 10:11:42 -07:00
hax0kartik
6886b2b375 Modify Convert to scale as well 2020-03-28 15:17:19 -07:00
Isaac Connor
b93f5d970c sws_scale directly into the image. Allocate and de-allocate sws in Prime and Close. Seems to fix scaling. 2020-03-28 16:03:52 -04:00
Isaac Connor
e894102cb7 debug 2020-03-28 11:59:05 -04:00
hax0kartik
a781cc2c87 WIP scaling 2020-03-27 14:32:50 -04:00
hax0kartik
d61e5e42ca Use preprocessors to ensure libvnc monitor is only built when libvnc is found 2020-03-27 14:32:50 -04:00
hax0kartik
ae80b3b859 Start implementing VNC 2020-03-27 14:32:50 -04:00