guacamole-spice-protocol/src/guacenc
2021-11-08 15:24:36 -08:00
..
man GUACAMOLE-495: Update guacenc mangpage - the MPEG-4 output is no longer a raw stream. 2020-06-23 15:48:41 -07:00
.gitignore GUACAMOLE-423: Automatically populate package version within manpages. 2017-12-07 19:10:45 -08:00
buffer.c GUACAMOLE-1: Relicense C files. 2016-03-28 20:39:19 -07:00
buffer.h GUACAMOLE-1: Relicense C files. 2016-03-28 20:39:19 -07:00
cursor.c GUACAMOLE-313: Do not render cursor unless mouse has actually moved. 2018-01-26 16:21:47 -08:00
cursor.h GUACAMOLE-313: Do not render cursor unless mouse has actually moved. 2018-01-26 16:21:47 -08:00
display-buffers.c GUACAMOLE-1: Relicense C files. 2016-03-28 20:39:19 -07:00
display-flatten.c GUACAMOLE-313: Do not render cursor unless mouse has actually moved. 2018-01-26 16:21:47 -08:00
display-image-streams.c GUACAMOLE-1: Relicense C files. 2016-03-28 20:39:19 -07:00
display-layers.c GUACAMOLE-1: Relicense C files. 2016-03-28 20:39:19 -07:00
display-sync.c GUACAMOLE-1: Relicense C files. 2016-03-28 20:39:19 -07:00
display.c GUACAMOLE-313: Implement the "cursor" instruction to guacenc. 2018-01-26 16:21:43 -08:00
display.h GUACAMOLE-313: Implement the "cursor" instruction to guacenc. 2018-01-26 16:21:43 -08:00
encode.c GUACAMOLE-482: Ignore invalid instructions within guacenc. Log failure at debug level. 2018-04-12 15:07:45 -07:00
encode.h GUACAMOLE-1: Relicense C files. 2016-03-28 20:39:19 -07:00
ffmpeg-compat.c GUACAMOLE-1330: Dynamically allocate AVPacket when supported (static allocation deprecated as of libavcodec 58.133.100). 2021-11-08 15:24:36 -08:00
ffmpeg-compat.h GUACAMOLE-465: Reformat/reflow comments to match established style. 2020-06-23 15:40:04 -07:00
guacenc.c GUACAMOLE-465: resolved issues brought up in PR159 and added compatibility with recent versions of libavcodec 2020-02-02 16:34:40 -05:00
guacenc.h GUACAMOLE-1: Relicense C files. 2016-03-28 20:39:19 -07:00
image-stream.c GUACAMOLE-490: Take channel mask into account when rendering image streams to buffers. 2018-01-26 16:08:51 -08:00
image-stream.h GUACAMOLE-1: Relicense C files. 2016-03-28 20:39:19 -07:00
instruction-blob.c GUACAMOLE-1: Relicense C files. 2016-03-28 20:39:19 -07:00
instruction-cfill.c GUACAMOLE-1: Relicense C files. 2016-03-28 20:39:19 -07:00
instruction-copy.c GUACAMOLE-1: Relicense C files. 2016-03-28 20:39:19 -07:00
instruction-cursor.c GUACAMOLE-313: Implement the "cursor" instruction to guacenc. 2018-01-26 16:21:43 -08:00
instruction-dispose.c GUACAMOLE-1: Relicense C files. 2016-03-28 20:39:19 -07:00
instruction-end.c GUACAMOLE-1: Relicense C files. 2016-03-28 20:39:19 -07:00
instruction-img.c GUACAMOLE-1: Relicense C files. 2016-03-28 20:39:19 -07:00
instruction-mouse.c GUACAMOLE-313: Include current button state within mouse update for completeness. 2018-01-26 16:21:53 -08:00
instruction-move.c GUACAMOLE-1: Relicense C files. 2016-03-28 20:39:19 -07:00
instruction-rect.c GUACAMOLE-1: Relicense C files. 2016-03-28 20:39:19 -07:00
instruction-shade.c GUACAMOLE-1: Relicense C files. 2016-03-28 20:39:19 -07:00
instruction-size.c GUACAMOLE-307: The "size" instruction can also apply to buffers, not just layers. 2017-12-08 14:54:15 -08:00
instruction-sync.c GUACAMOLE-313: Use mouse timestamps for frames as well as sync. 2018-01-26 16:21:51 -08:00
instruction-transfer.c GUACAMOLE-1: Relicense C files. 2016-03-28 20:39:19 -07:00
instructions.c GUACAMOLE-313: Add support for the "mouse" instruction to guacenc. 2018-01-26 16:21:45 -08:00
instructions.h GUACAMOLE-313: Add support for the "mouse" instruction to guacenc. 2018-01-26 16:21:45 -08:00
jpeg.c GUACAMOLE-1: Relicense C files. 2016-03-28 20:39:19 -07:00
jpeg.h GUACAMOLE-1: Relicense C files. 2016-03-28 20:39:19 -07:00
layer.c GUACAMOLE-1: Relicense C files. 2016-03-28 20:39:19 -07:00
layer.h GUACAMOLE-1: Relicense C files. 2016-03-28 20:39:19 -07:00
log.c GUACAMOLE-1: Relicense C files. 2016-03-28 20:39:19 -07:00
log.h GUACAMOLE-1: Relicense C files. 2016-03-28 20:39:19 -07:00
Makefile.am GUACAMOLE-465: added dependency to libavformat as first step to supporting other types of codecs and containers in guacenc. migrated existing functionality to use the libavformat library for writing the files. there is not differnce to the user with this patch, but it provides a good base to finish this new feature from later 2020-02-02 16:34:40 -05:00
parse.c GUACAMOLE-313: Use mouse timestamps for frames as well as sync. 2018-01-26 16:21:51 -08:00
parse.h GUACAMOLE-313: Use mouse timestamps for frames as well as sync. 2018-01-26 16:21:51 -08:00
png.c GUACAMOLE-1: Relicense C files. 2016-03-28 20:39:19 -07:00
png.h GUACAMOLE-1: Relicense C files. 2016-03-28 20:39:19 -07:00
video.c GUACAMOLE-465: Correct printf-style format string (should be "%s" for strings, not "%d"). 2020-06-24 17:14:25 -07:00
video.h GUACAMOLE-465: resolved issues brought up in PR159 and added compatibility with recent versions of libavcodec 2020-02-02 16:34:40 -05:00
webp.c GUACAMOLE-1: Relicense C files. 2016-03-28 20:39:19 -07:00
webp.h GUACAMOLE-1: Relicense C files. 2016-03-28 20:39:19 -07:00