aboutsummaryrefslogtreecommitdiff
path: root/swaygrab
AgeCommit message (Collapse)AuthorLines
2015-11-28Remove extraneous logging from swaygrabDrew DeVault-1/+0
2015-11-28Rearrange logging headersDrew DeVault-0/+1
Ref #270
2015-11-27Fix uninitialized variable warning in swaygrabDrew DeVault-1/+1
2015-11-27Add ffmpeg capture to swaygrab (with limitations)Drew DeVault-10/+104
This needs to be multithreaded to have any sort of realistic expectation of performance, due to issues with syncronous I/O.
2015-11-27Fix swaygrab memory leakDrew DeVault-0/+2
2015-11-27Implement swaygrab for still imagesDrew DeVault-6/+50
2015-11-27Add command line to swaygrabDrew DeVault-1/+54
Also modifies IPC client so that we can work with persistent connections.
2015-11-27Add swaygrab subprojectDrew DeVault-0/+28