webrtc/common_video
Niels Möller 827cf3c1b2 Avoid overflow when parsing H.264 SPS.
Check that |log2_max_frame_num_minus4| and
|log2_max_pic_order_cnt_lsb_minus4| are at most 28, resulting in a
field width of at most 32 bits.

Bug: chromium:877843
Change-Id: I684f92b8f0f2fcdbab24732d8e8381bc51a92752
Reviewed-on: https://webrtc-review.googlesource.com/101760
Reviewed-by: Stefan Holmer <stefan@webrtc.org>
Reviewed-by: Björn Terelius <terelius@webrtc.org>
Reviewed-by: Karl Wiberg <kwiberg@webrtc.org>
Commit-Queue: Niels Moller <nisse@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#24862}
2018-09-27 11:50:10 +00:00
..
h264 Avoid overflow when parsing H.264 SPS. 2018-09-27 11:50:10 +00:00
include Make the rtp timestamp member of EncodedImage private 2018-09-12 13:44:36 +00:00
libyuv Delete root header file typedef.h. 2018-07-25 14:59:26 +00:00
bitrate_adjuster_unittest.cc Replacing rtc::TimeDelta with webrtc::TimeDelta. 2018-05-08 13:22:53 +00:00
bitrate_adjuster.cc Replace rtc::Optional with absl::optional 2018-06-21 09:32:56 +00:00
BUILD.gn Delete root header file typedef.h. 2018-07-25 14:59:26 +00:00
DEPS Including libyuv headers using fully qualified paths. 2017-12-11 15:51:26 +00:00
i420_buffer_pool_unittest.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
i420_buffer_pool.cc Enable and fix chromium clang warnings in sdk/android targets. 2018-04-05 11:22:03 +00:00
incoming_video_stream.cc Replace rtc::Optional with absl::optional 2018-06-21 09:32:56 +00:00
OWNERS Remove pbos@webrtc.org from all OWNERS. 2017-11-01 08:03:46 +00:00
video_frame_buffer.cc Add bit depth information to PlanarYuvBuffer 2018-06-26 20:23:37 +00:00
video_frame_unittest.cc Add bit depth information to PlanarYuvBuffer 2018-06-26 20:23:37 +00:00
video_frame.cc Remove kVideoCodecUnknown from WebRTC. 2018-08-16 15:15:39 +00:00
video_render_frames.cc Enabling clang::find_bad_constructs for common_video. 2018-07-18 11:26:01 +00:00
video_render_frames.h Enabling clang::find_bad_constructs for common_video. 2018-07-18 11:26:01 +00:00