summaryrefslogtreecommitdiff
path: root/cmds/screencap/screencap.cpp
AgeCommit message (Expand)Author
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-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-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-02-08fix [3374821] Cannot take screenshot of HC preview Mathias Agopian
2010-12-03make screencap able to save pngs. Joe Onorato
2010-09-29refactored screenshot code Mathias Agopian
2010-09-26new screencap command Mathias Agopian