summaryrefslogtreecommitdiff
path: root/src/screenshooter.c
Commit message (Expand)AuthorAgeFilesLines
* Rename screenshooter protocol to weston_screenshooterJonas Ådahl2015-11-191-5/+5
* screenshooter: correct output ordering of screencast recording when Y-flip is...Tomohito Esaki2015-10-141-3/+3
* input: Pass the appropriate pointer type to bindings instead of a seatDerek Foreman2015-07-161-7/+7
* Unified multiple definitions of container_of() macro.Jon Cruz2015-06-151-0/+1
* Remove redundant #include path component.Jon Cruz2015-06-151-1/+1
* src: Update boilerplate from MIT X11 license to MIT Expat licenseBryce Harrington2015-06-151-16/+19
* screenshooter: clean up recorder_binding a littleDerek Foreman2015-06-041-1/+1
* screenshooter: remove useless castDerek Foreman2015-02-021-2/+1
* screenshooter: fix various memory handlingMarek Chalupa2014-12-121-8/+17
* Use zalloc rather than malloc and manually setting members to 0Bryce Harrington2014-11-281-7/+2
* fix asprintf warningsPekka Paalanen2014-09-051-2/+8
* tests: allow running make check without make installDerek Foreman2014-08-221-1/+5
* screenshooter: Add a missing return; in an error pathJasper St. Pierre2014-08-081-0/+1
* Don't bother destroying resources after sending an errorJasper St. Pierre2014-08-081-1/+0
* Check zalloc return for out of memory situationBryce W. Harrington2014-04-251-13/+20
* compositor: let the shells create the screenshooterGiulio Camuffo2014-04-021-1/+1
* compositor: add an exported function to take a screenshot of an outputGiulio Camuffo2014-04-021-23/+57
* screenshooter: check for NULL malloc and fix memleaksU. Artie Eoff2014-01-191-1/+12
* screenshooter: silence a warningPekka Paalanen2014-01-081-1/+1
* screenshooter: Choose output to record from based on keyboard focusAnder Conselvan de Oliveira2013-12-191-67/+29
* screenshooter: Record one extra frame when recording stopsAnder Conselvan de Oliveira2013-12-171-2/+10
* Add calls to wl_shm_buffer_begin/end_accessNeil Roberts2013-11-131-0/+4
* Rename current, origin, scale, origin_scaleHardening2013-09-211-26/+26
* compositor: Handle OOM in weston_buffer_from_resource()Kristian Høgsberg2013-08-151-0/+4
* malloc + memset -> zallocPeter Hutterer2013-08-081-2/+1
* Convert to wl_global_create/destroy()Kristian Høgsberg2013-07-091-4/+4
* Use wl_resource_create() for creating resourcesJason Ekstrand2013-07-031-2/+5
* compositor: Remove a few legacy uses of wl_objectKristian Høgsberg2013-06-251-4/+0
* Add a weston_buffer structure to replace wl_bufferJason Ekstrand2013-06-211-5/+10
* output: Use wl_resource_get accessors for weston_output resourcesJason Ekstrand2013-06-141-1/+2
* configure.ac: Enable AC_USE_SYSTEM_EXTENSIONSDaniel Stone2013-06-051-0/+2
* screenshooter: Scale damage by output scale in screen recorderAlexander Larsson2013-05-291-0/+5
* screenshoter: Make recorder handle PIXMAN_x8r8g8b8Alexander Larsson2013-05-291-0/+1
* screenshooter: print info to logPekka Paalanen2013-05-221-2/+3
* compositor: add capability CAPTURE_YFLIPPekka Paalanen2013-05-221-20/+76
* input: Merge wl_seat into weston_seatKristian Høgsberg2013-05-071-2/+2
* screenshooter: Free allocated memory where missing from some return pathsRob Bradford2013-01-101-0/+2
* screenshoter: add cases for x8r8g8b8 and x8b8g8r8 formatsVasily Khoruzhick2013-01-071-0/+2
* screenshoter: don't use hardcoded bpp valueVasily Khoruzhick2013-01-071-1/+1
* screenshooter: Report an error if we fail to open the fileRob Bradford2012-12-061-3/+8
* screenshooter: Abandon recording rather than use unitialised formatRob Bradford2012-12-061-1/+1
* compositor: Move buffer damage fields from weston_output to gl-rendererAnder Conselvan de Oliveira2012-11-161-12/+3
* wcap: Transform damage rectangles according to output tranformKristian Høgsberg2012-11-141-0/+52
* screenshooter: Use the renderer function for reading out pixelsJohn Kåre Alsaker2012-11-131-12/+15
* compositor: Generalize output previous damage into per buffer damageAnder Conselvan de Oliveira2012-09-141-3/+12
* compositor-drm: Disable planes when zoomed or capturingKristian Høgsberg2012-08-031-0/+6
* compositor: Introduce weston_output_schedule_repaint()Kristian Høgsberg2012-06-201-1/+1
* recorder: Always initialize prev when computing the run-lengthKristian Høgsberg2012-06-201-1/+1
* compositor: Pass weston_output as the frame_signal argumentKristian Høgsberg2012-06-201-9/+5
* screenshooter: Just use frame signal for screenshots tooKristian Høgsberg2012-06-201-36/+38