Michael Jumper
|
1a5f48961c
|
GUACAMOLE-188: Allow alpha component to be set within common surface.
|
2017-01-27 16:51:45 -08:00 |
|
James Muehlner
|
ea6b094e24
|
GUACAMOLE-185: Merge rectangle clipping fix.
|
2017-01-25 21:53:38 -08:00 |
|
Michael Jumper
|
a72531b65c
|
GUACAMOLE-185: Fix copy/transfer rectangle calculation. Clip source to bounds, NOT to clipping rectangle.
|
2017-01-25 21:05:08 -08:00 |
|
Michael Jumper
|
2de7d017f5
|
GUACAMOLE-185: Clip copy/transfer operations to fit source as well as destination.
|
2017-01-25 21:05:08 -08:00 |
|
Michael Jumper
|
bd3d482ade
|
GUACAMOLE-184: Only send contents of surface if non-empty.
|
2017-01-25 19:28:07 -08:00 |
|
Michael Jumper
|
5d1de67a0c
|
GUACAMOLE-180: Make common display threadsafe.
|
2017-01-24 18:01:04 -08:00 |
|
Michael Jumper
|
b7e0e080da
|
GUACAMOLE-180: Make common surface threadsafe.
|
2017-01-24 18:00:57 -08:00 |
|
James Muehlner
|
67a5d9a5dd
|
GUACAMOLE-176: Merge support for layer location and opacity for guac_common_surface.
|
2017-01-24 17:39:03 -08:00 |
|
Michael Jumper
|
6bd19b6ac6
|
GUACAMOLE-176: Support layer location and opacity for guac_common_surface.
|
2017-01-24 17:30:51 -08:00 |
|
Michael Jumper
|
6645e858ca
|
GUACAMOLE-178: Ensure shared cursor layer is always above all other layers.
|
2017-01-24 16:17:42 -08:00 |
|
Michael Jumper
|
eee928548d
|
GUACAMOLE-169: Use proper namespace for internal common headers.
|
2017-01-23 23:26:26 -08:00 |
|
Michael Jumper
|
2b8e1555c6
|
GUACAMOLE-33: Fix comment regarding user removal.
|
2016-05-23 13:58:30 -07:00 |
|
Michael Jumper
|
92e2f4e420
|
GUACAMOLE-33: Restore guac_common_cursor_remove_user() (reverts commit af7968e).
|
2016-05-23 13:58:30 -07:00 |
|
Michael Jumper
|
f4b8c70f79
|
GUACAMOLE-1: Relicense build/shell scripts.
|
2016-03-28 20:39:38 -07:00 |
|
Michael Jumper
|
4da3bef4ec
|
GUACAMOLE-1: Relicense C files.
|
2016-03-28 20:39:19 -07:00 |
|
Michael Jumper
|
1dfdcec34c
|
GUAC-236: Do not attempt to lock/close fd if open fails.
|
2016-03-16 21:52:30 -07:00 |
|
Michael Jumper
|
2e73e5eef9
|
GUAC-1164: Dispose of layers/buffers when display/cursor are freed.
|
2016-03-15 21:49:26 -07:00 |
|
Michael Jumper
|
0361dd2392
|
GUAC-236: Acquire write lock on output file for in-progress screen recordings.
|
2016-03-15 17:06:52 -07:00 |
|
Michael Jumper
|
a3fef4c1fc
|
GUAC-236: Add common functions for creating client-level session recordings (Guacamole protocol dumps).
|
2016-03-14 20:22:02 -07:00 |
|
Michael Jumper
|
432eb57b13
|
GUAC-1389: Remove guac_common_cursor_remove_user() - no longer needed.
|
2016-03-04 17:10:49 -08:00 |
|
Michael Jumper
|
9e8790cbba
|
GUAC-1389: Fix race in cursor update when a past user has left the connection.
|
2016-03-04 17:05:45 -08:00 |
|
Michael Jumper
|
12d5c315bb
|
GUAC-1389: Add missing parameter comments to static functions in common.
|
2016-03-01 16:46:19 -08:00 |
|
Michael Jumper
|
bbceed5200
|
GUAC-1389: Bring common headers up-to-date with current style.
|
2016-03-01 16:40:23 -08:00 |
|
Michael Jumper
|
f393561925
|
GUAC-1389: Bring common up to date with screen sharing changes.
|
2016-03-01 16:27:32 -08:00 |
|
Michael Jumper
|
8b6ca810d9
|
GUAC-1471: Properly calculate heat map dimensions.
|
2016-01-12 22:44:28 -08:00 |
|
Mike Jumper
|
8a91965b07
|
Merge pull request #92 from flangelo/encoding_artifacts
GUAC-1366: Adjust WebP and JPEG image sizes before compressing to avo…
|
2015-10-19 11:48:39 -07:00 |
|
Frode Langelo
|
670c6b766e
|
GUAC-1365: Don't send JPEG image refreshes if the image size is less than 4096 pixels. WebP decision should not include the size check.
|
2015-10-16 16:46:10 +00:00 |
|
Frode Langelo
|
69a7b8c066
|
GUAC-1366: Adjust WebP and JPEG image sizes before compressing to avoid artifacts on the edges of the images
|
2015-10-06 22:31:58 +00:00 |
|
Michael Jumper
|
1211c366bf
|
GUAC-1305: Support lossless WebP within encoder.
|
2015-09-22 12:17:26 -07:00 |
|
Michael Jumper
|
0dd4d9b9fa
|
GUAC-1305: Send WebP images in preference to JPEG when supported.
|
2015-09-20 18:58:30 -07:00 |
|
Michael Jumper
|
7cb632c5c9
|
GUAC-240: Ensure initialization of last_pixel is obvious.
|
2015-09-18 11:38:22 -07:00 |
|
Michael Jumper
|
5dc5a9dbca
|
GUAC-240: Rename optimality function to match convention used elsewhere in this file.
|
2015-08-17 16:14:57 -07:00 |
|
Michael Jumper
|
16fd8f6c7d
|
GUAC-240: Fix buffer error in calculation of framerate. Clarify naming.
|
2015-08-17 16:09:40 -07:00 |
|
Michael Jumper
|
c604777622
|
GUAC-240: Remove unused macros.
|
2015-08-17 16:04:07 -07:00 |
|
Michael Jumper
|
62572073b0
|
GUAC-240: Dynamically allocate heat map. Throw away heat map during resize.
|
2015-08-17 16:02:19 -07:00 |
|
Michael Jumper
|
cc21092ac2
|
GUAC-240: Remove unnecessary change to PNG function.
|
2015-08-17 11:11:30 -07:00 |
|
Michael Jumper
|
2d66ae87f9
|
GUAC-240: Improve PNG optimality approximation algorithm (count average run length).
|
2015-08-17 11:02:18 -07:00 |
|
Michael Jumper
|
b0db2c210f
|
GUAC-240: Remove now-unused structure member.
|
2015-08-17 08:38:41 -07:00 |
|
Michael Jumper
|
b6a2de8a97
|
GUAC-240: Remove whitespace changes.
|
2015-08-17 08:37:43 -07:00 |
|
Michael Jumper
|
adcb887efb
|
GUAC-240: Correct PNG optimality calculations.
|
2015-08-17 08:30:23 -07:00 |
|
Michael Jumper
|
b56afd8bb8
|
GUAC-240: Approximate whether images will compress well with JPEG vs. PNG.
|
2015-08-17 06:29:30 -07:00 |
|
Michael Jumper
|
f7cb3d56e9
|
GUAC-240: Update function documentation. Remove unused macros.
|
2015-08-17 01:51:03 -07:00 |
|
Michael Jumper
|
dd2e020351
|
GUAC-240: Move JPEG optimality test into own function.
|
2015-08-17 01:44:31 -07:00 |
|
Michael Jumper
|
baf01d5524
|
GUAC-240: Flush to JPEG if dirty rect is hot.
|
2015-08-17 01:34:32 -07:00 |
|
Michael Jumper
|
26f9070d99
|
GUAC-240: Restore flush to PNG. Simplify handling of flush. Remove lossy pipeline.
|
2015-08-17 01:27:09 -07:00 |
|
Michael Jumper
|
807e3a39a5
|
GUAC-240: Simplify and clarify update history tracking. Remove lossless refresh of previously-lossy updates for now.
|
2015-08-17 01:13:59 -07:00 |
|
Michael Jumper
|
254a0dded0
|
GUAC-240: Remove need for forward declarations of static functions.
|
2015-08-14 10:54:59 -07:00 |
|
Frode Langelo
|
379c4462ca
|
GUAC-240: Implement adaptive encoding. Build a heat map of the screen, and use lossy image compression for areas refreshing frequently. Once refresh frequency is reduced the lossy area is repainted with a lossless image.
|
2015-08-14 10:54:59 -07:00 |
|
Michael Jumper
|
78b7b73e78
|
GUAC-240: Remove guac_protocol_send_png() and guac_protocol_send_jpeg().
|
2015-08-13 16:38:54 -07:00 |
|
Michael Jumper
|
9c2d7f56ce
|
GUAC-240: Add function for streaming PNG images via img instruction. Use for surface.
|
2015-08-13 16:38:54 -07:00 |
|