Gitiles
Code Review
Sign In
gerrit.omnirom.org
/
android_external_tigervnc
/
f53e62a8a011ad57d65a921cc826c2cdf72a99eb
/
java
/
src
/
com
/
tigervnc
/
decoder
/
TightDecoder.java
f53e62a
Rename all java modules to tigervnc from tightvnc
by Adam Tkac
· 16 years ago
d0e8463
Rename java/src/com/tightvnc to java/src/com/tigervnc.
by Adam Tkac
· 16 years ago
[Renamed from java/src/com/tightvnc/decoder/TightDecoder.java]
9823291
[Refactoring] Move "recordCompactLen", "recordCompressedData" methods from class RfbProto to TightDecoder. Completely don't using RecordInterface in tight decoder to record session.
by enikey
· 17 years ago
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