webrtc/modules/audio_coding/codecs/isac/main/source
Karl Wiberg 338f58d95c iSAC decoder: Don't read past the end of the buffer of encoded bytes
Bug: chromium:825524
Change-Id: Iff40a9fd62a34474af71b51dd3831a16412fbf3b
Reviewed-on: https://webrtc-review.googlesource.com/66361
Reviewed-by: Henrik Lundin <henrik.lundin@webrtc.org>
Commit-Queue: Karl Wiberg <kwiberg@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#22748}
2018-04-05 13:22:53 +00:00
..
arith_routines.c Using fully qualified #include paths in isac code. 2018-02-01 14:57:44 +00:00
arith_routines.h Using fully qualified #include paths in isac code. 2018-02-01 14:57:44 +00:00
arith_routines_hist.c Using fully qualified #include paths in isac code. 2018-02-01 14:57:44 +00:00
arith_routines_logist.c Using fully qualified #include paths in isac code. 2018-02-01 14:57:44 +00:00
audio_decoder_isac.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
audio_encoder_isac.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
audio_encoder_isac_unittest.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
bandwidth_estimator.c Using fully qualified #include paths in isac code. 2018-02-01 14:57:44 +00:00
bandwidth_estimator.h Using fully qualified #include paths in isac code. 2018-02-01 14:57:44 +00:00
codec.h Using fully qualified #include paths in isac code. 2018-02-01 14:57:44 +00:00
crc.c Using fully qualified #include paths in isac code. 2018-02-01 14:57:44 +00:00
crc.h Adding NOLINT for typedefs.h and common_types.h 2017-09-15 13:03:51 +00:00
decode.c Using fully qualified #include paths in isac code. 2018-02-01 14:57:44 +00:00
decode_bwe.c Using fully qualified #include paths in isac code. 2018-02-01 14:57:44 +00:00
encode.c Using fully qualified #include paths in isac code. 2018-02-01 14:57:44 +00:00
encode_lpc_swb.c Using fully qualified #include paths in isac code. 2018-02-01 14:57:44 +00:00
encode_lpc_swb.h Using fully qualified #include paths in isac code. 2018-02-01 14:57:44 +00:00
entropy_coding.c Using fully qualified #include paths in isac code. 2018-02-01 14:57:44 +00:00
entropy_coding.h Using fully qualified #include paths in isac code. 2018-02-01 14:57:44 +00:00
fft.c Using fully qualified #include paths in isac code. 2018-02-01 14:57:44 +00:00
fft.h Using fully qualified #include paths in isac code. 2018-02-01 14:57:44 +00:00
filter_functions.c Using fully qualified #include paths in isac code. 2018-02-01 14:57:44 +00:00
filterbank_tables.c Using fully qualified #include paths in isac code. 2018-02-01 14:57:44 +00:00
filterbank_tables.h Using fully qualified #include paths in isac code. 2018-02-01 14:57:44 +00:00
filterbanks.c Using fully qualified #include paths in isac code. 2018-02-01 14:57:44 +00:00
intialize.c Using fully qualified #include paths in isac code. 2018-02-01 14:57:44 +00:00
isac.c iSAC decoder: Don't read past the end of the buffer of encoded bytes 2018-04-05 13:22:53 +00:00
isac_float_type.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
isac_unittest.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
lattice.c Using fully qualified #include paths in isac code. 2018-02-01 14:57:44 +00:00
lpc_analysis.c Using fully qualified #include paths in isac code. 2018-02-01 14:57:44 +00:00
lpc_analysis.h Using fully qualified #include paths in isac code. 2018-02-01 14:57:44 +00:00
lpc_gain_swb_tables.c Using fully qualified #include paths in isac code. 2018-02-01 14:57:44 +00:00
lpc_gain_swb_tables.h Using fully qualified #include paths in isac code. 2018-02-01 14:57:44 +00:00
lpc_shape_swb12_tables.c Using fully qualified #include paths in isac code. 2018-02-01 14:57:44 +00:00
lpc_shape_swb12_tables.h Using fully qualified #include paths in isac code. 2018-02-01 14:57:44 +00:00
lpc_shape_swb16_tables.c Using fully qualified #include paths in isac code. 2018-02-01 14:57:44 +00:00
lpc_shape_swb16_tables.h Using fully qualified #include paths in isac code. 2018-02-01 14:57:44 +00:00
lpc_tables.c Using fully qualified #include paths in isac code. 2018-02-01 14:57:44 +00:00
lpc_tables.h Using fully qualified #include paths in isac code. 2018-02-01 14:57:44 +00:00
os_specific_inline.h Adding NOLINT for typedefs.h and common_types.h 2017-09-15 13:03:51 +00:00
pitch_estimator.c Using fully qualified #include paths in isac code. 2018-02-01 14:57:44 +00:00
pitch_estimator.h Using fully qualified #include paths in isac code. 2018-02-01 14:57:44 +00:00
pitch_filter.c Using fully qualified #include paths in isac code. 2018-02-01 14:57:44 +00:00
pitch_gain_tables.c Using fully qualified #include paths in isac code. 2018-02-01 14:57:44 +00:00
pitch_gain_tables.h Adding NOLINT for typedefs.h and common_types.h 2017-09-15 13:03:51 +00:00
pitch_lag_tables.c Using fully qualified #include paths in isac code. 2018-02-01 14:57:44 +00:00
pitch_lag_tables.h Adding NOLINT for typedefs.h and common_types.h 2017-09-15 13:03:51 +00:00
settings.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
spectrum_ar_model_tables.c Using fully qualified #include paths in isac code. 2018-02-01 14:57:44 +00:00
spectrum_ar_model_tables.h Using fully qualified #include paths in isac code. 2018-02-01 14:57:44 +00:00
structs.h Adding NOLINT for typedefs.h and common_types.h 2017-09-15 13:03:51 +00:00
transform.c Using fully qualified #include paths in isac code. 2018-02-01 14:57:44 +00:00