webrtc/modules/audio_coding/codecs
Karl Wiberg 6f3d01c829 "Fix" signed integer overflow in old code
It's safe to ignore this overflow since it only affects audio data,
not indices or anything like that.

Bug: chromium:835637
Change-Id: I60162e4627b08d5e3ba3a21fdae8087f098c7e46
Reviewed-on: https://webrtc-review.googlesource.com/72701
Reviewed-by: Henrik Lundin <henrik.lundin@webrtc.org>
Commit-Queue: Karl Wiberg <kwiberg@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#23030}
2018-04-26 13:38:57 +00:00
..
cng Add explicit cast to void to silence -Wcomma warning 2018-04-09 10:00:09 +00:00
g711 Using fully qualified #include paths in g711 code. 2018-02-01 15:05:44 +00:00
g722 Using fully qualified #include paths in g722 code. 2018-02-01 15:11:25 +00:00
ilbc "Fix" signed integer overflow in old code 2018-04-26 13:38:57 +00:00
isac Add missing header include for filterbanks_neon.c 2018-04-21 18:21:44 +00:00
opus Move some numeric utility code from rtc_base/ to rtc_base/numerics/ 2017-11-22 11:21:47 +00:00
pcm16b Using fully qualified #include paths in pcm16b code. 2018-02-02 14:15:36 +00:00
red Removed Die mock from MockAudioEncoder 2018-02-22 12:53:38 +00:00
tools Stop using std::tr1 2017-10-23 22:11:58 +00:00
audio_decoder.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
audio_encoder.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
audio_format_conversion.cc Move some numeric utility code from rtc_base/ to rtc_base/numerics/ 2017-11-22 11:21:47 +00:00
audio_format_conversion.h Adding NOLINT for typedefs.h and common_types.h 2017-09-15 13:03:51 +00:00
builtin_audio_decoder_factory_unittest.cc Tests: Pass codec ID argument to audio codecs 2018-03-12 13:25:29 +00:00
builtin_audio_encoder_factory_unittest.cc Tests: Pass codec ID argument to audio codecs 2018-03-12 13:25:29 +00:00
legacy_encoded_audio_frame.cc Optional: Use nullopt and implicit construction in /modules/audio_coding 2017-11-17 11:58:37 +00:00
legacy_encoded_audio_frame.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
legacy_encoded_audio_frame_unittest.cc Move some numeric utility code from rtc_base/ to rtc_base/numerics/ 2017-11-22 11:21:47 +00:00
OWNERS Moving src/webrtc into src/. 2017-09-15 04:25:06 +00:00