webrtc/modules
Elad Alon e1068c1bc9 Small change to LibvpxVp8Encoder::Release
The function iterated over two containers, destroyed their elements
and popped those elements one at a time. It's more efficient to
destroy all of the elements, then clear() the container.

Bug: None
Change-Id: I17aa88694ee41df64c5793b08b96899b7ff04071
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/133901
Reviewed-by: Erik Språng <sprang@webrtc.org>
Commit-Queue: Elad Alon <eladalon@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#27730}
2019-04-24 08:50:23 +00:00
..
audio_coding Handle event log parsing errors without crashing. 2019-04-24 07:49:23 +00:00
audio_device Add ability to play audio in circle for TestAudioDevice wav file capturer 2019-04-16 15:33:03 +00:00
audio_mixer Fully qualify googletest symbols. 2019-04-09 17:18:20 +00:00
audio_processing AEC3: do not wait for the filter convergence flag when the stationarity init flag is set. 2019-04-24 08:11:43 +00:00
bitrate_controller Cleanup: Using DCHECK comparison macros for unit types. 2019-04-12 13:01:03 +00:00
congestion_controller Remove unused temporary fallback methods 2019-04-24 08:23:13 +00:00
desktop_capture Add ICC profile to DesktopFrame 2019-04-19 22:57:09 +00:00
include Make VideoFrameType an enum class, and move to separate file and target 2019-03-22 12:44:51 +00:00
pacing Remove direct use of FieldTrials from AlrDetector 2019-04-15 12:11:36 +00:00
remote_bitrate_estimator Expose send parameters for RemoteEstimatorProxy for field trial. 2019-04-17 12:45:47 +00:00
rtp_rtcp Remove unused temporary fallback methods 2019-04-24 08:23:13 +00:00
third_party Fix guards for headers in third party 2018-08-07 09:39:06 +00:00
utility Deprecating ThreadChecker specific interface. 2019-04-08 16:58:07 +00:00
video_capture Fully qualify googletest symbols. 2019-04-09 17:18:20 +00:00
video_coding Small change to LibvpxVp8Encoder::Release 2019-04-24 08:50:23 +00:00
video_processing Cleanup BUILD.gn files from imports like foo:foo 2019-03-21 13:05:28 +00:00
BUILD.gn Delete interface class VideoCaptureExternal 2019-04-09 08:18:20 +00:00
module_common_types_unittest.cc [Cleanup] Add missing #include. Remove useless ones. IWYU part 2. 2018-11-28 18:25:07 +00:00
OWNERS Moving src/webrtc into src/. 2017-09-15 04:25:06 +00:00