index
:
hqemu
2.5.1_overlay
2.5_overlay
2.6_overlay
master
HQEMU
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ui
/
vnc-enc-tight.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix spelling in comments
Stefan Weil
2010-10-05
1
-1
/
+1
*
vnc: use bswapNN() rather than bswap_NN()
Izumi Tsutsui
2010-09-04
1
-4
/
+4
*
vnc: tight: remove unused variable
Serge Ziryukin
2010-09-04
1
-2
/
+0
*
size_t is unsigned, change to ssize_t to handle errors from tight_compress_da...
Jes Sorensen
2010-09-04
1
-4
/
+4
*
Initialize a variable in all cases
Blue Swirl
2010-07-31
1
-0
/
+2
*
Fix uint8_t comparison with negative value
Blue Swirl
2010-07-31
1
-1
/
+1
*
Fix mingw32 build
Blue Swirl
2010-07-27
1
-9
/
+9
*
Initialize a variable in all cases
Blue Swirl
2010-07-27
1
-0
/
+2
*
Fix uint8_t comparisons with negative values
Blue Swirl
2010-07-27
1
-3
/
+3
*
vnc: tight: split send_sub_rect
Corentin Chary
2010-07-26
1
-25
/
+55
*
vnc: tight: fix rgb_prepare_row
Corentin Chary
2010-07-26
1
-5
/
+10
*
vnc: fix tight png memory leak
Corentin Chary
2010-07-26
1
-0
/
+3
*
vnc: encapsulate encoding members
Corentin Chary
2010-07-26
1
-102
/
+102
*
vnc: tight: stop using qdict for palette stuff
Corentin Chary
2010-07-26
1
-128
/
+35
*
vnc: tight: specific zlib level and filters for each compression level
Corentin Chary
2010-07-26
1
-1
/
+18
*
vnc: tight add PNG encoding
Corentin Chary
2010-07-26
1
-42
/
+274
*
vnc: tight: remove a memleak in send_jpeg_rect()
Corentin Chary
2010-07-26
1
-2
/
+3
*
vnc: tight: don't forget do at the last color
Corentin Chary
2010-07-26
1
-1
/
+1
*
vnc: rename vnc-encoding-* vnc-enc-*
Corentin Chary
2010-07-26
1
-0
/
+1520