index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ui
/
vnc-enc-tight.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-09-04
ui/vnc-enc-tight: Avoid dynamic stack allocation
Philippe Mathieu-Daudé
1
-5
/
+6
2023-08-01
misc: Fix some typos in documentation and comments
Stefan Weil
1
-1
/
+1
2022-04-27
Replacing CONFIG_VNC_PNG with CONFIG_PNG
Kshitij Suri
1
-9
/
+9
2022-04-06
Remove qemu-common.h include from most units
Marc-André Lureau
1
-1
/
+1
2022-03-21
Use g_new() & friends where that makes obvious sense
Markus Armbruster
1
-1
/
+1
2020-09-01
vnc: Remove the superfluous break
Liao Pingfang
1
-1
/
+0
2019-09-17
vnc: fix memory leak when vnc disconnect
Li Qiang
1
-108
/
+111
2019-06-12
Include qemu-common.h exactly where needed
Markus Armbruster
1
-1
/
+0
2019-03-18
vnc: fix unalignment access in tight_pack24
Li Qiang
1
-3
/
+4
2018-08-24
ui/vnc: Remove useless parenthesis around DIV_ROUND_UP macro
Philippe Mathieu-Daudé
1
-1
/
+1
2017-08-31
vnc: use DIV_ROUND_UP
Marc-André Lureau
1
-1
/
+1
2017-06-20
qapi: merge QInt and QFloat in QNum
Marc-André Lureau
1
-1
/
+0
2016-09-28
ui/vnc-enc-tight: remove switch and have single return
Alex Bennée
1
-4
/
+2
2016-07-15
vnc-tight: fix regression with libxenstore
Peter Lieven
1
-7
/
+21
2016-07-15
vnc-enc-tight: fix off-by-one bug
Herongguang (Stephen)
1
-1
/
+2
2016-07-12
vnc-enc-tight: use thread local storage for palette
Peter Lieven
1
-11
/
+12
2016-02-04
ui: Clean up includes
Peter Maydell
1
-2
/
+1
2014-12-10
vnc-enc-tight: fix Arguments in wrong order
Gonglei
1
-1
/
+1
2014-09-05
console: Remove unused QEMU_BIG_ENDIAN_FLAG
Benjamin Herrenschmidt
1
-8
/
+4
2014-06-02
vnc-enc-tight: Fix divide-by-zero in tight_detect_smooth_image{16,24,32}
Gonglei
1
-1
/
+7
2014-03-10
vnc: Fix tight_detect_smooth_image() for lossless case
Markus Armbruster
1
-1
/
+1
2013-03-18
vnc: stop using DisplayState
Gerd Hoffmann
1
-3
/
+4
2012-12-19
misc: move include files to include/qemu/
Paolo Bonzini
1
-1
/
+1
2012-12-19
qapi: move include files to include/qobject/
Paolo Bonzini
1
-1
/
+1
2012-12-14
pixman: fix vnc tight png/jpeg support
Gerd Hoffmann
1
-2
/
+2
2012-11-01
pixman/vnc: remove dead code.
Gerd Hoffmann
1
-37
/
+27
2012-11-01
pixman/vnc: remove rgb_prepare_row* functions
Gerd Hoffmann
1
-74
/
+10
2012-11-01
pixman/vnc: use pixman images in vnc.
Gerd Hoffmann
1
-76
/
+68
2011-08-20
Use glib memory allocation and free functions
Anthony Liguori
1
-6
/
+6
2011-06-27
vnc: Fix compilation with --enable-vnc-png
Stefan Weil
1
-0
/
+3
2011-06-26
Fix MinGW compilation when --enable-vnc-jpeg is specified
Roy Tam
1
-2
/
+5
2011-04-10
vnc: tight: Fix crash after 2GB of output
Michael Tokarev
1
-2
/
+3
2011-02-24
ui/vnc-enc-tight.c: Fix compile failure if CONFIG_VNC_JPEG not defined
Peter Maydell
1
-0
/
+4
2011-02-23
vnc: add a non-adaptive option
Corentin Chary
1
-1
/
+1
2011-02-23
vnc: tight: tweak adaptive tight settings
Corentin Chary
1
-10
/
+10
2011-02-23
vnc: fix uint8_t comparisons with negative values
Corentin Chary
1
-2
/
+2
2011-02-23
vnc: tight: use the update frequency to choose between lossy and lossless
Corentin Chary
1
-13
/
+62
2010-10-05
Fix spelling in comments
Stefan Weil
1
-1
/
+1
2010-09-04
vnc: use bswapNN() rather than bswap_NN()
Izumi Tsutsui
1
-4
/
+4
2010-09-04
vnc: tight: remove unused variable
Serge Ziryukin
1
-2
/
+0
2010-09-04
size_t is unsigned, change to ssize_t to handle errors from tight_compress_da...
Jes Sorensen
1
-4
/
+4
2010-07-31
Initialize a variable in all cases
Blue Swirl
1
-0
/
+2
2010-07-31
Fix uint8_t comparison with negative value
Blue Swirl
1
-1
/
+1
2010-07-27
Fix mingw32 build
Blue Swirl
1
-9
/
+9
2010-07-27
Initialize a variable in all cases
Blue Swirl
1
-0
/
+2
2010-07-27
Fix uint8_t comparisons with negative values
Blue Swirl
1
-3
/
+3
2010-07-26
vnc: tight: split send_sub_rect
Corentin Chary
1
-25
/
+55
2010-07-26
vnc: tight: fix rgb_prepare_row
Corentin Chary
1
-5
/
+10
2010-07-26
vnc: fix tight png memory leak
Corentin Chary
1
-0
/
+3
2010-07-26
vnc: encapsulate encoding members
Corentin Chary
1
-102
/
+102
[next]