Gitiles
Code Review
Sign In
gerrit.omnirom.org
/
android_external_tigervnc
/
refs/heads/android-16
/
common
/
rfb
/
tightDecode.h
80b4209
Split decoders into a read and decode step
by Pierre Ossman
· 10 years ago
8635062
Decouple decoders from CConnection
by Pierre Ossman
· 10 years ago
56f99d6
Change fillRect() to take a buffer instead of a pixel
by Pierre Ossman
· 10 years ago
3b07fc1
Remove unused assert.h include
by Pierre Ossman
· 11 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
b6b4dc6
Remove full support for colour maps
by Pierre Ossman
· 12 years ago
bcc295e
Get rid of unnecessary macros as they are only ever set to a single thing
by Pierre Ossman
· 12 years ago
7b5c069
Push encoding specific formats into the encoders and decoders
by Pierre Ossman
· 11 years ago
a10d8fe
Consistent use of stride vs pitch
by Pierre Ossman
· 12 years ago
945cdda
Be more consistent in referring to pixel byte streams as buffers
by Pierre Ossman
· 12 years ago
77b5028
Fix issue uncovered with valgrind
by DRC
· 14 years ago
e3cb4a2
The source data here is RGB triplets, not "pixels".
by Pierre Ossman
· 14 years ago
a5004a3
Further optimizations (avoiding single-byte copies and InStream processing overhead)
by DRC
· 14 years ago
4f24c1a
Since fillRect() operates directly on the framebuffer, optimize it and remove the separate version in TightDecoder.
by DRC
· 14 years ago
33c15e3
If the client and server are using identical pixel formats, then perform Tight decoding directly into the viewer's back buffer, rather than going through the slow fillRect/imageRect routines.
by DRC
· 14 years ago
d69bcc4
Fixed the formatting of a few Cendio copyright lines, so that it is
by Peter Åstrand
· 14 years ago
bc9bb15
[Bugfix] Remove "unused-but-set" variable from tightDecode.h.
by Adam Tkac
· 15 years ago
7c4efd7
The tight decoder is really working on pixel buffers, not Pixel arrays. This
by Pierre Ossman
· 15 years ago
43d6823
[Bugfix] Fix memory leak in Tight decoder.
by Adam Tkac
· 16 years ago
6f0ce58
The code to utilize our libjpeg's ability to input/output out native formats
by Pierre Ossman
· 16 years ago
e420dcb
Take advantage of libjpeg colorspace extensions, if available
by DRC
· 16 years ago
19501b8
Optimise the common pixel format conversion RGB24 to RGB32.
by Pierre Ossman
· 16 years ago
67b2b2f
Consolidate pixel conversion into the PixelFormat class and optimise the
by Pierre Ossman
· 17 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