webrtc/modules/audio_coding
Jonas Olsson 84df1c724e Make fewer copies when using StringBuilder.
Replace calls to .str() which copies with .Release which moves in cases where that's safe.

This CL was generated by this command:
git grep -l 'StringBuilder' |
xargs perl -i -0 -pe "s/(rtc::StringBuilder (\S+);.*?return )\\g2.str\(\)/\$1\$2.Release\(\)/sg"

Bug: webrtc:8982
Change-Id: If4dadbeb039df010aaaa9e58da81c1971a84fe8f
Reviewed-on: https://webrtc-review.googlesource.com/100307
Commit-Queue: Jonas Olsson <jonasolsson@webrtc.org>
Reviewed-by: Karl Wiberg <kwiberg@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#24790}
2018-09-24 09:39:19 +00:00
..
acm2 Add nogncheck for headers of codecs not used in Chromium. 2018-09-04 09:45:56 +00:00
audio_network_adaptor Fixing py lint errors 2018-07-23 15:28:48 +00:00
codecs Remove simple stringstream usages. 2018-09-06 12:53:19 +00:00
include Delete unused AudioCodingModule methods. 2018-08-27 10:00:59 +00:00
neteq Make fewer copies when using StringBuilder. 2018-09-24 09:39:19 +00:00
test Cleanup modules_common_types 2018-09-18 08:08:33 +00:00
audio_coding.gni Don't select audio codecs depending on GN vars build_with_{chromium|mozilla} 2017-11-01 18:59:27 +00:00
BUILD.gn Let NetEq use the PLC output from a decoder 2018-09-14 07:05:20 +00:00
DEPS Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
OWNERS Moving src/webrtc into src/. 2017-09-15 04:25:06 +00:00