summaryrefslogtreecommitdiff
path: root/cmds/screencap
AgeCommit message (Expand)Author
2020-03-26Fix command injection on screencap Dichen Zhang
2019-05-08Use new captureScreen method with displayId or layerStack chaviw
2019-02-04Generalize physical display management Dominik Laskowski
2019-01-15Switch to skcms-based factories and getters in SkColorSpace Brian Osman
2018-11-17Merge "Convert screencap and libjni_pacprocessor to Android.bp" am: 954b9825c... Dan Willemsen
2018-11-16Convert screencap and libjni_pacprocessor to Android.bp Dan Willemsen
2018-10-24[Screenshot] Accept data space and pixel format for screenshot. Peiyong Lin
2018-09-20Merge "Remove minLayer and maxLayer from display screenshot." Chavi Weingarten
2018-09-19Remove minLayer and maxLayer from display screenshot. chaviw
2018-09-12Check return value in screencap in case of failure. chaviw
2018-05-25screencap: return instead of _exit. Steven Moreland
2017-11-29Revert "Revert "Updated screenshot code to reflect native changes."" Chavi Weingarten
2017-11-29Revert "Updated screenshot code to reflect native changes." Chavi Weingarten
2017-11-28Updated screenshot code to reflect native changes. chaviw
2017-09-25Merge "Reduce overhead by combining libskia and libhwui into a single library." Derek Sollenberger
2017-09-19Merge "Remove unused variable from screencap." Steven Moreland
2017-08-30Remove unused variable from screencap. Steven Moreland
2017-08-04screencap: always exit with _exit(). Martijn Coenen
2017-07-24Reduce overhead by combining libskia and libhwui into a single library. Derek Sollenberger
2017-06-22Merge "_exit(0) on clean shutdown, not _exit(1)" into oc-dev Narayan Kamath
2017-06-21_exit(0) on clean shutdown, not _exit(1) Brian Carlstrom
2017-06-20Merge "Hack around b/36066697." into oc-dev Josh Gao
2017-06-19Hack around b/36066697. Josh Gao
2017-06-02Enable wide color gamut rendering Romain Guy
2017-05-11Only spawn one binder thread for screencap. Martijn Coenen
2017-01-31Correct Screencap utility code. Robert Carr
2016-12-07SkImageEncoder->SkEncodeImage Hal Canary
2016-11-02Replace SkAutoTUnref with sk_sp. Ben Wagner
2016-03-10screencap: Nix deprecated direct read of framebuffer. Prathmesh Prabhu
2015-06-09screencap: Rotate images when display is rotated Dan Stoza
2015-03-12SkStream is no longer a ref counted object. Leon Scroggins III
2014-11-07Frameworks/base: Turn on -Wall -Werror in cmds Andreas Gampe
2014-09-22am c840e31d: am fa436298: Merge "Broadcast an intent to mediascanner after ex... Marco Nelissen
2014-06-20stop using (deprecated) SkBitmap::Config Mike Reed
2014-06-12Broadcast an intent to mediascanner after executing screencap Umair Khan
2014-05-23SurfaceFlinger: Add sourceCrop to screenshot Dan Stoza
2014-02-27Cleanup unnecessary includes for libskia. Derek Sollenberger
2014-02-14Allow disabling layer rotation during screenshots Dan Stoza
2013-07-26get rid of HAL pixelformats 5551 and 4444 Mathias Agopian
2013-07-25get rid of PIXEL_FORMAT_A_8 Mathias Agopian
2013-03-21use the bitmap stride when encoding a screenshot as PNG Mathias Agopian
2013-03-20make sure screencap's data stream matches what adb expects Mathias Agopian
2013-03-19make sure to start the binder thread pool Mathias Agopian
2012-10-24More changes to fix PDK build: Mike Lockwood
2012-10-24Move non-Java commands to frameworks/native Mike Lockwood
2012-08-27Use new surface flinger API. Jeff Brown
2012-02-27fix libgui header location Mathias Agopian
2012-02-21remove libui's dependency on libpixelflinger Mathias Agopian
2012-01-31Skia API changes as a result of an update to the Skia library. Derek Sollenberger
2011-03-25merge libsurfaceflinger_client into libgui Mathias Agopian