summaryrefslogtreecommitdiff
path: root/src/screenshooter.c
AgeCommit message (Expand)AuthorFilesLines
2015-11-19Rename screenshooter protocol to weston_screenshooterJonas Ådahl1-5/+5
2015-10-14screenshooter: correct output ordering of screencast recording when Y-flip is...Tomohito Esaki1-3/+3
2015-07-16input: Pass the appropriate pointer type to bindings instead of a seatDerek Foreman1-7/+7
2015-06-15Unified multiple definitions of container_of() macro.Jon Cruz1-0/+1
2015-06-15Remove redundant #include path component.Jon Cruz1-1/+1
2015-06-15src: Update boilerplate from MIT X11 license to MIT Expat licenseBryce Harrington1-16/+19
2015-06-04screenshooter: clean up recorder_binding a littleDerek Foreman1-1/+1
2015-02-02screenshooter: remove useless castDerek Foreman1-2/+1
2014-12-12screenshooter: fix various memory handlingMarek Chalupa1-8/+17
2014-11-28Use zalloc rather than malloc and manually setting members to 0Bryce Harrington1-7/+2
2014-09-05fix asprintf warningsPekka Paalanen1-2/+8
2014-08-22tests: allow running make check without make installDerek Foreman1-1/+5
2014-08-08screenshooter: Add a missing return; in an error pathJasper St. Pierre1-0/+1
2014-08-08Don't bother destroying resources after sending an errorJasper St. Pierre1-1/+0
2014-04-25Check zalloc return for out of memory situationBryce W. Harrington1-13/+20
2014-04-02compositor: let the shells create the screenshooterGiulio Camuffo1-1/+1
2014-04-02compositor: add an exported function to take a screenshot of an outputGiulio Camuffo1-23/+57
2014-01-19screenshooter: check for NULL malloc and fix memleaksU. Artie Eoff1-1/+12
2014-01-08screenshooter: silence a warningPekka Paalanen1-1/+1
2013-12-19screenshooter: Choose output to record from based on keyboard focusAnder Conselvan de Oliveira1-67/+29
2013-12-17screenshooter: Record one extra frame when recording stopsAnder Conselvan de Oliveira1-2/+10
2013-11-13Add calls to wl_shm_buffer_begin/end_accessNeil Roberts1-0/+4
2013-09-21Rename current, origin, scale, origin_scaleHardening1-26/+26
2013-08-15compositor: Handle OOM in weston_buffer_from_resource()Kristian Høgsberg1-0/+4
2013-08-08malloc + memset -> zallocPeter Hutterer1-2/+1
2013-07-09Convert to wl_global_create/destroy()Kristian Høgsberg1-4/+4
2013-07-03Use wl_resource_create() for creating resourcesJason Ekstrand1-2/+5
2013-06-25compositor: Remove a few legacy uses of wl_objectKristian Høgsberg1-4/+0
2013-06-21Add a weston_buffer structure to replace wl_bufferJason Ekstrand1-5/+10
2013-06-14output: Use wl_resource_get accessors for weston_output resourcesJason Ekstrand1-1/+2
2013-06-05configure.ac: Enable AC_USE_SYSTEM_EXTENSIONSDaniel Stone1-0/+2
2013-05-29screenshooter: Scale damage by output scale in screen recorderAlexander Larsson1-0/+5
2013-05-29screenshoter: Make recorder handle PIXMAN_x8r8g8b8Alexander Larsson1-0/+1
2013-05-22screenshooter: print info to logPekka Paalanen1-2/+3
2013-05-22compositor: add capability CAPTURE_YFLIPPekka Paalanen1-20/+76
2013-05-07input: Merge wl_seat into weston_seatKristian Høgsberg1-2/+2
2013-01-10screenshooter: Free allocated memory where missing from some return pathsRob Bradford1-0/+2
2013-01-07screenshoter: add cases for x8r8g8b8 and x8b8g8r8 formatsVasily Khoruzhick1-0/+2
2013-01-07screenshoter: don't use hardcoded bpp valueVasily Khoruzhick1-1/+1
2012-12-06screenshooter: Report an error if we fail to open the fileRob Bradford1-3/+8
2012-12-06screenshooter: Abandon recording rather than use unitialised formatRob Bradford1-1/+1
2012-11-16compositor: Move buffer damage fields from weston_output to gl-rendererAnder Conselvan de Oliveira1-12/+3
2012-11-14wcap: Transform damage rectangles according to output tranformKristian Høgsberg1-0/+52
2012-11-13screenshooter: Use the renderer function for reading out pixelsJohn Kåre Alsaker1-12/+15
2012-09-14compositor: Generalize output previous damage into per buffer damageAnder Conselvan de Oliveira1-3/+12
2012-08-03compositor-drm: Disable planes when zoomed or capturingKristian Høgsberg1-0/+6
2012-06-20compositor: Introduce weston_output_schedule_repaint()Kristian Høgsberg1-1/+1
2012-06-20recorder: Always initialize prev when computing the run-lengthKristian Høgsberg1-1/+1
2012-06-20compositor: Pass weston_output as the frame_signal argumentKristian Høgsberg1-9/+5
2012-06-20screenshooter: Just use frame signal for screenshots tooKristian Høgsberg1-36/+38