summaryrefslogtreecommitdiff
path: root/src/vaapi-recorder.c
AgeCommit message (Expand)AuthorFilesLines
2015-12-03cosmetic: Remove use of C++ style commentsChris Michael1-1/+1
2015-09-22vaapi-recorder: Fix allocator sizeof operand mismatchLucas Tanure1-1/+1
2015-06-15vaapi-recorder: Drop redundant licenseBryce Harrington1-33/+14
2014-11-28Use zalloc instead of calloc(1, ...)Bryce Harrington1-2/+2
2014-05-09vaapi-recorder: Don't loop trying to write on out of space conditionAnder Conselvan de Oliveira1-9/+33
2014-04-07Make sure config.h is included before any system headersAndrew Wedgbury1-0/+2
2013-10-10vaapi-recorder: Don't leak fd on thread error pathKristian Høgsberg1-3/+2
2013-09-11vaapi-recorder: Don't leak drm fdAnder Conselvan de Oliveira1-1/+3
2013-09-11vaapi-recorder: Encode frames in a separate threadAnder Conselvan de Oliveira1-5/+96
2013-08-30compositor-drm: Add hardware accelerated capture of screen using libvaAnder Conselvan de Oliveira1-0/+1062