Michael Jumper
|
c50561ef10
|
GUAC-236: Open output stream using file descriptor. Only write output file if it does not yet exist.
|
2016-03-15 16:43:13 -07:00 |
|
Michael Jumper
|
73bf5ce6f4
|
GUAC-236: Remove unused macros.
|
2016-03-15 12:26:35 -07:00 |
|
Michael Jumper
|
acf2d2b004
|
GUAC-236: Correct typos in comments.
|
2016-03-15 12:26:13 -07:00 |
|
James Muehlner
|
399f97542a
|
Merge pull request #124 from glyptodon/screen-sharing-telnet
GUAC-1389: Add screen sharing support to telnet.
|
2016-03-14 20:33:40 -07:00 |
|
Michael Jumper
|
e3d1af1953
|
GUAC-236: Add screen recording support to telnet.
|
2016-03-14 20:26:31 -07:00 |
|
Michael Jumper
|
570bcc3822
|
GUAC-236: Add generalized ffmpeg-compat.h header to cover various API changes.
|
2016-03-14 20:22:04 -07:00 |
|
Michael Jumper
|
770fec0d88
|
GUAC-236: Define av_frame_free() / av_frame_alloc() if not present.
|
2016-03-14 20:22:04 -07:00 |
|
Michael Jumper
|
812f8b8cbf
|
GUAC-236: Include guacenc.1 in EXTRA_DIST.
|
2016-03-14 20:22:04 -07:00 |
|
Michael Jumper
|
8ed0cd5f16
|
GUAC-236: Maintain aspect ratio by adding letterboxes / pillarboxes as necessary.
|
2016-03-14 20:22:04 -07:00 |
|
Michael Jumper
|
2798536a7a
|
GUAC-236: Document transfer as currently unimplemented (rarely used).
|
2016-03-14 20:22:03 -07:00 |
|
Michael Jumper
|
be0a9e728f
|
GUAC-236: Implement JPEG.
|
2016-03-14 20:22:03 -07:00 |
|
Michael Jumper
|
c16832f11a
|
GUAC-236: Fix manual section number.
|
2016-03-14 20:22:03 -07:00 |
|
Michael Jumper
|
e298975918
|
GUAC-236: Document usage. Use correct extension (.m4v).
|
2016-03-14 20:22:03 -07:00 |
|
Michael Jumper
|
e74ea54eb9
|
GUAC-236: Add FILE to usage descriptions.
|
2016-03-14 20:22:03 -07:00 |
|
Michael Jumper
|
710edc03ff
|
GUAC-236: Simplify command-line options, restricting to known-good combination. Can add other formats as possible later.
|
2016-03-14 20:22:03 -07:00 |
|
Michael Jumper
|
ecf3a0302a
|
GUAC-236: There actually isn't a -f option.
|
2016-03-14 20:22:03 -07:00 |
|
Michael Jumper
|
2f93e6ce67
|
GUAC-236: Output sensible messages at sensible times.
|
2016-03-14 20:22:03 -07:00 |
|
Michael Jumper
|
c4f7bae10b
|
GUAC-236: Do not create output file until after everything has been validated.
|
2016-03-14 20:22:03 -07:00 |
|
Michael Jumper
|
3d67598ec9
|
GUAC-236: Parse command-line arguments.
|
2016-03-14 20:22:03 -07:00 |
|
Michael Jumper
|
59844d8e59
|
GUAC-236: Reset log level back to INFO. Define default elsewhere.
|
2016-03-14 20:22:03 -07:00 |
|
Michael Jumper
|
7575506443
|
GUAC-236: Add missing comment for use of sws_scale().
|
2016-03-14 20:22:03 -07:00 |
|
Michael Jumper
|
cb1d5e03b5
|
GUAC-236: Increase default bitrate.
|
2016-03-14 20:22:03 -07:00 |
|
Michael Jumper
|
0f467a5d51
|
GUAC-236: Convert each Guacamole frame to a proper AVFrame.
|
2016-03-14 20:22:03 -07:00 |
|
Michael Jumper
|
96b3dd4e7c
|
GUAC-236: Add libswscale to build.
|
2016-03-14 20:22:03 -07:00 |
|
Michael Jumper
|
f9f08627ff
|
GUAC-286: Actually write video output to file.
|
2016-03-14 20:22:03 -07:00 |
|
Michael Jumper
|
1ce39306cb
|
GUAC-236: Do not store buffer - encode directly. Flush frames at end.
|
2016-03-14 20:22:03 -07:00 |
|
Michael Jumper
|
1a3e1465fa
|
GUAC-236: Pass encoding parameters from root level of utility. Declare defaults in header.
|
2016-03-14 20:22:03 -07:00 |
|
Michael Jumper
|
c37eda37fd
|
GUAC-236: Define framerate with macro.
|
2016-03-14 20:22:03 -07:00 |
|
Michael Jumper
|
38c431e8a2
|
GUAC-236: Record internal presentation timestamp in same format as libavcodec.
|
2016-03-14 20:22:03 -07:00 |
|
Michael Jumper
|
9eddaeee3d
|
GUAC-236: Allocate and maintain frame data for encoding.
|
2016-03-14 20:22:03 -07:00 |
|
Michael Jumper
|
9a5b503da5
|
GUAC-236: Add libavutil to build.
|
2016-03-14 20:22:03 -07:00 |
|
Michael Jumper
|
17df235c4e
|
GUAC-236: Actually open and init codec. Replace PNG output with stub.
|
2016-03-14 20:22:03 -07:00 |
|
Michael Jumper
|
a8cba53537
|
GUAC-236: Perform codec lookup via libavcodec.
|
2016-03-14 20:22:03 -07:00 |
|
Michael Jumper
|
d94915c515
|
GUAC-236: Ensure display allocation can handle video preparation failures.
|
2016-03-14 20:22:03 -07:00 |
|
Michael Jumper
|
19ac6e8286
|
GUAC-236: Abstract video encoding process as guacenc_video struct. Move PNG-writing stub therein.
|
2016-03-14 20:22:03 -07:00 |
|
Michael Jumper
|
09a4f4da39
|
GUAC-236: Add libavcodec to guacenc build. Conditionally compile guacenc and guacd.
|
2016-03-14 20:22:03 -07:00 |
|
Michael Jumper
|
0676a7a51c
|
GUAC-236: Add missing LDFLAGS for guacenc.
|
2016-03-14 20:22:03 -07:00 |
|
Michael Jumper
|
6fc208554d
|
GUAC-236: Add session recording parameters to VNC, RDP, and SSH.
|
2016-03-14 20:22:02 -07:00 |
|
Michael Jumper
|
a3fef4c1fc
|
GUAC-236: Add common functions for creating client-level session recordings (Guacamole protocol dumps).
|
2016-03-14 20:22:02 -07:00 |
|
Michael Jumper
|
dc2feba72c
|
GUAC-236: Add guac_socket_tee() function which allocates a socket that delegates all operations to a primary socket while duplicating write operations to a secondary socket.
|
2016-03-14 20:22:02 -07:00 |
|
Michael Jumper
|
bd5bd29ec0
|
GUAC-236: Ensure client socket is always freed.
|
2016-03-14 20:22:02 -07:00 |
|
Michael Jumper
|
a5ec24c17b
|
GUAC-236: Fix buffer resize (contents were being cleared).
|
2016-03-14 20:22:02 -07:00 |
|
Michael Jumper
|
3a972d4845
|
GUAC-236: Use temporary surface if source rect might intersect dest rect.
|
2016-03-14 20:22:02 -07:00 |
|
Michael Jumper
|
21c568c0b4
|
GUAC-236: Implement WebP decoding.
|
2016-03-14 20:22:02 -07:00 |
|
Michael Jumper
|
960ee263e8
|
GUAC-236: Split massive display code into more reasonable files.
|
2016-03-14 20:22:02 -07:00 |
|
Michael Jumper
|
a24152df02
|
GUAC-236: Flatten and render all layers upon sync.
|
2016-03-14 20:22:02 -07:00 |
|
Michael Jumper
|
79181567e5
|
GUAC-236: Store and preseve frame buffer within each layer.
|
2016-03-14 20:22:02 -07:00 |
|
Michael Jumper
|
80b3d51a49
|
GUAC-236: Add function for copying buffer state.
|
2016-03-14 20:22:02 -07:00 |
|
Michael Jumper
|
1d4e6ce924
|
GUAC-236: Fix comparator. Sort in descending order of depth.
|
2016-03-14 20:22:02 -07:00 |
|
Michael Jumper
|
2e93499383
|
GUAC-236: Render layers in order (position not yet correct). Output as PNG frames for verification.
|
2016-03-14 20:22:02 -07:00 |
|