aboutsummaryrefslogtreecommitdiffstats
path: root/java/com/tigervnc/rfb/DecodeManager.java
Commit message (Collapse)AuthorAgeFilesLines
* RFB refactoring to sync with native clientBrian P. Hinz2019-11-211-9/+9
|
* Release queueMutex using finally blocksPepijn Van Eeckhoudt2018-08-201-38/+56
| | | Ensure queueMutex is always correctly released by using finally blocks. This is the closest approximation of AutoMutex style automatic release you can get in Java.
* Name threads for easier profilingBrian P. Hinz2017-05-241-1/+1
|
* Better checks for object equality, remove redundant initializerBrian P. Hinz2017-05-241-6/+7
|
* Multithreaded decoder improvements (java viewer)Brian P. Hinz2017-05-061-10/+10
|
* Fix for exception handling in decoder threads (java client)Brian P. Hinz2017-02-271-1/+1
|
* Complete rewrite of pixel buffer & decoder implementation.Brian P. Hinz2016-12-101-0/+386
Adds multi-threading, more robust support for different pixel formats, and several new runtime options.