Git Browser for ODROID
Code Review
Sign In
git.odroid.com
/
weston
/
e3715527b99dd7ccf30d06002555b8102a02d7d1
/
libweston
/
screenshooter.c
649bbce
include stdint.h for int32_t/uint32_t
by Jussi Kukkonen
· 9 years ago
b5e3ea2
Rename src/ to libweston/
by Pekka Paalanen
· 9 years ago
[Renamed from src/screenshooter.c]
26f62d4
Move part of screenshooter.c to weston-screenshooter.c
by Giulio Camuffo
· 9 years ago
cf1efd2
Rename screenshooter protocol to weston_screenshooter
by Jonas Ådahl
· 10 years ago
9054e4c
screenshooter: correct output ordering of screencast recording when Y-flip is off
by Tomohito Esaki
· 10 years ago
8ae2db5
input: Pass the appropriate pointer type to bindings instead of a seat
by Derek Foreman
· 10 years ago
867d50e
Unified multiple definitions of container_of() macro.
by Jon Cruz
· 10 years ago
4678bab
Remove redundant #include path component.
by Jon Cruz
· 10 years ago
a0bbfea
src: Update boilerplate from MIT X11 license to MIT Expat license
by Bryce Harrington
· 10 years ago
2a746a5
screenshooter: clean up recorder_binding a little
by Derek Foreman
· 10 years ago
aff7c33
screenshooter: remove useless cast
by Derek Foreman
· 10 years ago
ab9285b
screenshooter: fix various memory handling
by Marek Chalupa
· 11 years ago
de44761
Use zalloc rather than malloc and manually setting members to 0
by Bryce Harrington
· 11 years ago
974c094
fix asprintf warnings
by Pekka Paalanen
· 11 years ago
c721043
tests: allow running make check without make install
by Derek Foreman
· 11 years ago
886b009
screenshooter: Add a missing return; in an error path
by Jasper St. Pierre
· 11 years ago
c91408f
Don't bother destroying resources after sending an error
by Jasper St. Pierre
· 11 years ago
bfd74f4
Check zalloc return for out of memory situation
by Bryce W. Harrington
· 11 years ago
c6ab3d5
compositor: let the shells create the screenshooter
by Giulio Camuffo
· 12 years ago
e9022e7
compositor: add an exported function to take a screenshot of an output
by Giulio Camuffo
· 12 years ago
13708a4
screenshooter: check for NULL malloc and fix memleaks
by U. Artie Eoff
· 11 years ago
2d91ee1
screenshooter: silence a warning
by Pekka Paalanen
· 11 years ago
41b829c
screenshooter: Choose output to record from based on keyboard focus
by Ander Conselvan de Oliveira
· 12 years ago
e22f3bb
screenshooter: Record one extra frame when recording stops
by Ander Conselvan de Oliveira
· 12 years ago
e505171
Add calls to wl_shm_buffer_begin/end_access
by Neil Roberts
· 12 years ago
ff39efa
Rename current, origin, scale, origin_scale
by Hardening
· 12 years ago
08b58c7
compositor: Handle OOM in weston_buffer_from_resource()
by Kristian Høgsberg
· 12 years ago
f3d6227
malloc + memset -> zalloc
by Peter Hutterer
· 12 years ago
919cddb
Convert to wl_global_create/destroy()
by Kristian Høgsberg
· 12 years ago
a85118c
Use wl_resource_create() for creating resources
by Jason Ekstrand
· 12 years ago
4c6ddf1
compositor: Remove a few legacy uses of wl_object
by Kristian Høgsberg
· 12 years ago
6bd6294
Add a weston_buffer structure to replace wl_buffer
by Jason Ekstrand
· 12 years ago
a0d2dde
output: Use wl_resource_get accessors for weston_output resources
by Jason Ekstrand
· 12 years ago
c228e23
configure.ac: Enable AC_USE_SYSTEM_EXTENSIONS
by Daniel Stone
· 12 years ago
b846a8d
screenshooter: Scale damage by output scale in screen recorder
by Alexander Larsson
· 12 years ago
5576546
screenshoter: Make recorder handle PIXMAN_x8r8g8b8
by Alexander Larsson
· 12 years ago
d0cbf18
screenshooter: print info to log
by Pekka Paalanen
· 12 years ago
4fc5dd0
compositor: add capability CAPTURE_YFLIP
by Pekka Paalanen
· 12 years ago
e314875
input: Merge wl_seat into weston_seat
by Kristian Høgsberg
· 12 years ago
e6675c2
screenshooter: Free allocated memory where missing from some return paths
by Rob Bradford
· 12 years ago
2617185
screenshoter: add cases for x8r8g8b8 and x8b8g8r8 formats
by Vasily Khoruzhick
· 12 years ago
094ca1d
screenshoter: don't use hardcoded bpp value
by Vasily Khoruzhick
· 12 years ago
ba1e292
screenshooter: Report an error if we fail to open the file
by Rob Bradford
· 13 years ago
4988703
screenshooter: Abandon recording rather than use unitialised format
by Rob Bradford
· 13 years ago
b8fcca9
compositor: Move buffer damage fields from weston_output to gl-renderer
by Ander Conselvan de Oliveira
· 13 years ago
f0377dd
wcap: Transform damage rectangles according to output tranform
by Kristian Høgsberg
· 13 years ago
f9e710b
screenshooter: Use the renderer function for reading out pixels
by John Kåre Alsaker
· 13 years ago
8ea818f
compositor: Generalize output previous damage into per buffer damage
by Ander Conselvan de Oliveira
· 13 years ago
79af73e
compositor-drm: Disable planes when zoomed or capturing
by Kristian Høgsberg
· 13 years ago
49952d1
compositor: Introduce weston_output_schedule_repaint()
by Kristian Høgsberg
· 13 years ago
9c9b3a4
recorder: Always initialize prev when computing the run-length
by Kristian Høgsberg
· 13 years ago
e0f832b
compositor: Pass weston_output as the frame_signal argument
by Kristian Høgsberg
· 13 years ago
ae2ba9b
screenshooter: Just use frame signal for screenshots too
by Kristian Høgsberg
· 13 years ago
e9d0492
compositor: Emit frame_signal from weston_output_do_read_pixels()
by Kristian Høgsberg
· 13 years ago
f6f69d3
wcap: Make recorder debug code compile again
by Kristian Høgsberg
· 13 years ago
325fc2d
Split bindings into separate key/button/axis bindings
by Daniel Stone
· 13 years ago
053be42
wcap: Compute per-component deltas
by Kristian Høgsberg
· 13 years ago
2bcb2fc
wcap: Rename wcap-encode to just wcap
by Kristian Høgsberg
· 13 years ago
894e0b5
wcap: Move wcap structs and constants to a shader header
by Kristian Høgsberg
· 13 years ago
e012c82
wcap: Discard first frame since it doesn't have a full frame of damage
by Kristian Høgsberg
· 13 years ago
3b96960
wcap: Add a file format magic number and add the pixel format to the header
by Kristian Høgsberg
· 13 years ago
5fb70bf
Add screen recorder tool
by Kristian Høgsberg
· 13 years ago
37816df
Convert wl_input_device to wl_seat (and friends)
by Daniel Stone
· 13 years ago
72c2372
screenshooter: Move buffer assembly to client side
by Scott Moreau
· 13 years ago
062be7e
screenshooter: Grab pixel data directly before buffer swap
by Scott Moreau
· 13 years ago
a1d57db
compositor: make GL_EXT_read_format_bgra optional
by Pekka Paalanen
· 13 years ago
45fab0e
screenshooter: refactor the copy loop
by Pekka Paalanen
· 13 years ago
02e79dc
compositor: Add a destroy signal and turn weston_shell into signals
by Kristian Høgsberg
· 13 years ago
eae5de7
Follow wayland change to serial numbers
by Kristian Høgsberg
· 13 years ago
80d27b7
screenshooter: Properly handle multiple outputs.
by Scott Moreau
· 13 years ago
f9247dd
compositor: Use GL_BGRA_EXT for glReadPixels in screenshooter
by Kristian Høgsberg
· 13 years ago
56456d6
Secure screenshooter protocol.
by Scott Moreau
· 13 years ago
f02a649
Consolidate image loading code and move to shared/
by Kristian Høgsberg
· 13 years ago
3466bc8
Merge remote-tracking branch 'pq/compositor-dtors-v1'
by Kristian Høgsberg
· 14 years ago
8334bc1
Rename wayland-compositor to weston
by Kristian Høgsberg
· 14 years ago
[Renamed (94%) from compositor/screenshooter.c]
43c61d8
compositor-x11: improve x11_destroy()
by Pekka Paalanen
· 14 years ago
96aa7da
Change remaining GPLv2 headers to MIT
by Kristian Høgsberg
· 14 years ago
97d44aa
Pass resources to functions that take object references
by Kristian Høgsberg
· 14 years ago
d9551a3
compositor: drop wl_display_add_object()
by Kristian Høgsberg
· 14 years ago
904055a
compositor: Make all exported objects wl_resources
by Kristian Høgsberg
· 14 years ago
8f0ce05
compositor: Send out more detailed output events
by Kristian Høgsberg
· 14 years ago
8544903
compositor: Screenhoot into a client provided shm buffer
by Kristian Høgsberg
· 14 years ago
cf57dc5
Update to work with scanner that doesn't hardcode wl_*
by Kristian Høgsberg
· 14 years ago
0fe0eb3
Screenshots were upside down
by Tim Wiederhake
· 14 years ago
c4df99c
Replace gdk_pixbuf_unref with g_object_unref
by Darxus@chaosreigns.com
· 14 years ago
c5dcb90
Use scanner for screenshooter protocol
by Kristian Høgsberg
· 15 years ago
76b4332
Move example compositor to subdirectory
by Kristian Høgsberg
· 15 years ago
[Renamed from screenshooter.c]
fc783d4
Split native drm part of compositor out
by Kristian Høgsberg
· 15 years ago