)]}'
{
  "log": [
    {
      "commit": "506dbe5a51d8b85cc84e2e82856539c8fab27555",
      "tree": "6ebfa5e87173a94e20536771bae9b43406d51065",
      "parents": [
        "001dab0c259bc410c586ee70f3c7d054243cad7d"
      ],
      "author": {
        "name": "marpan@webrtc.org",
        "email": "marpan@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d",
        "time": "Mon Oct 22 17:55:26 2012"
      },
      "committer": {
        "name": "marpan@webrtc.org",
        "email": "marpan@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d",
        "time": "Mon Oct 22 17:55:26 2012"
      },
      "message": "Roll libvpx to 4cf4c94ad166.\n\nRelevant updates:\n\n4cf4c94ad166: Fix to rd cost computation for motion vector bias \n(issue: http://code.google.com/p/webm/issues/detail?id\u003d486)\n\nf6886c4b9328: post-proc: fix 0 or negative threshold handling\n4c53bacce4a9: post-proc: deblock filter optimization\n(issues: http://code.google.com/p/webm/issues/detail?id\u003d480\n         http://code.google.com/p/webm/issues/detail?id\u003d479)\nReview URL: https://webrtc-codereview.appspot.com/909004\n\ngit-svn-id: http://webrtc.googlecode.com/svn/trunk/src@2962 4adac7df-926f-26a2-2b94-8c16560cd09d\n"
    },
    {
      "commit": "001dab0c259bc410c586ee70f3c7d054243cad7d",
      "tree": "c1b05677110ca13004702e705dac7f7b3a5bf905",
      "parents": [
        "b84988d30508594bd7da61abefb12c0a53b9589d"
      ],
      "author": {
        "name": "andrew@webrtc.org",
        "email": "andrew@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d",
        "time": "Fri Oct 19 17:30:56 2012"
      },
      "committer": {
        "name": "andrew@webrtc.org",
        "email": "andrew@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d",
        "time": "Fri Oct 19 17:30:56 2012"
      },
      "message": "Add external media hook for preprocessed audio.\n\nReview URL: https://webrtc-codereview.appspot.com/879007\n\ngit-svn-id: http://webrtc.googlecode.com/svn/trunk/src@2960 4adac7df-926f-26a2-2b94-8c16560cd09d\n"
    },
    {
      "commit": "b84988d30508594bd7da61abefb12c0a53b9589d",
      "tree": "7ab573883ca3219ffdecd38ecfec44cd25039ce2",
      "parents": [
        "5c30e96a38b98d3dff5be8cc7d5e2b0ad1b32acc"
      ],
      "author": {
        "name": "mikhal@webrtc.org",
        "email": "mikhal@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d",
        "time": "Fri Oct 19 16:44:35 2012"
      },
      "committer": {
        "name": "mikhal@webrtc.org",
        "email": "mikhal@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d",
        "time": "Fri Oct 19 16:44:35 2012"
      },
      "message": "Video engine - removing unused functionality.\n\nReview URL: https://webrtc-codereview.appspot.com/912004\n\ngit-svn-id: http://webrtc.googlecode.com/svn/trunk/src@2959 4adac7df-926f-26a2-2b94-8c16560cd09d\n"
    },
    {
      "commit": "5c30e96a38b98d3dff5be8cc7d5e2b0ad1b32acc",
      "tree": "dbb95ec0539b7ef2c00bb045f244b0c7d22787a7",
      "parents": [
        "8f3e4fec67558aa8c038fbad559d12dd2dad4326"
      ],
      "author": {
        "name": "mikhal@webrtc.org",
        "email": "mikhal@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d",
        "time": "Fri Oct 19 16:08:59 2012"
      },
      "committer": {
        "name": "mikhal@webrtc.org",
        "email": "mikhal@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d",
        "time": "Fri Oct 19 16:08:59 2012"
      },
      "message": "Updating vp8 unit_test - fixing issue introduced in r2954\n\nTBR\u003dStefan\n\nReview URL: https://webrtc-codereview.appspot.com/917005\n\ngit-svn-id: http://webrtc.googlecode.com/svn/trunk/src@2958 4adac7df-926f-26a2-2b94-8c16560cd09d\n"
    },
    {
      "commit": "8f3e4fec67558aa8c038fbad559d12dd2dad4326",
      "tree": "0e27e98f3ad5e2d53b57639a056711ad73488660",
      "parents": [
        "826a4e79c0ba20530909217c569b568a7aaada14"
      ],
      "author": {
        "name": "kjellander@webrtc.org",
        "email": "kjellander@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d",
        "time": "Fri Oct 19 16:07:02 2012"
      },
      "committer": {
        "name": "kjellander@webrtc.org",
        "email": "kjellander@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d",
        "time": "Fri Oct 19 16:07:02 2012"
      },
      "message": "Making fileutils test handle any checkout dir\n\nThis is needed since the checkout dir is not always named \u0027trunk\u0027, e.g. on branches and buildbot checkouts.\n\nBUG\u003dTests fails if checkout dir is not named trunk.\nTEST\u003dtest_support_unittests in a couple of different working directory setups.\n\nReview URL: https://webrtc-codereview.appspot.com/915004\n\ngit-svn-id: http://webrtc.googlecode.com/svn/trunk/src@2957 4adac7df-926f-26a2-2b94-8c16560cd09d\n"
    },
    {
      "commit": "826a4e79c0ba20530909217c569b568a7aaada14",
      "tree": "8528c81cce6c49e99695c8cc20108a2f4aa79127",
      "parents": [
        "e53bb93c041eb7651ae81b969880c7b4a6965115"
      ],
      "author": {
        "name": "mikhal@webrtc.org",
        "email": "mikhal@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d",
        "time": "Fri Oct 19 15:43:31 2012"
      },
      "committer": {
        "name": "mikhal@webrtc.org",
        "email": "mikhal@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d",
        "time": "Fri Oct 19 15:43:31 2012"
      },
      "message": "Updating VPM APi\u0027s to use VideoFrame\n\nReview URL: https://webrtc-codereview.appspot.com/879006\n\ngit-svn-id: http://webrtc.googlecode.com/svn/trunk/src@2956 4adac7df-926f-26a2-2b94-8c16560cd09d\n"
    },
    {
      "commit": "e53bb93c041eb7651ae81b969880c7b4a6965115",
      "tree": "a1e552adb5e4626bc543fd88dbe2ed35a2de898b",
      "parents": [
        "b81120df1e71a8d7e7693a04fe32ec4f6438857b"
      ],
      "author": {
        "name": "stefan@webrtc.org",
        "email": "stefan@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d",
        "time": "Fri Oct 19 15:36:04 2012"
      },
      "committer": {
        "name": "stefan@webrtc.org",
        "email": "stefan@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d",
        "time": "Fri Oct 19 15:36:04 2012"
      },
      "message": "Disable multi-stream BWE until send-side timing issues have been fixed.\n\nBUG\u003d\n\nReview URL: https://webrtc-codereview.appspot.com/918004\n\ngit-svn-id: http://webrtc.googlecode.com/svn/trunk/src@2955 4adac7df-926f-26a2-2b94-8c16560cd09d\n"
    },
    {
      "commit": "b81120df1e71a8d7e7693a04fe32ec4f6438857b",
      "tree": "4d00cb2265f9c83e15409f074f6c64ad83a13f04",
      "parents": [
        "1494c95091f4578b618a159d61ced227aba89dc9"
      ],
      "author": {
        "name": "mikhal@webrtc.org",
        "email": "mikhal@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d",
        "time": "Fri Oct 19 15:31:47 2012"
      },
      "committer": {
        "name": "mikhal@webrtc.org",
        "email": "mikhal@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d",
        "time": "Fri Oct 19 15:31:47 2012"
      },
      "message": "Updates to Codecs\u0027 tests\n1. Removing VideoBuffer and replacing with VideoFrame.\n2. Removing legacy rawImage related code.\nOpen TODO: Get the frame type, only used in the packet_loss test - a TODO was added.\n\nReview URL: https://webrtc-codereview.appspot.com/896004\n\ngit-svn-id: http://webrtc.googlecode.com/svn/trunk/src@2954 4adac7df-926f-26a2-2b94-8c16560cd09d\n"
    },
    {
      "commit": "1494c95091f4578b618a159d61ced227aba89dc9",
      "tree": "f5a8e03eba3dbc8dee6ea28466b78d3881c31784",
      "parents": [
        "cb8b284f28d1c18171b3fc860aa8a036823e87d2"
      ],
      "author": {
        "name": "andrew@webrtc.org",
        "email": "andrew@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d",
        "time": "Fri Oct 19 07:13:52 2012"
      },
      "committer": {
        "name": "andrew@webrtc.org",
        "email": "andrew@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d",
        "time": "Fri Oct 19 07:13:52 2012"
      },
      "message": "Add a gyp variable to fully disable Opus.\n\nWithout this, the Chromium gyp run will fail until Opus is added.\n\nThis builds and runs Opus on Linux with include_opus\u003d1, and builds with include_opus\u003d0 (including with third_party/opus deleted to simulate the Chromium build).\n\nReview URL: https://webrtc-codereview.appspot.com/902005\n\ngit-svn-id: http://webrtc.googlecode.com/svn/trunk/src@2953 4adac7df-926f-26a2-2b94-8c16560cd09d\n"
    },
    {
      "commit": "cb8b284f28d1c18171b3fc860aa8a036823e87d2",
      "tree": "0d2c2f94e8967902bc0da834fd18a34d829ee68d",
      "parents": [
        "06e17621c82cd5a94694f0c8af5812e4bda052ee"
      ],
      "author": {
        "name": "leozwang@webrtc.org",
        "email": "leozwang@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d",
        "time": "Thu Oct 18 22:22:51 2012"
      },
      "committer": {
        "name": "leozwang@webrtc.org",
        "email": "leozwang@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d",
        "time": "Thu Oct 18 22:22:51 2012"
      },
      "message": "Enable NACK by default\n\nBUG\u003dNone\nTEST\u003dlocal\nReview URL: https://webrtc-codereview.appspot.com/910005\n\ngit-svn-id: http://webrtc.googlecode.com/svn/trunk/src@2952 4adac7df-926f-26a2-2b94-8c16560cd09d\n"
    },
    {
      "commit": "06e17621c82cd5a94694f0c8af5812e4bda052ee",
      "tree": "949e02dac0e4c19447e51556bf705c9f0b754d1c",
      "parents": [
        "c43ba42049e6bb6991a0209846b7c3850b99458b"
      ],
      "author": {
        "name": "phoglund@webrtc.org",
        "email": "phoglund@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d",
        "time": "Thu Oct 18 21:00:03 2012"
      },
      "committer": {
        "name": "phoglund@webrtc.org",
        "email": "phoglund@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d",
        "time": "Thu Oct 18 21:00:03 2012"
      },
      "message": "Removed the 00 API from the fuzz tests.\n\nBUG\u003d\n\nReview URL: https://webrtc-codereview.appspot.com/903005\n\ngit-svn-id: http://webrtc.googlecode.com/svn/trunk/src@2950 4adac7df-926f-26a2-2b94-8c16560cd09d\n"
    },
    {
      "commit": "c43ba42049e6bb6991a0209846b7c3850b99458b",
      "tree": "9cec9e216251649df5adcc80e93363879c2554d4",
      "parents": [
        "6c6a3812f1aa128dbc58a4c1bc07863e069e2a26"
      ],
      "author": {
        "name": "mikhal@webrtc.org",
        "email": "mikhal@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d",
        "time": "Thu Oct 18 16:42:00 2012"
      },
      "committer": {
        "name": "mikhal@webrtc.org",
        "email": "mikhal@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d",
        "time": "Thu Oct 18 16:42:00 2012"
      },
      "message": "Updating JPEG Decoder to Use LibYuv\n\nReview URL: https://webrtc-codereview.appspot.com/900004\n\ngit-svn-id: http://webrtc.googlecode.com/svn/trunk/src@2947 4adac7df-926f-26a2-2b94-8c16560cd09d\n"
    },
    {
      "commit": "6c6a3812f1aa128dbc58a4c1bc07863e069e2a26",
      "tree": "35326025122e5d017edf834749001de4a0d68c83",
      "parents": [
        "1b3de22201402641588d41c8819f7e4a948d45b8"
      ],
      "author": {
        "name": "stefan@webrtc.org",
        "email": "stefan@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d",
        "time": "Thu Oct 18 11:12:39 2012"
      },
      "committer": {
        "name": "stefan@webrtc.org",
        "email": "stefan@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d",
        "time": "Thu Oct 18 11:12:39 2012"
      },
      "message": "Move the REMB summation into RemoteBitrateEstimatorSingleStream.\n\nBUG\u003d\n\nReview URL: https://webrtc-codereview.appspot.com/891004\n\ngit-svn-id: http://webrtc.googlecode.com/svn/trunk/src@2946 4adac7df-926f-26a2-2b94-8c16560cd09d\n"
    },
    {
      "commit": "1b3de22201402641588d41c8819f7e4a948d45b8",
      "tree": "d8d04dfda9171f2a7d095f06cab1d192e3256ce0",
      "parents": [
        "679eb92d6651cefb35f28598563ef15ad8dcc847"
      ],
      "author": {
        "name": "tina.legrand@webrtc.org",
        "email": "tina.legrand@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d",
        "time": "Thu Oct 18 10:00:52 2012"
      },
      "committer": {
        "name": "tina.legrand@webrtc.org",
        "email": "tina.legrand@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d",
        "time": "Thu Oct 18 10:00:52 2012"
      },
      "message": "Opus integration\n\nFirst patch \u003d delivery from August 22, 2012.\n\nReview URL: https://webrtc-codereview.appspot.com/756005\n\ngit-svn-id: http://webrtc.googlecode.com/svn/trunk/src@2945 4adac7df-926f-26a2-2b94-8c16560cd09d\n"
    },
    {
      "commit": "679eb92d6651cefb35f28598563ef15ad8dcc847",
      "tree": "82ee913ca27bd3a809b0ace7328c23981f5c3153",
      "parents": [
        "0cdacccdec45b0e8e49381540ee0346687eb55e7"
      ],
      "author": {
        "name": "andrew@webrtc.org",
        "email": "andrew@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d",
        "time": "Thu Oct 18 00:42:32 2012"
      },
      "committer": {
        "name": "andrew@webrtc.org",
        "email": "andrew@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d",
        "time": "Thu Oct 18 00:42:32 2012"
      },
      "message": "Allow audioproc_unittest to be run with an absolute path.\n\nr2942 depended on TestSuite, which in turn depends on Gmock. This is not\navailable in the Android platform build. Here, we call SetExecutablePath\ndirectly instead.\n\nTBR\u003dkjellander@webrtc.org\nTESTED\u003dinvoked audioproc_unittest with an absolute path in a working directory\noutside the tree.\n\nReview URL: https://webrtc-codereview.appspot.com/892005\n\ngit-svn-id: http://webrtc.googlecode.com/svn/trunk/src@2944 4adac7df-926f-26a2-2b94-8c16560cd09d\n"
    },
    {
      "commit": "0cdacccdec45b0e8e49381540ee0346687eb55e7",
      "tree": "5a46460e922b75aeb267563334705ebae4aea394",
      "parents": [
        "d178ed4ee72f77bb1b99a7f885859d65d98526c2"
      ],
      "author": {
        "name": "andrew@webrtc.org",
        "email": "andrew@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d",
        "time": "Wed Oct 17 23:30:18 2012"
      },
      "committer": {
        "name": "andrew@webrtc.org",
        "email": "andrew@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d",
        "time": "Wed Oct 17 23:30:18 2012"
      },
      "message": "Use TestSuite for startup in audioproc_unittest\u0027s custom main().\n\nTESTED\u003dinvoked audioproc_unittest with an absolute path in a working directory outside the tree.\n\nReview URL: https://webrtc-codereview.appspot.com/897006\n\ngit-svn-id: http://webrtc.googlecode.com/svn/trunk/src@2942 4adac7df-926f-26a2-2b94-8c16560cd09d\n"
    },
    {
      "commit": "d178ed4ee72f77bb1b99a7f885859d65d98526c2",
      "tree": "52bb5c37173f754e8ac7ec610b4386c1cc835be4",
      "parents": [
        "29ef8567e0e0c82871b5430b415fa70ffce3cef7"
      ],
      "author": {
        "name": "kma@webrtc.org",
        "email": "kma@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d",
        "time": "Wed Oct 17 22:12:50 2012"
      },
      "committer": {
        "name": "kma@webrtc.org",
        "email": "kma@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d",
        "time": "Wed Oct 17 22:12:50 2012"
      },
      "message": "A fix to webrtc issue 918 in Android, introduced from version 2792 which touched the build settings.\nReview URL: https://webrtc-codereview.appspot.com/897005\n\ngit-svn-id: http://webrtc.googlecode.com/svn/trunk/src@2941 4adac7df-926f-26a2-2b94-8c16560cd09d\n"
    },
    {
      "commit": "29ef8567e0e0c82871b5430b415fa70ffce3cef7",
      "tree": "f633bfc8a4f590609e92652734ddbcc4757073f5",
      "parents": [
        "c6dc88f8b50faa8206ec2002eb07a4f2da134bd9"
      ],
      "author": {
        "name": "henrike@webrtc.org",
        "email": "henrike@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d",
        "time": "Wed Oct 17 18:03:49 2012"
      },
      "committer": {
        "name": "henrike@webrtc.org",
        "email": "henrike@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d",
        "time": "Wed Oct 17 18:03:49 2012"
      },
      "message": "Fixes comment from https://webrtc-codereview.appspot.com/869004/\n\nBUG\u003dN/A\n\nReview URL: https://webrtc-codereview.appspot.com/859009\n\ngit-svn-id: http://webrtc.googlecode.com/svn/trunk/src@2940 4adac7df-926f-26a2-2b94-8c16560cd09d\n"
    },
    {
      "commit": "c6dc88f8b50faa8206ec2002eb07a4f2da134bd9",
      "tree": "f5ea23fce014145e649e8b87a63c80c410d290da",
      "parents": [
        "c3982eb7e58c5f603b8781293425747dff65fd40"
      ],
      "author": {
        "name": "sjlee@webrtc.org",
        "email": "sjlee@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d",
        "time": "Wed Oct 17 13:18:00 2012"
      },
      "committer": {
        "name": "sjlee@webrtc.org",
        "email": "sjlee@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d",
        "time": "Wed Oct 17 13:18:00 2012"
      },
      "message": "THis modification is casued by r2915.\nIn r2915, the src/system_wrapper/interface/critical_section_wrapper.h\nwas changed.\nThe below two files are affected by r2915. \nReview URL: https://webrtc-codereview.appspot.com/878006\n\ngit-svn-id: http://webrtc.googlecode.com/svn/trunk/src@2939 4adac7df-926f-26a2-2b94-8c16560cd09d\n"
    },
    {
      "commit": "c3982eb7e58c5f603b8781293425747dff65fd40",
      "tree": "163d7a00ebcb39d369e8b03fd7b1f16dd27e0c14",
      "parents": [
        "09a5e733dba6dd1722166938aee230982c83305a"
      ],
      "author": {
        "name": "mflodman@webrtc.org",
        "email": "mflodman@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d",
        "time": "Wed Oct 17 11:05:54 2012"
      },
      "committer": {
        "name": "mflodman@webrtc.org",
        "email": "mflodman@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d",
        "time": "Wed Oct 17 11:05:54 2012"
      },
      "message": "Added buffer length when calling encrypt/decrypt. Write the extra two bytes.\n\nReplacing http://review.webrtc.org/893004/.\n\nBUG\u003d934\nTEST\u003dRun ViE Autotest Encryption with Valgrind.\n\nReview URL: https://webrtc-codereview.appspot.com/901006\n\ngit-svn-id: http://webrtc.googlecode.com/svn/trunk/src@2938 4adac7df-926f-26a2-2b94-8c16560cd09d\n"
    },
    {
      "commit": "09a5e733dba6dd1722166938aee230982c83305a",
      "tree": "83b8e631699962927361c17421b6f3e6d7e3cd62",
      "parents": [
        "ebaf0cc31719946c2b73b27f62e7cf52412e81c1"
      ],
      "author": {
        "name": "mflodman@webrtc.org",
        "email": "mflodman@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d",
        "time": "Wed Oct 17 09:41:25 2012"
      },
      "committer": {
        "name": "mflodman@webrtc.org",
        "email": "mflodman@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d",
        "time": "Wed Oct 17 09:41:25 2012"
      },
      "message": "Made external codec test compile and pass.\n\nBUG\u003d961\nTEST\u003dUncomment #define WEBRTC_VIDEO_ENGINE_EXTERNAL_CODEC_API in engine_configurations.h. Should build and extended codec test pass.\n\nReview URL: https://webrtc-codereview.appspot.com/901005\n\ngit-svn-id: http://webrtc.googlecode.com/svn/trunk/src@2937 4adac7df-926f-26a2-2b94-8c16560cd09d\n"
    },
    {
      "commit": "ebaf0cc31719946c2b73b27f62e7cf52412e81c1",
      "tree": "984a4705006994d658aa9038b1b2ad570d9c7d6b",
      "parents": [
        "d40c2a65c310832c041710d89e21e55db7646613"
      ],
      "author": {
        "name": "kjellander@webrtc.org",
        "email": "kjellander@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d",
        "time": "Wed Oct 17 04:39:44 2012"
      },
      "committer": {
        "name": "kjellander@webrtc.org",
        "email": "kjellander@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d",
        "time": "Wed Oct 17 04:39:44 2012"
      },
      "message": "Adding fileutils.h support for absolute paths\n\nThis CL completes the effort done in http://review.webrtc.org/858014/ to make tests find the resources in various scenarios.\n\nSlightly modified tests since there were a bit confusing and that their description conflicted with the current functionality.\n\nBUG\u003dTests that are run with full absolute paths cannot find resources.\nTEST\u003dLocal tests using absolute paths + trybots\n\nReview URL: https://webrtc-codereview.appspot.com/878007\n\ngit-svn-id: http://webrtc.googlecode.com/svn/trunk/src@2936 4adac7df-926f-26a2-2b94-8c16560cd09d\n"
    },
    {
      "commit": "d40c2a65c310832c041710d89e21e55db7646613",
      "tree": "bd6e0afc1c1faf3e1f71d5d455dd97ca98bb60bb",
      "parents": [
        "462488824b2d57ddc902f614f8d2b12fea0e7d17"
      ],
      "author": {
        "name": "leozwang@webrtc.org",
        "email": "leozwang@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d",
        "time": "Tue Oct 16 04:31:20 2012"
      },
      "committer": {
        "name": "leozwang@webrtc.org",
        "email": "leozwang@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d",
        "time": "Tue Oct 16 04:31:20 2012"
      },
      "message": "Consolidate test file path on Android\n\nBUG\u003dNone\nTEST\u003dlocal\nReview URL: https://webrtc-codereview.appspot.com/879004\n\ngit-svn-id: http://webrtc.googlecode.com/svn/trunk/src@2934 4adac7df-926f-26a2-2b94-8c16560cd09d\n"
    },
    {
      "commit": "462488824b2d57ddc902f614f8d2b12fea0e7d17",
      "tree": "1e09993518a6d60a1e7a7b5afb32fd524669c91a",
      "parents": [
        "d3b84da2f5ed5ab1708d30a236fda2b4d647ce55"
      ],
      "author": {
        "name": "andrew@webrtc.org",
        "email": "andrew@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d",
        "time": "Tue Oct 16 01:20:39 2012"
      },
      "committer": {
        "name": "andrew@webrtc.org",
        "email": "andrew@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d",
        "time": "Tue Oct 16 01:20:39 2012"
      },
      "message": "Remove non-ASCII character from voe_external_media.h\n\nTBR\u003dhenrika@webrtc.org\n\nReview URL: https://webrtc-codereview.appspot.com/881006\n\ngit-svn-id: http://webrtc.googlecode.com/svn/trunk/src@2932 4adac7df-926f-26a2-2b94-8c16560cd09d\n"
    },
    {
      "commit": "d3b84da2f5ed5ab1708d30a236fda2b4d647ce55",
      "tree": "44431de4465af1c2cb67b4717fd66dd55276ba47",
      "parents": [
        "4c9c5eebfd43cba1b1a11db9c741ed16bd9cf623"
      ],
      "author": {
        "name": "andrew@webrtc.org",
        "email": "andrew@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d",
        "time": "Mon Oct 15 21:32:38 2012"
      },
      "committer": {
        "name": "andrew@webrtc.org",
        "email": "andrew@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d",
        "time": "Mon Oct 15 21:32:38 2012"
      },
      "message": "Delete mergeinfo on remote_bitrate_estimator.\n\nThis should prevent these files from showing up during every merge operation.\n\nBUG\u003dissue724\nReview URL: https://webrtc-codereview.appspot.com/881005\n\ngit-svn-id: http://webrtc.googlecode.com/svn/trunk/src@2931 4adac7df-926f-26a2-2b94-8c16560cd09d\n"
    },
    {
      "commit": "4c9c5eebfd43cba1b1a11db9c741ed16bd9cf623",
      "tree": "44431de4465af1c2cb67b4717fd66dd55276ba47",
      "parents": [
        "a8776fc06a648865eb9e3787ef0a7363813f1b32"
      ],
      "author": {
        "name": "kjellander@webrtc.org",
        "email": "kjellander@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d",
        "time": "Mon Oct 15 18:14:12 2012"
      },
      "committer": {
        "name": "kjellander@webrtc.org",
        "email": "kjellander@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d",
        "time": "Mon Oct 15 18:14:12 2012"
      },
      "message": "Improving the way fileutil.h finds test resources.\n\nAdding the argv[0] path to the working directory to make it possible find the project root even when the test is executed from outside the project dir (like it is on some buildbots).\n\nRemoved tests that moves into directories since they no longer work with this approach. The new functionality have been verified by manual tests of the following cases, example with a checkout root dir called webrtc/:\nWorking dir:                   Command line:\nwebrtc                         trunk/out/Debug/test\nwebrtc/trunk                   out/Debug/test\nwebrtc/trunk/out               Debug/test\nwebrtc/trunk/out               ./Debug/test\nwebrtc/trunk/out/Debug         ./test\nwebrtc/trunk/out/Debug/subdir  ../test\nwebrtc/trunk/out/Debug/subdir  ./../test\n\nI also made another program with its own main method (only links with \u0027test_support\u0027, not \u0027test_support_main\u0027) and made sure that it was still possible to use as before (i.e. works within the project tree but not above it):\n\n#include \"testsupport/fileutils.h\"\nint main(int argc, char** argv) {\n  printf(\"Working dir: %s\\n\", webrtc::test::WorkingDir().c_str());\n  printf(\"Project root: %s\\n\", webrtc::test::ProjectRootPath().c_str());\n  printf(\"Output path: %s\\n\", webrtc::test::OutputPath().c_str());\n}\n\nBUG\u003dExisting implementation cannot handle when the working directory is outside the project checkout.\nTEST\u003dtest_support_unittests and manual tests with video_codecs_test_framework_integration_tests + passing all trybots + memcheck tool\n\nReview URL: https://webrtc-codereview.appspot.com/858014\n\ngit-svn-id: http://webrtc.googlecode.com/svn/trunk/src@2927 4adac7df-926f-26a2-2b94-8c16560cd09d\n"
    },
    {
      "commit": "a8776fc06a648865eb9e3787ef0a7363813f1b32",
      "tree": "a4e3e4ebd91a7ed1d2dbfee354da6a03f772e9e7",
      "parents": [
        "dd4022fac5b993abe8c81554b977733362da98e1"
      ],
      "author": {
        "name": "tina.legrand@webrtc.org",
        "email": "tina.legrand@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d",
        "time": "Mon Oct 15 17:46:19 2012"
      },
      "committer": {
        "name": "tina.legrand@webrtc.org",
        "email": "tina.legrand@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d",
        "time": "Mon Oct 15 17:46:19 2012"
      },
      "message": "Adding support for 48 kHz input to VAD.\n\nThis CL adds support for 48 kHz sampling frequency in the VAD, by adding downsampling from 48 to 8 kHz.\n\nBUG\u003d\nTEST\u003dvad_unittest\n\nReview URL: https://webrtc-codereview.appspot.com/855010\n\ngit-svn-id: http://webrtc.googlecode.com/svn/trunk/src@2926 4adac7df-926f-26a2-2b94-8c16560cd09d\n"
    },
    {
      "commit": "dd4022fac5b993abe8c81554b977733362da98e1",
      "tree": "ab1844c9bc1882de093583fd46b68aaad28b5417",
      "parents": [
        "c6340d6ca9c15bf42b89b72212a8a84ce9a36197"
      ],
      "author": {
        "name": "leozwang@webrtc.org",
        "email": "leozwang@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d",
        "time": "Mon Oct 15 17:24:13 2012"
      },
      "committer": {
        "name": "leozwang@webrtc.org",
        "email": "leozwang@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d",
        "time": "Mon Oct 15 17:24:13 2012"
      },
      "message": "Refactor WebRTCDemo.java to follow google code style\n\nBUG\u003dNone\nTEST\u003dbots\nReview URL: https://webrtc-codereview.appspot.com/882005\n\ngit-svn-id: http://webrtc.googlecode.com/svn/trunk/src@2925 4adac7df-926f-26a2-2b94-8c16560cd09d\n"
    },
    {
      "commit": "c6340d6ca9c15bf42b89b72212a8a84ce9a36197",
      "tree": "d9dfa590c2da7ec2fd33e220933c900ee00d9233",
      "parents": [
        "79d730294f612133a11a7dc8a81bba2760c030df"
      ],
      "author": {
        "name": "mikhal@webrtc.org",
        "email": "mikhal@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d",
        "time": "Mon Oct 15 16:12:09 2012"
      },
      "committer": {
        "name": "mikhal@webrtc.org",
        "email": "mikhal@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d",
        "time": "Mon Oct 15 16:12:09 2012"
      },
      "message": "I420VideoFrame: Adding: 1. IsEmpty 2. ResetSize\n\nReview URL: https://webrtc-codereview.appspot.com/857011\n\ngit-svn-id: http://webrtc.googlecode.com/svn/trunk/src@2924 4adac7df-926f-26a2-2b94-8c16560cd09d\n"
    },
    {
      "commit": "79d730294f612133a11a7dc8a81bba2760c030df",
      "tree": "82b13533e327b204e1b8ad3c4d43b53b9835b310",
      "parents": [
        "4153d30e27ff6cc64156bcec0d1c56d6c86490ee"
      ],
      "author": {
        "name": "andrew@webrtc.org",
        "email": "andrew@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d",
        "time": "Fri Oct 12 16:41:45 2012"
      },
      "committer": {
        "name": "andrew@webrtc.org",
        "email": "andrew@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d",
        "time": "Fri Oct 12 16:41:45 2012"
      },
      "message": "Add VAD configuration options to audioproc.\n\nReview URL: https://webrtc-codereview.appspot.com/855014\n\ngit-svn-id: http://webrtc.googlecode.com/svn/trunk/src@2923 4adac7df-926f-26a2-2b94-8c16560cd09d\n"
    },
    {
      "commit": "4153d30e27ff6cc64156bcec0d1c56d6c86490ee",
      "tree": "c31711170423c083e2bed965dd6643160722728e",
      "parents": [
        "819d1e2c1b8a7a154a53e8409d4fc6ec9f26c3a3"
      ],
      "author": {
        "name": "tina.legrand@webrtc.org",
        "email": "tina.legrand@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d",
        "time": "Fri Oct 12 12:50:14 2012"
      },
      "committer": {
        "name": "tina.legrand@webrtc.org",
        "email": "tina.legrand@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d",
        "time": "Fri Oct 12 12:50:14 2012"
      },
      "message": "This is a minor change.\n\nWrong macro used for AMR and AMR-wb. The real name for the macros are without \"GSM\".\n\nMagnus, please review the change in modules/media_file.\nHenrik G, please review the change in voice_engine\n\nReview URL: https://webrtc-codereview.appspot.com/859011\n\ngit-svn-id: http://webrtc.googlecode.com/svn/trunk/src@2921 4adac7df-926f-26a2-2b94-8c16560cd09d\n"
    },
    {
      "commit": "819d1e2c1b8a7a154a53e8409d4fc6ec9f26c3a3",
      "tree": "b15721a6fbcfdbeb53c3393e6f555cc0a0e25f30",
      "parents": [
        "05480ab298418f75a9f39a429a746485847b7e57"
      ],
      "author": {
        "name": "stefan@webrtc.org",
        "email": "stefan@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d",
        "time": "Fri Oct 12 07:04:52 2012"
      },
      "committer": {
        "name": "stefan@webrtc.org",
        "email": "stefan@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d",
        "time": "Fri Oct 12 07:04:52 2012"
      },
      "message": "Refactoring jitter_buffer.h/.cc to Google style.\n\nBUG\u003d\n\nReview URL: https://webrtc-codereview.appspot.com/872006\n\ngit-svn-id: http://webrtc.googlecode.com/svn/trunk/src@2920 4adac7df-926f-26a2-2b94-8c16560cd09d\n"
    },
    {
      "commit": "05480ab298418f75a9f39a429a746485847b7e57",
      "tree": "934f45440d6c514f593ae95a18fd47efbf07e4e4",
      "parents": [
        "67fad0c6b8d86ec26198562dac44155d1e77b952"
      ],
      "author": {
        "name": "kma@webrtc.org",
        "email": "kma@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d",
        "time": "Thu Oct 11 17:59:17 2012"
      },
      "committer": {
        "name": "kma@webrtc.org",
        "email": "kma@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d",
        "time": "Thu Oct 11 17:59:17 2012"
      },
      "message": "Fixed a compiler issue with arm neon build.\n\nProblem: When building webrtc in ARM but not Android:\n\nthird_party/webrtc/modules/audio_processing/ns/nsx_core_neon.c: In function \u0027WebRtcNsx_NoiseEstimationNeon\u0027:\nthird_party/webrtc/modules/audio_processing/ns/nsx_core_neon.c:248:7: note: use -flax-vector-conversions to permit conversions between vectors with differing element types or numbers of subparts\n\nthird_party/webrtc/modules/audio_processing/ns/nsx_core_neon.c:248:17: error: incompatible types when assigning to type \u0027int16x8_t\u0027 from type \u0027uint16x8_t\u0027\nReview URL: https://webrtc-codereview.appspot.com/859013\n\ngit-svn-id: http://webrtc.googlecode.com/svn/trunk/src@2917 4adac7df-926f-26a2-2b94-8c16560cd09d\n"
    },
    {
      "commit": "67fad0c6b8d86ec26198562dac44155d1e77b952",
      "tree": "278f5848d370363b9cbdba0c6236e9597b1a039e",
      "parents": [
        "5f3406e0d07c2f6d3b392bd79e8fde6b390f50b4"
      ],
      "author": {
        "name": "mikhal@webrtc.org",
        "email": "mikhal@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d",
        "time": "Thu Oct 11 17:19:10 2012"
      },
      "committer": {
        "name": "mikhal@webrtc.org",
        "email": "mikhal@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d",
        "time": "Thu Oct 11 17:19:10 2012"
      },
      "message": "\n\ngit-svn-id: http://webrtc.googlecode.com/svn/trunk/src@2916 4adac7df-926f-26a2-2b94-8c16560cd09d\n"
    },
    {
      "commit": "5f3406e0d07c2f6d3b392bd79e8fde6b390f50b4",
      "tree": "4470250fa109161fc96282b8f6d4987217d7c1e8",
      "parents": [
        "1887df2d35ae0f2107685c145e356065fad90595"
      ],
      "author": {
        "name": "mflodman@webrtc.org",
        "email": "mflodman@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d",
        "time": "Thu Oct 11 16:58:05 2012"
      },
      "committer": {
        "name": "mflodman@webrtc.org",
        "email": "mflodman@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d",
        "time": "Thu Oct 11 16:58:05 2012"
      },
      "message": "Remove CriticalSectionScoped reference constructor.\n\nThis is to close BUG\u003d187, which was, except for this, done a long time ago.\n\nBUG\u003d187\nTEST\u003dCompiles.\n\nReview URL: https://webrtc-codereview.appspot.com/857013\n\ngit-svn-id: http://webrtc.googlecode.com/svn/trunk/src@2915 4adac7df-926f-26a2-2b94-8c16560cd09d\n"
    },
    {
      "commit": "1887df2d35ae0f2107685c145e356065fad90595",
      "tree": "142d4c56ff705ae64bf3549125ab9b06be8aa000",
      "parents": [
        "8c2d442b6f82491d953ed843503fc0377967680a"
      ],
      "author": {
        "name": "mflodman@webrtc.org",
        "email": "mflodman@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d",
        "time": "Thu Oct 11 16:31:00 2012"
      },
      "committer": {
        "name": "mflodman@webrtc.org",
        "email": "mflodman@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d",
        "time": "Thu Oct 11 16:31:00 2012"
      },
      "message": "Changed CriticalSectionScoped so the style correct constructor is used everywhere.\n\nBUG\u003d187\n\nReview URL: https://webrtc-codereview.appspot.com/873009\n\ngit-svn-id: http://webrtc.googlecode.com/svn/trunk/src@2913 4adac7df-926f-26a2-2b94-8c16560cd09d\n"
    },
    {
      "commit": "8c2d442b6f82491d953ed843503fc0377967680a",
      "tree": "f0b553e90edba8468ef71fa13916e3c019dc61b8",
      "parents": [
        "708d821191fcac7899e5617121dc94aa78f55597"
      ],
      "author": {
        "name": "marpan@webrtc.org",
        "email": "marpan@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d",
        "time": "Thu Oct 11 16:27:34 2012"
      },
      "committer": {
        "name": "marpan@webrtc.org",
        "email": "marpan@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d",
        "time": "Thu Oct 11 16:27:34 2012"
      },
      "message": "Updates to videoprocessor_integration_test:\n    -added internal spatial resize and frame dropper as codec config parameters.\n    -made one test dedicated to internal spatial resize.\n    -set the denoiser to be on for the temporal layer test.\n    -correct the setting for number of spatial resizes for temporal layer test.\nReview URL: https://webrtc-codereview.appspot.com/866007\n\ngit-svn-id: http://webrtc.googlecode.com/svn/trunk/src@2912 4adac7df-926f-26a2-2b94-8c16560cd09d\n"
    },
    {
      "commit": "708d821191fcac7899e5617121dc94aa78f55597",
      "tree": "76ed2881d9f1d7a7d6244896a7416848d01b6dd4",
      "parents": [
        "2ec71b6ea3cb2373dbce78ef3eb7410918663814"
      ],
      "author": {
        "name": "xians@webrtc.org",
        "email": "xians@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d",
        "time": "Thu Oct 11 15:41:55 2012"
      },
      "committer": {
        "name": "xians@webrtc.org",
        "email": "xians@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d",
        "time": "Thu Oct 11 15:41:55 2012"
      },
      "message": "The CL broke the builds is :\nhttp://code.google.com/p/webrtc/source/detail?r\u003d2804\nReview URL: https://webrtc-codereview.appspot.com/873012\n\ngit-svn-id: http://webrtc.googlecode.com/svn/trunk/src@2911 4adac7df-926f-26a2-2b94-8c16560cd09d\n"
    },
    {
      "commit": "2ec71b6ea3cb2373dbce78ef3eb7410918663814",
      "tree": "c5efa8790f75eda239a4483e1e7009e4e7cf469c",
      "parents": [
        "2cf02672e0083c5f4b31dea8b24a79b4c10c90bb"
      ],
      "author": {
        "name": "mikhal@webrtc.org",
        "email": "mikhal@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d",
        "time": "Thu Oct 11 15:33:05 2012"
      },
      "committer": {
        "name": "mikhal@webrtc.org",
        "email": "mikhal@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d",
        "time": "Thu Oct 11 15:33:05 2012"
      },
      "message": "Adding Scale for I420VideoFrame\n\nReview URL: https://webrtc-codereview.appspot.com/857012\n\ngit-svn-id: http://webrtc.googlecode.com/svn/trunk/src@2910 4adac7df-926f-26a2-2b94-8c16560cd09d\n"
    },
    {
      "commit": "2cf02672e0083c5f4b31dea8b24a79b4c10c90bb",
      "tree": "0db4aa4a1724727f6730261099d862db7eea8929",
      "parents": [
        "6e5ccc16c1dbf1ec9f4db67bb9bc24cdefa89606"
      ],
      "author": {
        "name": "mikhal@webrtc.org",
        "email": "mikhal@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d",
        "time": "Thu Oct 11 15:03:53 2012"
      },
      "committer": {
        "name": "mikhal@webrtc.org",
        "email": "mikhal@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d",
        "time": "Thu Oct 11 15:03:53 2012"
      },
      "message": "Adding DeliverCaptureEncodedFrame\n\nReview URL: https://webrtc-codereview.appspot.com/860012\n\ngit-svn-id: http://webrtc.googlecode.com/svn/trunk/src@2909 4adac7df-926f-26a2-2b94-8c16560cd09d\n"
    },
    {
      "commit": "6e5ccc16c1dbf1ec9f4db67bb9bc24cdefa89606",
      "tree": "03776ed2e6bdda56d26dd3dace62be5fed708f77",
      "parents": [
        "ed10c09786a2f20618ee2519cda2d280bb9eb9be"
      ],
      "author": {
        "name": "stefan@webrtc.org",
        "email": "stefan@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d",
        "time": "Thu Oct 11 12:13:42 2012"
      },
      "committer": {
        "name": "stefan@webrtc.org",
        "email": "stefan@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d",
        "time": "Thu Oct 11 12:13:42 2012"
      },
      "message": "Fix for issues with in r2906.\n\nTBR\u003dhenrik.lundin@webrtc.org\n\nBUG\u003d\n\nReview URL: https://webrtc-codereview.appspot.com/858013\n\ngit-svn-id: http://webrtc.googlecode.com/svn/trunk/src@2907 4adac7df-926f-26a2-2b94-8c16560cd09d\n"
    },
    {
      "commit": "ed10c09786a2f20618ee2519cda2d280bb9eb9be",
      "tree": "1424de6e385e96c6df1d8684332679c57b78c86a",
      "parents": [
        "683f70d96028f187a7a9aeef7ce75eb7f01d2ee7"
      ],
      "author": {
        "name": "stefan@webrtc.org",
        "email": "stefan@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d",
        "time": "Thu Oct 11 11:21:38 2012"
      },
      "committer": {
        "name": "stefan@webrtc.org",
        "email": "stefan@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d",
        "time": "Thu Oct 11 11:21:38 2012"
      },
      "message": "Refactoring codec_database.cc/.h to Google style.\n\nBUG\u003d\n\nReview URL: https://webrtc-codereview.appspot.com/857009\n\ngit-svn-id: http://webrtc.googlecode.com/svn/trunk/src@2906 4adac7df-926f-26a2-2b94-8c16560cd09d\n"
    },
    {
      "commit": "683f70d96028f187a7a9aeef7ce75eb7f01d2ee7",
      "tree": "763c634a959cc1c4a8b8732c903e5803c6d3dea7",
      "parents": [
        "cafc0ed71a1f92433822614128c18e9cb1e4fc55"
      ],
      "author": {
        "name": "xians@webrtc.org",
        "email": "xians@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d",
        "time": "Thu Oct 11 09:32:45 2012"
      },
      "committer": {
        "name": "xians@webrtc.org",
        "email": "xians@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d",
        "time": "Thu Oct 11 09:32:45 2012"
      },
      "message": "The problem is:\n./content/renderer/media/webrtc_audio_device_impl.h:19:81: error: third_party/webrtc/modules/audio_device/main/interface/audio_device.h: No such file or directory\n \nWe have to create a temporary files until the new webrtc is rolled the chrome.\nReview URL: https://webrtc-codereview.appspot.com/867008\n\ngit-svn-id: http://webrtc.googlecode.com/svn/trunk/src@2905 4adac7df-926f-26a2-2b94-8c16560cd09d\n"
    },
    {
      "commit": "cafc0ed71a1f92433822614128c18e9cb1e4fc55",
      "tree": "67c5615911316b8c393a3313f1d743aec81d81bc",
      "parents": [
        "733eaff233b5b441257811432b7be84ecb84c66f"
      ],
      "author": {
        "name": "braveyao@webrtc.org",
        "email": "braveyao@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d",
        "time": "Thu Oct 11 02:42:51 2012"
      },
      "committer": {
        "name": "braveyao@webrtc.org",
        "email": "braveyao@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d",
        "time": "Thu Oct 11 02:42:51 2012"
      },
      "message": "Issue 634:\tNSArray exception when getting video info when no camera attached - OSX\n\nBUG \u003d Issue 634\nTEST \u003d NONE\nReview URL: https://webrtc-codereview.appspot.com/859006\n\ngit-svn-id: http://webrtc.googlecode.com/svn/trunk/src@2904 4adac7df-926f-26a2-2b94-8c16560cd09d\n"
    },
    {
      "commit": "733eaff233b5b441257811432b7be84ecb84c66f",
      "tree": "5141950ebab2c003345d5865430de9d425bbe380",
      "parents": [
        "3424a4584adee54baa85081611b9f062522f60bf"
      ],
      "author": {
        "name": "braveyao@webrtc.org",
        "email": "braveyao@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d",
        "time": "Thu Oct 11 02:25:56 2012"
      },
      "committer": {
        "name": "braveyao@webrtc.org",
        "email": "braveyao@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d",
        "time": "Thu Oct 11 02:25:56 2012"
      },
      "message": "Issue 589:\tPossible bug in TMMBRHelp::CalcMinBitRate\n\nBUG \u003d Issue589\nTEST \u003d NONE\nReview URL: https://webrtc-codereview.appspot.com/857005\n\ngit-svn-id: http://webrtc.googlecode.com/svn/trunk/src@2903 4adac7df-926f-26a2-2b94-8c16560cd09d\n"
    },
    {
      "commit": "3424a4584adee54baa85081611b9f062522f60bf",
      "tree": "41564f7d09677f99745f07509d209f5b7b615806",
      "parents": [
        "31fead0ff48a80713e1a6f9d77cb19a2f29a0f5e"
      ],
      "author": {
        "name": "wu@webrtc.org",
        "email": "wu@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d",
        "time": "Wed Oct 10 20:59:35 2012"
      },
      "committer": {
        "name": "wu@webrtc.org",
        "email": "wu@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d",
        "time": "Wed Oct 10 20:59:35 2012"
      },
      "message": "Fix a break on the \"ChromiumOS (daisy)\" bot.\n\nhttp://build.chromium.org/p/chromium.chromiumos/builders/ChromiumOS%20%28daisy%29/builds/3567/steps/BuildTarget/logs/stdio\nthird_party/webrtc/common_audio/signal_processing/spl_init.c:35:13: error: \u0027InitPointersToC\u0027 defined but not used [-Werror\u003dunused-function]\n\nTEST\u003dtry bots\n\nBUG\u003d\n\nReview URL: https://webrtc-codereview.appspot.com/864011\n\ngit-svn-id: http://webrtc.googlecode.com/svn/trunk/src@2901 4adac7df-926f-26a2-2b94-8c16560cd09d\n"
    },
    {
      "commit": "31fead0ff48a80713e1a6f9d77cb19a2f29a0f5e",
      "tree": "8150cf4fcb8a66510d7bf2c42f4c405af331b860",
      "parents": [
        "24238f7b56744a0d3e03e1dedc562aecee06cceb"
      ],
      "author": {
        "name": "phoglund@webrtc.org",
        "email": "phoglund@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d",
        "time": "Wed Oct 10 15:41:03 2012"
      },
      "committer": {
        "name": "phoglund@webrtc.org",
        "email": "phoglund@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d",
        "time": "Wed Oct 10 15:41:03 2012"
      },
      "message": "Suppressed all voe_auto_test standard suite bugs and introduced a flag for excluding timing-dependent tests.\n\nAlso Suppressed FakeMediaProcess errors (bug 898) and took out a test and suppressed general errors (bug 332). Lastly, fixed memory leak in misc test.\n\nBUG\u003d898, 332\nTEST\u003dRan voe_auto_test with repeat\u003d10 through the whole standard suite, under valgrind. Ran without valgrind. Tested that the extended and standard tests still start and are reachable from the menu.\n\nReview URL: https://webrtc-codereview.appspot.com/855009\n\ngit-svn-id: http://webrtc.googlecode.com/svn/trunk/src@2898 4adac7df-926f-26a2-2b94-8c16560cd09d\n"
    },
    {
      "commit": "24238f7b56744a0d3e03e1dedc562aecee06cceb",
      "tree": "8610690824c3b8781627e6e64c6383e55389f4b2",
      "parents": [
        "0e27858ac3472c6bd1ba18ce504a33b59999b3f8"
      ],
      "author": {
        "name": "mikhal@webrtc.org",
        "email": "mikhal@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d",
        "time": "Wed Oct 10 00:11:44 2012"
      },
      "committer": {
        "name": "mikhal@webrtc.org",
        "email": "mikhal@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d",
        "time": "Wed Oct 10 00:11:44 2012"
      },
      "message": "Rolling libvpx to 30d8ba541ede\n\nReview URL: https://webrtc-codereview.appspot.com/873008\n\ngit-svn-id: http://webrtc.googlecode.com/svn/trunk/src@2896 4adac7df-926f-26a2-2b94-8c16560cd09d\n"
    },
    {
      "commit": "0e27858ac3472c6bd1ba18ce504a33b59999b3f8",
      "tree": "91276e07f723a58e50c803a2c205c29fea533598",
      "parents": [
        "41620d7a4c2ae9b3410c0a49c382ede83a353a0d"
      ],
      "author": {
        "name": "marpan@webrtc.org",
        "email": "marpan@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d",
        "time": "Tue Oct 09 20:43:56 2012"
      },
      "committer": {
        "name": "marpan@webrtc.org",
        "email": "marpan@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d",
        "time": "Tue Oct 09 20:43:56 2012"
      },
      "message": "Put some bounds on VCM frame dropper.\nReview URL: https://webrtc-codereview.appspot.com/873005\n\ngit-svn-id: http://webrtc.googlecode.com/svn/trunk/src@2893 4adac7df-926f-26a2-2b94-8c16560cd09d\n"
    },
    {
      "commit": "41620d7a4c2ae9b3410c0a49c382ede83a353a0d",
      "tree": "a22c35c4200c3dfa03a13a97739fe9000eb1880c",
      "parents": [
        "db5000a850acdbac92e089cbaff210bcfa4aa6ae"
      ],
      "author": {
        "name": "leozwang@webrtc.org",
        "email": "leozwang@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d",
        "time": "Tue Oct 09 20:20:37 2012"
      },
      "committer": {
        "name": "leozwang@webrtc.org",
        "email": "leozwang@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d",
        "time": "Tue Oct 09 20:20:37 2012"
      },
      "message": "Add a few functions to android test application\n\n1. Add playing ringtone\n2. Add receiving headset plug intent\n3. Add a runnable to simulate cpu load\n\nBUG\u003d\nTEST\u003dtrybot\nReview URL: https://webrtc-codereview.appspot.com/858007\n\ngit-svn-id: http://webrtc.googlecode.com/svn/trunk/src@2892 4adac7df-926f-26a2-2b94-8c16560cd09d\n"
    },
    {
      "commit": "db5000a850acdbac92e089cbaff210bcfa4aa6ae",
      "tree": "4b11cd6891077217d85e3b44de1411c56d515146",
      "parents": [
        "a04d50a7caf85a7dc900e3dfe3d4f69b90e3bd8d"
      ],
      "author": {
        "name": "mikhal@webrtc.org",
        "email": "mikhal@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d",
        "time": "Tue Oct 09 16:04:48 2012"
      },
      "committer": {
        "name": "mikhal@webrtc.org",
        "email": "mikhal@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d",
        "time": "Tue Oct 09 16:04:48 2012"
      },
      "message": "Adding plane alignment.\n\nReview URL: https://webrtc-codereview.appspot.com/857008\n\ngit-svn-id: http://webrtc.googlecode.com/svn/trunk/src@2891 4adac7df-926f-26a2-2b94-8c16560cd09d\n"
    },
    {
      "commit": "a04d50a7caf85a7dc900e3dfe3d4f69b90e3bd8d",
      "tree": "e8b0ec95f5b243e3837e2ea535bff9d123ad299d",
      "parents": [
        "6c0a5660879cb0a4d81fb64028f869aea7d1b695"
      ],
      "author": {
        "name": "mflodman@webrtc.org",
        "email": "mflodman@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d",
        "time": "Mon Oct 08 20:58:37 2012"
      },
      "committer": {
        "name": "mflodman@webrtc.org",
        "email": "mflodman@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d",
        "time": "Mon Oct 08 20:58:37 2012"
      },
      "message": "Fixing Windows build.\n\nReview URL: https://webrtc-codereview.appspot.com/864010\n\ngit-svn-id: http://webrtc.googlecode.com/svn/trunk/src@2888 4adac7df-926f-26a2-2b94-8c16560cd09d\n"
    },
    {
      "commit": "6c0a5660879cb0a4d81fb64028f869aea7d1b695",
      "tree": "2ef06b9b686253cbc928bf453c76b30f03057495",
      "parents": [
        "4f69ea0697fef399b6154c60bcfd67ff056cebe0"
      ],
      "author": {
        "name": "elham@webrtc.org",
        "email": "elham@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d",
        "time": "Mon Oct 08 20:36:53 2012"
      },
      "committer": {
        "name": "elham@webrtc.org",
        "email": "elham@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d",
        "time": "Mon Oct 08 20:36:53 2012"
      },
      "message": "Updated version number to 3.14\nReview URL: https://webrtc-codereview.appspot.com/864009\n\ngit-svn-id: http://webrtc.googlecode.com/svn/trunk/src@2887 4adac7df-926f-26a2-2b94-8c16560cd09d\n"
    },
    {
      "commit": "4f69ea0697fef399b6154c60bcfd67ff056cebe0",
      "tree": "32cb5ddc8d669973f55050881a4a8e9614b13d9f",
      "parents": [
        "8f8476757f2c34573bf1e24789f43c4e30aefaa8"
      ],
      "author": {
        "name": "henrike@webrtc.org",
        "email": "henrike@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d",
        "time": "Mon Oct 08 20:20:22 2012"
      },
      "committer": {
        "name": "henrike@webrtc.org",
        "email": "henrike@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d",
        "time": "Mon Oct 08 20:20:22 2012"
      },
      "message": "Implemented todo. I.e. removed unnecessary header.\n\nBUG\u003d\n\nReview URL: https://webrtc-codereview.appspot.com/860006\n\ngit-svn-id: http://webrtc.googlecode.com/svn/trunk/src@2886 4adac7df-926f-26a2-2b94-8c16560cd09d\n"
    },
    {
      "commit": "8f8476757f2c34573bf1e24789f43c4e30aefaa8",
      "tree": "98b4b58b47033523ff1bf07fe8eb565609139355",
      "parents": [
        "d69a9bc91a23df0e50a6b3015e15b6ccd4b42986"
      ],
      "author": {
        "name": "mflodman@webrtc.org",
        "email": "mflodman@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d",
        "time": "Mon Oct 08 18:58:14 2012"
      },
      "committer": {
        "name": "mflodman@webrtc.org",
        "email": "mflodman@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d",
        "time": "Mon Oct 08 18:58:14 2012"
      },
      "message": "Wire up ssrc check in ViEEncoder for intra requests.\n\nReview URL: https://webrtc-codereview.appspot.com/872004\n\ngit-svn-id: http://webrtc.googlecode.com/svn/trunk/src@2884 4adac7df-926f-26a2-2b94-8c16560cd09d\n"
    },
    {
      "commit": "d69a9bc91a23df0e50a6b3015e15b6ccd4b42986",
      "tree": "27552d0fd98052b4463b0e9f57d47c54b3a4bfdd",
      "parents": [
        "20812860442644a8503821bd4986dfd85bd2d689"
      ],
      "author": {
        "name": "stefan@webrtc.org",
        "email": "stefan@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d",
        "time": "Mon Oct 08 07:06:53 2012"
      },
      "committer": {
        "name": "stefan@webrtc.org",
        "email": "stefan@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d",
        "time": "Mon Oct 08 07:06:53 2012"
      },
      "message": "Add per stream intra requests.\n\nBUG\u003d\n\nReview URL: https://webrtc-codereview.appspot.com/829006\n\ngit-svn-id: http://webrtc.googlecode.com/svn/trunk/src@2883 4adac7df-926f-26a2-2b94-8c16560cd09d\n"
    },
    {
      "commit": "20812860442644a8503821bd4986dfd85bd2d689",
      "tree": "9c537b950a3c62013d3a05a88b538ad06327f22d",
      "parents": [
        "c53364b20a5bd485bd5b6e250e52ae9e70e418d4"
      ],
      "author": {
        "name": "stefan@webrtc.org",
        "email": "stefan@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d",
        "time": "Mon Oct 08 07:02:53 2012"
      },
      "committer": {
        "name": "stefan@webrtc.org",
        "email": "stefan@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d",
        "time": "Mon Oct 08 07:02:53 2012"
      },
      "message": "Adding support for changing resolutions and FEC to video_rtp_play.\n\nBUG\u003d\n\nReview URL: https://webrtc-codereview.appspot.com/855008\n\ngit-svn-id: http://webrtc.googlecode.com/svn/trunk/src@2882 4adac7df-926f-26a2-2b94-8c16560cd09d\n"
    },
    {
      "commit": "c53364b20a5bd485bd5b6e250e52ae9e70e418d4",
      "tree": "d3b9f01d1a612195ad666086770364082fc8383e",
      "parents": [
        "2632f957bbb6f6b4a148587e30a1ee8d6f74b5f4"
      ],
      "author": {
        "name": "mflodman@webrtc.org",
        "email": "mflodman@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d",
        "time": "Fri Oct 05 16:17:41 2012"
      },
      "committer": {
        "name": "mflodman@webrtc.org",
        "email": "mflodman@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d",
        "time": "Fri Oct 05 16:17:41 2012"
      },
      "message": "Hooking up EncoderStateFeedback to handle intra requests instead of trigger\nViEEncoder directly. This is one step towards adding send- and receive only\nchannels and getting rid of the default module.\n\nPatch set 1 contains the reverted CL occasionally dead-locking:\nhttp://review.webrtc.org/824004\n\nBUG\u003d769\n\nReview URL: https://webrtc-codereview.appspot.com/859007\n\ngit-svn-id: http://webrtc.googlecode.com/svn/trunk/src@2880 4adac7df-926f-26a2-2b94-8c16560cd09d\n"
    },
    {
      "commit": "2632f957bbb6f6b4a148587e30a1ee8d6f74b5f4",
      "tree": "bbb17511ad2ee71c6082c529e2dd0e5321df726e",
      "parents": [
        "d2d377962e2dd53b2d9384b5c0b785178c0c1552"
      ],
      "author": {
        "name": "henrike@webrtc.org",
        "email": "henrike@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d",
        "time": "Fri Oct 05 14:36:54 2012"
      },
      "committer": {
        "name": "henrike@webrtc.org",
        "email": "henrike@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d",
        "time": "Fri Oct 05 14:36:54 2012"
      },
      "message": "Makes it such that calling ThreadWrapper::Start(..) only returns false if a thread was never started. I.e. it will not return false if it was unable to configure the thread (however it does log such failures).\n\nReview URL: https://webrtc-codereview.appspot.com/869004\n\ngit-svn-id: http://webrtc.googlecode.com/svn/trunk/src@2879 4adac7df-926f-26a2-2b94-8c16560cd09d\n"
    },
    {
      "commit": "d2d377962e2dd53b2d9384b5c0b785178c0c1552",
      "tree": "d2a86cfa95854683d8095ac3128fb69cfc727ad8",
      "parents": [
        "61d56d6447334c5cf0e63196354df4336ed7d027"
      ],
      "author": {
        "name": "phoglund@webrtc.org",
        "email": "phoglund@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d",
        "time": "Fri Oct 05 12:34:09 2012"
      },
      "committer": {
        "name": "phoglund@webrtc.org",
        "email": "phoglund@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d",
        "time": "Fri Oct 05 12:34:09 2012"
      },
      "message": "Continuing to rewrite custom calls.\n\nAdded new helper for getting regular input. Rewrote remaining input handling for custom calls. Added a --choose_defaults flag which makes it possible to default on everything (e.g. with the flag, choosing custom call will accept all defaults and go directly to the call).\n\nThe next patch will add support for overriding arbitrary choices using flags. That is the point I want to arrive at and this patch paves the way for that. Fortunately it gets rid of some repetitive and bug-prone code on the way.\n\nBUG\u003d\n\nReview URL: https://webrtc-codereview.appspot.com/858005\n\ngit-svn-id: http://webrtc.googlecode.com/svn/trunk/src@2878 4adac7df-926f-26a2-2b94-8c16560cd09d\n"
    },
    {
      "commit": "61d56d6447334c5cf0e63196354df4336ed7d027",
      "tree": "ba92ce11470bb16073a3e423fd58b5c3f2a9e471",
      "parents": [
        "c65eee9fb3a8fd67fefc4c9c1584104fd44b4db3"
      ],
      "author": {
        "name": "stefan@webrtc.org",
        "email": "stefan@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d",
        "time": "Fri Oct 05 08:45:25 2012"
      },
      "committer": {
        "name": "stefan@webrtc.org",
        "email": "stefan@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d",
        "time": "Fri Oct 05 08:45:25 2012"
      },
      "message": "Fixing LatestEstimate().\n\nTBR\u003dhenrik.lundin@webrtc.org\n\nBUG\u003d\n\nReview URL: https://webrtc-codereview.appspot.com/865005\n\ngit-svn-id: http://webrtc.googlecode.com/svn/trunk/src@2877 4adac7df-926f-26a2-2b94-8c16560cd09d\n"
    },
    {
      "commit": "c65eee9fb3a8fd67fefc4c9c1584104fd44b4db3",
      "tree": "1fb0f2728b099a17f3362e6773005c7c9e78516e",
      "parents": [
        "a241311a91c90b479695ec368827647e516c9d46"
      ],
      "author": {
        "name": "henrik.lundin@webrtc.org",
        "email": "henrik.lundin@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d",
        "time": "Fri Oct 05 08:34:37 2012"
      },
      "committer": {
        "name": "henrik.lundin@webrtc.org",
        "email": "henrik.lundin@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d",
        "time": "Fri Oct 05 08:34:37 2012"
      },
      "message": "Fix dummy RTP playout in NetEqRTPplay\n\nMake sure that playing dummy RTP files works, i.e., RTP dumps with only\nheaders, no actual payloads. It turs out that some RTP dumps did not\nstate how long the actual packet was (including the discarded payload),\nwhich resulted in packets with zero length payload being inserted into\nNetEQ. Now, the dummy packet will contain at least one byte of payload\n(set to zero).\n\nAlso added capability to filter out a specific SSRC from the RTP\ndump file.\n\nFinally, added SSRC printout from RTPanalyze, and corresponding\nchange in RTPchange.\n\nTEST\u003dtrybots\n\nReview URL: https://webrtc-codereview.appspot.com/857007\n\ngit-svn-id: http://webrtc.googlecode.com/svn/trunk/src@2876 4adac7df-926f-26a2-2b94-8c16560cd09d\n"
    },
    {
      "commit": "a241311a91c90b479695ec368827647e516c9d46",
      "tree": "fd3663fe3d4a48b8693c6880e19ae84724880b4a",
      "parents": [
        "6ddc98202f6b17cc8c1255c01c64c2ed82257a78"
      ],
      "author": {
        "name": "henrik.lundin@webrtc.org",
        "email": "henrik.lundin@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d",
        "time": "Fri Oct 05 08:23:32 2012"
      },
      "committer": {
        "name": "henrik.lundin@webrtc.org",
        "email": "henrik.lundin@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d",
        "time": "Fri Oct 05 08:23:32 2012"
      },
      "message": "Added test for NetEQ stereo with no input\n\nThis test verifies that NetEQ behaves as it should when using\nstereo and not inserting any data before calling recout. The\nmain purpose of the test is to find memory issues.\n\nBUG\u003dhttp://code.google.com/p/webrtc/issues/detail?id\u003d270\nTEST\u003dtrybots, neteq_unittests\n\nReview URL: https://webrtc-codereview.appspot.com/863010\n\ngit-svn-id: http://webrtc.googlecode.com/svn/trunk/src@2875 4adac7df-926f-26a2-2b94-8c16560cd09d\n"
    },
    {
      "commit": "6ddc98202f6b17cc8c1255c01c64c2ed82257a78",
      "tree": "25c8d9f104a7a26a04d0cd9166a0fe34fe418c8c",
      "parents": [
        "930a7ee9bed3bc27de5806a8522e68c476216558"
      ],
      "author": {
        "name": "stefan@webrtc.org",
        "email": "stefan@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d",
        "time": "Fri Oct 05 08:15:37 2012"
      },
      "committer": {
        "name": "stefan@webrtc.org",
        "email": "stefan@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d",
        "time": "Fri Oct 05 08:15:37 2012"
      },
      "message": "Return bw_estimate / num-streams from the multi-stream estimator for now until updating ViE APIs.\n\nBUG\u003d\n\nReview URL: https://webrtc-codereview.appspot.com/842006\n\ngit-svn-id: http://webrtc.googlecode.com/svn/trunk/src@2874 4adac7df-926f-26a2-2b94-8c16560cd09d\n"
    },
    {
      "commit": "930a7ee9bed3bc27de5806a8522e68c476216558",
      "tree": "fc773c8d8fef1acf4251c24d88970bbc3a23f5c4",
      "parents": [
        "25ac6733fd98a7060011f23f3925563bbaf5a737"
      ],
      "author": {
        "name": "kma@webrtc.org",
        "email": "kma@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d",
        "time": "Fri Oct 05 00:27:10 2012"
      },
      "committer": {
        "name": "kma@webrtc.org",
        "email": "kma@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d",
        "time": "Fri Oct 05 00:27:10 2012"
      },
      "message": "Fixed a bug in an Android macro definition in SPL that caused issue 833.\nReview URL: https://webrtc-codereview.appspot.com/863007\n\ngit-svn-id: http://webrtc.googlecode.com/svn/trunk/src@2873 4adac7df-926f-26a2-2b94-8c16560cd09d\n"
    },
    {
      "commit": "25ac6733fd98a7060011f23f3925563bbaf5a737",
      "tree": "109c31a546bcebb8db408855ae683568154498c1",
      "parents": [
        "afefddbcd824343f1c9a84d6f18466f600549fd4"
      ],
      "author": {
        "name": "kma@webrtc.org",
        "email": "kma@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d",
        "time": "Fri Oct 05 00:19:01 2012"
      },
      "committer": {
        "name": "kma@webrtc.org",
        "email": "kma@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d",
        "time": "Fri Oct 05 00:19:01 2012"
      },
      "message": "Moved calling points of spl_int routines from module init to module create routines.\nReview URL: https://webrtc-codereview.appspot.com/789006\n\ngit-svn-id: http://webrtc.googlecode.com/svn/trunk/src@2872 4adac7df-926f-26a2-2b94-8c16560cd09d\n"
    },
    {
      "commit": "afefddbcd824343f1c9a84d6f18466f600549fd4",
      "tree": "5155c97f951aaa29b5432c81f8b37ee2a71b7b60",
      "parents": [
        "e570a4690e0e04d8628d16152c354cc844ea886b"
      ],
      "author": {
        "name": "mikhal@webrtc.org",
        "email": "mikhal@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d",
        "time": "Thu Oct 04 17:22:32 2012"
      },
      "committer": {
        "name": "mikhal@webrtc.org",
        "email": "mikhal@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d",
        "time": "Thu Oct 04 17:22:32 2012"
      },
      "message": "Adding SSIM and PSNR videoFrame based functions\n\nReview URL: https://webrtc-codereview.appspot.com/867005\n\ngit-svn-id: http://webrtc.googlecode.com/svn/trunk/src@2871 4adac7df-926f-26a2-2b94-8c16560cd09d\n"
    },
    {
      "commit": "e570a4690e0e04d8628d16152c354cc844ea886b",
      "tree": "0533dc1c049c07ecc201ce979a1d7851bb79286b",
      "parents": [
        "f7a1add1886161280792b976272f565c53e92e18"
      ],
      "author": {
        "name": "leozwang@webrtc.org",
        "email": "leozwang@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d",
        "time": "Thu Oct 04 15:59:11 2012"
      },
      "committer": {
        "name": "leozwang@webrtc.org",
        "email": "leozwang@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d",
        "time": "Thu Oct 04 15:59:11 2012"
      },
      "message": "Make Android.mk to be able to inclucde subfolder makefiles\n\nBUG\u003dNone\nTEST\u003dtrybot\nReview URL: https://webrtc-codereview.appspot.com/868006\n\ngit-svn-id: http://webrtc.googlecode.com/svn/trunk/src@2870 4adac7df-926f-26a2-2b94-8c16560cd09d\n"
    },
    {
      "commit": "f7a1add1886161280792b976272f565c53e92e18",
      "tree": "c3756f57348269ffb659bac645c96b92a7f64823",
      "parents": [
        "395fd3d7aa905955e721b94d45deca0bae53d38f"
      ],
      "author": {
        "name": "leozwang@webrtc.org",
        "email": "leozwang@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d",
        "time": "Wed Oct 03 21:40:06 2012"
      },
      "committer": {
        "name": "leozwang@webrtc.org",
        "email": "leozwang@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d",
        "time": "Wed Oct 03 21:40:06 2012"
      },
      "message": "Rename android file name\n\nRename file name to follow code style.\n\nBUG\u003dNone\nTEST\u003dtrybots\nReview URL: https://webrtc-codereview.appspot.com/867004\n\ngit-svn-id: http://webrtc.googlecode.com/svn/trunk/src@2869 4adac7df-926f-26a2-2b94-8c16560cd09d\n"
    },
    {
      "commit": "395fd3d7aa905955e721b94d45deca0bae53d38f",
      "tree": "7f3fc1bd82913e671af36e01e216d9900114d808",
      "parents": [
        "04d3075dde75175c5808bb7c387e28a551ba80c2"
      ],
      "author": {
        "name": "kma@webrtc.org",
        "email": "kma@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d",
        "time": "Wed Oct 03 21:15:39 2012"
      },
      "committer": {
        "name": "kma@webrtc.org",
        "email": "kma@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d",
        "time": "Wed Oct 03 21:15:39 2012"
      },
      "message": "Made CrossCorrelationTest valid in ARM-Neon platforms, with changes in signal_processing_unittest.cc.\nReview URL: https://webrtc-codereview.appspot.com/828006\n\ngit-svn-id: http://webrtc.googlecode.com/svn/trunk/src@2868 4adac7df-926f-26a2-2b94-8c16560cd09d\n"
    },
    {
      "commit": "04d3075dde75175c5808bb7c387e28a551ba80c2",
      "tree": "4c27ab4d3d55d2ba2fe8fff5ade079b57f93174a",
      "parents": [
        "6ed6eb36abeb475e46b1245c9182bd88d58519a8"
      ],
      "author": {
        "name": "stefan@webrtc.org",
        "email": "stefan@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d",
        "time": "Wed Oct 03 19:58:50 2012"
      },
      "committer": {
        "name": "stefan@webrtc.org",
        "email": "stefan@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d",
        "time": "Wed Oct 03 19:58:50 2012"
      },
      "message": "Remove unused files from gypi.\n\nTBR\u003dwu\n\nBUG\u003d\n\nReview URL: https://webrtc-codereview.appspot.com/863008\n\ngit-svn-id: http://webrtc.googlecode.com/svn/trunk/src@2867 4adac7df-926f-26a2-2b94-8c16560cd09d\n"
    },
    {
      "commit": "6ed6eb36abeb475e46b1245c9182bd88d58519a8",
      "tree": "6b83edaf2ac0b1802a08ceb9960de12a2cf5ec4c",
      "parents": [
        "d5348860587d2b1b7f0016ca3438943616ad0f36"
      ],
      "author": {
        "name": "henrike@webrtc.org",
        "email": "henrike@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d",
        "time": "Wed Oct 03 16:50:37 2012"
      },
      "committer": {
        "name": "henrike@webrtc.org",
        "email": "henrike@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d",
        "time": "Wed Oct 03 16:50:37 2012"
      },
      "message": "Made the aligned malloc templated.\n\nBUG\u003dN/A\n\nReview URL: https://webrtc-codereview.appspot.com/865004\n\ngit-svn-id: http://webrtc.googlecode.com/svn/trunk/src@2866 4adac7df-926f-26a2-2b94-8c16560cd09d\n"
    },
    {
      "commit": "d5348860587d2b1b7f0016ca3438943616ad0f36",
      "tree": "2844a373e1b7c83e80487f72e6b7312ca456f13b",
      "parents": [
        "e73018def1c26d8116aeaa5c93f03893bfe56bfe"
      ],
      "author": {
        "name": "mikhal@webrtc.org",
        "email": "mikhal@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d",
        "time": "Wed Oct 03 16:24:14 2012"
      },
      "committer": {
        "name": "mikhal@webrtc.org",
        "email": "mikhal@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d",
        "time": "Wed Oct 03 16:24:14 2012"
      },
      "message": "Updates to videoFrame:\n1. Adding non-const members.\n2. Updating copy interface.\n\nReview URL: https://webrtc-codereview.appspot.com/866005\n\ngit-svn-id: http://webrtc.googlecode.com/svn/trunk/src@2864 4adac7df-926f-26a2-2b94-8c16560cd09d\n"
    },
    {
      "commit": "e73018def1c26d8116aeaa5c93f03893bfe56bfe",
      "tree": "c15ae49fa825d537431d17f7955260ca3f405726",
      "parents": [
        "9ecd72afa0e8ac7e99811b3e1b7a77e73cccae20"
      ],
      "author": {
        "name": "leozwang@webrtc.org",
        "email": "leozwang@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d",
        "time": "Tue Oct 02 20:13:56 2012"
      },
      "committer": {
        "name": "leozwang@webrtc.org",
        "email": "leozwang@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d",
        "time": "Tue Oct 02 20:13:56 2012"
      },
      "message": "Move video android test to test folder\n\nBUG\u003dN/A\nTEST\u003dlocal test\nReview URL: https://webrtc-codereview.appspot.com/863005\n\ngit-svn-id: http://webrtc.googlecode.com/svn/trunk/src@2862 4adac7df-926f-26a2-2b94-8c16560cd09d\n"
    },
    {
      "commit": "9ecd72afa0e8ac7e99811b3e1b7a77e73cccae20",
      "tree": "2c1bbdc0bb17b62d32e3249af8b73a56b53dd406",
      "parents": [
        "1348101934e97a03a56ac1150ca0ed5862ba1aad"
      ],
      "author": {
        "name": "henrike@webrtc.org",
        "email": "henrike@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d",
        "time": "Tue Oct 02 15:38:35 2012"
      },
      "committer": {
        "name": "henrike@webrtc.org",
        "email": "henrike@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d",
        "time": "Tue Oct 02 15:38:35 2012"
      },
      "message": "Updates according to style guide.\n\nBUG\u003dN/A\n\nReview URL: https://webrtc-codereview.appspot.com/864004\n\ngit-svn-id: http://webrtc.googlecode.com/svn/trunk/src@2861 4adac7df-926f-26a2-2b94-8c16560cd09d\n"
    },
    {
      "commit": "1348101934e97a03a56ac1150ca0ed5862ba1aad",
      "tree": "b989827c5ee6dd8d9fef1c7e04d46fdb9ad1cc66",
      "parents": [
        "1e186d0aebf5dafce17e791466238286b202c0ba"
      ],
      "author": {
        "name": "mikhal@webrtc.org",
        "email": "mikhal@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d",
        "time": "Mon Oct 01 20:09:32 2012"
      },
      "committer": {
        "name": "mikhal@webrtc.org",
        "email": "mikhal@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d",
        "time": "Mon Oct 01 20:09:32 2012"
      },
      "message": "Updating ConvertFromI420 to use VideoFrame - Related calls to DeliverFrame were also updated, and some refactoring (style-wise) was done on the way.\n\nReview URL: https://webrtc-codereview.appspot.com/838006\n\ngit-svn-id: http://webrtc.googlecode.com/svn/trunk/src@2858 4adac7df-926f-26a2-2b94-8c16560cd09d\n"
    },
    {
      "commit": "1e186d0aebf5dafce17e791466238286b202c0ba",
      "tree": "fbe9d09359d4545e8681f49e6093efcd29c303b6",
      "parents": [
        "a41359b5a705b30dcaaed11886ab89135000ade7"
      ],
      "author": {
        "name": "leozwang@webrtc.org",
        "email": "leozwang@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d",
        "time": "Mon Oct 01 17:58:32 2012"
      },
      "committer": {
        "name": "leozwang@webrtc.org",
        "email": "leozwang@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d",
        "time": "Mon Oct 01 17:58:32 2012"
      },
      "message": "Make thread name readable in log\n\nShorten thread name to make more readable when run top on android\nReview URL: https://webrtc-codereview.appspot.com/851006\n\ngit-svn-id: http://webrtc.googlecode.com/svn/trunk/src@2856 4adac7df-926f-26a2-2b94-8c16560cd09d\n"
    },
    {
      "commit": "a41359b5a705b30dcaaed11886ab89135000ade7",
      "tree": "49669540948860dd5d0da4dcf02acd772ff8309d",
      "parents": [
        "2c5f850328b32e37593ec93bd49c21d2ef318709"
      ],
      "author": {
        "name": "phoglund@webrtc.org",
        "email": "phoglund@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d",
        "time": "Mon Oct 01 10:04:26 2012"
      },
      "committer": {
        "name": "phoglund@webrtc.org",
        "email": "phoglund@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d",
        "time": "Mon Oct 01 10:04:26 2012"
      },
      "message": "Made ViE standard tests runnable under valgrind.\n\nEnsured there are bugs for all open valgrind issues in the standard tests and suppressed the known issues. This way, we can get it running in continuous integration and keep new issues from entering.\n\nRemoved bad check in codec test, added suppressions.\n\nFixed simple memory leaks in tests.\n\nBUG\u003dRelated to bug 329\nTEST\u003dRan the vie_auto_test standard suite many times under valgrind to root out flakiness. Ran the standard suite without valgrind to ensure I didn\u0027t break anything.\n\nReview URL: https://webrtc-codereview.appspot.com/843005\n\ngit-svn-id: http://webrtc.googlecode.com/svn/trunk/src@2854 4adac7df-926f-26a2-2b94-8c16560cd09d\n"
    },
    {
      "commit": "2c5f850328b32e37593ec93bd49c21d2ef318709",
      "tree": "616576109f1fe032e97cc2ea2729bc22160743ed",
      "parents": [
        "9177a4590cb1d0920b0c6260ce8fb125bc8f4b6a"
      ],
      "author": {
        "name": "henrike@webrtc.org",
        "email": "henrike@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d",
        "time": "Sat Sep 29 03:49:36 2012"
      },
      "committer": {
        "name": "henrike@webrtc.org",
        "email": "henrike@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d",
        "time": "Sat Sep 29 03:49:36 2012"
      },
      "message": "This cl adds an API for getting an aligned pointer from a pointer to memory. Also adds a short-hand for creating scoped pointers of aligned memory.\n\nBUG\u003dN/A\n\nReview URL: https://webrtc-codereview.appspot.com/849006\n\ngit-svn-id: http://webrtc.googlecode.com/svn/trunk/src@2851 4adac7df-926f-26a2-2b94-8c16560cd09d\n"
    },
    {
      "commit": "9177a4590cb1d0920b0c6260ce8fb125bc8f4b6a",
      "tree": "ba1e4874bc92de57cdd7e604938bf51cf0f10562",
      "parents": [
        "60851401d46026e5e91faee8677358255ddbd2ee"
      ],
      "author": {
        "name": "mikhal@webrtc.org",
        "email": "mikhal@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d",
        "time": "Fri Sep 28 19:47:23 2012"
      },
      "committer": {
        "name": "mikhal@webrtc.org",
        "email": "mikhal@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d",
        "time": "Fri Sep 28 19:47:23 2012"
      },
      "message": "Switching scale functions to use VideoFrame.\n\nReview URL: https://webrtc-codereview.appspot.com/852004\n\ngit-svn-id: http://webrtc.googlecode.com/svn/trunk/src@2849 4adac7df-926f-26a2-2b94-8c16560cd09d\n"
    },
    {
      "commit": "60851401d46026e5e91faee8677358255ddbd2ee",
      "tree": "19e8525e9b4caf258550d25767d4fc56fffc9180",
      "parents": [
        "83378627a436d9c39fa5dcd79b98fd8227aa4bcf"
      ],
      "author": {
        "name": "kma@webrtc.org",
        "email": "kma@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d",
        "time": "Fri Sep 28 17:14:08 2012"
      },
      "committer": {
        "name": "kma@webrtc.org",
        "email": "kma@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d",
        "time": "Fri Sep 28 17:14:08 2012"
      },
      "message": "Changed alignment code in AECM, to work with an issue in GCC 4.6 in Android.\nReview URL: https://webrtc-codereview.appspot.com/841009\n\ngit-svn-id: http://webrtc.googlecode.com/svn/trunk/src@2848 4adac7df-926f-26a2-2b94-8c16560cd09d\n"
    },
    {
      "commit": "83378627a436d9c39fa5dcd79b98fd8227aa4bcf",
      "tree": "cca16aed0bd51f2f02a20a47ae15e610cd27bde6",
      "parents": [
        "0f53ce9f4cbecec1043fa7b51c919d22ce410ed0"
      ],
      "author": {
        "name": "mikhal@webrtc.org",
        "email": "mikhal@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d",
        "time": "Fri Sep 28 16:07:10 2012"
      },
      "committer": {
        "name": "mikhal@webrtc.org",
        "email": "mikhal@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d",
        "time": "Fri Sep 28 16:07:10 2012"
      },
      "message": "Switching to a general align function.\n\nReview URL: https://webrtc-codereview.appspot.com/851005\n\ngit-svn-id: http://webrtc.googlecode.com/svn/trunk/src@2847 4adac7df-926f-26a2-2b94-8c16560cd09d\n"
    },
    {
      "commit": "0f53ce9f4cbecec1043fa7b51c919d22ce410ed0",
      "tree": "79f49d610975a90b1dac25573b867f620ad217ab",
      "parents": [
        "5ff735bd043580f62339b9d3525de9dbffb5c296"
      ],
      "author": {
        "name": "mflodman@webrtc.org",
        "email": "mflodman@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d",
        "time": "Fri Sep 28 12:34:25 2012"
      },
      "committer": {
        "name": "mflodman@webrtc.org",
        "email": "mflodman@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d",
        "time": "Fri Sep 28 12:34:25 2012"
      },
      "message": "Remove unused video tests.\n\nReview URL: https://webrtc-codereview.appspot.com/841010\n\ngit-svn-id: http://webrtc.googlecode.com/svn/trunk/src@2843 4adac7df-926f-26a2-2b94-8c16560cd09d\n"
    },
    {
      "commit": "5ff735bd043580f62339b9d3525de9dbffb5c296",
      "tree": "9f2272dea2509451abbf3aa8b045cf300501c09c",
      "parents": [
        "9a1857d479994582fb3647c409068f6d84d5d7ca"
      ],
      "author": {
        "name": "mflodman@webrtc.org",
        "email": "mflodman@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d",
        "time": "Fri Sep 28 11:44:38 2012"
      },
      "committer": {
        "name": "mflodman@webrtc.org",
        "email": "mflodman@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d",
        "time": "Fri Sep 28 11:44:38 2012"
      },
      "message": "Fix signed/unsigned mis-match.\n\nTBR\u003dwu@webrtc.org\n\nReview URL: https://webrtc-codereview.appspot.com/854004\n\ngit-svn-id: http://webrtc.googlecode.com/svn/trunk/src@2842 4adac7df-926f-26a2-2b94-8c16560cd09d\n"
    },
    {
      "commit": "9a1857d479994582fb3647c409068f6d84d5d7ca",
      "tree": "eb85ecc3eacd05dafafd890ac32fffa54ed0bcec",
      "parents": [
        "7b4aaa37b116ee058e3b7264fc481ce12c0b15ab"
      ],
      "author": {
        "name": "mflodman@webrtc.org",
        "email": "mflodman@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d",
        "time": "Fri Sep 28 11:27:35 2012"
      },
      "committer": {
        "name": "mflodman@webrtc.org",
        "email": "mflodman@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d",
        "time": "Fri Sep 28 11:27:35 2012"
      },
      "message": "Added API to set expected render delay.\n\nBUG\u003d905\nTEST\u003dAPI test added and manual delay tests.\n\nReview URL: https://webrtc-codereview.appspot.com/810005\n\ngit-svn-id: http://webrtc.googlecode.com/svn/trunk/src@2841 4adac7df-926f-26a2-2b94-8c16560cd09d\n"
    },
    {
      "commit": "7b4aaa37b116ee058e3b7264fc481ce12c0b15ab",
      "tree": "cb1160236cc14bd3af54953fa23151a6eefa9460",
      "parents": [
        "1a8d2b340c9430d6f35ed51df9d9cb2dea1ecabb"
      ],
      "author": {
        "name": "stefan@webrtc.org",
        "email": "stefan@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d",
        "time": "Fri Sep 28 11:13:08 2012"
      },
      "committer": {
        "name": "stefan@webrtc.org",
        "email": "stefan@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d",
        "time": "Fri Sep 28 11:13:08 2012"
      },
      "message": "Make sure FEC packets aren\u0027t passed to the VCM with non-zero length.\n\nBUG\u003d902\n\nReview URL: https://webrtc-codereview.appspot.com/843007\n\ngit-svn-id: http://webrtc.googlecode.com/svn/trunk/src@2840 4adac7df-926f-26a2-2b94-8c16560cd09d\n"
    },
    {
      "commit": "1a8d2b340c9430d6f35ed51df9d9cb2dea1ecabb",
      "tree": "4286257a0aee1937fd730900cdff06a4fea928ec",
      "parents": [
        "45626f8e34a3485581707c055abfe7350e67de7c"
      ],
      "author": {
        "name": "tina.legrand@webrtc.org",
        "email": "tina.legrand@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d",
        "time": "Fri Sep 28 10:49:59 2012"
      },
      "committer": {
        "name": "tina.legrand@webrtc.org",
        "email": "tina.legrand@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d",
        "time": "Fri Sep 28 10:49:59 2012"
      },
      "message": "Memory error in cng_unittest\n\nReview URL: https://webrtc-codereview.appspot.com/845008\n\ngit-svn-id: http://webrtc.googlecode.com/svn/trunk/src@2839 4adac7df-926f-26a2-2b94-8c16560cd09d\n"
    },
    {
      "commit": "45626f8e34a3485581707c055abfe7350e67de7c",
      "tree": "36b11a771842e07db291ec57404cfd897d454885",
      "parents": [
        "4e048bd55a46fcf3004711aaaf0f0dce4d2227ee"
      ],
      "author": {
        "name": "stefan@webrtc.org",
        "email": "stefan@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d",
        "time": "Fri Sep 28 08:26:00 2012"
      },
      "committer": {
        "name": "stefan@webrtc.org",
        "email": "stefan@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d",
        "time": "Fri Sep 28 08:26:00 2012"
      },
      "message": "Remove unneccessary includes.\n\nBUG\u003d\n\nReview URL: https://webrtc-codereview.appspot.com/853005\n\ngit-svn-id: http://webrtc.googlecode.com/svn/trunk/src@2838 4adac7df-926f-26a2-2b94-8c16560cd09d\n"
    },
    {
      "commit": "4e048bd55a46fcf3004711aaaf0f0dce4d2227ee",
      "tree": "92cae0d9f7e25d6a8da39ae834fefb2c717d16cd",
      "parents": [
        "c893f29767fd22623a7250a75da42f9c2d3b11aa"
      ],
      "author": {
        "name": "tina.legrand@webrtc.org",
        "email": "tina.legrand@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d",
        "time": "Fri Sep 28 07:12:00 2012"
      },
      "committer": {
        "name": "tina.legrand@webrtc.org",
        "email": "tina.legrand@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d",
        "time": "Fri Sep 28 07:12:00 2012"
      },
      "message": "Refactor and unittest for CNG.\n\nPatch Set 1:\n- Formatted file.\n- Fixed format of comments.\n- Removed:\n  - WebRtcCng_Version,\n  - WebRtcCng_AssignSizeEnc\n  - WebRtcCng_AssignSizeDec.\n- Changed type of input variable |fs| in WebRtcCng_InitEnc\n  to unsigned.\n- Added extra check in WebRtcCng_CreateEnc and\n  WebRtcCng_CreateDec.\n- Added extra check in WebRtcCng_InitEnc for |quality|.\n- Removed () on return values.\n\nPatch Set 2:\n- Formatted cng_helpfunc.*.\n- Added tests for Encoder.\n- Added calls to WebRtcSpl_Init();\n\nPatch Set 3:\n- Added tests for WebRtcCng_UpdateSid.\n- Added tests for WebRtcCng_Generate.\n\nPatch Set 4:\n- More comments.\n- Re-ordered some lines.\n- Adding calls to WebRtcCng_GetErrorCodeEnc and WebRtcCng_GetErrorCodeDec.\n\nTEST\u003dcng_unittests\n\nReview URL: https://webrtc-codereview.appspot.com/822004\n\ngit-svn-id: http://webrtc.googlecode.com/svn/trunk/src@2837 4adac7df-926f-26a2-2b94-8c16560cd09d\n"
    },
    {
      "commit": "c893f29767fd22623a7250a75da42f9c2d3b11aa",
      "tree": "e988e2084cff6761f009728eeb11b0a5831fba7b",
      "parents": [
        "d5c747a0bf05defc6195fc202a5491b860c78eef"
      ],
      "author": {
        "name": "henrike@webrtc.org",
        "email": "henrike@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d",
        "time": "Thu Sep 27 22:20:34 2012"
      },
      "committer": {
        "name": "henrike@webrtc.org",
        "email": "henrike@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d",
        "time": "Thu Sep 27 22:20:34 2012"
      },
      "message": "Re-fixes issue 300.\n\nBUG\u003d300\n\nReview URL: https://webrtc-codereview.appspot.com/839007\n\ngit-svn-id: http://webrtc.googlecode.com/svn/trunk/src@2835 4adac7df-926f-26a2-2b94-8c16560cd09d\n"
    },
    {
      "commit": "d5c747a0bf05defc6195fc202a5491b860c78eef",
      "tree": "19ae8be2cd204db4c840a2a6e518f22cf00be002",
      "parents": [
        "d46d9e8afffdae6bdc63652cd0d45ce676496d53"
      ],
      "author": {
        "name": "mikhal@webrtc.org",
        "email": "mikhal@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d",
        "time": "Thu Sep 27 15:36:15 2012"
      },
      "committer": {
        "name": "mikhal@webrtc.org",
        "email": "mikhal@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d",
        "time": "Thu Sep 27 15:36:15 2012"
      },
      "message": "Switching Mirror functions to VideoFrame\n\nReview URL: https://webrtc-codereview.appspot.com/834005\n\ngit-svn-id: http://webrtc.googlecode.com/svn/trunk/src@2834 4adac7df-926f-26a2-2b94-8c16560cd09d\n"
    },
    {
      "commit": "d46d9e8afffdae6bdc63652cd0d45ce676496d53",
      "tree": "f3c95c6a6f9e875760fa9de58f2e34982fd38479",
      "parents": [
        "4e5098199d00ffdbdc893e2289b5db427882bacf"
      ],
      "author": {
        "name": "stefan@webrtc.org",
        "email": "stefan@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d",
        "time": "Thu Sep 27 10:56:05 2012"
      },
      "committer": {
        "name": "stefan@webrtc.org",
        "email": "stefan@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d",
        "time": "Thu Sep 27 10:56:05 2012"
      },
      "message": "Remove unneccessary include.\n\nBUG\u003d\n\nReview URL: https://webrtc-codereview.appspot.com/838007\n\ngit-svn-id: http://webrtc.googlecode.com/svn/trunk/src@2832 4adac7df-926f-26a2-2b94-8c16560cd09d\n"
    },
    {
      "commit": "4e5098199d00ffdbdc893e2289b5db427882bacf",
      "tree": "d5695514dbe506f4c50bcbcc19cc0297924fd990",
      "parents": [
        "7a446a93e52c794175902f2a4e7e0769c3c208a9"
      ],
      "author": {
        "name": "stefan@webrtc.org",
        "email": "stefan@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d",
        "time": "Thu Sep 27 10:00:38 2012"
      },
      "committer": {
        "name": "stefan@webrtc.org",
        "email": "stefan@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d",
        "time": "Thu Sep 27 10:00:38 2012"
      },
      "message": "Fixes potential race in the jitter buffer.\n\nBUG\u003d879\n\nReview URL: https://webrtc-codereview.appspot.com/845007\n\ngit-svn-id: http://webrtc.googlecode.com/svn/trunk/src@2831 4adac7df-926f-26a2-2b94-8c16560cd09d\n"
    },
    {
      "commit": "7a446a93e52c794175902f2a4e7e0769c3c208a9",
      "tree": "c17daef277a1474f1ab32075535907e7860b5b92",
      "parents": [
        "728fbb4bd8c1ff36782a34da39619af05096fc61"
      ],
      "author": {
        "name": "stefan@webrtc.org",
        "email": "stefan@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d",
        "time": "Wed Sep 26 16:47:40 2012"
      },
      "committer": {
        "name": "stefan@webrtc.org",
        "email": "stefan@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d",
        "time": "Wed Sep 26 16:47:40 2012"
      },
      "message": "Move RtpToNtp functionality to its own file.\n\nRemoves the dependency on VideoEngine from RemoteBitrateEstimator.\n\nBUG\u003d\n\nReview URL: https://webrtc-codereview.appspot.com/850004\n\ngit-svn-id: http://webrtc.googlecode.com/svn/trunk/src@2828 4adac7df-926f-26a2-2b94-8c16560cd09d\n"
    },
    {
      "commit": "728fbb4bd8c1ff36782a34da39619af05096fc61",
      "tree": "6e51b1bf89520b0617033a00186dc4dafda4e5a7",
      "parents": [
        "d836ca80804317878dc1c88b00de9fee28dddd1a"
      ],
      "author": {
        "name": "perkj@webrtc.org",
        "email": "perkj@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d",
        "time": "Wed Sep 26 09:07:06 2012"
      },
      "committer": {
        "name": "perkj@webrtc.org",
        "email": "perkj@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d",
        "time": "Wed Sep 26 09:07:06 2012"
      },
      "message": "Revert 2823 - Protects the file class with rw-locks.\nThis change causes failure in voe_auto_test.\nBUG\u003d300\n\nReview URL: https://webrtc-codereview.appspot.com/841004\n\nTBR\u003dhenrike@webrtc.org\nReview URL: https://webrtc-codereview.appspot.com/839006\n\ngit-svn-id: http://webrtc.googlecode.com/svn/trunk/src@2826 4adac7df-926f-26a2-2b94-8c16560cd09d\n"
    },
    {
      "commit": "d836ca80804317878dc1c88b00de9fee28dddd1a",
      "tree": "f6cf91f61c300fda076925aa3e4026d193016a5f",
      "parents": [
        "4b406371559c2730fa64e620878c4550fd8c17c2"
      ],
      "author": {
        "name": "asapersson@webrtc.org",
        "email": "asapersson@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d",
        "time": "Wed Sep 26 07:51:16 2012"
      },
      "committer": {
        "name": "asapersson@webrtc.org",
        "email": "asapersson@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d",
        "time": "Wed Sep 26 07:51:16 2012"
      },
      "message": "Renamed constant and added comments.\nReview URL: https://webrtc-codereview.appspot.com/847004\n\ngit-svn-id: http://webrtc.googlecode.com/svn/trunk/src@2825 4adac7df-926f-26a2-2b94-8c16560cd09d\n"
    },
    {
      "commit": "4b406371559c2730fa64e620878c4550fd8c17c2",
      "tree": "296b07e8e5e73a4eb581b01aaef2da5e4b203ed4",
      "parents": [
        "d5eb487283b38e0276510e469801e59f7e99698c"
      ],
      "author": {
        "name": "elham@webrtc.org",
        "email": "elham@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d",
        "time": "Tue Sep 25 21:53:25 2012"
      },
      "committer": {
        "name": "elham@webrtc.org",
        "email": "elham@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d",
        "time": "Tue Sep 25 21:53:25 2012"
      },
      "message": "updating version number to 3.13\nReview URL: https://webrtc-codereview.appspot.com/842004\n\ngit-svn-id: http://webrtc.googlecode.com/svn/trunk/src@2824 4adac7df-926f-26a2-2b94-8c16560cd09d\n"
    },
    {
      "commit": "d5eb487283b38e0276510e469801e59f7e99698c",
      "tree": "93294e664472fd405b9906392cbe419484f2b4aa",
      "parents": [
        "8d99ad4416db2266106fe5042538a43ec3641d65"
      ],
      "author": {
        "name": "henrike@webrtc.org",
        "email": "henrike@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d",
        "time": "Tue Sep 25 21:49:33 2012"
      },
      "committer": {
        "name": "henrike@webrtc.org",
        "email": "henrike@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d",
        "time": "Tue Sep 25 21:49:33 2012"
      },
      "message": "Protects the file class with rw-locks.\n\nBUG\u003d300\n\nReview URL: https://webrtc-codereview.appspot.com/841004\n\ngit-svn-id: http://webrtc.googlecode.com/svn/trunk/src@2823 4adac7df-926f-26a2-2b94-8c16560cd09d\n"
    },
    {
      "commit": "8d99ad4416db2266106fe5042538a43ec3641d65",
      "tree": "ec03766bd6e26a6e6b7cd185bc4ff6df75c443a3",
      "parents": [
        "e10534af28c24e080c31e1836c92913c17d33981"
      ],
      "author": {
        "name": "henrike@webrtc.org",
        "email": "henrike@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d",
        "time": "Tue Sep 25 20:27:51 2012"
      },
      "committer": {
        "name": "henrike@webrtc.org",
        "email": "henrike@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d",
        "time": "Tue Sep 25 20:27:51 2012"
      },
      "message": "Some style fixes.\n\nRefactors the rw lock implementation.\n\nBUG\u003dN/A\n\nReview URL: https://webrtc-codereview.appspot.com/797004\n\ngit-svn-id: http://webrtc.googlecode.com/svn/trunk/src@2822 4adac7df-926f-26a2-2b94-8c16560cd09d\n"
    },
    {
      "commit": "e10534af28c24e080c31e1836c92913c17d33981",
      "tree": "929343f02a5892d64e6b703873a98eeb9d581fcc",
      "parents": [
        "123bb5f3d803cb83eebeaf2f1464cb78488d2d49"
      ],
      "author": {
        "name": "phoglund@webrtc.org",
        "email": "phoglund@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d",
        "time": "Tue Sep 25 12:53:58 2012"
      },
      "committer": {
        "name": "phoglund@webrtc.org",
        "email": "phoglund@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d",
        "time": "Tue Sep 25 12:53:58 2012"
      },
      "message": "Added location.reload() insertion to fuzzer.\n\nBUG\u003d\n\nReview URL: https://webrtc-codereview.appspot.com/833005\n\ngit-svn-id: http://webrtc.googlecode.com/svn/trunk/src@2821 4adac7df-926f-26a2-2b94-8c16560cd09d\n"
    }
  ],
  "next": "123bb5f3d803cb83eebeaf2f1464cb78488d2d49"
}
