Show patches with: Submitter = Corentin Chary       |    State = Action Required       |    Archived = No       |   150 patches
« 1 2 »
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
vnc: split encoding in specific files - - - - --- 2010-05-03 Corentin Chary New
vnc: set the right prefered encoding - - - - --- 2010-05-04 Corentin Chary New
vnc: qemu can die if the client is disconnected while updating screen - - - - --- 2010-11-26 Corentin Chary New
vnc: fix a memory leak in threaded vnc server - - - - --- 2011-02-25 Corentin Chary New
bitops: fix test_and_change_bit() - - - - --- 2011-02-24 Corentin Chary New
[v3,2/2] vnc: threaded VNC server - - - - --- 2010-06-10 Corentin Chary New
[v3,16/16] vnc: add a non-adaptive option - - - - --- 2011-02-04 Corentin Chary New
[v3,15/16] vnc: tight: tweak adaptive tight settings - - - - --- 2011-02-04 Corentin Chary New
[v3,14/16] vnc: don't try to send bigger updates that client height - - - - --- 2011-02-04 Corentin Chary New
[v3,13/16] vnc: use the new generic bitmap functions - - - - --- 2011-02-04 Corentin Chary New
[v3,12/16] bitmap: add a generic bitmap and bitops library - - - - --- 2011-02-04 Corentin Chary New
[v3,12/12] vnc: tight: add palette encoding - - - - --- 2010-05-19 Corentin Chary New
[v3,11/16] vnc: fix lossy rect refreshing - - - - --- 2011-02-04 Corentin Chary New
[v3,11/12] vnc: add support for tight fill encoding - - - - --- 2010-05-19 Corentin Chary New
[v3,10/16] vnc: fix uint8_t comparisons with negative values - - - - --- 2011-02-04 Corentin Chary New
[v3,10/12] vnc: add basic tight support - - - - --- 2010-05-19 Corentin Chary New
[v3,1/2] qemu-thread: add qemu_mutex/cond_destroy and qemu_mutex_exit - - - - --- 2010-06-10 Corentin Chary New
[v3,09/16] vnc: Add ZRLE and ZYWRLE encodings. - - - - --- 2011-02-04 Corentin Chary New
[v3,09/12] vnc: return the number of rectangles - - - - --- 2010-05-19 Corentin Chary New
[v3,08/16] vnc: palette: and fill and color calls. - - - - --- 2011-02-04 Corentin Chary New
[v3,08/12] vnc: remove a memory leak in zlib - - - - --- 2010-05-19 Corentin Chary New
[v3,07/16] vnc: palette: add palette_init calls - - - - --- 2011-02-04 Corentin Chary New
[v3,07/12] vnc: add buffer_free() - - - - --- 2010-05-19 Corentin Chary New
[v3,06/16] vnc: palette: use a pool to reduce memory allocations - - - - --- 2011-02-04 Corentin Chary New
[v3,06/12] vnc: don't clear zlib stream on set_encoding - - - - --- 2010-05-19 Corentin Chary New
[v3,05/16] vnc: tight: use the update frequency to choose between lossy and lossless - - - - --- 2011-02-04 Corentin Chary New
[v3,05/12] vnc: adjust compression zstream level - - - - --- 2010-05-19 Corentin Chary New
[v3,04/16] vnc: refresh lossy rect after a given timeout - - - - --- 2011-02-04 Corentin Chary New
[v3,04/12] vnc: only use a single zlib stream - - - - --- 2010-05-19 Corentin Chary New
[v3,03/16] vnc: add a way to get the update frequency for a given region - - - - --- 2011-02-04 Corentin Chary New
[v3,03/12] vnc: really call zlib if we want zlib - - - - --- 2010-05-19 Corentin Chary New
[v3,02/16] vnc: don't set the quality if lossy encoding are disabled - - - - --- 2011-02-04 Corentin Chary New
[v3,02/12] vnc: explain why set_encodings loop is reversed - - - - --- 2010-05-19 Corentin Chary New
[v3,01/16] vnc: qemu can die if the client is disconnected while updating screen - - - - --- 2011-02-04 Corentin Chary New
[v3,01/12] Revert "vnc: set the right prefered encoding" - - - - --- 2010-05-19 Corentin Chary New
[v2,6/6] vnc: tight: don't forget to add the last color - - - - --- 2010-06-07 Corentin Chary New
[v2,5/6] vnc: rename vnc-encoding-* vnc-enc-* - - - - --- 2010-06-07 Corentin Chary New
[v2,4/6] ui: move all ui components in ui/ - - - - --- 2010-06-07 Corentin Chary New
[v2,3/6] vnc: add lossy option - - - - --- 2010-06-07 Corentin Chary New
[v2,2/6] vnc: JPEG should be disabled if the client don't set tight quality - - - - --- 2010-06-07 Corentin Chary New
[v2,2/2] vnc: threaded VNC server - - - - --- 2010-06-04 Corentin Chary New
[v2,18/18] vnc: better default values for VNC options - - - - --- 2010-07-07 Corentin Chary New
[v2,17/18] vnc: tight: split send_sub_rect - - - - --- 2010-07-07 Corentin Chary New
[v2,16/18] vnc: tight: fix rgb_prepare_row - - - - --- 2010-07-07 Corentin Chary New
[v2,15/18] vnc: add missing lock for vnc_cursor_define() - - - - --- 2010-07-07 Corentin Chary New
[v2,15/15] vnc: add a non-adaptive option - - - - --- 2010-11-11 Corentin Chary New
[v2,14/18] vnc: threaded VNC server - - - - --- 2010-07-07 Corentin Chary New
[v2,14/15] vnc: tight: tweak adaptive tight settings - - - - --- 2010-11-11 Corentin Chary New
[v2,13/18] qemu-thread: add qemu_mutex/cond_destroy and qemu_mutex_exit - - - - --- 2010-07-07 Corentin Chary New
[v2,13/15] vnc: don't try to send bigger updates that client height - - - - --- 2010-11-11 Corentin Chary New
[v2,12/18] vnc: fix tight png memory leak - - - - --- 2010-07-07 Corentin Chary New
[v2,12/15] vnc: use the new generic bitmap functions - - - - --- 2010-11-11 Corentin Chary New
[v2,11/18] vnc: encapsulate encoding members - - - - --- 2010-07-07 Corentin Chary New
[v2,11/15] bitmap: add a generic bitmap and bitops library - - - - --- 2010-11-11 Corentin Chary New
[v2,10/18] vnc: tight: stop using qdict for palette stuff - - - - --- 2010-07-07 Corentin Chary New
[v2,10/15] vnc: fix lossy rect refreshing - - - - --- 2010-11-11 Corentin Chary New
[v2,10/10] vnc: update copyrights for vnc-encoding-tight.c - - - - --- 2010-05-18 Corentin Chary New
[v2,1/6] vnc: tight: add JPEG and gradient subencoding with smooth image detection - - - - --- 2010-06-07 Corentin Chary New
[v2,1/2] qemu-thread: add qemu_mutex/cond_destroy and qemu_mutex_exit - - - - --- 2010-06-04 Corentin Chary New
[v2,09/18] vnc: tight: specific zlib level and filters for each compression level - - - - --- 2010-07-07 Corentin Chary New
[v2,09/15] vnc: fix uint8_t comparisons with negative values - - - - --- 2010-11-11 Corentin Chary New
[v2,09/10] vnc: tight: add palette encoding - - - - --- 2010-05-18 Corentin Chary New
[v2,08/18] vnc: tight add PNG encoding - - - - --- 2010-07-07 Corentin Chary New
[v2,08/15] vnc: Add ZRLE and ZYWRLE encodings. - - - - --- 2010-11-11 Corentin Chary New
[v2,08/10] vnc: remove memory leaks in zlib and tight encoding - - - - --- 2010-05-18 Corentin Chary New
[v2,07/18] vnc: tight: remove a memleak in send_jpeg_rect() - - - - --- 2010-07-07 Corentin Chary New
[v2,07/15] vnc: palette: and fill and color calls. - - - - --- 2010-11-11 Corentin Chary New
[v2,07/10] vnc: don't clear zlib stream on set_encoding - - - - --- 2010-05-18 Corentin Chary New
[v2,06/18] vnc: tight: don't forget do at the last color - - - - --- 2010-07-07 Corentin Chary New
[v2,06/15] vnc: palette: add palette_init calls - - - - --- 2010-11-11 Corentin Chary New
[v2,06/10] vnc: add support for tight fill encoding - - - - --- 2010-05-18 Corentin Chary New
[v2,05/18] vnc: rename vnc-encoding-* vnc-enc-* - - - - --- 2010-07-07 Corentin Chary New
[v2,05/15] vnc: palette: use a pool to reduce memory allocations - - - - --- 2010-11-11 Corentin Chary New
[v2,05/10] vnc: add basic tight support - - - - --- 2010-05-18 Corentin Chary New
[v2,04/18] ui: move all ui components in ui/ - - - - --- 2010-07-07 Corentin Chary New
[v2,04/15] vnc: tight: use the update frequency to choose between lossy and lossless - - - - --- 2010-11-11 Corentin Chary New
[v2,04/10] vnc: adjust compression zstream level 1 - - - --- 2010-05-18 Corentin Chary New
[v2,03/18] vnc: add lossy option - - - - --- 2010-07-07 Corentin Chary New
[v2,03/15] vnc: refresh lossy rect after a given timeout - - - - --- 2010-11-11 Corentin Chary New
[v2,03/10] vnc: only use a single zlib stream - - - - --- 2010-05-18 Corentin Chary New
[v2,02/18] vnc: JPEG should be disabled if the client don't set tight quality - - - - --- 2010-07-07 Corentin Chary New
[v2,02/15] vnc: add a way to get the update frequency for a given region - - - - --- 2010-11-11 Corentin Chary New
[v2,02/10] vnc: really call zlib if we want zlib 1 - - - --- 2010-05-18 Corentin Chary New
[v2,01/18] vnc: tight: add JPEG and gradient subencoding with smooth image detection - - - - --- 2010-07-07 Corentin Chary New
[v2,01/15] vnc: don't set the quality if lossy encoding are disabled - - - - --- 2010-11-11 Corentin Chary New
[v2,01/10] vnc: refactor set_encodings 1 - - - --- 2010-05-18 Corentin Chary New
[RFC] vnc: add basic tight support - - - - --- 2010-05-08 Corentin Chary New
[5/5] vnc: rename vnc-encoding-* vnc-enc-* - - - - --- 2010-06-04 Corentin Chary New
[4/4] vnc: adjust compression zstream level - - - - --- 2010-05-06 Corentin Chary New
[3/5] vnc: add lossless option - - - - --- 2010-06-04 Corentin Chary New
[3/4] vnc: only use a single zlib stream - - - - --- 2010-05-06 Corentin Chary New
[3/3] vnc: threaded VNC server - - - - --- 2010-05-29 Corentin Chary New
[3/3] vnc: add missing target for vnc-encodings-*.o - - - - --- 2010-05-27 Corentin Chary New
[3/3] vnc: add missing target for vnc-encodings-*.o - - - - --- 2010-06-01 Corentin Chary New
[2/5] vnc: JPEG should be disabled if the client don't set tight quality - - - - --- 2010-06-04 Corentin Chary New
[2/4] vnc: really call zlib if we want zlib - - - - --- 2010-05-06 Corentin Chary New
[2/3] vnc: tight: don't forget the third color - - - - --- 2010-05-27 Corentin Chary New
[2/3] vnc: tight: don't forget the third color - - - - --- 2010-06-01 Corentin Chary New
[2/3] qemu-thread: add cleanup_push() and cleanup_pop() - - - - --- 2010-05-29 Corentin Chary New
[2/2] vnc: set the right prefered encoding - - - - --- 2010-05-03 Corentin Chary New
« 1 2 »