webrtc/modules/video_coding/codecs/vp8
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
..
include Allow injecting a Vp8FrameBufferControllerFactory 2019-03-26 10:07:14 +00:00
test Copy video frames metadata between encoded and plain frames in one place 2019-04-23 14:31:03 +00:00
default_temporal_layers_unittest.cc Rename "UpdateLayerConfig" to "NextFrameConfig" 2019-04-17 11:59:07 +00:00
default_temporal_layers.cc Rename "UpdateLayerConfig" to "NextFrameConfig" 2019-04-17 11:59:07 +00:00
default_temporal_layers.h Rename "UpdateLayerConfig" to "NextFrameConfig" 2019-04-17 11:59:07 +00:00
libvpx_interface.cc webrtc: Remove semicolons. 2019-02-20 16:02:59 +00:00
libvpx_interface.h [Cleanup] Add missing #include. Remove useless ones. IWYU part 2. 2018-11-28 18:25:07 +00:00
libvpx_vp8_decoder.cc Copy video frames metadata between encoded and plain frames in one place 2019-04-23 14:31:03 +00:00
libvpx_vp8_decoder.h Copy video frames metadata between encoded and plain frames in one place 2019-04-23 14:31:03 +00:00
libvpx_vp8_encoder.cc Small change to LibvpxVp8Encoder::Release 2019-04-24 08:50:23 +00:00
libvpx_vp8_encoder.h Reland "Replace usage of old SetRates/SetRateAllocation methods" 2019-04-12 13:37:32 +00:00
libvpx_vp8_simulcast_test.cc Use function_video_(en|de)coder_factory from api 2018-10-26 14:54:19 +00:00
screenshare_layers_unittest.cc Rename "UpdateLayerConfig" to "NextFrameConfig" 2019-04-17 11:59:07 +00:00
screenshare_layers.cc Rename "UpdateLayerConfig" to "NextFrameConfig" 2019-04-17 11:59:07 +00:00
screenshare_layers.h Rename "UpdateLayerConfig" to "NextFrameConfig" 2019-04-17 11:59:07 +00:00
temporal_layers_checker.cc Break FrameConfig out of Vp8TemporalLayers 2019-01-29 14:13:55 +00:00
temporal_layers.h Move TemporalLayers to api/video_codecs. 2018-10-12 09:15:21 +00:00