History log of /frameworks/av/cmds/screenrecord/Android.mk
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
c6b8225e759d1790d9a38082a18ce7e24a3dba27 01-May-2014 Glenn Kasten <gkasten@google.com> am 3c782246: am b1d2b51c: am 761636f3: Merge "Do not force all command-line apps to be 32-bit only"

* commit '3c782246d5ee9869f2167a00df748eac1b9e9153':
Do not force all command-line apps to be 32-bit only
d2a29d0b7a899ed7474d54530e8d441f09683bf3 30-Apr-2014 Glenn Kasten <gkasten@google.com> Do not force all command-line apps to be 32-bit only

This is a partial revert of
>Change-Id: I9ac557a8d02bbf6986a9b5c3cdce23d400b306a3

Change-Id: I214e1bd117dd40150ac5f7447f12c72c61f09a2f
/frameworks/av/cmds/screenrecord/Android.mk
758799cef41fc5495f59eeb6249d02ce9154cde8 14-Mar-2014 Glenn Kasten <gkasten@google.com> resolved conflicts for merge of 3c780188 to master

Change-Id: Ic579d346c27ff05ea6444faaa60fa6caaec86fbf
af783aa91f7a279153fb8bab8d0d6b9f737996e9 03-Mar-2014 Glenn Kasten <gkasten@android.com> mediaserver and associated services are 32-bit only

also 32-bit only command-line apps

Change-Id: I9ac557a8d02bbf6986a9b5c3cdce23d400b306a3
/frameworks/av/cmds/screenrecord/Android.mk
587c6fefcd3c1d05c608ff511cf3534bc765256e 26-Feb-2014 Andy McFadden <fadden@android.com> Add frame dump output

This adds the ability to dump frames as RGB data with a minimal
frame header. Only recommended for devices with small displays.
Enable with "--output-format=frames".

The "--raw" option is now selected with "--output-format=h264".

Bug 13140019

Change-Id: I61bee55cea97db3134a91e7ea06106783e5bf340
/frameworks/av/cmds/screenrecord/Android.mk
0c98f99cb8207ff5b08e33da4b7e024312c5d9c9 19-Nov-2013 Andy McFadden <fadden@android.com> screenrecord fixes

Fixes to issues identified during code review.

(cherry-pick from I2203694acb5c0544878f64f4347d29ad1a0725c4)

Change-Id: I58fcb5264fc17b26fac4b03f95d35262e9e199e2
/frameworks/av/cmds/screenrecord/Android.mk
aaa3f358410701710e31f31de62f0b4521989661 18-Oct-2013 Andy McFadden <fadden@android.com> Add "--bugreport" option to screenrecord

The --bugreport option adds two visible features: (1) a timestamp
overlay that (mostly) matches logcat, making it easier to match what
appears in the video with what's in the log, and (2) an "info page"
at the start of the video that shows the system configuration.

Enabling this option adds an additional composition step,
increasing the overhead of screenrecord. Depending on the device
and circumstances, this may be unnoticeable or very pronounced.
If --bugreport is not enabled, the overhead of screenrecord is
unchanged.

We also now track device orientation changes. This is currently
detected by polling surfaceflinger, which is suboptimal. As a
result, we detect the rotation too late, and get a weird mixed
frame before the start of the animation for 90-degree changes.

Also, allow the bit rate to be specified as e.g. "4M" for 4Mbps.

Also, --rotate is now deprecated.

Bug 11220305
Bug 11136964

(cherry pick from Ibb94b81d2f73547b95d7a47e027da75fab187a4f)

Change-Id: I829a91aaca5ab82a07c14172d9e188ec38f14e57
/frameworks/av/cmds/screenrecord/Android.mk
7a66622c2c9250ce4ad0091195331ce4cb91a63d 19-Nov-2013 Andy McFadden <fadden@android.com> screenrecord fixes

Fixes to issues identified during code review.

Change-Id: I2203694acb5c0544878f64f4347d29ad1a0725c4
/frameworks/av/cmds/screenrecord/Android.mk
441e847feb0e055ecb004802802cea07782ab228 18-Oct-2013 Andy McFadden <fadden@android.com> Add "--bugreport" option to screenrecord

The --bugreport option adds two visible features: (1) a timestamp
overlay that (mostly) matches logcat, making it easier to match what
appears in the video with what's in the log, and (2) an "info page"
at the start of the video that shows the system configuration.

Enabling this option adds an additional composition step,
increasing the overhead of screenrecord. Depending on the device
and circumstances, this may be unnoticeable or very pronounced.
If --bugreport is not enabled, the overhead of screenrecord is
unchanged.

We also now track device orientation changes. This is currently
detected by polling surfaceflinger, which is suboptimal. As a
result, we detect the rotation too late, and get a weird mixed
frame before the start of the animation for 90-degree changes.

Also, allow the bit rate to be specified as e.g. "4M" for 4Mbps.

Also, --rotate is now deprecated.

Bug 11220305
Bug 11136964

Change-Id: Ibb94b81d2f73547b95d7a47e027da75fab187a4f
/frameworks/av/cmds/screenrecord/Android.mk
1f5a90bc795475896044fcb1f74816c102851f06 22-Jul-2013 Andy McFadden <fadden@android.com> Prototype screen recording command

This records the screen contents as a movie. It works by feeding
the output of a virtual display to the video/avc encoder. Recording
continues until Ctrl-C is hit.

Video only, no sound. Does not track screen rotations.

Change-Id: I91d5c4e781792c740699b7a83590e846295b3617
/frameworks/av/cmds/screenrecord/Android.mk