)]}'
{
  "log": [
    {
      "commit": "83b14a19f9f0f8c5217cd7d3bd6b23be2db81077",
      "tree": "f415209014f7705b602da91b00c28893ff583da3",
      "parents": [
        "a04d492c71ef6c0819ee9bcff1bed906448684aa"
      ],
      "author": {
        "name": "bjornv@webrtc.org",
        "email": "bjornv@webrtc.org",
        "time": "Tue Feb 03 06:06:26 2015"
      },
      "committer": {
        "name": "bjornv@webrtc.org",
        "email": "bjornv@webrtc.org",
        "time": "Tue Feb 03 06:06:26 2015"
      },
      "message": "audio_processing: Added a new AEC delay metric value that gives the amount of poor delays\n\nTo more easily determine if for example the AEC is not working properly one could monitor how often the estimated delay is out of bounds. With out of bounds we mean either being negative or too large, where both cases will break the AEC.\n\nA new delay metric is added telling the user how often poor delay values were estimated. This is measured in percentage since last time the metrics were calculated.\n\nAll APIs have been updated with a third parameter with EchoCancellation::GetDelayMetrics() giving the option to exclude the new metric not to break existing code.\n\nThe new metric has been added to audio_processing_unittests with an additional protobuf member, and reference files accordingly updated.\nvoe_auto_test has not been updated to display the new metric.\n\nBUG\u003d4246\nTESTED\u003daudioproc on files\nR\u003daluebs@webrtc.org, andrew@webrtc.org\n\nReview URL: https://webrtc-codereview.appspot.com/39739004\n\ngit-svn-id: http://webrtc.googlecode.com/svn/trunk/data@8230 4adac7df-926f-26a2-2b94-8c16560cd09d\n"
    },
    {
      "commit": "a04d492c71ef6c0819ee9bcff1bed906448684aa",
      "tree": "ae4942dc10b24475ea8ea76553fae9721391e691",
      "parents": [
        "94f0a25370ec19e0ffdf61f665a228bc1ef2ed10"
      ],
      "author": {
        "name": "aluebs@webrtc.org",
        "email": "aluebs@webrtc.org",
        "time": "Thu Jan 29 00:03:53 2015"
      },
      "committer": {
        "name": "aluebs@webrtc.org",
        "email": "aluebs@webrtc.org",
        "time": "Thu Jan 29 00:03:53 2015"
      },
      "message": "Add case to ApmTest.Process to test the extended filter mode\n\nR\u003dandrew@webrtc.org, bjornv@webrtc.org\n\nReview URL: https://webrtc-codereview.appspot.com/40509004\n\ngit-svn-id: http://webrtc.googlecode.com/svn/trunk/data@8192 4adac7df-926f-26a2-2b94-8c16560cd09d\n"
    },
    {
      "commit": "94f0a25370ec19e0ffdf61f665a228bc1ef2ed10",
      "tree": "d42dae7114d8106b13fc1a106a88d066c5716b0f",
      "parents": [
        "9260700068cdaba6f479ff9e1fd58198c7cce3b0"
      ],
      "author": {
        "name": "andrew@webrtc.org",
        "email": "andrew@webrtc.org",
        "time": "Fri Oct 31 04:58:14 2014"
      },
      "committer": {
        "name": "andrew@webrtc.org",
        "email": "andrew@webrtc.org",
        "time": "Fri Oct 31 04:58:14 2014"
      },
      "message": "Revert \"Revert part of r7561, \"Refactor audio conversion functions.\"\"\n\nThis restores the conversion changes to AudioProcessing originally\nadded in r7561, with minor alterations to ensure it passes all tests.\n\nTBR\u003dkwiberg\n\nReview URL: https://webrtc-codereview.appspot.com/28899004\n\ngit-svn-id: http://webrtc.googlecode.com/svn/trunk/data@7574 4adac7df-926f-26a2-2b94-8c16560cd09d\n"
    },
    {
      "commit": "9260700068cdaba6f479ff9e1fd58198c7cce3b0",
      "tree": "6ec88a84e4bf5d9bf456d4536f8a25f3226058fe",
      "parents": [
        "f0aad2c21aba7b23b5882887f9ebc57f306825a0"
      ],
      "author": {
        "name": "kwiberg@webrtc.org",
        "email": "kwiberg@webrtc.org",
        "time": "Thu Oct 30 11:16:06 2014"
      },
      "committer": {
        "name": "kwiberg@webrtc.org",
        "email": "kwiberg@webrtc.org",
        "time": "Thu Oct 30 11:16:06 2014"
      },
      "message": "Revert part of r7561, \"Refactor audio conversion functions.\"\n\nSpecifically, revert this part:\n\n  \"Remove hacks in AudioBuffer intended to maintain bit-exactness with\n   the float path. The conversions etc. are now all natural, and\n   instead we enforce close but not bit-exact output between the two\n   paths.\"\n\nBut keep the conversion function rename, since that doesn\u0027t seem to be\ncausing problems.\n\nR\u003dtina.legrand@webrtc.org, bjornv@webrtc.org\nTBR\u003dandrew@webrtc.org\n\nReview URL: https://webrtc-codereview.appspot.com/24999004\n\ngit-svn-id: http://webrtc.googlecode.com/svn/trunk/data@7569 4adac7df-926f-26a2-2b94-8c16560cd09d\n"
    },
    {
      "commit": "f0aad2c21aba7b23b5882887f9ebc57f306825a0",
      "tree": "d42dae7114d8106b13fc1a106a88d066c5716b0f",
      "parents": [
        "37f8395da86312d5b8d1c059ff4857760cd073ed"
      ],
      "author": {
        "name": "andrew@webrtc.org",
        "email": "andrew@webrtc.org",
        "time": "Thu Oct 30 03:40:10 2014"
      },
      "committer": {
        "name": "andrew@webrtc.org",
        "email": "andrew@webrtc.org",
        "time": "Thu Oct 30 03:40:10 2014"
      },
      "message": "Refactor audio conversion functions.\n\nUse a consistent naming scheme that can be understood at the callsite\nwithout having to refer to documentation.\n\nRemove hacks in AudioBuffer intended to maintain bit-exactness with the\nfloat path. The conversions etc. are now all natural, and instead we\nenforce close but not bit-exact output between the two paths.\n\nOutput of ApmTest.Process:\nhttps://paste.googleplex.com/5931055831842816\n\nR\u003daluebs@webrtc.org, bjornv@webrtc.org, kwiberg@webrtc.org\n\nReview URL: https://webrtc-codereview.appspot.com/13049004\n\ngit-svn-id: http://webrtc.googlecode.com/svn/trunk/data@7561 4adac7df-926f-26a2-2b94-8c16560cd09d\n"
    },
    {
      "commit": "37f8395da86312d5b8d1c059ff4857760cd073ed",
      "tree": "6ec88a84e4bf5d9bf456d4536f8a25f3226058fe",
      "parents": [
        "94145a71d5267a61205a5cc0fff38d749ea0193e"
      ],
      "author": {
        "name": "aluebs@webrtc.org",
        "email": "aluebs@webrtc.org",
        "time": "Mon Oct 13 20:48:05 2014"
      },
      "committer": {
        "name": "aluebs@webrtc.org",
        "email": "aluebs@webrtc.org",
        "time": "Mon Oct 13 20:48:05 2014"
      },
      "message": "Adjust speech probability in NS when echo\n\nThe average speech probability for the higher band is multiplied by the quotient of the process and analyze powers, to avoid thinking that suppressed echo is speech. In order to do this both magnitudes, alanyze and process, needed to be stored. This also was used to calculate different previous STSA estimates for analyze and process.\nThis CL was tested on two long team member recordings (bjornv and kwiberg) and the noisiest (5) recordings from the QA set.\n\nBUG\u003dwebrtc:3763\nR\u003dandrew@webrtc.org, bjornv@webrtc.org\n\nReview URL: https://webrtc-codereview.appspot.com/23799004\n\ngit-svn-id: http://webrtc.googlecode.com/svn/trunk/data@7437 4adac7df-926f-26a2-2b94-8c16560cd09d\n"
    },
    {
      "commit": "94145a71d5267a61205a5cc0fff38d749ea0193e",
      "tree": "cb61796c0011c77836a3cbf4ebe671b4ffd5c953",
      "parents": [
        "5a2545bf973f197a98ff0b47579d76988f341145"
      ],
      "author": {
        "name": "andrew@webrtc.org",
        "email": "andrew@webrtc.org",
        "time": "Wed Sep 24 20:06:23 2014"
      },
      "committer": {
        "name": "andrew@webrtc.org",
        "email": "andrew@webrtc.org",
        "time": "Wed Sep 24 20:06:23 2014"
      },
      "message": "Enable render downmixing to mono in AudioProcessing.\n\nIn practice, we have been doing this since time immemorial, but have\nrelied on the user to do the downmixing (first voice engine then\nChromium). It\u0027s more logical for this burden to fall on AudioProcessing,\nhowever, who can be expected to know that this is a reasonable approach\nfor AEC. Permitting two render channels results in running two AECs\nserially.\n\nCritically, in my recent change to have Chromium adopt the float\ninterface:\nhttps://codereview.chromium.org/420603004\nI removed the downmixing by Chromium, forgetting that we hadn\u0027t yet\nenabled this feature in AudioProcessing. This corrects that oversight.\n\nThe change in paths hit by production users is very minor. As commented\nit required adding downmixing to the int16_t path to satisfy\nbit-exactness tests.\n\nFor reference, find the ApmTest.Process errors here:\nhttps://paste.googleplex.com/6372007910309888\n\nBUG\u003dwebrtc:3853\nTESTED\u003dlistened to the files output from the Process test, and verified\nthat they sound as expected: higher echo while the AEC is adapting, but\nafterwards very close.\n\nR\u003daluebs@webrtc.org, bjornv@webrtc.org, kwiberg@webrtc.org\n\nReview URL: https://webrtc-codereview.appspot.com/31459004\n\ngit-svn-id: http://webrtc.googlecode.com/svn/trunk/data@7292 4adac7df-926f-26a2-2b94-8c16560cd09d\n"
    },
    {
      "commit": "5a2545bf973f197a98ff0b47579d76988f341145",
      "tree": "eb652d2def78cb2de7e3f0d26aadb191344e2593",
      "parents": [
        "949b2e69ea3739d8cc62e2ada1c3b2e2c24cdd6e"
      ],
      "author": {
        "name": "aluebs@webrtc.org",
        "email": "aluebs@webrtc.org",
        "time": "Wed Sep 24 14:18:03 2014"
      },
      "committer": {
        "name": "aluebs@webrtc.org",
        "email": "aluebs@webrtc.org",
        "time": "Wed Sep 24 14:18:03 2014"
      },
      "message": "Call NS AnalyzeCaptureAudio before AEC\n\nThis attenuates the noise pumping generated from the NS adapting to the AEC comfort noise.\n\nWhen there is echo present the AEC suppresses it and adds comfort noise. This is underestimated on purpose to avoid adding more than the original background noise. The NS has to be called after the AEC, because every non-linear processing before it can ruin its performance. Therefore the noise estimation can adapt to this comfort noise, making it less aggressive and generating noise pumping.\n\nBy putting the noise estimation analysis stage from the NS before the AEC, this effect can be avoided. This has been tested manually on recordings where noise pumping was present: Two long recordings done in our team by bjornv and kwiberg plus the most noisy (5) recordings in the QA set.\n\nOn the other hand, one risk of doing this is to not adapt to the comfort noise and therefore suppress too much. As verified in the tested files, this is not a problem in practice.\n\nBUG\u003dwebrtc:3763\nR\u003dandrew@webrtc.org, bjornv@webrtc.org\n\nReview URL: https://webrtc-codereview.appspot.com/24679004\n\ngit-svn-id: http://webrtc.googlecode.com/svn/trunk/data@7289 4adac7df-926f-26a2-2b94-8c16560cd09d\n"
    },
    {
      "commit": "949b2e69ea3739d8cc62e2ada1c3b2e2c24cdd6e",
      "tree": "94d58e673094f5aea1bbb66ba0fd2316212fee28",
      "parents": [
        "70c72a6e681256fbdbec3a7dcc12dd7392ce55f7"
      ],
      "author": {
        "name": "bjornv@webrtc.org",
        "email": "bjornv@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d",
        "time": "Tue Aug 12 07:35:52 2014"
      },
      "committer": {
        "name": "bjornv@webrtc.org",
        "email": "bjornv@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d",
        "time": "Tue Aug 12 07:35:52 2014"
      },
      "message": "modules/audio_processing: Updates output_data_fixed.pb test file\n\nIn r6591 a shift macro was removed affecting AECM. In addition to that change a bug was fixed. The fix added a few voice_counts in ApmTest.Process.\n\nThis CL updates the reference file, even though it is not used in practice since the test is currently turned off for Android (where AECM is used).\n\nBUG\u003d3672\nTESTED\u003dlocally\nR\u003dandrew@webrtc.org\n\nReview URL: https://webrtc-codereview.appspot.com/14089004\n\ngit-svn-id: http://webrtc.googlecode.com/svn/trunk/data@6868 4adac7df-926f-26a2-2b94-8c16560cd09d\n"
    },
    {
      "commit": "70c72a6e681256fbdbec3a7dcc12dd7392ce55f7",
      "tree": "ec2936374dbe4ceeac59e58f7e81b4c3b046d2d9",
      "parents": [
        "de86e940c510dcf5eb010d8cc8c9f96e59102e86"
      ],
      "author": {
        "name": "kwiberg@webrtc.org",
        "email": "kwiberg@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d",
        "time": "Tue Jun 10 11:13:09 2014"
      },
      "committer": {
        "name": "kwiberg@webrtc.org",
        "email": "kwiberg@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d",
        "time": "Tue Jun 10 11:13:09 2014"
      },
      "message": "Noise suppression: Change signature to work on floats instead of ints\n\nInternally, it already worked on floats. This patch just changes the\nsignature of a bunch of functions so that floats can be passed\ndirectly from the new and improved AudioBuffer without converting the\ndata to int and back again first.\n\n(The reference data to the ApmTest.Process test had to be modified\nslightly; this is because the noise suppressor comes immediately after\nthe echo canceller, which also works on floats. If I truncate to\nintegers between the two steps, ApmTest.Process doesn\u0027t complain, but\nof course that\u0027s exactly the sort of thing the float conversion is\nsupposed to let us avoid...)\n\nBUG\u003d\nR\u003daluebs@webrtc.org, bjornv@webrtc.org, tina.legrand@webrtc.org\n\nReview URL: https://webrtc-codereview.appspot.com/13519004\n\ngit-svn-id: http://webrtc.googlecode.com/svn/trunk/data@6385 4adac7df-926f-26a2-2b94-8c16560cd09d\n"
    },
    {
      "commit": "de86e940c510dcf5eb010d8cc8c9f96e59102e86",
      "tree": "a1ee07eaf98664f27eea48a8c2d3b5c19b73c255",
      "parents": [
        "d75b98436256292a5211573492c0f60344a24ec3"
      ],
      "author": {
        "name": "mflodman@webrtc.org",
        "email": "mflodman@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d",
        "time": "Thu May 15 11:17:21 2014"
      },
      "committer": {
        "name": "mflodman@webrtc.org",
        "email": "mflodman@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d",
        "time": "Thu May 15 11:17:21 2014"
      },
      "message": "Revert \"Revert \"Audio processing: Feed each processing step its choice\nof int or float data\"\n\nThis reverts commit 6142.\n\nR\u003dkwiberg@webrtc.org\n\nReview URL: https://webrtc-codereview.appspot.com/17519004\n\ngit-svn-id: http://webrtc.googlecode.com/svn/trunk/data@6172 4adac7df-926f-26a2-2b94-8c16560cd09d\n"
    },
    {
      "commit": "d75b98436256292a5211573492c0f60344a24ec3",
      "tree": "92a5e0b6b57febffadb16ca8192f4276a0f9d7de",
      "parents": [
        "2b5c413d642e1eb0fab9f3f1233523e8e8230966"
      ],
      "author": {
        "name": "mflodman@webrtc.org",
        "email": "mflodman@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d",
        "time": "Wed May 14 09:39:56 2014"
      },
      "committer": {
        "name": "mflodman@webrtc.org",
        "email": "mflodman@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d",
        "time": "Wed May 14 09:39:56 2014"
      },
      "message": "Revert \"Audio processing: Feed each processing step its choice of int or float data\"\n\nThis reverts r6138.\n\ntbr\u003dkwiberg@webrtc.org\n\nReview URL: https://webrtc-codereview.appspot.com/13509004\n\ngit-svn-id: http://webrtc.googlecode.com/svn/trunk/data@6142 4adac7df-926f-26a2-2b94-8c16560cd09d\n"
    },
    {
      "commit": "2b5c413d642e1eb0fab9f3f1233523e8e8230966",
      "tree": "a1ee07eaf98664f27eea48a8c2d3b5c19b73c255",
      "parents": [
        "4ee02d39702fe4d59c97c38d981506cd093043d2"
      ],
      "author": {
        "name": "kwiberg@webrtc.org",
        "email": "kwiberg@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d",
        "time": "Wed May 14 09:01:35 2014"
      },
      "committer": {
        "name": "kwiberg@webrtc.org",
        "email": "kwiberg@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d",
        "time": "Wed May 14 09:01:35 2014"
      },
      "message": "Audio processing: Feed each processing step its choice of int or float data\n\nEach audio processing step is given a pointer to an AudioBuffer, where\nit can read and write int data. This patch adds corresponding\nAudioBuffer methods to read and write float data; the buffer will\nautomatically convert the stored data between int and float as\nnecessary.\n\nThis patch also modifies the echo cancellation step to make use of the\nnew methods (it was already using floats internally; now it doesn\u0027t\nhave to convert from and to ints anymore).\n\n(The reference data to the ApmTest.Process test had to be modified\nslightly; this is because the echo canceller no longer unnecessarily\nconverts float data to int and then immediately back to float for each\niteration in the loop in EchoCancellationImpl::ProcessCaptureAudio.)\n\nBUG\u003d\nR\u003daluebs@webrtc.org, andrew@webrtc.org\n\nReview URL: https://webrtc-codereview.appspot.com/18399005\n\ngit-svn-id: http://webrtc.googlecode.com/svn/trunk/data@6138 4adac7df-926f-26a2-2b94-8c16560cd09d\n"
    },
    {
      "commit": "4ee02d39702fe4d59c97c38d981506cd093043d2",
      "tree": "92a5e0b6b57febffadb16ca8192f4276a0f9d7de",
      "parents": [
        "51a8e71f5e3810ac19cfdd3bdce61469b360c316"
      ],
      "author": {
        "name": "andrew@webrtc.org",
        "email": "andrew@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d",
        "time": "Mon May 05 18:22:21 2014"
      },
      "committer": {
        "name": "andrew@webrtc.org",
        "email": "andrew@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d",
        "time": "Mon May 05 18:22:21 2014"
      },
      "message": "Allow the RTP level indicator computation to work at any sample rate.\n\nBreak out the computation to a separate class, and call directly into\nthis from channel.cc rather than going through AudioProcessing. This\ncircumvents AudioProcessing\u0027s sample rate limitations.\n\nWe now compute the RMS over all samples rather than downmixing to a\nsingle channel. This makes the call point in channel.cc easier, is\nmore \"correct\" and should have similar (negligible) complexity.\n\nThis caused slight changes in the RMS output, so the ApmTest.Process\nreference has been updated. Snippet of the failing output:\n\n[ RUN      ] ApmTest.Process\nRunning test 4 of 12...\nValue of: rms_level\n  Actual: 27\nExpected: test-\u003erms_level()\nWhich is: 28\nRunning test 5 of 12...\nValue of: rms_level\n  Actual: 26\nExpected: test-\u003erms_level()\nWhich is: 27\nRunning test 6 of 12...\nValue of: rms_level\n  Actual: 26\nExpected: test-\u003erms_level()\nWhich is: 27\nRunning test 10 of 12...\nValue of: rms_level\n  Actual: 27\nExpected: test-\u003erms_level()\nWhich is: 28\nRunning test 11 of 12...\nValue of: rms_level\n  Actual: 26\nExpected: test-\u003erms_level()\nWhich is: 27\nRunning test 12 of 12...\nValue of: rms_level\n  Actual: 26\nExpected: test-\u003erms_level()\nWhich is: 27\n\nBUG\u003d3290\nTESTED\u003dChrome assert is avoided and both voe_cmd_test and apprtc\nproduce reasonable printed out results from RMS().\n\nR\u003dbjornv@webrtc.org\n\nReview URL: https://webrtc-codereview.appspot.com/16459004\n\ngit-svn-id: http://webrtc.googlecode.com/svn/trunk/data@6056 4adac7df-926f-26a2-2b94-8c16560cd09d\n"
    },
    {
      "commit": "51a8e71f5e3810ac19cfdd3bdce61469b360c316",
      "tree": "6f7981e9a261d175f74e6fd3000724c503469173",
      "parents": [
        "0d7985908aff550f328e0b5d949ebc854ddfc506"
      ],
      "author": {
        "name": "bjornv@webrtc.org",
        "email": "bjornv@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d",
        "time": "Mon Jan 13 08:54:34 2014"
      },
      "committer": {
        "name": "bjornv@webrtc.org",
        "email": "bjornv@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d",
        "time": "Mon Jan 13 08:54:34 2014"
      },
      "message": "Enables robust delay validation in AEC delay logging.\n\n* Explicitly disabled robust validation in AECM.\n* Updated audio_processing_unittests for using robust delay validation in AEC.\n* Updated output_data_float.pb (not needed for Android nor fixed point, since AECM is untouched).\n\nBUG\u003dNone\nTESTED\u003dmodules_unittests, trybots\nR\u003daluebs@webrtc.org, andrew@webrtc.org\n\nReview URL: https://webrtc-codereview.appspot.com/6879004\n\ngit-svn-id: http://webrtc.googlecode.com/svn/trunk/data@5368 4adac7df-926f-26a2-2b94-8c16560cd09d\n"
    },
    {
      "commit": "0d7985908aff550f328e0b5d949ebc854ddfc506",
      "tree": "0ee560ff87b184cbceee295312ec7ad4f2316636",
      "parents": [
        "19e9740a9ad41cddd6dde14f424ef8ab3c564430"
      ],
      "author": {
        "name": "fischman@webrtc.org",
        "email": "fischman@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d",
        "time": "Tue Jul 30 19:34:07 2013"
      },
      "committer": {
        "name": "fischman@webrtc.org",
        "email": "fischman@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d",
        "time": "Tue Jul 30 19:34:07 2013"
      },
      "message": "Add svn:ignore properties for all spuriously-removed dirs on Linux64 Release (internal).\n\n\n\ngit-svn-id: http://webrtc.googlecode.com/svn/trunk/data@4434 4adac7df-926f-26a2-2b94-8c16560cd09d\n"
    },
    {
      "commit": "19e9740a9ad41cddd6dde14f424ef8ab3c564430",
      "tree": "0ee560ff87b184cbceee295312ec7ad4f2316636",
      "parents": [
        "35473ba3148002e59059a2d6c827d1af5613074d"
      ],
      "author": {
        "name": "henrika@webrtc.org",
        "email": "henrika@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d",
        "time": "Mon Aug 20 09:44:59 2012"
      },
      "committer": {
        "name": "henrika@webrtc.org",
        "email": "henrika@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d",
        "time": "Mon Aug 20 09:44:59 2012"
      },
      "message": "ADM no longer reads PCM files from data/audio_device. Now uses the resource folder instead.\n\nBUG\u003d737\n\nReview URL: https://webrtc-codereview.appspot.com/714012\n\ngit-svn-id: http://webrtc.googlecode.com/svn/trunk/data@2643 4adac7df-926f-26a2-2b94-8c16560cd09d\n"
    },
    {
      "commit": "35473ba3148002e59059a2d6c827d1af5613074d",
      "tree": "4e86feccf5ce17d69b4b0dce1731196a8cd8e14d",
      "parents": [
        "af371aada568581ae6d850058c696863cd06741d"
      ],
      "author": {
        "name": "tina.legrand@webrtc.org",
        "email": "tina.legrand@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d",
        "time": "Mon Aug 20 07:39:52 2012"
      },
      "committer": {
        "name": "tina.legrand@webrtc.org",
        "email": "tina.legrand@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d",
        "time": "Mon Aug 20 07:39:52 2012"
      },
      "message": "Remove data files from data/audio_coding\n\nThe files are already part of the resource package.\n\nTBR\u003dandrew@webrtc.org\nBUG\u003dissue737\n\nReview URL: https://webrtc-codereview.appspot.com/724011\n\ngit-svn-id: http://webrtc.googlecode.com/svn/trunk/data@2642 4adac7df-926f-26a2-2b94-8c16560cd09d\n"
    },
    {
      "commit": "af371aada568581ae6d850058c696863cd06741d",
      "tree": "1470adb24a28ace1485184beab5ad76c82218007",
      "parents": [
        "e37c87ddd68ef7014e2de725929f0fb250ba49f1"
      ],
      "author": {
        "name": "bjornv@webrtc.org",
        "email": "bjornv@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d",
        "time": "Thu Jul 12 21:00:43 2012"
      },
      "committer": {
        "name": "bjornv@webrtc.org",
        "email": "bjornv@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d",
        "time": "Thu Jul 12 21:00:43 2012"
      },
      "message": "Added API to port internal speech probability in NS.\n\nIdentical with CL652007 that\u0027s already been accepted for commit.\n\nTBR\u003dandrew@webrtc.org\nBUG\u003dNone\nTEST\u003dNone\nReview URL: https://webrtc-codereview.appspot.com/670009\n\ngit-svn-id: http://webrtc.googlecode.com/svn/trunk/data@2511 4adac7df-926f-26a2-2b94-8c16560cd09d\n"
    },
    {
      "commit": "e37c87ddd68ef7014e2de725929f0fb250ba49f1",
      "tree": "a73aa8a9a487307fb423f846c3af3e3a633c59d4",
      "parents": [],
      "author": {
        "name": "andrew@webrtc.org",
        "email": "andrew@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d",
        "time": "Wed May 23 15:39:01 2012"
      },
      "committer": {
        "name": "andrew@webrtc.org",
        "email": "andrew@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d",
        "time": "Wed May 23 15:39:01 2012"
      },
      "message": "Move trunk/test/data -\u003e trunk/data\n\nBUG\u003d\nTEST\u003dall trybot test failures passed locally\n\nReview URL: https://webrtc-codereview.appspot.com/583007\n\ngit-svn-id: http://webrtc.googlecode.com/svn/trunk/data@2280 4adac7df-926f-26a2-2b94-8c16560cd09d\n"
    }
  ]
}
