guacamole-spice-protocol/src/libguac
2015-09-22 12:17:26 -07:00
..
guacamole GUAC-1305: Support lossless WebP within encoder. 2015-09-22 12:17:26 -07:00
.gitignore Fix doxyfile, update .gitignore's 2013-06-05 14:33:43 -07:00
audio.c GUAC-730: Fix headers for libguac. 2014-06-10 16:54:08 -07:00
client-handlers.c GUAC-1172: Add instruction handlers and storage for Guacamole protocol objects. 2015-06-19 14:12:27 -07:00
client-handlers.h GUAC-1172: Add instruction handlers and storage for Guacamole protocol objects. 2015-06-19 14:12:27 -07:00
client.c GUAC-1305: Support lossless WebP within encoder. 2015-09-22 12:17:26 -07:00
encode-jpeg.c GUAC-240: Byte order of pixels is BGR, not BRG. 2015-09-04 13:01:06 -07:00
encode-jpeg.h GUAC-240: Move JPEG encoder to own file, writing directly to an img stream. 2015-09-04 12:58:39 -07:00
encode-png.c GUAC-240: Force flush at end of PNG write. 2015-09-04 12:58:22 -07:00
encode-png.h GUAC-240: Move PNG encoder to own file, writing directly to an img stream. 2015-09-04 12:58:05 -07:00
encode-webp.c GUAC-1305: Support lossless WebP within encoder. 2015-09-22 12:17:26 -07:00
encode-webp.h GUAC-1305: Support lossless WebP within encoder. 2015-09-22 12:17:26 -07:00
error.c GUAC-911: Greatly increase available values for guac_error. Remove use of guac_error by non-library code. 2014-11-09 22:59:53 -08:00
hash.c GUAC-730: Fix headers for libguac. 2014-06-10 16:54:08 -07:00
instruction.c GUAC-911: Greatly increase available values for guac_error. Remove use of guac_error by non-library code. 2014-11-09 22:59:53 -08:00
Makefile.am GUAC-1305: Add support for WebP encoded images. Added optional dependency on libwebp. 2015-09-20 18:12:41 -07:00
ogg_encoder.c GUAC-730: Fix headers for libguac. 2014-06-10 16:54:08 -07:00
ogg_encoder.h GUAC-730: Fix headers for libguac. 2014-06-10 16:54:08 -07:00
palette.c GUAC-730: Fix headers for libguac. 2014-06-10 16:54:08 -07:00
palette.h Clean up includes, clean up build. 2014-01-01 14:52:01 -08:00
plugin.c GUAC-911: Greatly increase available values for guac_error. Remove use of guac_error by non-library code. 2014-11-09 22:59:53 -08:00
pool.c GUAC-730: Fix headers for libguac. 2014-06-10 16:54:08 -07:00
protocol.c GUAC-240: Remove guac_protocol_send_png() and guac_protocol_send_jpeg(). 2015-09-04 12:59:00 -07:00
socket-fd.c GUAC-911: Greatly increase available values for guac_error. Remove use of guac_error by non-library code. 2014-11-09 22:59:53 -08:00
socket-nest.c GUAC-730: Fix headers for libguac. 2014-06-10 16:54:08 -07:00
socket.c GUAC-888: Init socket last_write_timestamp during alloc, otherwise keep-alive math fails until data has been written, which may result in the keep-alive never being sent. 2014-11-22 17:23:01 -08:00
timestamp.c GUAC-730: Fix headers for libguac. 2014-06-10 16:54:08 -07:00
unicode.c Clean up includes, clean up build. 2014-01-01 14:52:01 -08:00
wav_encoder.c GUAC-730: Fix headers for libguac. 2014-06-10 16:54:08 -07:00
wav_encoder.h GUAC-730: Fix headers for libguac. 2014-06-10 16:54:08 -07:00