)]}'
{
  "log": [
    {
      "commit": "1b19c9d120869c3182373a9b06a1ed98898df882",
      "tree": "f004f06f4d23698432b71da01873147a8da7c44e",
      "parents": [
        "eb941f9a0c8474324732a99387cc6d8cb4ab01ef"
      ],
      "author": {
        "name": "Andreas Huber",
        "email": "andih@google.com",
        "time": "Wed Aug 29 11:34:22 2012 -0700"
      },
      "committer": {
        "name": "Andreas Huber",
        "email": "andih@google.com",
        "time": "Wed Aug 29 11:34:22 2012 -0700"
      },
      "message": "Preliminary support for HDCP as a binder service for wifi display support.\n\nChange-Id: Ie0de1c086c629a668d1c7863992eef56fb94157c\n"
    },
    {
      "commit": "eb941f9a0c8474324732a99387cc6d8cb4ab01ef",
      "tree": "e0cc2efc71190af867b8d721fbd15cfcf31e2e43",
      "parents": [
        "3a1d5240f3dcf0f3538549cc94c63fde8b216762",
        "2e19c3c02957208371cdd491e6342ea7ddb440d9"
      ],
      "author": {
        "name": "Eino-Ville Talvala",
        "email": "etalvala@google.com",
        "time": "Tue Aug 28 12:28:24 2012 -0700"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Tue Aug 28 12:28:24 2012 -0700"
      },
      "message": "Merge \"Camera2: Factor out Camera2Client::Parameters\" into jb-mr1-dev"
    },
    {
      "commit": "3a1d5240f3dcf0f3538549cc94c63fde8b216762",
      "tree": "52b1e1c29f0dc816587ddeceb6cbf009ad620751",
      "parents": [
        "eccfd92954c1c79bd8e71b9d3df9314d0e93d287",
        "a7607a7f97b3136d5e61c0bca63760bf9fc05b19"
      ],
      "author": {
        "name": "Andreas Huber",
        "email": "andih@google.com",
        "time": "Tue Aug 28 11:11:47 2012 -0700"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Tue Aug 28 11:11:48 2012 -0700"
      },
      "message": "Merge \"Fix retries when server doesn\u0027t support range requests.\" into jb-mr1-dev"
    },
    {
      "commit": "a7607a7f97b3136d5e61c0bca63760bf9fc05b19",
      "tree": "9a939366f6acaba47fe73e6bb9d25bed37c8b022",
      "parents": [
        "690921927f289da73556ea71c28981194af8ffcd"
      ],
      "author": {
        "name": "Andreas Huber",
        "email": "andih@google.com",
        "time": "Tue Aug 28 09:48:40 2012 -0700"
      },
      "committer": {
        "name": "Andreas Huber",
        "email": "andih@google.com",
        "time": "Tue Aug 28 10:46:38 2012 -0700"
      },
      "message": "Fix retries when server doesn\u0027t support range requests.\n\nChange-Id: I2d137f3e799b87af36a279473c0077d860c14477\nrelated-to-bug: 7021436\n"
    },
    {
      "commit": "eccfd92954c1c79bd8e71b9d3df9314d0e93d287",
      "tree": "2e3a4402cfb31ac1f78a130f2e7dd8f29bf7cfd5",
      "parents": [
        "2352a815fe99a00702dd00c5d1c6cfdfadba10fd",
        "bb197f84c4119651e5face418285688ddaf08ea3"
      ],
      "author": {
        "name": "Andreas Huber",
        "email": "andih@google.com",
        "time": "Tue Aug 28 10:22:44 2012 -0700"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Tue Aug 28 10:22:44 2012 -0700"
      },
      "message": "Merge \"Test to measure UDP roundtrip time between two devices on the same network.\" into jb-mr1-dev"
    },
    {
      "commit": "bb197f84c4119651e5face418285688ddaf08ea3",
      "tree": "ba20bed635c17735d57a62ce20173e02db1392e6",
      "parents": [
        "690921927f289da73556ea71c28981194af8ffcd"
      ],
      "author": {
        "name": "Andreas Huber",
        "email": "andih@google.com",
        "time": "Tue Aug 28 09:47:45 2012 -0700"
      },
      "committer": {
        "name": "Andreas Huber",
        "email": "andih@google.com",
        "time": "Tue Aug 28 09:52:36 2012 -0700"
      },
      "message": "Test to measure UDP roundtrip time between two devices on the same network.\n\nChange-Id: I4c9a5190efe18da8b6be7d68bda91df878c4118c\n"
    },
    {
      "commit": "2e19c3c02957208371cdd491e6342ea7ddb440d9",
      "tree": "ba960541c34212c11b10980f06e3afec8af35968",
      "parents": [
        "2352a815fe99a00702dd00c5d1c6cfdfadba10fd"
      ],
      "author": {
        "name": "Eino-Ville Talvala",
        "email": "etalvala@google.com",
        "time": "Sun Aug 26 09:29:28 2012 -0700"
      },
      "committer": {
        "name": "Eino-Ville Talvala",
        "email": "etalvala@google.com",
        "time": "Tue Aug 28 01:29:02 2012 -0700"
      },
      "message": "Camera2: Factor out Camera2Client::Parameters\n\nMove the parameter structure and the various utility methods using it\nto its own class. Rename LockedParameters to SharedParameters to match\nthe Mutex naming convention.\n\nAlso move CameraMetadata to camera2 directory for organization.\n\nNo functional changes.\n\nBug: 6243944\nChange-Id: Ie60b535936ecfda9bf23361d52604abf515c83d0\n"
    },
    {
      "commit": "2352a815fe99a00702dd00c5d1c6cfdfadba10fd",
      "tree": "522f85faa8a80d4f86d0659b7694d871bc160953",
      "parents": [
        "68536901073cba8d673f410ebf79d44cd6c79e39",
        "a6195decfe4f9021bbbd7deb050495c33371366b"
      ],
      "author": {
        "name": "Jeff Brown",
        "email": "jeffbrown@google.com",
        "time": "Mon Aug 27 17:15:59 2012 -0700"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Mon Aug 27 17:16:00 2012 -0700"
      },
      "message": "Merge \"Use new surface flinger API.\" into jb-mr1-dev"
    },
    {
      "commit": "68536901073cba8d673f410ebf79d44cd6c79e39",
      "tree": "2479297afdb261be17cb9aba90c5366f815cc583",
      "parents": [
        "33ea2dffa733b41eca4290c1eaa094058040b704",
        "f17b6cf6aa7548ca82e7fed96d71db7821103e57"
      ],
      "author": {
        "name": "Eino-Ville Talvala",
        "email": "etalvala@google.com",
        "time": "Mon Aug 27 12:19:52 2012 -0700"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Mon Aug 27 12:19:52 2012 -0700"
      },
      "message": "Merge \"Camera2: Fix metering/focusing region coordinates, minor bugs\" into jb-mr1-dev"
    },
    {
      "commit": "33ea2dffa733b41eca4290c1eaa094058040b704",
      "tree": "6069daf9681206c0dcaa17f62302edf386e2efff",
      "parents": [
        "928da7e276dcfc2d2f6e68c91f33d3a6df6be033",
        "c8474b68e435cd840ba66791fb09e3da59f1d93c"
      ],
      "author": {
        "name": "Eino-Ville Talvala",
        "email": "etalvala@google.com",
        "time": "Mon Aug 27 12:19:40 2012 -0700"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Mon Aug 27 12:19:41 2012 -0700"
      },
      "message": "Merge \"Camera2: Move frame processing to its own thread.\" into jb-mr1-dev"
    },
    {
      "commit": "928da7e276dcfc2d2f6e68c91f33d3a6df6be033",
      "tree": "f71cf718027a4dfe352d840733a743422558ed64",
      "parents": [
        "db7e3856c1cb7c2a25d1b01a86339596cc2c00a0",
        "cab96a4a7a2900fa991ab77ae45ba8d4be97e054"
      ],
      "author": {
        "name": "Eino-Ville Talvala",
        "email": "etalvala@google.com",
        "time": "Mon Aug 27 10:33:35 2012 -0700"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Mon Aug 27 10:33:36 2012 -0700"
      },
      "message": "Merge \"Camera2: Use CameraMetadata wrapper class.\" into jb-mr1-dev"
    },
    {
      "commit": "db7e3856c1cb7c2a25d1b01a86339596cc2c00a0",
      "tree": "987786ac415467223629a3da3ac8f9e1b311bbba",
      "parents": [
        "1c356d38527efbbee0894188c0a8f82074b0f441",
        "b8a9825bf0f5c74333b0e4ff5ba7677ac6fd2a25"
      ],
      "author": {
        "name": "James Dong",
        "email": "jdong@google.com",
        "time": "Mon Aug 27 10:14:29 2012 -0700"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Mon Aug 27 10:14:30 2012 -0700"
      },
      "message": "Merge \"Fixed a potential/rare race condtion in MediaPlayerService::Client::notify() method\" into jb-mr1-dev"
    },
    {
      "commit": "1c356d38527efbbee0894188c0a8f82074b0f441",
      "tree": "15a9f511a77a8817f02c558883052dd754298a2d",
      "parents": [
        "690921927f289da73556ea71c28981194af8ffcd",
        "aa8879d381918335c9d829fc279b76d53a15a550"
      ],
      "author": {
        "name": "James Dong",
        "email": "jdong@google.com",
        "time": "Mon Aug 27 10:14:23 2012 -0700"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Mon Aug 27 10:14:23 2012 -0700"
      },
      "message": "Merge \"Fixed a native crash due to unexpected state at destroy time when encoder component\u0027s source fails to start\" into jb-mr1-dev"
    },
    {
      "commit": "f17b6cf6aa7548ca82e7fed96d71db7821103e57",
      "tree": "708a7173885143204487ce9b3b32d08df88ab34a",
      "parents": [
        "c8474b68e435cd840ba66791fb09e3da59f1d93c"
      ],
      "author": {
        "name": "Eino-Ville Talvala",
        "email": "etalvala@google.com",
        "time": "Sat Aug 25 17:12:18 2012 -0700"
      },
      "committer": {
        "name": "Eino-Ville Talvala",
        "email": "etalvala@google.com",
        "time": "Mon Aug 27 09:56:20 2012 -0700"
      },
      "message": "Camera2: Fix metering/focusing region coordinates, minor bugs\n\n- Use active pixel array-based coordinates instead of the normalized\n  camera API coordinates for ae/awb/af regions\n- Fix calculation of UV stride for YV12 format\n\nBug: 6243944\nChange-Id: I80cbd989858b0a3cb75c6f536c145e16e44fdb25\n"
    },
    {
      "commit": "c8474b68e435cd840ba66791fb09e3da59f1d93c",
      "tree": "7c5ee6a72015cd28d37e9f564ac0f3a625a2a609",
      "parents": [
        "cab96a4a7a2900fa991ab77ae45ba8d4be97e054"
      ],
      "author": {
        "name": "Eino-Ville Talvala",
        "email": "etalvala@google.com",
        "time": "Fri Aug 24 16:30:44 2012 -0700"
      },
      "committer": {
        "name": "Eino-Ville Talvala",
        "email": "etalvala@google.com",
        "time": "Mon Aug 27 09:56:08 2012 -0700"
      },
      "message": "Camera2: Move frame processing to its own thread.\n\nTo avoid blocking the HAL on possibly long-running binder calls,\nmove frame receiption and processing to its own thread.\n\nBug: 6243944\nChange-Id: I6385be4410b2f68e2331755027afc10c342187cf\n"
    },
    {
      "commit": "cab96a4a7a2900fa991ab77ae45ba8d4be97e054",
      "tree": "3622d5ac476753b4771d63dbd80a15e26f419dea",
      "parents": [
        "690921927f289da73556ea71c28981194af8ffcd"
      ],
      "author": {
        "name": "Eino-Ville Talvala",
        "email": "etalvala@google.com",
        "time": "Fri Aug 24 11:29:22 2012 -0700"
      },
      "committer": {
        "name": "Eino-Ville Talvala",
        "email": "etalvala@google.com",
        "time": "Mon Aug 27 09:14:50 2012 -0700"
      },
      "message": "Camera2: Use CameraMetadata wrapper class.\n\nWrap the use of the camera_metadata library inside a CameraMetadata\nclass to avoid memory leaks, improve code clarity, and increase type\nsafety.\n\nBug: 6243944\nChange-Id: I90ca592b5875e27e4c58ea1ca680582dc3c3b56a\n"
    },
    {
      "commit": "690921927f289da73556ea71c28981194af8ffcd",
      "tree": "e4bef9233f3f73be80d44ee99dd140e933a4c723",
      "parents": [
        "96272d57caa39566842795ba1f0605a5a5f72272",
        "a0ead0a2d2ce1d114ad3a17d755dddce831abb40"
      ],
      "author": {
        "name": "Jamie Gennis",
        "email": "jgennis@google.com",
        "time": "Sun Aug 26 16:28:14 2012 -0700"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Sun Aug 26 16:28:14 2012 -0700"
      },
      "message": "Merge \"SurfaceMediaSource: a few fixes / cleanups\" into jb-mr1-dev"
    },
    {
      "commit": "a0ead0a2d2ce1d114ad3a17d755dddce831abb40",
      "tree": "0908865a805a13176c98f2a9a5ffb2c28380d75d",
      "parents": [
        "ff3f75c3e827c1c1f3e3a11b1de46b19444af197"
      ],
      "author": {
        "name": "Jamie Gennis",
        "email": "jgennis@google.com",
        "time": "Thu Aug 23 20:24:09 2012 -0700"
      },
      "committer": {
        "name": "Jamie Gennis",
        "email": "jgennis@google.com",
        "time": "Sun Aug 26 16:25:12 2012 -0700"
      },
      "message": "SurfaceMediaSource: a few fixes / cleanups\n\n- Remove the setting of mStopped to true in onBuffersReleased\n- Cleaned up a few function call logs\n- Removed the \u0027reset\u0027 method.\n\nChange-Id: I56bab1d5cb2f3e6d59d54698c2e045d796d1849f\n"
    },
    {
      "commit": "b8a9825bf0f5c74333b0e4ff5ba7677ac6fd2a25",
      "tree": "4dd56785fc2185f44abff6f257197ca982e4c49b",
      "parents": [
        "96272d57caa39566842795ba1f0605a5a5f72272"
      ],
      "author": {
        "name": "James Dong",
        "email": "jdong@google.com",
        "time": "Sun Aug 26 16:13:03 2012 -0700"
      },
      "committer": {
        "name": "James Dong",
        "email": "jdong@google.com",
        "time": "Sun Aug 26 16:18:11 2012 -0700"
      },
      "message": "Fixed a potential/rare race condtion in MediaPlayerService::Client::notify() method\n\no The mClient could be disconnected before the notify message is sent out. Use\n  a local reference could help resolve this issue.\n\no related-to-bug: 6782035\n\nChange-Id: Ia2047bd7f2666100fed83c6e5417a3bf2e20cd2c\n"
    },
    {
      "commit": "a6195decfe4f9021bbbd7deb050495c33371366b",
      "tree": "09b9019be81ae19ce8555b505248802fc918e4e3",
      "parents": [
        "96272d57caa39566842795ba1f0605a5a5f72272"
      ],
      "author": {
        "name": "Jeff Brown",
        "email": "jeffbrown@google.com",
        "time": "Fri Aug 24 22:34:11 2012 -0700"
      },
      "committer": {
        "name": "Jeff Brown",
        "email": "jeffbrown@google.com",
        "time": "Fri Aug 24 22:42:51 2012 -0700"
      },
      "message": "Use new surface flinger API.\n\nChange-Id: I594c6e15db5f617d2feaac1a65b5316daa3812d0\n"
    },
    {
      "commit": "96272d57caa39566842795ba1f0605a5a5f72272",
      "tree": "1ca35139ef23f8758896eda687ac12882ec9f8d3",
      "parents": [
        "b0c1e303913f606dca15bfb75c029f3d4a1ab04c",
        "fd7ec80f3d0e30c8df61b86951d926ab9c8c6d25"
      ],
      "author": {
        "name": "Marco Nelissen",
        "email": "marcone@google.com",
        "time": "Fri Aug 24 17:18:25 2012 -0700"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Fri Aug 24 17:18:25 2012 -0700"
      },
      "message": "Merge \"Fix deadlock\" into jb-mr1-dev"
    },
    {
      "commit": "fd7ec80f3d0e30c8df61b86951d926ab9c8c6d25",
      "tree": "a43a6dee60d9c94ad41b1801803c1ce09ac2dea0",
      "parents": [
        "ff3f75c3e827c1c1f3e3a11b1de46b19444af197"
      ],
      "author": {
        "name": "Marco Nelissen",
        "email": "marcone@google.com",
        "time": "Fri Aug 24 17:10:17 2012 -0700"
      },
      "committer": {
        "name": "Marco Nelissen",
        "email": "marcone@google.com",
        "time": "Fri Aug 24 17:12:20 2012 -0700"
      },
      "message": "Fix deadlock\n\nI wanted to save some space, and ended up with a deadlock.\nThis change basically restores setDataSource(fd, offset, size) to the\nway it was before I added the new setDataSource(DataSource) method,\ninstead of calling through to it.\n\nChange-Id: Iacf4627c8745369fa84b467530189a9f64f8726b\n"
    },
    {
      "commit": "b0c1e303913f606dca15bfb75c029f3d4a1ab04c",
      "tree": "ab5fd76968ff644d0dc3d73c694dda4f025249ca",
      "parents": [
        "ff3f75c3e827c1c1f3e3a11b1de46b19444af197",
        "e44615ff6022239850a3ea459ad6e07b44c37544"
      ],
      "author": {
        "name": "Eric Laurent",
        "email": "elaurent@google.com",
        "time": "Fri Aug 24 14:29:56 2012 -0700"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Fri Aug 24 14:29:57 2012 -0700"
      },
      "message": "Merge \"Reduce THD when equalizer is ON.\" into jb-mr1-dev"
    },
    {
      "commit": "e44615ff6022239850a3ea459ad6e07b44c37544",
      "tree": "67b26af98c6bff960193a642bf0a48181c1cee43",
      "parents": [
        "9a150640a28d3fa5507a590125a6c004681bb221"
      ],
      "author": {
        "name": "Eric Laurent",
        "email": "elaurent@google.com",
        "time": "Fri Aug 24 14:17:34 2012 -0700"
      },
      "committer": {
        "name": "Eric Laurent",
        "email": "elaurent@google.com",
        "time": "Fri Aug 24 14:17:34 2012 -0700"
      },
      "message": "Reduce THD when equalizer is ON.\n\nIncrease headroom in LVM bundle to reduce THD when equalizer is ON\nwith high band gains.\n\nAlso add a workaround for a bug in headroom parameter control.\n\nChange-Id: I1d67c9ae475f6cf852c2e0e49bacfc82a5e484fd\n"
    },
    {
      "commit": "aa8879d381918335c9d829fc279b76d53a15a550",
      "tree": "0ec909da8db12815112ba15ba266d1093ff91de8",
      "parents": [
        "9a150640a28d3fa5507a590125a6c004681bb221"
      ],
      "author": {
        "name": "James Dong",
        "email": "jdong@google.com",
        "time": "Fri Aug 24 10:53:31 2012 -0700"
      },
      "committer": {
        "name": "James Dong",
        "email": "jdong@google.com",
        "time": "Fri Aug 24 13:10:16 2012 -0700"
      },
      "message": "Fixed a native crash due to unexpected state at destroy time when encoder component\u0027s source fails to start\n\no Encoder component initializes to be in the state of EXECUTING before its source gets started, because we wanted to be able\n  to configure the source to use the advertised number of input buffers. However, if the source fails to start, then the encoder\n  ends up in the state of EXECUTING when OMXCodec object gets destroyed. As a result, the assertion on the expected state in\n  OMXCodec\u0027s constructor fails. The fix is to stop the video encoder component right way when its source fails to start so to\n  bring the state of the encoder component back to the expected state.\n\no related-to-bug: 7045494\n\nChange-Id: I6d4a221eb809d7137f53e58098a04816998f7a25\n"
    },
    {
      "commit": "ff3f75c3e827c1c1f3e3a11b1de46b19444af197",
      "tree": "5b660851627c1926b96278f9dac189b36b17e3cf",
      "parents": [
        "6de95261c619d53f3e7b431fd17995e73928571e",
        "dbcb4c17f16230dfc6af908f176681c49f61b13e"
      ],
      "author": {
        "name": "Marco Nelissen",
        "email": "marcone@google.com",
        "time": "Fri Aug 24 10:37:39 2012 -0700"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Fri Aug 24 10:37:39 2012 -0700"
      },
      "message": "Merge \"Allow directly setting a DataSource for NuMediaExtractor\" into jb-mr1-dev"
    },
    {
      "commit": "dbcb4c17f16230dfc6af908f176681c49f61b13e",
      "tree": "bef549ee2c80ee54309207846ab36192b0124879",
      "parents": [
        "9a150640a28d3fa5507a590125a6c004681bb221"
      ],
      "author": {
        "name": "Marco Nelissen",
        "email": "marcone@google.com",
        "time": "Fri Aug 24 09:53:35 2012 -0700"
      },
      "committer": {
        "name": "Marco Nelissen",
        "email": "marcone@google.com",
        "time": "Fri Aug 24 10:14:37 2012 -0700"
      },
      "message": "Allow directly setting a DataSource for NuMediaExtractor\n\nThis adds NuMediaExtractor::setDataSource(const sp\u003cDataSource\u003e \u0026source),\nwhich some new code under frameworks/av will use to let applications\nprovide a custom data source for extractors.\n\nChange-Id: I8fb743441d04b4eadbda3c2d76858c3d60e2a3b2\n"
    },
    {
      "commit": "6de95261c619d53f3e7b431fd17995e73928571e",
      "tree": "77f07b8a0d4aeb0ff8ad0badf69cab797ce415ef",
      "parents": [
        "960e46f97e3ca22e99548841816ab77ac3a30d86",
        "cb0b755efc2cd24703f400729994900bf2117f66"
      ],
      "author": {
        "name": "John Grossman",
        "email": "johngro@google.com",
        "time": "Fri Aug 24 09:20:07 2012 -0700"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Fri Aug 24 09:20:08 2012 -0700"
      },
      "message": "Merge \"Add a missing NULL check.\" into jb-mr1-dev"
    },
    {
      "commit": "960e46f97e3ca22e99548841816ab77ac3a30d86",
      "tree": "3245f2587b5c90c1574bdda55b7e4d5563b7eba7",
      "parents": [
        "a8d21ea6dd37683a11a7ba2a63ab0af786ef52d7",
        "07315f8262f843f3624c70974642e4fb733a661c"
      ],
      "author": {
        "name": "Jean-Baptiste Queru",
        "email": "jbq@google.com",
        "time": "Fri Aug 24 07:29:47 2012 -0700"
      },
      "committer": {
        "name": "Android Git Automerger",
        "email": "android-git-automerger@android.com",
        "time": "Fri Aug 24 07:29:47 2012 -0700"
      },
      "message": "am 07315f82: am 4b60ac04: Merge \"Fixed redefinition of \\\u0027i\\\u0027 with a different type error\"\n\n* commit \u002707315f8262f843f3624c70974642e4fb733a661c\u0027:\n  Fixed redefinition of \u0027i\u0027 with a different type error\n"
    },
    {
      "commit": "a8d21ea6dd37683a11a7ba2a63ab0af786ef52d7",
      "tree": "0c46f5322f4553357481c91d7171ba1c05c117d6",
      "parents": [
        "d8d4d666cc323d6a30d2030f7a41f5778b9bbbd5",
        "780159840d754eae8e4e3f693ea10932634053f8"
      ],
      "author": {
        "name": "Jean-Baptiste Queru",
        "email": "jbq@google.com",
        "time": "Fri Aug 24 07:29:45 2012 -0700"
      },
      "committer": {
        "name": "Android Git Automerger",
        "email": "android-git-automerger@android.com",
        "time": "Fri Aug 24 07:29:45 2012 -0700"
      },
      "message": "am 78015984: am 6e55a0f7: Merge \"Fixed member access into incomplete type build error\"\n\n* commit \u0027780159840d754eae8e4e3f693ea10932634053f8\u0027:\n  Fixed member access into incomplete type build error\n"
    },
    {
      "commit": "cb0b755efc2cd24703f400729994900bf2117f66",
      "tree": "21d73848006bb14b4de9fcfe56fa0a1befd09868",
      "parents": [
        "9a150640a28d3fa5507a590125a6c004681bb221"
      ],
      "author": {
        "name": "John Grossman",
        "email": "johngro@google.com",
        "time": "Thu Aug 23 17:47:31 2012 -0700"
      },
      "committer": {
        "name": "John Grossman",
        "email": "johngro@google.com",
        "time": "Thu Aug 23 17:47:31 2012 -0700"
      },
      "message": "Add a missing NULL check.\n\nDon\u0027t crash if its time to start the next media player in a media\nplayer chain, but the current player\u0027s client has a NULL mAudioOutput,\nas is the case when the low level player implements\nMediaPlayerHWInterface.\n\nChange-Id: If555da3a46960cbee91ff26e5b1fd05e52c8ef28\n"
    },
    {
      "commit": "d8d4d666cc323d6a30d2030f7a41f5778b9bbbd5",
      "tree": "3d681b98ca398db99ca3fa274946456de161f7d2",
      "parents": [
        "9a150640a28d3fa5507a590125a6c004681bb221",
        "f10f36d34812bae602ff018fb503ad07eaf550b1"
      ],
      "author": {
        "name": "Jeffrey Tinker",
        "email": "jtinker@google.com",
        "time": "Thu Aug 23 17:24:29 2012 -0700"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Thu Aug 23 17:24:29 2012 -0700"
      },
      "message": "Merge \"Send current bandwidth info event when buffering occurs\" into jb-mr1-dev"
    },
    {
      "commit": "07315f8262f843f3624c70974642e4fb733a661c",
      "tree": "98dcde6faf3c948c4d7c69f9dfb95e3c47247960",
      "parents": [
        "780159840d754eae8e4e3f693ea10932634053f8",
        "4b60ac04a878eaf8344b56189509ccd6925855c2"
      ],
      "author": {
        "name": "Jean-Baptiste Queru",
        "email": "jbq@google.com",
        "time": "Thu Aug 23 13:01:44 2012 -0700"
      },
      "committer": {
        "name": "Android Git Automerger",
        "email": "android-git-automerger@android.com",
        "time": "Thu Aug 23 13:01:44 2012 -0700"
      },
      "message": "am 4b60ac04: Merge \"Fixed redefinition of \\\u0027i\\\u0027 with a different type error\"\n\n* commit \u00274b60ac04a878eaf8344b56189509ccd6925855c2\u0027:\n  Fixed redefinition of \u0027i\u0027 with a different type error\n"
    },
    {
      "commit": "780159840d754eae8e4e3f693ea10932634053f8",
      "tree": "8d9bce07167ade8dcd7979360f827230ee4b07d7",
      "parents": [
        "8d4d590dcbbd2b178976d0bd024625e9d6216365",
        "6e55a0f71eef07c6041077e6e9e7fad8c973a752"
      ],
      "author": {
        "name": "Jean-Baptiste Queru",
        "email": "jbq@google.com",
        "time": "Thu Aug 23 13:01:43 2012 -0700"
      },
      "committer": {
        "name": "Android Git Automerger",
        "email": "android-git-automerger@android.com",
        "time": "Thu Aug 23 13:01:43 2012 -0700"
      },
      "message": "am 6e55a0f7: Merge \"Fixed member access into incomplete type build error\"\n\n* commit \u00276e55a0f71eef07c6041077e6e9e7fad8c973a752\u0027:\n  Fixed member access into incomplete type build error\n"
    },
    {
      "commit": "4b60ac04a878eaf8344b56189509ccd6925855c2",
      "tree": "8a969706f792f58bd6449d3085d83ff9abcbd50f",
      "parents": [
        "6e55a0f71eef07c6041077e6e9e7fad8c973a752",
        "cba4ed0039c8b8fac01b3193d19fc2364f934506"
      ],
      "author": {
        "name": "Jean-Baptiste Queru",
        "email": "jbq@google.com",
        "time": "Thu Aug 23 12:42:48 2012 -0700"
      },
      "committer": {
        "name": "android code review",
        "email": "noreply-gerritcodereview@google.com",
        "time": "Thu Aug 23 12:42:48 2012 -0700"
      },
      "message": "Merge \"Fixed redefinition of \u0027i\u0027 with a different type error\""
    },
    {
      "commit": "6e55a0f71eef07c6041077e6e9e7fad8c973a752",
      "tree": "aba2b34a68b8f1c340ddd568c9b4df96ec02066c",
      "parents": [
        "1e75e9721254ae5df05c3d88b30ed7f778406261",
        "3677437296fd1547d762b1b227a3de83dbc960d6"
      ],
      "author": {
        "name": "Jean-Baptiste Queru",
        "email": "jbq@google.com",
        "time": "Thu Aug 23 12:42:24 2012 -0700"
      },
      "committer": {
        "name": "android code review",
        "email": "noreply-gerritcodereview@google.com",
        "time": "Thu Aug 23 12:42:25 2012 -0700"
      },
      "message": "Merge \"Fixed member access into incomplete type build error\""
    },
    {
      "commit": "f10f36d34812bae602ff018fb503ad07eaf550b1",
      "tree": "b6b7ce250b453bd8713c9e6acfb4cef9f7f7a9fe",
      "parents": [
        "cd3ed11664d16939f1f5763a896d7fc75dd3642e"
      ],
      "author": {
        "name": "Jeffrey Tinker",
        "email": "jtinker@google.com",
        "time": "Thu Aug 23 01:56:53 2012 -0700"
      },
      "committer": {
        "name": "Jeffrey Tinker",
        "email": "jtinker@google.com",
        "time": "Thu Aug 23 01:56:53 2012 -0700"
      },
      "message": "Send current bandwidth info event when buffering occurs\n\nThere is a dependent change in vendor/widevine repo.\n\nChange-Id: If063f4b1c8857e5bfc7be54ab0f97a4ed169b303\nrelated-to-bug: 5883234\n"
    },
    {
      "commit": "9a150640a28d3fa5507a590125a6c004681bb221",
      "tree": "d45d6e643ac0fac5d0b80258b1ec38feccff4e9f",
      "parents": [
        "0c676cd04ff15cc7eacf6144b4aead6deaccf60c",
        "bf5b3b29e31b293313788d7464cfb258ac0da803"
      ],
      "author": {
        "name": "James Dong",
        "email": "jdong@google.com",
        "time": "Wed Aug 22 14:50:14 2012 -0700"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Wed Aug 22 14:50:14 2012 -0700"
      },
      "message": "Merge \"Let getOriginalMimeType() take a fd passed from drm java applications\" into jb-mr1-dev"
    },
    {
      "commit": "cba4ed0039c8b8fac01b3193d19fc2364f934506",
      "tree": "54289d793301bd0b48e33439ea331d8143df5172",
      "parents": [
        "1e75e9721254ae5df05c3d88b30ed7f778406261"
      ],
      "author": {
        "name": "Tareq A. Siraj",
        "email": "tareq.a.siraj@intel.com",
        "time": "Thu Jul 26 16:53:14 2012 -0400"
      },
      "committer": {
        "name": "Edwin Vane",
        "email": "edwin.vane@intel.com",
        "time": "Wed Aug 22 15:01:29 2012 -0400"
      },
      "message": "Fixed redefinition of \u0027i\u0027 with a different type error\n\nRenamed the redefinition of \u0027i\u0027 to \u0027k\u0027.\n\nChange-Id: I8ae8ed1dee42c896fa15e55be8d58b33b29254f4\nAuthor: Tareq A. Siraj \u003ctareq.a.siraj@intel.com\u003e\nReviewed-by: Kevin P Schoedel \u003ckevin.p.schoedel@intel.com\u003e\n"
    },
    {
      "commit": "3677437296fd1547d762b1b227a3de83dbc960d6",
      "tree": "aba2b34a68b8f1c340ddd568c9b4df96ec02066c",
      "parents": [
        "1e75e9721254ae5df05c3d88b30ed7f778406261"
      ],
      "author": {
        "name": "Tareq A. Siraj",
        "email": "tareq.a.siraj@intel.com",
        "time": "Fri Jul 27 11:49:32 2012 -0400"
      },
      "committer": {
        "name": "Edwin Vane",
        "email": "edwin.vane@intel.com",
        "time": "Wed Aug 22 14:55:22 2012 -0400"
      },
      "message": "Fixed member access into incomplete type build error\n\nIncluded the ARTPAssembler.h file to fix the \u0027member access into\nincomplete type \"android::ARTPAssembler\"\u0027 error reported by clang.\n\nChange-Id: I10cb1e38bf360858bb7ebdeae82ba1e64431f87d\nAuthor: Tareq A. Siraj \u003ctareq.a.siraj@intel.com\u003e\nReviewed-by: Edwin Vane\u003cedwin.vane@intel.com\u003e\n"
    },
    {
      "commit": "0c676cd04ff15cc7eacf6144b4aead6deaccf60c",
      "tree": "aa78389096aa639ab092b38eb2e58db1a2971567",
      "parents": [
        "30e65e7e2ec01e13e45b5e38552a34d2fbb3f866"
      ],
      "author": {
        "name": "Glenn Kasten",
        "email": "gkasten@google.com",
        "time": "Wed Aug 22 09:27:41 2012 -0700"
      },
      "committer": {
        "name": "Glenn Kasten",
        "email": "gkasten@google.com",
        "time": "Wed Aug 22 09:28:22 2012 -0700"
      },
      "message": "Make tee sink compile OK again\n\nChange-Id: Ie865ceeabaeb698a62c11eac9f96e303c44c28ae\n"
    },
    {
      "commit": "30e65e7e2ec01e13e45b5e38552a34d2fbb3f866",
      "tree": "f028cfdc6fc9d8309a5ba1cb0cb6eb020bbc3964",
      "parents": [
        "76dc8dacbb3e2a8c91cb526293270f9093cf8f8b"
      ],
      "author": {
        "name": "Eino-Ville Talvala",
        "email": "etalvala@google.com",
        "time": "Tue Aug 21 13:30:45 2012 -0700"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Tue Aug 21 17:45:25 2012 -0700"
      },
      "message": "Camera2: Replace MediaConsumer with BufferItemConsumer.\n\nGet rid of MediaConsumer, which was largely duplicated code, and\nreplace it with the simpler BufferItemConsumer.\n\nBug: 6243944\nChange-Id: I242d80c5fe39f2ee581ec8bb46f362997d994b0a\n"
    },
    {
      "commit": "76dc8dacbb3e2a8c91cb526293270f9093cf8f8b",
      "tree": "7d74c6729903711a4506d0cef8eadc252bccf5c6",
      "parents": [
        "cd3ed11664d16939f1f5763a896d7fc75dd3642e"
      ],
      "author": {
        "name": "Eino-Ville Talvala",
        "email": "etalvala@google.com",
        "time": "Tue Aug 21 16:09:31 2012 -0700"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Tue Aug 21 17:41:13 2012 -0700"
      },
      "message": "Camera2: Ignore NOT_FOUND errors for face detect mode on frame receipt.\n\nReduce log spamming due to incomplete implementations.\n\nChange-Id: I6eb9d657591bd5f1476dd8c96e4a00b8a03e2a5e\n"
    },
    {
      "commit": "cd3ed11664d16939f1f5763a896d7fc75dd3642e",
      "tree": "05a2628b93f509323c722bf244c99ccdaa0ca874",
      "parents": [
        "562d654876c6134b1e879f56f72635dabc5535f2",
        "8d4d590dcbbd2b178976d0bd024625e9d6216365"
      ],
      "author": {
        "name": "Jean-Baptiste Queru",
        "email": "jbq@google.com",
        "time": "Tue Aug 21 10:16:09 2012 -0700"
      },
      "committer": {
        "name": "Android Git Automerger",
        "email": "android-git-automerger@android.com",
        "time": "Tue Aug 21 10:16:09 2012 -0700"
      },
      "message": "am 8d4d590d: am 1e75e972: Merge \"avcenc: Update a comment about the inline assembly\"\n\n* commit \u00278d4d590dcbbd2b178976d0bd024625e9d6216365\u0027:\n  avcenc: Update a comment about the inline assembly\n"
    },
    {
      "commit": "562d654876c6134b1e879f56f72635dabc5535f2",
      "tree": "a2554ee8517bc372c6715374524a2918391170d6",
      "parents": [
        "391348890849f99663dd46c475a1fc0737d6908d",
        "8a825ec079da6f2b89149c53568cb9721c10d923"
      ],
      "author": {
        "name": "Jean-Baptiste Queru",
        "email": "jbq@google.com",
        "time": "Tue Aug 21 10:16:08 2012 -0700"
      },
      "committer": {
        "name": "Android Git Automerger",
        "email": "android-git-automerger@android.com",
        "time": "Tue Aug 21 10:16:08 2012 -0700"
      },
      "message": "am 8a825ec0: am aa411adf: Merge \"h264 streaming: make profile-level-id optional\"\n\n* commit \u00278a825ec079da6f2b89149c53568cb9721c10d923\u0027:\n  h264 streaming: make profile-level-id optional\n"
    },
    {
      "commit": "8d4d590dcbbd2b178976d0bd024625e9d6216365",
      "tree": "63b0c5ec268f2971724cd846aaa9cc8fee4bcee8",
      "parents": [
        "8a825ec079da6f2b89149c53568cb9721c10d923",
        "1e75e9721254ae5df05c3d88b30ed7f778406261"
      ],
      "author": {
        "name": "Jean-Baptiste Queru",
        "email": "jbq@google.com",
        "time": "Tue Aug 21 10:15:00 2012 -0700"
      },
      "committer": {
        "name": "Android Git Automerger",
        "email": "android-git-automerger@android.com",
        "time": "Tue Aug 21 10:15:00 2012 -0700"
      },
      "message": "am 1e75e972: Merge \"avcenc: Update a comment about the inline assembly\"\n\n* commit \u00271e75e9721254ae5df05c3d88b30ed7f778406261\u0027:\n  avcenc: Update a comment about the inline assembly\n"
    },
    {
      "commit": "8a825ec079da6f2b89149c53568cb9721c10d923",
      "tree": "d1d83f2efea1c1b7ba86450bf4adada59a795b52",
      "parents": [
        "41ee747fc019eb5856454c698adf23f55073c69e",
        "aa411adfc39a4ee6c4ff57952296ba40c2fbfdb3"
      ],
      "author": {
        "name": "Jean-Baptiste Queru",
        "email": "jbq@google.com",
        "time": "Tue Aug 21 10:14:59 2012 -0700"
      },
      "committer": {
        "name": "Android Git Automerger",
        "email": "android-git-automerger@android.com",
        "time": "Tue Aug 21 10:14:59 2012 -0700"
      },
      "message": "am aa411adf: Merge \"h264 streaming: make profile-level-id optional\"\n\n* commit \u0027aa411adfc39a4ee6c4ff57952296ba40c2fbfdb3\u0027:\n  h264 streaming: make profile-level-id optional\n"
    },
    {
      "commit": "1e75e9721254ae5df05c3d88b30ed7f778406261",
      "tree": "50e025da4eac6549340197695ca78b477b0810bc",
      "parents": [
        "aa411adfc39a4ee6c4ff57952296ba40c2fbfdb3",
        "42d515121f11389df082dd02319904c99dd50cd6"
      ],
      "author": {
        "name": "Jean-Baptiste Queru",
        "email": "jbq@google.com",
        "time": "Tue Aug 21 09:49:26 2012 -0700"
      },
      "committer": {
        "name": "android code review",
        "email": "noreply-gerritcodereview@google.com",
        "time": "Tue Aug 21 09:49:26 2012 -0700"
      },
      "message": "Merge \"avcenc: Update a comment about the inline assembly\""
    },
    {
      "commit": "aa411adfc39a4ee6c4ff57952296ba40c2fbfdb3",
      "tree": "6dc319b62e71585335eb3a9b7c5b8ae6ef175bc8",
      "parents": [
        "5ebce52c46360b349daa8c944ca81e3c74accec0",
        "8033393a74a6872ad8d702b10da34d98dde0bf41"
      ],
      "author": {
        "name": "Jean-Baptiste Queru",
        "email": "jbq@google.com",
        "time": "Tue Aug 21 09:18:31 2012 -0700"
      },
      "committer": {
        "name": "android code review",
        "email": "noreply-gerritcodereview@google.com",
        "time": "Tue Aug 21 09:18:31 2012 -0700"
      },
      "message": "Merge \"h264 streaming: make profile-level-id optional\""
    },
    {
      "commit": "391348890849f99663dd46c475a1fc0737d6908d",
      "tree": "b522584229c99110eee9a6fc7114780c905216ac",
      "parents": [
        "136e83a2987acdb7a6956934098bfc0d347c4e7d",
        "41ee747fc019eb5856454c698adf23f55073c69e"
      ],
      "author": {
        "name": "Jean-Baptiste Queru",
        "email": "jbq@google.com",
        "time": "Tue Aug 21 09:09:45 2012 -0700"
      },
      "committer": {
        "name": "Android Git Automerger",
        "email": "android-git-automerger@android.com",
        "time": "Tue Aug 21 09:09:45 2012 -0700"
      },
      "message": "am 41ee747f: am 5ebce52c: Merge \"avcenc: Fix the gcc inline assembly constraints\"\n\n* commit \u002741ee747fc019eb5856454c698adf23f55073c69e\u0027:\n  avcenc: Fix the gcc inline assembly constraints\n"
    },
    {
      "commit": "136e83a2987acdb7a6956934098bfc0d347c4e7d",
      "tree": "35d485bd485e9301b71bdaf010e5fc6e5546fe38",
      "parents": [
        "164c75d47081e714b1a0b537b2b509d5ba9a4dd2",
        "894a7e450704b0c7858a2187a5432b479ac69c1d"
      ],
      "author": {
        "name": "Jean-Baptiste Queru",
        "email": "jbq@google.com",
        "time": "Tue Aug 21 09:09:44 2012 -0700"
      },
      "committer": {
        "name": "Android Git Automerger",
        "email": "android-git-automerger@android.com",
        "time": "Tue Aug 21 09:09:44 2012 -0700"
      },
      "message": "am 894a7e45: am 9e13e927: Merge \"avcenc: Properly indent assembly blocks\"\n\n* commit \u0027894a7e450704b0c7858a2187a5432b479ac69c1d\u0027:\n  avcenc: Properly indent assembly blocks\n"
    },
    {
      "commit": "41ee747fc019eb5856454c698adf23f55073c69e",
      "tree": "7e03c52511403b2b3d4e1e47434afbe1e3bf49eb",
      "parents": [
        "894a7e450704b0c7858a2187a5432b479ac69c1d",
        "5ebce52c46360b349daa8c944ca81e3c74accec0"
      ],
      "author": {
        "name": "Jean-Baptiste Queru",
        "email": "jbq@google.com",
        "time": "Tue Aug 21 09:08:38 2012 -0700"
      },
      "committer": {
        "name": "Android Git Automerger",
        "email": "android-git-automerger@android.com",
        "time": "Tue Aug 21 09:08:38 2012 -0700"
      },
      "message": "am 5ebce52c: Merge \"avcenc: Fix the gcc inline assembly constraints\"\n\n* commit \u00275ebce52c46360b349daa8c944ca81e3c74accec0\u0027:\n  avcenc: Fix the gcc inline assembly constraints\n"
    },
    {
      "commit": "894a7e450704b0c7858a2187a5432b479ac69c1d",
      "tree": "6ce2753d6e78048c7b503458e7361412da53513e",
      "parents": [
        "add7c4d329586119fb8b5501b049905004400233",
        "9e13e927206b7c7c15359af2b0ccc8f525e78a7d"
      ],
      "author": {
        "name": "Jean-Baptiste Queru",
        "email": "jbq@google.com",
        "time": "Tue Aug 21 09:08:37 2012 -0700"
      },
      "committer": {
        "name": "Android Git Automerger",
        "email": "android-git-automerger@android.com",
        "time": "Tue Aug 21 09:08:37 2012 -0700"
      },
      "message": "am 9e13e927: Merge \"avcenc: Properly indent assembly blocks\"\n\n* commit \u00279e13e927206b7c7c15359af2b0ccc8f525e78a7d\u0027:\n  avcenc: Properly indent assembly blocks\n"
    },
    {
      "commit": "5ebce52c46360b349daa8c944ca81e3c74accec0",
      "tree": "927a7c240a6322926289762279192c4776e7b740",
      "parents": [
        "9e13e927206b7c7c15359af2b0ccc8f525e78a7d",
        "3fdb405597f0e062a9bb8af20199c5e67f0f764c"
      ],
      "author": {
        "name": "Jean-Baptiste Queru",
        "email": "jbq@google.com",
        "time": "Tue Aug 21 08:37:26 2012 -0700"
      },
      "committer": {
        "name": "android code review",
        "email": "noreply-gerritcodereview@google.com",
        "time": "Tue Aug 21 08:37:27 2012 -0700"
      },
      "message": "Merge \"avcenc: Fix the gcc inline assembly constraints\""
    },
    {
      "commit": "9e13e927206b7c7c15359af2b0ccc8f525e78a7d",
      "tree": "6c4a4527855885d8f4d337836612df5372db8942",
      "parents": [
        "46b7eeb8be7449515082ecb1a61700affb44115f",
        "ccde1257952d2c073e51ecba6180060570ffa41f"
      ],
      "author": {
        "name": "Jean-Baptiste Queru",
        "email": "jbq@google.com",
        "time": "Tue Aug 21 08:36:58 2012 -0700"
      },
      "committer": {
        "name": "android code review",
        "email": "noreply-gerritcodereview@google.com",
        "time": "Tue Aug 21 08:36:58 2012 -0700"
      },
      "message": "Merge \"avcenc: Properly indent assembly blocks\""
    },
    {
      "commit": "42d515121f11389df082dd02319904c99dd50cd6",
      "tree": "f5b7a1ca28cc2e425eea857445a567544c87020f",
      "parents": [
        "3fdb405597f0e062a9bb8af20199c5e67f0f764c"
      ],
      "author": {
        "name": "Martin Storsjo",
        "email": "martin@martin.st",
        "time": "Tue Aug 21 12:28:45 2012 +0100"
      },
      "committer": {
        "name": "Martin Storsjo",
        "email": "martin@martin.st",
        "time": "Tue Aug 21 12:28:45 2012 +0100"
      },
      "message": "avcenc: Update a comment about the inline assembly\n\nSince the inline assembly was fixed in commit 3fdb405597f the\ncomment was no longer accurate.\n\nChange-Id: Id4f8a111d1fa6e0c2e97f7db64262e8d1604c519\n"
    },
    {
      "commit": "164c75d47081e714b1a0b537b2b509d5ba9a4dd2",
      "tree": "5a6fa8c6bc9249584d7650ecf5f65d77907a0052",
      "parents": [
        "6a8ea471a9f3b001bd0ffa3381eba12975dfc59f",
        "228a53805808a24cb19fcf13b1f0bdc2ed89bbe1"
      ],
      "author": {
        "name": "Eino-Ville Talvala",
        "email": "etalvala@google.com",
        "time": "Mon Aug 20 16:28:00 2012 -0700"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Mon Aug 20 16:28:00 2012 -0700"
      },
      "message": "Merge \"Camera2: Add support for preview callbacks\" into jb-mr1-dev"
    },
    {
      "commit": "228a53805808a24cb19fcf13b1f0bdc2ed89bbe1",
      "tree": "96b41c80d1080b83e286d450daf161782fe66627",
      "parents": [
        "3cc89794d92b833feff15ca76dfa196cc886e43f"
      ],
      "author": {
        "name": "Eino-Ville Talvala",
        "email": "etalvala@google.com",
        "time": "Mon Aug 13 12:16:06 2012 -0700"
      },
      "committer": {
        "name": "Eino-Ville Talvala",
        "email": "etalvala@google.com",
        "time": "Mon Aug 20 16:08:00 2012 -0700"
      },
      "message": "Camera2: Add support for preview callbacks\n\n- Move camera overall state enum to be part of parameters\n- No longer use ICameraLock to guard access to overall state enum\n- Add callback flag management\n- Add callback stream and management\n\nBug: 6243944\n\nChange-Id: Ideb3dc523a23c05e440e429ebf838b1900a96573\n"
    },
    {
      "commit": "3fdb405597f0e062a9bb8af20199c5e67f0f764c",
      "tree": "927a7c240a6322926289762279192c4776e7b740",
      "parents": [
        "ccde1257952d2c073e51ecba6180060570ffa41f"
      ],
      "author": {
        "name": "Martin Storsjo",
        "email": "martin@martin.st",
        "time": "Fri Apr 13 14:17:30 2012 +0300"
      },
      "committer": {
        "name": "Martin Storsjo",
        "email": "martin@martin.st",
        "time": "Mon Aug 20 23:50:59 2012 +0100"
      },
      "message": "avcenc: Fix the gcc inline assembly constraints\n\nUse +r for registers whose value is used as input to the block.\n\nAlso switch input registers to output registers with +r, for\nregisters that are modified by the assembly block (SUB_SAD in\nsad_inline.h).\n\nWithout this, the inline assembly fails on modern gcc versions\n(tested on gcc 4.6), where the intended input value never is\nloaded into the registers, causing segfaults at runtime.\n\nCurrently this assembly isn\u0027t used, but this change makes it\nwork properly if enabled.\n\nChange-Id: I37c247cd5c8aff213445e31ab3bd33d8f0f37e05\n"
    },
    {
      "commit": "ccde1257952d2c073e51ecba6180060570ffa41f",
      "tree": "6c4a4527855885d8f4d337836612df5372db8942",
      "parents": [
        "46b7eeb8be7449515082ecb1a61700affb44115f"
      ],
      "author": {
        "name": "Martin Storsjo",
        "email": "martin@martin.st",
        "time": "Fri Apr 13 14:16:54 2012 +0300"
      },
      "committer": {
        "name": "Martin Storsjo",
        "email": "martin@martin.st",
        "time": "Mon Aug 20 23:47:00 2012 +0100"
      },
      "message": "avcenc: Properly indent assembly blocks\n\nAlso line break multiline assembly blocks - previously they were\nvirtually unreadable.\n\nChange-Id: Icb269909b78746e26b28ab7dcb6979c4655a0b0c\n"
    },
    {
      "commit": "6a8ea471a9f3b001bd0ffa3381eba12975dfc59f",
      "tree": "3590178bb20b7042efdaca9f7f87822f7ea1968a",
      "parents": [
        "3411fc2f3a44b22d69a359a3eb26f756d6116e4f",
        "a997e7a7c5aa2fc7e95316218316f8b7b98786ba"
      ],
      "author": {
        "name": "Glenn Kasten",
        "email": "gkasten@google.com",
        "time": "Mon Aug 20 15:46:06 2012 -0700"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Mon Aug 20 15:46:07 2012 -0700"
      },
      "message": "Merge \"Revert \"Swap the order of creating IAudioTrack and thread\"\" into jb-mr1-dev"
    },
    {
      "commit": "3411fc2f3a44b22d69a359a3eb26f756d6116e4f",
      "tree": "131cb9a8dd9b3b91f0a809754274295b7052558f",
      "parents": [
        "11623fa3eb2c25ace502fdbdf290e154ac66960e",
        "add7c4d329586119fb8b5501b049905004400233"
      ],
      "author": {
        "name": "Nick Kralevich",
        "email": "nnk@google.com",
        "time": "Mon Aug 20 12:55:05 2012 -0700"
      },
      "committer": {
        "name": "Android Git Automerger",
        "email": "android-git-automerger@android.com",
        "time": "Mon Aug 20 12:55:05 2012 -0700"
      },
      "message": "am add7c4d3: am 46b7eeb8: Merge \"hardening: eliminate text relocations from h264\"\n\n* commit \u0027add7c4d329586119fb8b5501b049905004400233\u0027:\n  hardening: eliminate text relocations from h264\n"
    },
    {
      "commit": "add7c4d329586119fb8b5501b049905004400233",
      "tree": "61952e496a2640c1744ea2da02a4d0306fecfb9c",
      "parents": [
        "af5f9f05937521acb4855848d77bed1d4ed7db0a",
        "46b7eeb8be7449515082ecb1a61700affb44115f"
      ],
      "author": {
        "name": "Nick Kralevich",
        "email": "nnk@google.com",
        "time": "Mon Aug 20 12:53:43 2012 -0700"
      },
      "committer": {
        "name": "Android Git Automerger",
        "email": "android-git-automerger@android.com",
        "time": "Mon Aug 20 12:53:43 2012 -0700"
      },
      "message": "am 46b7eeb8: Merge \"hardening: eliminate text relocations from h264\"\n\n* commit \u002746b7eeb8be7449515082ecb1a61700affb44115f\u0027:\n  hardening: eliminate text relocations from h264\n"
    },
    {
      "commit": "46b7eeb8be7449515082ecb1a61700affb44115f",
      "tree": "ad2839a6000d915476085e356a3ab2e81ead9e50",
      "parents": [
        "cd622346235829f60246a061560adf5921ba129c",
        "22e06318d04074d1a7c90caa173857abdcfd153e"
      ],
      "author": {
        "name": "Nick Kralevich",
        "email": "nnk@google.com",
        "time": "Mon Aug 20 11:55:17 2012 -0700"
      },
      "committer": {
        "name": "android code review",
        "email": "noreply-gerritcodereview@google.com",
        "time": "Mon Aug 20 11:55:17 2012 -0700"
      },
      "message": "Merge \"hardening: eliminate text relocations from h264\""
    },
    {
      "commit": "11623fa3eb2c25ace502fdbdf290e154ac66960e",
      "tree": "90d1d05ba5c0c714de2a9263acc74b766b3e24c9",
      "parents": [
        "07c6ddb431c784a24a70a5a91d8a454e9c1dde5d",
        "af5f9f05937521acb4855848d77bed1d4ed7db0a"
      ],
      "author": {
        "name": "Jean-Baptiste Queru",
        "email": "jbq@google.com",
        "time": "Mon Aug 20 10:29:35 2012 -0700"
      },
      "committer": {
        "name": "Android Git Automerger",
        "email": "android-git-automerger@android.com",
        "time": "Mon Aug 20 10:29:35 2012 -0700"
      },
      "message": "am af5f9f05: am cd622346: Merge \"MPEG2TSWriter: Fix an off-by-one in the condition for padding\"\n\n* commit \u0027af5f9f05937521acb4855848d77bed1d4ed7db0a\u0027:\n  MPEG2TSWriter: Fix an off-by-one in the condition for padding\n"
    },
    {
      "commit": "07c6ddb431c784a24a70a5a91d8a454e9c1dde5d",
      "tree": "166f453fbf3717c6b25a7168e8bf6742a4d16f97",
      "parents": [
        "53ae1640ffbfc690962f7f94694b02680c6f66cb",
        "3b939a5e893ccfe87f5b7b3fe229439a9b2fc87a"
      ],
      "author": {
        "name": "Jean-Baptiste Queru",
        "email": "jbq@google.com",
        "time": "Mon Aug 20 10:29:34 2012 -0700"
      },
      "committer": {
        "name": "Android Git Automerger",
        "email": "android-git-automerger@android.com",
        "time": "Mon Aug 20 10:29:34 2012 -0700"
      },
      "message": "am 3b939a5e: am 02a4ec21: Merge \"avcenc: Remove a leftover define\"\n\n* commit \u00273b939a5e893ccfe87f5b7b3fe229439a9b2fc87a\u0027:\n  avcenc: Remove a leftover define\n"
    },
    {
      "commit": "af5f9f05937521acb4855848d77bed1d4ed7db0a",
      "tree": "6756478f35cfd51b1722cacd2f517f13e27ba586",
      "parents": [
        "3b939a5e893ccfe87f5b7b3fe229439a9b2fc87a",
        "cd622346235829f60246a061560adf5921ba129c"
      ],
      "author": {
        "name": "Jean-Baptiste Queru",
        "email": "jbq@google.com",
        "time": "Mon Aug 20 09:40:13 2012 -0700"
      },
      "committer": {
        "name": "Android Git Automerger",
        "email": "android-git-automerger@android.com",
        "time": "Mon Aug 20 09:40:13 2012 -0700"
      },
      "message": "am cd622346: Merge \"MPEG2TSWriter: Fix an off-by-one in the condition for padding\"\n\n* commit \u0027cd622346235829f60246a061560adf5921ba129c\u0027:\n  MPEG2TSWriter: Fix an off-by-one in the condition for padding\n"
    },
    {
      "commit": "3b939a5e893ccfe87f5b7b3fe229439a9b2fc87a",
      "tree": "19e908b8090ddc52139e422fae37264198c0109c",
      "parents": [
        "523c09d56c78933eea7fb4f028e0bfa595ca82b1",
        "02a4ec216cf5ca903e1765ca3e7ff2985436b236"
      ],
      "author": {
        "name": "Jean-Baptiste Queru",
        "email": "jbq@google.com",
        "time": "Mon Aug 20 09:40:12 2012 -0700"
      },
      "committer": {
        "name": "Android Git Automerger",
        "email": "android-git-automerger@android.com",
        "time": "Mon Aug 20 09:40:12 2012 -0700"
      },
      "message": "am 02a4ec21: Merge \"avcenc: Remove a leftover define\"\n\n* commit \u002702a4ec216cf5ca903e1765ca3e7ff2985436b236\u0027:\n  avcenc: Remove a leftover define\n"
    },
    {
      "commit": "cd622346235829f60246a061560adf5921ba129c",
      "tree": "f3e6809ef93057af3315e731518ea7d87cd291cc",
      "parents": [
        "02a4ec216cf5ca903e1765ca3e7ff2985436b236",
        "c867a50ec5317e74602798e2e8435cde313b91e9"
      ],
      "author": {
        "name": "Jean-Baptiste Queru",
        "email": "jbq@google.com",
        "time": "Mon Aug 20 08:54:11 2012 -0700"
      },
      "committer": {
        "name": "android code review",
        "email": "noreply-gerritcodereview@google.com",
        "time": "Mon Aug 20 08:54:11 2012 -0700"
      },
      "message": "Merge \"MPEG2TSWriter: Fix an off-by-one in the condition for padding\""
    },
    {
      "commit": "02a4ec216cf5ca903e1765ca3e7ff2985436b236",
      "tree": "af702ddbd7f738e6c714df88e092559a7a72f1ee",
      "parents": [
        "64b3fe55f7edd16be32e07c28c2c90f84f3b9b80",
        "0a1b2aecb75b949df6b465a4e4ccc739af034443"
      ],
      "author": {
        "name": "Jean-Baptiste Queru",
        "email": "jbq@google.com",
        "time": "Mon Aug 20 08:53:54 2012 -0700"
      },
      "committer": {
        "name": "android code review",
        "email": "noreply-gerritcodereview@google.com",
        "time": "Mon Aug 20 08:53:54 2012 -0700"
      },
      "message": "Merge \"avcenc: Remove a leftover define\""
    },
    {
      "commit": "c867a50ec5317e74602798e2e8435cde313b91e9",
      "tree": "c30488f382a34b1adea9c8ffb1f92167f52c4cc5",
      "parents": [
        "64b3fe55f7edd16be32e07c28c2c90f84f3b9b80"
      ],
      "author": {
        "name": "Martin Storsjo",
        "email": "martin@martin.st",
        "time": "Mon Aug 20 14:34:14 2012 +0100"
      },
      "committer": {
        "name": "Martin Storsjo",
        "email": "martin@martin.st",
        "time": "Mon Aug 20 14:34:14 2012 +0100"
      },
      "message": "MPEG2TSWriter: Fix an off-by-one in the condition for padding\n\nThis makes a remuxed file play without any decoding warnings,\nwhile there still were some occasional warnings with the previous\nversion.\n\nChange-Id: I31d73446ded1eeb3da10783c5ef841270563ca12\n"
    },
    {
      "commit": "8033393a74a6872ad8d702b10da34d98dde0bf41",
      "tree": "3e41afb0ac096efa134f8a59911d2960a916d916",
      "parents": [
        "ffb829430ff20ccd6c13e6ed894f2373b2d93939"
      ],
      "author": {
        "name": "Patrik2 Carlsson",
        "email": "patrik2.carlsson@sonymobile.com",
        "time": "Mon Aug 20 09:53:09 2012 +0200"
      },
      "committer": {
        "name": "Zoran Jovanovic",
        "email": "zoran.jovanovic@sonymobile.com",
        "time": "Mon Aug 20 09:54:18 2012 +0200"
      },
      "message": "h264 streaming: make profile-level-id optional\n\nprofile-level-id is made optional according to rfc3984:\n\"If no profile-level-id is present, the Baseline Profile without\nadditional constraints at Level 1 MUST be implied.\"\n\nChange-Id: If868468a48917ceccb963b8ac15767583da29723\n"
    },
    {
      "commit": "53ae1640ffbfc690962f7f94694b02680c6f66cb",
      "tree": "93f6e4232098ace9e3f8c3596fbd391628af9930",
      "parents": [
        "02d3c328d2c127c26ab787aa95e5240e6b7ff223"
      ],
      "author": {
        "name": "James Dong",
        "email": "jdong@google.com",
        "time": "Fri Aug 17 13:41:59 2012 -0700"
      },
      "committer": {
        "name": "James Dong",
        "email": "jdong@google.com",
        "time": "Fri Aug 17 13:51:09 2012 -0700"
      },
      "message": "Don\u0027t log streaming url.\n\no related-to-bug: 6994761\n\nChange-Id: I79d5549a70b3bde67ddf496cfc6283ac92b1f569\n"
    },
    {
      "commit": "0a1b2aecb75b949df6b465a4e4ccc739af034443",
      "tree": "af702ddbd7f738e6c714df88e092559a7a72f1ee",
      "parents": [
        "64b3fe55f7edd16be32e07c28c2c90f84f3b9b80"
      ],
      "author": {
        "name": "Martin Storsjo",
        "email": "martin@martin.st",
        "time": "Fri Aug 17 11:28:09 2012 +0300"
      },
      "committer": {
        "name": "Martin Storsjo",
        "email": "martin@martin.st",
        "time": "Fri Aug 17 11:28:09 2012 +0300"
      },
      "message": "avcenc: Remove a leftover define\n\nThis should have been removed as part of f5af6314db, but\nthe second __arm__ define was introduced after the original commit\nwas written, and not removing the second one was an oversight in\nrebasing the patch on top of the new code.\n\nChange-Id: Iccf08ffdef130446dd6e97dc1e15e6a1d4f9386f\n"
    },
    {
      "commit": "02d3c328d2c127c26ab787aa95e5240e6b7ff223",
      "tree": "e9d6420a8f22f5127690fe79f0022ef055944a60",
      "parents": [
        "f81ed0032f86ab0943baa1ad8a25de8e06498409",
        "523c09d56c78933eea7fb4f028e0bfa595ca82b1"
      ],
      "author": {
        "name": "Jean-Baptiste Queru",
        "email": "jbq@google.com",
        "time": "Thu Aug 16 17:40:07 2012 -0700"
      },
      "committer": {
        "name": "Android Git Automerger",
        "email": "android-git-automerger@android.com",
        "time": "Thu Aug 16 17:40:07 2012 -0700"
      },
      "message": "am 523c09d5: am 64b3fe55: Merge \"stagefright amrnb: Remove unused leftover source files\"\n\n* commit \u0027523c09d56c78933eea7fb4f028e0bfa595ca82b1\u0027:\n  stagefright amrnb: Remove unused leftover source files\n"
    },
    {
      "commit": "f81ed0032f86ab0943baa1ad8a25de8e06498409",
      "tree": "17ec439e0c8c65063b892446e6f15d7851fd784a",
      "parents": [
        "08ebb6b114c9a2700e88e669a6064c7c91cfea2e",
        "f20e4ad9f23fe0267f8f3434a6eb961eb69bde3a"
      ],
      "author": {
        "name": "Jean-Baptiste Queru",
        "email": "jbq@google.com",
        "time": "Thu Aug 16 17:40:06 2012 -0700"
      },
      "committer": {
        "name": "Android Git Automerger",
        "email": "android-git-automerger@android.com",
        "time": "Thu Aug 16 17:40:06 2012 -0700"
      },
      "message": "am f20e4ad9: am c1d2777c: Merge \"stagefright amrnb: Move the bitstream_format enum into frame_type_3gpp.h\"\n\n* commit \u0027f20e4ad9f23fe0267f8f3434a6eb961eb69bde3a\u0027:\n  stagefright amrnb: Move the bitstream_format enum into frame_type_3gpp.h\n"
    },
    {
      "commit": "523c09d56c78933eea7fb4f028e0bfa595ca82b1",
      "tree": "519d3aa44383d783917a72259ebc19c1da7f5c3a",
      "parents": [
        "f20e4ad9f23fe0267f8f3434a6eb961eb69bde3a",
        "64b3fe55f7edd16be32e07c28c2c90f84f3b9b80"
      ],
      "author": {
        "name": "Jean-Baptiste Queru",
        "email": "jbq@google.com",
        "time": "Thu Aug 16 17:37:44 2012 -0700"
      },
      "committer": {
        "name": "Android Git Automerger",
        "email": "android-git-automerger@android.com",
        "time": "Thu Aug 16 17:37:44 2012 -0700"
      },
      "message": "am 64b3fe55: Merge \"stagefright amrnb: Remove unused leftover source files\"\n\n* commit \u002764b3fe55f7edd16be32e07c28c2c90f84f3b9b80\u0027:\n  stagefright amrnb: Remove unused leftover source files\n"
    },
    {
      "commit": "f20e4ad9f23fe0267f8f3434a6eb961eb69bde3a",
      "tree": "6cf3483ce068f19f190104917737da2bc6228653",
      "parents": [
        "0df213babc4fb41b7daa05cb3c08071f2b60f6a5",
        "c1d2777c8004a9491e1381cca33a6768faed50c3"
      ],
      "author": {
        "name": "Jean-Baptiste Queru",
        "email": "jbq@google.com",
        "time": "Thu Aug 16 17:37:43 2012 -0700"
      },
      "committer": {
        "name": "Android Git Automerger",
        "email": "android-git-automerger@android.com",
        "time": "Thu Aug 16 17:37:43 2012 -0700"
      },
      "message": "am c1d2777c: Merge \"stagefright amrnb: Move the bitstream_format enum into frame_type_3gpp.h\"\n\n* commit \u0027c1d2777c8004a9491e1381cca33a6768faed50c3\u0027:\n  stagefright amrnb: Move the bitstream_format enum into frame_type_3gpp.h\n"
    },
    {
      "commit": "08ebb6b114c9a2700e88e669a6064c7c91cfea2e",
      "tree": "37b6fff3afe911c06b8327406641dcdf2ce23187",
      "parents": [
        "7df98f17a42e47d8bc49891c370786ee3d3a1379",
        "3cc89794d92b833feff15ca76dfa196cc886e43f"
      ],
      "author": {
        "name": "Eino-Ville Talvala",
        "email": "etalvala@google.com",
        "time": "Thu Aug 16 17:20:36 2012 -0700"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Thu Aug 16 17:20:37 2012 -0700"
      },
      "message": "Merge \"Camera2: Fix SCENE_MODE\" into jb-mr1-dev"
    },
    {
      "commit": "3cc89794d92b833feff15ca76dfa196cc886e43f",
      "tree": "d9b54775638b0b4c6aec370485c9bc7f62e14244",
      "parents": [
        "ce088d274b4530fb813a030216d675b0e7262711"
      ],
      "author": {
        "name": "Eino-Ville Talvala",
        "email": "etalvala@google.com",
        "time": "Thu Aug 16 16:03:59 2012 -0700"
      },
      "committer": {
        "name": "Eino-Ville Talvala",
        "email": "etalvala@google.com",
        "time": "Thu Aug 16 17:11:01 2012 -0700"
      },
      "message": "Camera2: Fix SCENE_MODE\n\nNow can set scene mode back to auto.\n\nBug: 7001465\n\nChange-Id: Ia25ba54d13de662bef5bf79957987513a7313c18\n"
    },
    {
      "commit": "64b3fe55f7edd16be32e07c28c2c90f84f3b9b80",
      "tree": "804b82086af3f61a13b1a679bbcc9be34c3dd36f",
      "parents": [
        "c1d2777c8004a9491e1381cca33a6768faed50c3",
        "223933e8e7419d0d4431d01e8980592fcafd2404"
      ],
      "author": {
        "name": "Jean-Baptiste Queru",
        "email": "jbq@google.com",
        "time": "Thu Aug 16 16:42:06 2012 -0700"
      },
      "committer": {
        "name": "android code review",
        "email": "noreply-gerritcodereview@google.com",
        "time": "Thu Aug 16 16:42:07 2012 -0700"
      },
      "message": "Merge \"stagefright amrnb: Remove unused leftover source files\""
    },
    {
      "commit": "c1d2777c8004a9491e1381cca33a6768faed50c3",
      "tree": "81de2d89d5baabb11cf9f90a3fa5d8ec8ad1151f",
      "parents": [
        "dde79acfb97083d690e3cceabff78931b10d1539",
        "448239b929de32621e26504b86482ab4d436a5e3"
      ],
      "author": {
        "name": "Jean-Baptiste Queru",
        "email": "jbq@google.com",
        "time": "Thu Aug 16 16:40:19 2012 -0700"
      },
      "committer": {
        "name": "android code review",
        "email": "noreply-gerritcodereview@google.com",
        "time": "Thu Aug 16 16:40:20 2012 -0700"
      },
      "message": "Merge \"stagefright amrnb: Move the bitstream_format enum into frame_type_3gpp.h\""
    },
    {
      "commit": "7df98f17a42e47d8bc49891c370786ee3d3a1379",
      "tree": "98a1c6adb462fb0b6d3d2f4353f37a06c5e1c68b",
      "parents": [
        "1a42aee5e1e975158da4754f9bae46c945e27281",
        "0df213babc4fb41b7daa05cb3c08071f2b60f6a5"
      ],
      "author": {
        "name": "Jean-Baptiste Queru",
        "email": "jbq@google.com",
        "time": "Thu Aug 16 15:31:19 2012 -0700"
      },
      "committer": {
        "name": "Android Git Automerger",
        "email": "android-git-automerger@android.com",
        "time": "Thu Aug 16 15:31:19 2012 -0700"
      },
      "message": "am 0df213ba: am dde79acf: Merge \"hardening: eliminate text relocations from mp3\"\n\n* commit \u00270df213babc4fb41b7daa05cb3c08071f2b60f6a5\u0027:\n  hardening: eliminate text relocations from mp3\n"
    },
    {
      "commit": "1a42aee5e1e975158da4754f9bae46c945e27281",
      "tree": "a53726fd44407323ef9cb2adcb8913d78c4143c8",
      "parents": [
        "9bd763d1d3b7dcb30320aa70597680a53ffb5bbf",
        "a109e9d5d5dbdbbd63a3f32fce131c718f0f8c99"
      ],
      "author": {
        "name": "Jean-Baptiste Queru",
        "email": "jbq@google.com",
        "time": "Thu Aug 16 15:31:18 2012 -0700"
      },
      "committer": {
        "name": "Android Git Automerger",
        "email": "android-git-automerger@android.com",
        "time": "Thu Aug 16 15:31:18 2012 -0700"
      },
      "message": "am a109e9d5: am b7ca7dc9: Merge \"avcenc: Clarify the ifdefs surrounding inline assembly\"\n\n* commit \u0027a109e9d5d5dbdbbd63a3f32fce131c718f0f8c99\u0027:\n  avcenc: Clarify the ifdefs surrounding inline assembly\n"
    },
    {
      "commit": "9bd763d1d3b7dcb30320aa70597680a53ffb5bbf",
      "tree": "c11cdabdd016e454ec2ddf37a477e6c44049c799",
      "parents": [
        "f365fecf8519a0a1c7e511657f79638844be02e3",
        "fba9d50d1b2e487bc08b59ec93d7ed3183c76dbe"
      ],
      "author": {
        "name": "Jean-Baptiste Queru",
        "email": "jbq@google.com",
        "time": "Thu Aug 16 15:31:16 2012 -0700"
      },
      "committer": {
        "name": "Android Git Automerger",
        "email": "android-git-automerger@android.com",
        "time": "Thu Aug 16 15:31:16 2012 -0700"
      },
      "message": "am fba9d50d: am 4f981882: Merge \"hardening: eliminate text relocations from amrwb\"\n\n* commit \u0027fba9d50d1b2e487bc08b59ec93d7ed3183c76dbe\u0027:\n  hardening: eliminate text relocations from amrwb\n"
    },
    {
      "commit": "f365fecf8519a0a1c7e511657f79638844be02e3",
      "tree": "7f4eb9c37e9a497c110cb1bed4a8eaabb20d56b9",
      "parents": [
        "fa172b0d2dcd761622b61701b7c7dd4d0f19610b",
        "1191287bc438c164a89cf86704936aeddbefb136"
      ],
      "author": {
        "name": "Jean-Baptiste Queru",
        "email": "jbq@google.com",
        "time": "Thu Aug 16 15:31:16 2012 -0700"
      },
      "committer": {
        "name": "Android Git Automerger",
        "email": "android-git-automerger@android.com",
        "time": "Thu Aug 16 15:31:16 2012 -0700"
      },
      "message": "am 1191287b: am c3bfa026: Merge \"aacenc/amrwbenc: Remove the now unused LINUX define\"\n\n* commit \u00271191287bc438c164a89cf86704936aeddbefb136\u0027:\n  aacenc/amrwbenc: Remove the now unused LINUX define\n"
    },
    {
      "commit": "fa172b0d2dcd761622b61701b7c7dd4d0f19610b",
      "tree": "a62306737201b8724ac8a05507a6e47492c92987",
      "parents": [
        "ce088d274b4530fb813a030216d675b0e7262711",
        "eeb9fde0cb8e0ace44eb720bcac272ee70282d4d"
      ],
      "author": {
        "name": "Jean-Baptiste Queru",
        "email": "jbq@google.com",
        "time": "Thu Aug 16 15:31:15 2012 -0700"
      },
      "committer": {
        "name": "Android Git Automerger",
        "email": "android-git-automerger@android.com",
        "time": "Thu Aug 16 15:31:15 2012 -0700"
      },
      "message": "am eeb9fde0: am 3f5d2e17: Merge \"aacenc/amrwbenc: Remove unused and dubious typedefs\"\n\n* commit \u0027eeb9fde0cb8e0ace44eb720bcac272ee70282d4d\u0027:\n  aacenc/amrwbenc: Remove unused and dubious typedefs\n"
    },
    {
      "commit": "0df213babc4fb41b7daa05cb3c08071f2b60f6a5",
      "tree": "b2fc4095cff4876c777d756884dfd2d18c79de66",
      "parents": [
        "a109e9d5d5dbdbbd63a3f32fce131c718f0f8c99",
        "dde79acfb97083d690e3cceabff78931b10d1539"
      ],
      "author": {
        "name": "Jean-Baptiste Queru",
        "email": "jbq@google.com",
        "time": "Thu Aug 16 15:29:28 2012 -0700"
      },
      "committer": {
        "name": "Android Git Automerger",
        "email": "android-git-automerger@android.com",
        "time": "Thu Aug 16 15:29:28 2012 -0700"
      },
      "message": "am dde79acf: Merge \"hardening: eliminate text relocations from mp3\"\n\n* commit \u0027dde79acfb97083d690e3cceabff78931b10d1539\u0027:\n  hardening: eliminate text relocations from mp3\n"
    },
    {
      "commit": "a109e9d5d5dbdbbd63a3f32fce131c718f0f8c99",
      "tree": "a17063a2a0b0248b295508d3bf6e944d280dbe0f",
      "parents": [
        "fba9d50d1b2e487bc08b59ec93d7ed3183c76dbe",
        "b7ca7dc9652456181080bf28ec376bc5a36cf6a2"
      ],
      "author": {
        "name": "Jean-Baptiste Queru",
        "email": "jbq@google.com",
        "time": "Thu Aug 16 15:29:26 2012 -0700"
      },
      "committer": {
        "name": "Android Git Automerger",
        "email": "android-git-automerger@android.com",
        "time": "Thu Aug 16 15:29:26 2012 -0700"
      },
      "message": "am b7ca7dc9: Merge \"avcenc: Clarify the ifdefs surrounding inline assembly\"\n\n* commit \u0027b7ca7dc9652456181080bf28ec376bc5a36cf6a2\u0027:\n  avcenc: Clarify the ifdefs surrounding inline assembly\n"
    },
    {
      "commit": "fba9d50d1b2e487bc08b59ec93d7ed3183c76dbe",
      "tree": "4756e9ef2e6ce5775ce08fa0f3312feab8f8fb5e",
      "parents": [
        "1191287bc438c164a89cf86704936aeddbefb136",
        "4f981882da8080e1d41d000bfbad92df61adcfba"
      ],
      "author": {
        "name": "Jean-Baptiste Queru",
        "email": "jbq@google.com",
        "time": "Thu Aug 16 15:29:25 2012 -0700"
      },
      "committer": {
        "name": "Android Git Automerger",
        "email": "android-git-automerger@android.com",
        "time": "Thu Aug 16 15:29:25 2012 -0700"
      },
      "message": "am 4f981882: Merge \"hardening: eliminate text relocations from amrwb\"\n\n* commit \u00274f981882da8080e1d41d000bfbad92df61adcfba\u0027:\n  hardening: eliminate text relocations from amrwb\n"
    },
    {
      "commit": "1191287bc438c164a89cf86704936aeddbefb136",
      "tree": "49971b973d0cd490724e026c3df07ab25cba1c03",
      "parents": [
        "eeb9fde0cb8e0ace44eb720bcac272ee70282d4d",
        "c3bfa0260a530af3e9c091c1c9d90d1283021dd6"
      ],
      "author": {
        "name": "Jean-Baptiste Queru",
        "email": "jbq@google.com",
        "time": "Thu Aug 16 15:29:24 2012 -0700"
      },
      "committer": {
        "name": "Android Git Automerger",
        "email": "android-git-automerger@android.com",
        "time": "Thu Aug 16 15:29:24 2012 -0700"
      },
      "message": "am c3bfa026: Merge \"aacenc/amrwbenc: Remove the now unused LINUX define\"\n\n* commit \u0027c3bfa0260a530af3e9c091c1c9d90d1283021dd6\u0027:\n  aacenc/amrwbenc: Remove the now unused LINUX define\n"
    },
    {
      "commit": "eeb9fde0cb8e0ace44eb720bcac272ee70282d4d",
      "tree": "f69dc154b38bcc667a87d8609408f6ae86dd7fd8",
      "parents": [
        "add9f820eaeb180b5e72a4420995a54062cfabd7",
        "3f5d2e1777bcf8856e966b93b2bce0b2c9cd1a49"
      ],
      "author": {
        "name": "Jean-Baptiste Queru",
        "email": "jbq@google.com",
        "time": "Thu Aug 16 15:29:23 2012 -0700"
      },
      "committer": {
        "name": "Android Git Automerger",
        "email": "android-git-automerger@android.com",
        "time": "Thu Aug 16 15:29:23 2012 -0700"
      },
      "message": "am 3f5d2e17: Merge \"aacenc/amrwbenc: Remove unused and dubious typedefs\"\n\n* commit \u00273f5d2e1777bcf8856e966b93b2bce0b2c9cd1a49\u0027:\n  aacenc/amrwbenc: Remove unused and dubious typedefs\n"
    },
    {
      "commit": "dde79acfb97083d690e3cceabff78931b10d1539",
      "tree": "62bdaf89b7a5c2237c79b58eaa5916d393cdc14d",
      "parents": [
        "b7ca7dc9652456181080bf28ec376bc5a36cf6a2",
        "9a2c14b2c96625d5be73e1a7627f5d2a3091c4a2"
      ],
      "author": {
        "name": "Jean-Baptiste Queru",
        "email": "jbq@google.com",
        "time": "Thu Aug 16 14:45:30 2012 -0700"
      },
      "committer": {
        "name": "android code review",
        "email": "noreply-gerritcodereview@google.com",
        "time": "Thu Aug 16 14:45:31 2012 -0700"
      },
      "message": "Merge \"hardening: eliminate text relocations from mp3\""
    },
    {
      "commit": "b7ca7dc9652456181080bf28ec376bc5a36cf6a2",
      "tree": "d0ffc520e062cb00a3f847ef06756c1947a71d99",
      "parents": [
        "4f981882da8080e1d41d000bfbad92df61adcfba",
        "f5af6314db25ff3bef9bd2eeba201bc6cc60805d"
      ],
      "author": {
        "name": "Jean-Baptiste Queru",
        "email": "jbq@google.com",
        "time": "Thu Aug 16 14:44:54 2012 -0700"
      },
      "committer": {
        "name": "android code review",
        "email": "noreply-gerritcodereview@google.com",
        "time": "Thu Aug 16 14:44:55 2012 -0700"
      },
      "message": "Merge \"avcenc: Clarify the ifdefs surrounding inline assembly\""
    },
    {
      "commit": "4f981882da8080e1d41d000bfbad92df61adcfba",
      "tree": "cee6a8eda092515d19b3d66679323a06f3ce6b59",
      "parents": [
        "c3bfa0260a530af3e9c091c1c9d90d1283021dd6",
        "74bc3e133bd59a65dbed70b5fc89549f04a545e2"
      ],
      "author": {
        "name": "Jean-Baptiste Queru",
        "email": "jbq@google.com",
        "time": "Thu Aug 16 14:44:39 2012 -0700"
      },
      "committer": {
        "name": "android code review",
        "email": "noreply-gerritcodereview@google.com",
        "time": "Thu Aug 16 14:44:39 2012 -0700"
      },
      "message": "Merge \"hardening: eliminate text relocations from amrwb\""
    },
    {
      "commit": "c3bfa0260a530af3e9c091c1c9d90d1283021dd6",
      "tree": "b48db3143802871fa70835ea96af338d5a8d9b23",
      "parents": [
        "3f5d2e1777bcf8856e966b93b2bce0b2c9cd1a49",
        "fef71ef418d8ecff6d20fbd50b7fbabf6ad58f74"
      ],
      "author": {
        "name": "Jean-Baptiste Queru",
        "email": "jbq@google.com",
        "time": "Thu Aug 16 14:42:35 2012 -0700"
      },
      "committer": {
        "name": "android code review",
        "email": "noreply-gerritcodereview@google.com",
        "time": "Thu Aug 16 14:42:36 2012 -0700"
      },
      "message": "Merge \"aacenc/amrwbenc: Remove the now unused LINUX define\""
    },
    {
      "commit": "3f5d2e1777bcf8856e966b93b2bce0b2c9cd1a49",
      "tree": "192aa46e12cbdba09f5ac7ba0228af1297fc6f89",
      "parents": [
        "2c3d9b7b9e34c9122c0a568d6b1fb24404021f55",
        "adee070820d9b038ac811b3785de618349f35293"
      ],
      "author": {
        "name": "Jean-Baptiste Queru",
        "email": "jbq@google.com",
        "time": "Thu Aug 16 14:42:16 2012 -0700"
      },
      "committer": {
        "name": "android code review",
        "email": "noreply-gerritcodereview@google.com",
        "time": "Thu Aug 16 14:42:17 2012 -0700"
      },
      "message": "Merge \"aacenc/amrwbenc: Remove unused and dubious typedefs\""
    },
    {
      "commit": "fef71ef418d8ecff6d20fbd50b7fbabf6ad58f74",
      "tree": "b48db3143802871fa70835ea96af338d5a8d9b23",
      "parents": [
        "adee070820d9b038ac811b3785de618349f35293"
      ],
      "author": {
        "name": "Martin Storsjo",
        "email": "martin@martin.st",
        "time": "Wed Mar 07 13:17:52 2012 +0200"
      },
      "committer": {
        "name": "Martin Storsjo",
        "email": "martin@martin.st",
        "time": "Thu Aug 16 15:58:43 2012 +0300"
      },
      "message": "aacenc/amrwbenc: Remove the now unused LINUX define\n\nThis is no longer used by the codec code (except for the\namrwbenc sample).\n\nChange-Id: I78c7f62f257c490bf44477217975a93abcc7779e\n"
    },
    {
      "commit": "adee070820d9b038ac811b3785de618349f35293",
      "tree": "192aa46e12cbdba09f5ac7ba0228af1297fc6f89",
      "parents": [
        "2c3d9b7b9e34c9122c0a568d6b1fb24404021f55"
      ],
      "author": {
        "name": "Martin Storsjo",
        "email": "martin@martin.st",
        "time": "Thu Jun 23 10:53:55 2011 +0300"
      },
      "committer": {
        "name": "Martin Storsjo",
        "email": "martin@martin.st",
        "time": "Thu Aug 16 15:58:43 2012 +0300"
      },
      "message": "aacenc/amrwbenc: Remove unused and dubious typedefs\n\nThese typedefs aren\u0027t used anywhere, and their description\ndoesn\u0027t really match their actual definition. The VO_TCHAR\ntype is even defined as pointer for one configuration and\nas non-pointer for another configuration.\n\nThis gets rid of the last use of the LINUX define in the\nVO codecs (except for the amrwbenc sample application).\nWithin the codecs, the use of this define is unclear - does it\nindicate code specific to android but not normal linux, linux\nbut not other unixes, unix but not windows, or gcc but not\nother compilers, etc.\n\nOriginally, prior to cleanup, the define has meant many\ndifferent of these - these uses has now been cleaned up to\nuse the proper feature detection macros (e.g. looking for\ndefines automatically set by the compiler, instead of\nrelying on manually setting this define).\n\nChange-Id: I1a675d653d6d305f558aa7f74c7255858dc62758\n"
    },
    {
      "commit": "ce088d274b4530fb813a030216d675b0e7262711",
      "tree": "c65e7e76b4d945e46e8093aa2cc56b8a74c3b1a8",
      "parents": [
        "f363ec5564abf4788d07e00d89c93a66a0c91b88",
        "add9f820eaeb180b5e72a4420995a54062cfabd7"
      ],
      "author": {
        "name": "Jean-Baptiste Queru",
        "email": "jbq@google.com",
        "time": "Wed Aug 15 11:25:49 2012 -0700"
      },
      "committer": {
        "name": "Android Git Automerger",
        "email": "android-git-automerger@android.com",
        "time": "Wed Aug 15 11:25:49 2012 -0700"
      },
      "message": "am add9f820: am 2c3d9b7b: Merge \"MPEG2TSWriter: Correctly add padding using the adaptation field\"\n\n* commit \u0027add9f820eaeb180b5e72a4420995a54062cfabd7\u0027:\n  MPEG2TSWriter: Correctly add padding using the adaptation field\n"
    }
  ],
  "next": "add9f820eaeb180b5e72a4420995a54062cfabd7"
}
