Michael Jumper
|
67a0a1fe46
|
GUAC-1164: Do not refer to disp member if it does not exist.
|
2016-03-15 22:11:06 -07:00 |
|
Michael Jumper
|
fc71dcadb0
|
GUAC-1164: Do not include disply update channel functionsn unless display update channel support is present.
|
2016-03-15 22:07:38 -07:00 |
|
Michael Jumper
|
81ebfbb5ca
|
GUAC-1164: rdp_disp.[ch] must now be built in all cases.
|
2016-03-15 22:02:35 -07:00 |
|
Michael Jumper
|
4e2b90cc0a
|
GUAC-1164: Conditionally build display update channel support.
|
2016-03-15 21:59:28 -07:00 |
|
Michael Jumper
|
2e73e5eef9
|
GUAC-1164: Dispose of layers/buffers when display/cursor are freed.
|
2016-03-15 21:49:26 -07:00 |
|
Michael Jumper
|
fc40e9f14c
|
GUAC-1164: Automatically reconnect when display size changes.
|
2016-03-15 21:48:56 -07:00 |
|
James Muehlner
|
f5f77fea35
|
Merge pull request #125 from glyptodon/screen-recording
GUAC-246: Implement screen recording
|
2016-03-15 20:41:28 -07:00 |
|
Michael Jumper
|
e2030c03d0
|
GUAC-236: They're buffers, not buggers.
|
2016-03-15 20:34:22 -07:00 |
|
Michael Jumper
|
86eb9c4b8a
|
GUAC-236: Fix copypasto in guacenc_display_free_*() - we are freeing, not allocating.
|
2016-03-15 19:35:06 -07:00 |
|
Michael Jumper
|
32779ee15f
|
GUAC-236: Provide -f option for overriding locking behavior.
|
2016-03-15 17:24:25 -07:00 |
|
Michael Jumper
|
9d43e22592
|
GUAC-236: Acquire read lock on input files for guacenc. Refuse to encode in-progress recordings.
|
2016-03-15 17:08:39 -07:00 |
|
Michael Jumper
|
0361dd2392
|
GUAC-236: Acquire write lock on output file for in-progress screen recordings.
|
2016-03-15 17:06:52 -07:00 |
|
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 |
|