Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | RFB refactoring to sync with native client | Brian P. Hinz | 2019-11-21 | 1 | -9/+9 |
| | |||||
* | Release queueMutex using finally blocks | Pepijn Van Eeckhoudt | 2018-08-20 | 1 | -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 profiling | Brian P. Hinz | 2017-05-24 | 1 | -1/+1 |
| | |||||
* | Better checks for object equality, remove redundant initializer | Brian P. Hinz | 2017-05-24 | 1 | -6/+7 |
| | |||||
* | Multithreaded decoder improvements (java viewer) | Brian P. Hinz | 2017-05-06 | 1 | -10/+10 |
| | |||||
* | Fix for exception handling in decoder threads (java client) | Brian P. Hinz | 2017-02-27 | 1 | -1/+1 |
| | |||||
* | Complete rewrite of pixel buffer & decoder implementation. | Brian P. Hinz | 2016-12-10 | 1 | -0/+386 |
Adds multi-threading, more robust support for different pixel formats, and several new runtime options. |