Add screen recorder tool
authorKristian Høgsberg <krh@bitplanet.net>
Thu, 24 May 2012 16:29:46 +0000 (12:29 -0400)
committerKristian Høgsberg <krh@bitplanet.net>
Thu, 24 May 2012 16:29:46 +0000 (12:29 -0400)
commit5fb70bf301ec2ff6a05cff1d880cb9640f599929
tree1c69b90c2d69aefd1c11a5466134e429b3cc937d
parente68fd10f87deb99bb3a9a16b0734f9c6d1a6e529
Add screen recorder tool

This commit adds a new, built-in screen recorder tool.  The tool UI is
still very simple, start with mod-r and stop it again with mod-r.
The recording is written to capture.wcap, in a simple run-length encoded
adhoc format.  The wcap-decode tool can be used to extract a single frame
from the capture, for now, but the plan is to hook this up to libvpx and
generate webm output.
src/Makefile.am
src/compositor.c
src/compositor.h
src/screenshooter.c
src/wcap-decode.c [new file with mode: 0644]