guacamole-spice-protocol/src/libguac
2016-03-02 10:55:37 -08:00
..
guacamole GUAC-1389: Add missing parameter comments to user-specific handlers. Clarify purpose of handlers. 2016-03-01 12:25:04 -08:00
.gitignore Fix doxyfile, update .gitignore's 2013-06-05 14:33:43 -07:00
audio.c GUAC-1389: Restore libguac's high-level convenience functions for audio streaming. 2016-03-01 12:25:04 -08:00
client.c GUAC-1389: Ensure dlopen()'d handle to plugin is released on error. 2016-03-02 10:54:58 -08: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-1389: PNG encoder should always release palette storage if an error occurs. 2016-03-02 10:55:37 -08: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-1425: Use proper enum constant for WebPConfigPreset(). 2015-12-09 13:44:54 -08: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
id.c GUAC-1389: Refactor libguac to allow screen sharing. 2016-03-01 12:24:57 -08:00
id.h GUAC-1389: Refactor libguac to allow screen sharing. 2016-03-01 12:24:57 -08:00
Makefile.am GUAC-1389: Restore libguac's high-level convenience functions for audio streaming. 2016-03-01 12:25:04 -08: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
parser.c GUAC-1389: Fix spelling of "markers". 2016-03-01 12:25:04 -08:00
pool.c GUAC-1389: Refactor libguac to allow screen sharing. 2016-03-01 12:24:57 -08:00
protocol.c GUAC-1354: Remove duration from video instruction. 2015-10-18 22:08:45 -07:00
raw_encoder.c GUAC-1389: Restore libguac's high-level convenience functions for audio streaming. 2016-03-01 12:25:04 -08:00
raw_encoder.h GUAC-1354: Replace WAVE encoder with raw PCM encoder. Partially migrate to new audio streaming (Ogg not yet migrated). 2015-10-02 17:16:47 -07:00
socket-fd.c GUAC-1389: Add missing documentation for socket handlers. 2016-03-01 13:02:48 -08:00
socket-nest.c GUAC-1389: Add missing documentation for socket handlers. 2016-03-01 13:02:48 -08:00
socket.c GUAC-1389: Refactor libguac to allow screen sharing. 2016-03-01 12:24:57 -08:00
timestamp.c GUAC-1389: Refactor libguac to allow screen sharing. 2016-03-01 12:24:57 -08:00
unicode.c Clean up includes, clean up build. 2014-01-01 14:52:01 -08:00
user-handlers.c GUAC-1389: Document internal stream management functions. Fix semantics of stream closure. 2016-03-01 12:50:51 -08:00
user-handlers.h GUAC-1389: Add missing parameter documentation for user-level instruction handlers. 2016-03-01 12:25:04 -08:00
user.c GUAC-1389: Refactor libguac to allow screen sharing. 2016-03-01 12:24:57 -08:00