summaryrefslogtreecommitdiffstats
path: root/client_examples/vnc2mpg.c
Commit message (Collapse)AuthorAgeFilesLines
* Update vnc2mpg.ctmcqueen-materials2017-04-201-1/+1
| | | correct mistaken references to update_time...
* Update vnc2mpg.ctmcqueen-materials2017-04-131-324/+364
| | | This update makes the example work on versions of ffmpeg newer than "ancient," fixes a bunch of bugs in the process, and with better documentation of the pitfalls.
* Fix some typos (found by codespell)Stefan Weil2015-10-091-3/+3
| | | | Signed-off-by: Stefan Weil <sw@weilnetz.de>
* Add doxygen documentation support.Christian Beier2010-11-181-1/+2
| | | | | | | | | | | | | Adds automagically generating libvncserver/libvncclient API documentation using doxygen. This gives a nice overview on both APIs, include dependencies and function call/caller dependencies. TODO: Modify all the explaining comments in the .c files for use with doxygen as well. This patch only changes comments, no functional changes at all! Signed-off-by: Christian Beier <dontmind@freeshell.org>
* support new ffmpeg versiondscho2005-09-271-4/+16
|
* work around bug in ffmpegdscho2005-05-231-0/+1
|
* fix compilation for LIBAVCODEC_BUILD==4754dscho2005-05-231-0/+5
|
* cleanups; support vncrec'orded files as inputdscho2004-06-181-34/+25
|
* add vnc2mpg, a program which makes a movie from a VNC desktop using FFMPEGdscho2004-06-071-0/+426