guacamole-spice-protocol/src/guacenc
2016-03-14 20:22:01 -07:00
..
.gitignore GUAC-236: Add stub guacenc utility (encode Guacamole protocol to video). 2016-03-14 20:22:01 -07:00
buffer.c GUAC-236: Implement buffer resize. 2016-03-14 20:22:01 -07:00
buffer.h GUAC-236: Implement buffer resize. 2016-03-14 20:22:01 -07:00
display.c GUAC-236: Implement alloc/free of layers. Implement shade, move, and dispose. 2016-03-14 20:22:01 -07:00
display.h GUAC-236: Implement alloc/free of layers. Implement shade, move, and dispose. 2016-03-14 20:22:01 -07:00
encode.c GUAC-236: Allocate and pass display to all instruction handlers. 2016-03-14 20:22:01 -07:00
encode.h GUAC-236: Add stub guacenc utility (encode Guacamole protocol to video). 2016-03-14 20:22:01 -07:00
guacenc.c GUAC-236: Log failures vs. total files. 2016-03-14 20:22:01 -07:00
image-stream.h GUAC-236: Add display, buffer, image, and stream abstractions. 2016-03-14 20:22:01 -07:00
instruction-blob.c GUAC-236: Allocate and pass display to all instruction handlers. 2016-03-14 20:22:01 -07:00
instruction-cfill.c GUAC-236: Allocate and pass display to all instruction handlers. 2016-03-14 20:22:01 -07:00
instruction-copy.c GUAC-236: Allocate and pass display to all instruction handlers. 2016-03-14 20:22:01 -07:00
instruction-cursor.c GUAC-236: Allocate and pass display to all instruction handlers. 2016-03-14 20:22:01 -07:00
instruction-dispose.c GUAC-236: Implement alloc/free of layers. Implement shade, move, and dispose. 2016-03-14 20:22:01 -07:00
instruction-end.c GUAC-236: Allocate and pass display to all instruction handlers. 2016-03-14 20:22:01 -07:00
instruction-img.c GUAC-236: Allocate and pass display to all instruction handlers. 2016-03-14 20:22:01 -07:00
instruction-move.c GUAC-236: Implement alloc/free of layers. Implement shade, move, and dispose. 2016-03-14 20:22:01 -07:00
instruction-rect.c GUAC-236: Allocate and pass display to all instruction handlers. 2016-03-14 20:22:01 -07:00
instruction-shade.c GUAC-236: Implement alloc/free of layers. Implement shade, move, and dispose. 2016-03-14 20:22:01 -07:00
instruction-size.c GUAC-236: Stub resize of buffers. Implement size. 2016-03-14 20:22:01 -07:00
instruction-sync.c GUAC-236: Fully implement sync instruction. Stub timestamp update for display. 2016-03-14 20:22:01 -07:00
instruction-transfer.c GUAC-236: Allocate and pass display to all instruction handlers. 2016-03-14 20:22:01 -07:00
instructions.c GUAC-236: Allocate and pass display to all instruction handlers. 2016-03-14 20:22:01 -07:00
instructions.h GUAC-236: Allocate and pass display to all instruction handlers. 2016-03-14 20:22:01 -07:00
layer.c GUAC-236: Stub resize of buffers. Implement size. 2016-03-14 20:22:01 -07:00
layer.h GUAC-236: Implement alloc/free of layers. Implement shade, move, and dispose. 2016-03-14 20:22:01 -07:00
log.c GUAC-236: Display DEBUG-level messages for now. 2016-03-14 20:22:01 -07:00
log.h GUAC-236: Add stub guacenc utility (encode Guacamole protocol to video). 2016-03-14 20:22:01 -07:00
Makefile.am GUAC-236: Stub resize of buffers. Implement size. 2016-03-14 20:22:01 -07:00