guacamole-server/src/guacenc
Robert-André Mauchin 246a285e84 GUACAMOLE-1952: Add compatibility with FFMPEG 7.0
Deprecated avcodec_close was removed in FFMPEG 7.0
2024-05-12 16:27:30 +02: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-1867: Migrate guacenc utility to new memory management functions. 2023-10-25 12:18:13 -07:00
buffer.h GUACAMOLE-1: Relicense C files. 2016-03-28 20:39:19 -07:00
cursor.c GUACAMOLE-1867: Migrate guacenc utility to new memory management functions. 2023-10-25 12:18:13 -07:00
cursor.h GUACAMOLE-1911: Fixed some typo mistakes ("alotted", "conncetion", "hostspot"). 2024-01-21 22:17:34 -08:00
display-buffers.c GUACAMOLE-1: Relicense C files. 2016-03-28 20:39:19 -07:00
display-flatten.c GUACAMOLE-1911: Fixed some typo mistakes ("comparitor", "specied"). 2024-01-21 22:22:25 -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-1867: Migrate guacenc utility to new memory management functions. 2023-10-25 12:18:13 -07: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 Merge 1.5.5 changes back to master. 2024-02-25 18:07:18 -05:00
ffmpeg-compat.h Merge 1.5.5 changes back to master. 2024-01-22 12:17:29 -05: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-1867: Migrate guacenc utility to new memory management functions. 2023-10-25 12:18:13 -07:00
image-stream.h GUACAMOLE-1867: Migrate guacenc utility to new memory management functions. 2023-10-25 12:18:13 -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-1867: Migrate guacenc utility to new memory management functions. 2023-10-25 12:18:13 -07:00
jpeg.h GUACAMOLE-1: Relicense C files. 2016-03-28 20:39:19 -07:00
layer.c GUACAMOLE-1867: Migrate guacenc utility to new memory management functions. 2023-10-25 12:18:13 -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-1907: Removed the double line breaks in other source files. 2024-02-21 07:09:52 -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-1952: Add compatibility with FFMPEG 7.0 2024-05-12 16:27:30 +02: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