Gitiles
Code Review
Sign In
gerrit.omnirom.org
/
android_external_tigervnc
/
fd22cd646766a1054bf44ef2e55c9a2f27331c88
/
java
/
src
/
com
/
tightvnc
/
decoder
/
TightDecoder.java
fd22cd6
[Refactoring] Most part of code that using RecordInterface to record session(when using tight encoding) replaced with code that use DataOutputStream to do it.
by enikey
· 17 years ago
191695b
[BugFix] Negative statistics (pixel data, update rectangles etc). Fixed by replacing statistics variables type from int to long.
by enikey
· 17 years ago
1214ab1
[BugFix] Tight encoding statistics enabled.
by enikey
· 17 years ago
2f0294e
[Refactoring, cleanup] Write encoding ID of real decoders in decoders classes. Pseudo encoding ID still writes in RfbProto class. ZlibDecoder recoding enabled. ZRLEDecoder recoding still not working.
by enikey
· 17 years ago
6558a30
[Developement, debug] Added Encodings constants to decoders classes. Temporary disable session recording when using Zlib decoder.
by enikey
· 17 years ago
1893c9a
[Developement] Added decode methods to Tight decoder class.
by enikey
· 17 years ago
a909a90
[Developement] Added helper methods that decodes data in tight encoding (mono data and gradient data) to tight decoder class.
by enikey
· 17 years ago
f7160bd
[Layout] Added base Tight data decoder class (TightDecoder).
by enikey
· 17 years ago