guacamole-spice-protocol/src/guacenc
2016-03-14 20:22:03 -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: Fix buffer resize (contents were being cleared). 2016-03-14 20:22:02 -07:00
buffer.h GUAC-236: Add function for copying buffer state. 2016-03-14 20:22:02 -07:00
display-buffers.c GUAC-236: Split massive display code into more reasonable files. 2016-03-14 20:22:02 -07:00
display-flatten.c GUAC-236: Split massive display code into more reasonable files. 2016-03-14 20:22:02 -07:00
display-image-streams.c GUAC-236: Split massive display code into more reasonable files. 2016-03-14 20:22:02 -07:00
display-layers.c GUAC-236: Split massive display code into more reasonable files. 2016-03-14 20:22:02 -07:00
display-sync.c GUAC-236: Abstract video encoding process as guacenc_video struct. Move PNG-writing stub therein. 2016-03-14 20:22:03 -07:00
display.c GUAC-236: Ensure display allocation can handle video preparation failures. 2016-03-14 20:22:03 -07:00
display.h GUAC-236: Abstract video encoding process as guacenc_video struct. Move PNG-writing stub therein. 2016-03-14 20:22:03 -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.c GUAC-236: Ensure buffers are resized to fit draw operations (unless they are within layers). 2016-03-14 20:22:02 -07:00
image-stream.h GUAC-236: Assemble entire image data prior to decoding. Switch to simple decoder function (no struct). 2016-03-14 20:22:02 -07:00
instruction-blob.c GUAC-236: Implement blob, end, and img instructions. 2016-03-14 20:22:02 -07:00
instruction-cfill.c GUAC-236: Log protocol violations at WARNING level. 2016-03-14 20:22:01 -07:00
instruction-copy.c GUAC-236: Use temporary surface if source rect might intersect dest rect. 2016-03-14 20:22:02 -07:00
instruction-cursor.c GUAC-236: Log protocol violations at WARNING level. 2016-03-14 20:22:01 -07:00
instruction-dispose.c GUAC-236: Handle dispose of buffers. 2016-03-14 20:22:01 -07:00
instruction-end.c GUAC-236: Implement blob, end, and img instructions. 2016-03-14 20:22:02 -07:00
instruction-img.c GUAC-236: Implement blob, end, and img instructions. 2016-03-14 20:22:02 -07:00
instruction-move.c GUAC-236: Log protocol violations at WARNING level. 2016-03-14 20:22:01 -07:00
instruction-rect.c GUAC-236: Ensure buffers are resized to fit draw operations (unless they are within layers). 2016-03-14 20:22:02 -07:00
instruction-shade.c GUAC-236: Log protocol violations at WARNING level. 2016-03-14 20:22:01 -07:00
instruction-size.c GUAC-236: Log protocol violations at WARNING level. 2016-03-14 20:22:01 -07:00
instruction-sync.c GUAC-236: Log protocol violations at WARNING level. 2016-03-14 20:22:01 -07:00
instruction-transfer.c GUAC-236: Log protocol violations at WARNING level. 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
jpeg.c GUAC-236: Assemble entire image data prior to decoding. Switch to simple decoder function (no struct). 2016-03-14 20:22:02 -07:00
jpeg.h GUAC-236: Assemble entire image data prior to decoding. Switch to simple decoder function (no struct). 2016-03-14 20:22:02 -07:00
layer.c GUAC-236: Store and preseve frame buffer within each layer. 2016-03-14 20:22:02 -07:00
layer.h GUAC-236: Store and preseve frame buffer within each layer. 2016-03-14 20:22:02 -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: Abstract video encoding process as guacenc_video struct. Move PNG-writing stub therein. 2016-03-14 20:22:03 -07:00
png.c GUAC-236: Implement PNG decoding using Cairo's built-in PNG functions. 2016-03-14 20:22:02 -07:00
png.h GUAC-236: Assemble entire image data prior to decoding. Switch to simple decoder function (no struct). 2016-03-14 20:22:02 -07:00
video.c GUAC-236: Abstract video encoding process as guacenc_video struct. Move PNG-writing stub therein. 2016-03-14 20:22:03 -07:00
video.h GUAC-236: Abstract video encoding process as guacenc_video struct. Move PNG-writing stub therein. 2016-03-14 20:22:03 -07:00
webp.c GUAC-236: Implement WebP decoding. 2016-03-14 20:22:02 -07:00
webp.h GUAC-236: Assemble entire image data prior to decoding. Switch to simple decoder function (no struct). 2016-03-14 20:22:02 -07:00