Gitiles
Code Review
Sign In
gerrit.omnirom.org
/
android_external_tigervnc
/
refs/heads/android-16
/
common
/
rfb
/
Encoder.h
beab2b6
Allow perceptually lossless refresh
by Pierre Ossman
· 7 years ago
ab9fd6b
Add method to get compression settings from encoder
by Pierre Ossman
· 7 years ago
4694d88
Don't force encoders to specify palette size
by Pierre Ossman
· 7 years ago
6b2f113
Automatic lossless refresh
by Pierre Ossman
· 9 years ago
0536d09
spelling fixes
by klemens
· 9 years ago
c039726
Move image encoding logic into a central EncodeManager class
by Pierre Ossman
· 11 years ago
0c9bd4b
Use PixelBuffer objects as the interface for encoders and decoders
by Pierre Ossman
· 11 years ago
668468b
Encoders/decoders should track the connection object
by Pierre Ossman
· 12 years ago
4aba19e
Avoid reader/writer duplication in every encoder/decoder
by Pierre Ossman
· 12 years ago
717c07b
Remove partial update functionality
by Pierre Ossman
· 12 years ago
b948a91
Make the subsampling setting follow the common style
by Pierre Ossman
· 12 years ago
316a324
Get rid of the register mechanism for encoders and decoders
by Pierre Ossman
· 12 years ago
456b2c2
Reduce dependencies on TransImageGetter.h
by Pierre Ossman
· 12 years ago
b4a8323
Add support for TurboVNC pseudo-encodings and Grayscale JPEG compression so that, when a TurboVNC viewer is connected, the TigerVNC Server will behave exactly like the TurboVNC Server.
by DRC
· 14 years ago
ffe09d6
Further optimizations to the Tight encoder to eliminate getImage() overhead. The encoder now directly accesses the framebuffer for solid rectangle computation, JPEG encoding, and color counting (if pixel translation is not required.) Also moved everything in tightEncode.h into the TightEncoder class to eliminate all of the static mess (this will be important later on if we decide to multi-thread the encoder.)
by DRC
· 14 years ago
98fe98c
Eliminate GCC signed/unsigned warnings related to encodings: The
by Peter Åstrand
· 16 years ago
a2adc8d
Migrating to new directory structure adopted from the RealVNC's source tree. More changes will follow.
by Constantin Kaplinsky
· 19 years ago