webrtc/modules/video_coding/codecs
Qiang Chen 6d30631f01 Bug Fix: Multiplex Codec Crash
This CL adds a lock to stashed_images_ in MultiplexEncoderAdapter.
Without lock, it is possible that different threads acts on
stashed_images_ simultaneously and leads to crash.

Bug: webrtc:8965
Change-Id: I887861092d185c3bd6047eb529d8c1cf57fa4648
Reviewed-on: https://webrtc-review.googlesource.com/59260
Reviewed-by: Emircan Uysaler <emircan@webrtc.org>
Commit-Queue: Qiang Chen <qiangchen@chromium.org>
Cr-Commit-Position: refs/heads/master@{#22261}
2018-03-02 00:14:48 +00:00
..
h264 Move default thresholds from QualityScaler to encoders. 2018-02-23 13:12:36 +00:00
i420 Including libyuv headers using fully qualified paths. 2017-12-11 15:51:26 +00:00
interface Delete unused deprecated headers under modules/video_coding/ 2018-02-16 14:07:38 +00:00
multiplex Bug Fix: Multiplex Codec Crash 2018-03-02 00:14:48 +00:00
test Reland "Replaced temporal_layer_thresholds_bps[] field with num_temporal_layers." 2018-03-01 18:07:29 +00:00
vp8 Move default thresholds from QualityScaler to encoders. 2018-02-23 13:12:36 +00:00
vp9 Rename VideoCodecTest to VideoCodecUnitTest. 2018-02-02 10:27:33 +00:00