Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(385)

Issue 2962373002: [Opus] Update to v1.2.1 (Closed)

Created:
3 years, 5 months ago by flim-chromium
Modified:
3 years, 5 months ago
CC:
chromium-reviews, fuzzing_chromium.org
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

[Opus] Update to v1.2.1 BUG=737323 Review-Url: https://codereview.chromium.org/2962373002 Cr-Commit-Position: refs/heads/master@{#488582} Committed: https://chromium.googlesource.com/chromium/src/+/0b5dc578114a5237748e6b3da5cbef19a5e75e17

Patch Set 1 #

Patch Set 2 : Adjust parameters for cast audio decoder tests #

Patch Set 3 : Fix BUILD.gn #

Patch Set 4 : Generate new golden for WebKit's opus decoder test #

Patch Set 5 : Include minor updates including fix for win_clang #

Total comments: 2

Patch Set 6 : Pre-increment instead of post-increment #

Unified diffs Side-by-side diffs Delta from patch set Stats (+22425 lines, -4484 lines) Patch
M media/cast/receiver/audio_decoder_unittest.cc View 1 2 3 4 5 3 chunks +5 lines, -5 lines 0 comments Download
M media/cast/test/utility/audio_utility.cc View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/webaudio/codec-tests/opus/opus-decode-expected.wav View 1 2 3 4 5 Binary file 0 comments Download
M third_party/opus/BUILD.gn View 1 2 3 4 5 7 chunks +12 lines, -7 lines 0 comments Download
M third_party/opus/DEPS View 1 2 3 4 5 1 chunk +2 lines, -0 lines 0 comments Download
M third_party/opus/README.chromium View 1 2 3 4 5 2 chunks +2 lines, -7 lines 0 comments Download
A third_party/opus/src/LICENSE_PLEASE_READ.txt View 1 2 3 4 5 1 chunk +22 lines, -0 lines 0 comments Download
M third_party/opus/src/Makefile.am View 1 2 3 4 5 8 chunks +58 lines, -24 lines 0 comments Download
M third_party/opus/src/Makefile.mips View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M third_party/opus/src/Makefile.unix View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M third_party/opus/src/README View 1 2 3 4 5 3 chunks +31 lines, -12 lines 0 comments Download
A third_party/opus/src/README.draft View 1 2 3 4 5 1 chunk +54 lines, -0 lines 0 comments Download
A third_party/opus/src/autogen.sh View 1 2 3 4 5 1 chunk +14 lines, -0 lines 0 comments Download
M third_party/opus/src/celt/_kiss_fft_guts.h View 1 2 3 4 5 2 chunks +8 lines, -8 lines 0 comments Download
M third_party/opus/src/celt/arch.h View 1 2 3 4 5 8 chunks +19 lines, -2 lines 0 comments Download
M third_party/opus/src/celt/arm/arm2gnu.pl View 1 2 3 4 5 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/opus/src/celt/arm/arm_celt_map.c View 1 2 3 4 5 2 chunks +19 lines, -2 lines 0 comments Download
M third_party/opus/src/celt/arm/celt_ne10_fft.c View 1 2 3 4 5 1 chunk +0 lines, -1 line 0 comments Download
M third_party/opus/src/celt/arm/celt_neon_intr.c View 1 2 3 4 5 2 chunks +4 lines, -104 lines 0 comments Download
M third_party/opus/src/celt/arm/celt_pitch_xcorr_arm.s View 1 2 3 4 5 3 chunks +5 lines, -1 line 0 comments Download
M third_party/opus/src/celt/arm/fft_arm.h View 1 2 3 4 5 1 chunk +0 lines, -1 line 0 comments Download
M third_party/opus/src/celt/arm/fixed_armv4.h View 1 2 3 4 5 2 chunks +3 lines, -3 lines 0 comments Download
M third_party/opus/src/celt/arm/fixed_armv5e.h View 1 2 3 4 5 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/opus/src/celt/arm/mdct_arm.h View 1 2 3 4 5 1 chunk +0 lines, -1 line 0 comments Download
M third_party/opus/src/celt/arm/pitch_arm.h View 1 2 3 4 5 4 chunks +45 lines, -15 lines 0 comments Download
A third_party/opus/src/celt/arm/pitch_neon_intr.c View 1 2 3 4 5 1 chunk +290 lines, -0 lines 0 comments Download
M third_party/opus/src/celt/bands.h View 1 2 3 4 5 2 chunks +5 lines, -2 lines 0 comments Download
M third_party/opus/src/celt/bands.c View 1 2 3 4 5 34 chunks +222 lines, -82 lines 0 comments Download
M third_party/opus/src/celt/celt.h View 1 2 3 4 5 3 chunks +18 lines, -5 lines 0 comments Download
M third_party/opus/src/celt/celt.c View 1 2 3 4 5 6 chunks +21 lines, -4 lines 0 comments Download
M third_party/opus/src/celt/celt_decoder.c View 1 2 3 4 5 17 chunks +105 lines, -13 lines 0 comments Download
M third_party/opus/src/celt/celt_encoder.c View 1 2 3 4 5 51 chunks +210 lines, -83 lines 0 comments Download
M third_party/opus/src/celt/celt_lpc.h View 1 2 3 4 5 1 chunk +2 lines, -3 lines 0 comments Download
M third_party/opus/src/celt/celt_lpc.c View 1 2 3 4 5 4 chunks +21 lines, -39 lines 0 comments Download
A third_party/opus/src/celt/dump_modes/dump_modes.c View 1 2 3 4 5 1 chunk +353 lines, -0 lines 0 comments Download
A + third_party/opus/src/celt/dump_modes/dump_modes_arch.h View 1 2 3 4 5 2 chunks +14 lines, -36 lines 0 comments Download
A third_party/opus/src/celt/dump_modes/dump_modes_arm_ne10.c View 1 2 3 4 5 1 chunk +152 lines, -0 lines 0 comments Download
A + third_party/opus/src/celt/fixed_c5x.h View 1 2 3 4 5 2 chunks +39 lines, -32 lines 0 comments Download
A + third_party/opus/src/celt/fixed_c6x.h View 1 2 3 4 5 2 chunks +36 lines, -33 lines 0 comments Download
M third_party/opus/src/celt/fixed_debug.h View 1 2 3 4 5 2 chunks +10 lines, -3 lines 0 comments Download
M third_party/opus/src/celt/fixed_generic.h View 1 2 3 4 5 2 chunks +11 lines, -0 lines 0 comments Download
M third_party/opus/src/celt/float_cast.h View 1 2 3 4 5 1 chunk +7 lines, -1 line 0 comments Download
M third_party/opus/src/celt/kiss_fft.c View 1 2 3 4 5 6 chunks +28 lines, -28 lines 0 comments Download
M third_party/opus/src/celt/mathops.h View 1 2 3 4 5 2 chunks +33 lines, -1 line 0 comments Download
M third_party/opus/src/celt/mdct.c View 1 2 3 4 5 4 chunks +8 lines, -8 lines 0 comments Download
M third_party/opus/src/celt/mips/vq_mipsr1.h View 1 2 3 4 5 1 chunk +0 lines, -3 lines 0 comments Download
M third_party/opus/src/celt/modes.c View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M third_party/opus/src/celt/pitch.h View 1 2 3 4 5 2 chunks +3 lines, -11 lines 0 comments Download
M third_party/opus/src/celt/pitch.c View 1 2 3 4 5 5 chunks +2 lines, -15 lines 0 comments Download
M third_party/opus/src/celt/quant_bands.c View 1 2 3 4 5 2 chunks +8 lines, -1 line 0 comments Download
M third_party/opus/src/celt/rate.c View 1 2 3 4 5 1 chunk +8 lines, -3 lines 0 comments Download
M third_party/opus/src/celt/static_modes_fixed_arm_ne10.h View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M third_party/opus/src/celt/static_modes_float_arm_ne10.h View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M third_party/opus/src/celt/tests/test_unit_dft.c View 1 2 3 4 5 3 chunks +22 lines, -32 lines 0 comments Download
M third_party/opus/src/celt/tests/test_unit_mathops.c View 1 2 3 4 5 1 chunk +2 lines, -40 lines 0 comments Download
M third_party/opus/src/celt/tests/test_unit_mdct.c View 1 2 3 4 5 4 chunks +35 lines, -38 lines 0 comments Download
M third_party/opus/src/celt/tests/test_unit_rotation.c View 1 2 3 4 5 1 chunk +2 lines, -34 lines 0 comments Download
M third_party/opus/src/celt/vq.h View 1 2 3 4 5 2 chunks +14 lines, -6 lines 0 comments Download
M third_party/opus/src/celt/vq.c View 1 2 3 4 5 9 chunks +71 lines, -41 lines 0 comments Download
M third_party/opus/src/celt/x86/celt_lpc_sse.h View 1 2 3 4 5 2 chunks +4 lines, -6 lines 0 comments Download
M third_party/opus/src/celt/x86/celt_lpc_sse.c View 1 2 3 4 5 2 chunks +7 lines, -50 lines 0 comments Download
A + third_party/opus/src/celt/x86/vq_sse.h View 1 2 3 4 5 2 chunks +17 lines, -34 lines 0 comments Download
A third_party/opus/src/celt/x86/vq_sse2.c View 1 2 3 4 5 1 chunk +217 lines, -0 lines 0 comments Download
M third_party/opus/src/celt/x86/x86_celt_map.c View 1 2 3 4 5 3 chunks +13 lines, -1 line 0 comments Download
M third_party/opus/src/configure.ac View 1 2 3 4 5 7 chunks +28 lines, -8 lines 0 comments Download
M third_party/opus/src/doc/Doxyfile.in View 1 2 3 4 5 1 chunk +15 lines, -0 lines 0 comments Download
D third_party/opus/src/doc/TODO View 1 2 3 4 5 1 chunk +0 lines, -7 lines 0 comments Download
A third_party/opus/src/doc/build_draft.sh View 1 2 3 4 5 1 chunk +104 lines, -0 lines 0 comments Download
A third_party/opus/src/doc/build_isobmff.sh View 1 2 3 4 5 1 chunk +50 lines, -0 lines 0 comments Download
A third_party/opus/src/doc/build_oggdraft.sh View 1 2 3 4 5 1 chunk +52 lines, -0 lines 0 comments Download
A third_party/opus/src/doc/draft-ietf-codec-oggopus.xml View 1 2 3 4 5 1 chunk +1873 lines, -0 lines 0 comments Download
A third_party/opus/src/doc/draft-ietf-codec-opus.xml View 1 2 3 4 5 1 chunk +8276 lines, -0 lines 0 comments Download
A third_party/opus/src/doc/draft-ietf-codec-opus-update.xml View 1 2 3 4 5 1 chunk +438 lines, -0 lines 0 comments Download
A third_party/opus/src/doc/draft-ietf-payload-rtp-opus.xml View 1 2 3 4 5 1 chunk +960 lines, -0 lines 0 comments Download
A third_party/opus/src/doc/opus_in_isobmff.css View 1 2 3 4 5 1 chunk +60 lines, -0 lines 0 comments Download
A third_party/opus/src/doc/opus_in_isobmff.html View 1 2 3 4 5 1 chunk +684 lines, -0 lines 0 comments Download
A third_party/opus/src/doc/opus_update.patch View 1 2 3 4 5 1 chunk +244 lines, -0 lines 0 comments Download
A third_party/opus/src/doc/release.txt View 1 2 3 4 5 1 chunk +43 lines, -0 lines 0 comments Download
M third_party/opus/src/include/opus_defines.h View 1 2 3 4 5 5 chunks +35 lines, -3 lines 0 comments Download
M third_party/opus/src/include/opus_multistream.h View 1 2 3 4 5 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/opus/src/include/opus_types.h View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
A third_party/opus/src/releases.sha2 View 1 2 3 4 5 1 chunk +63 lines, -0 lines 0 comments Download
M third_party/opus/src/silk/A2NLSF.c View 1 2 3 4 5 3 chunks +4 lines, -4 lines 0 comments Download
M third_party/opus/src/silk/CNG.c View 1 2 3 4 5 2 chunks +4 lines, -4 lines 0 comments Download
M third_party/opus/src/silk/LPC_analysis_filter.c View 1 2 3 4 5 3 chunks +10 lines, -7 lines 0 comments Download
A third_party/opus/src/silk/LPC_fit.c View 1 2 3 4 5 1 chunk +81 lines, -0 lines 0 comments Download
M third_party/opus/src/silk/LPC_inv_pred_gain.c View 1 2 3 4 5 2 chunks +42 lines, -55 lines 0 comments Download
M third_party/opus/src/silk/LP_variable_cutoff.c View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M third_party/opus/src/silk/MacroCount.h View 1 2 3 4 5 2 chunks +1 line, -9 lines 0 comments Download
M third_party/opus/src/silk/MacroDebug.h View 1 2 3 4 5 1 chunk +1 line, -2 lines 0 comments Download
M third_party/opus/src/silk/NLSF2A.c View 1 2 3 4 5 3 chunks +11 lines, -48 lines 0 comments Download
M third_party/opus/src/silk/NLSF_VQ.c View 1 2 3 4 5 1 chunk +25 lines, -17 lines 0 comments Download
M third_party/opus/src/silk/NLSF_decode.c View 1 2 3 4 5 3 chunks +7 lines, -15 lines 0 comments Download
M third_party/opus/src/silk/NLSF_del_dec_quant.c View 1 2 3 4 5 4 chunks +3 lines, -5 lines 0 comments Download
M third_party/opus/src/silk/NLSF_encode.c View 1 2 3 4 5 4 chunks +11 lines, -24 lines 0 comments Download
M third_party/opus/src/silk/NSQ.c View 1 2 3 4 5 14 chunks +37 lines, -29 lines 0 comments Download
M third_party/opus/src/silk/NSQ_del_dec.c View 1 2 3 4 5 23 chunks +52 lines, -35 lines 0 comments Download
M third_party/opus/src/silk/PLC.c View 1 2 3 4 5 2 chunks +5 lines, -3 lines 0 comments Download
M third_party/opus/src/silk/SigProc_FIX.h View 1 2 3 4 5 8 chunks +41 lines, -15 lines 0 comments Download
M third_party/opus/src/silk/VQ_WMat_EC.c View 1 2 3 4 5 1 chunk +70 lines, -59 lines 0 comments Download
A third_party/opus/src/silk/arm/LPC_inv_pred_gain_arm.h View 1 2 3 4 5 1 chunk +57 lines, -0 lines 0 comments Download
A third_party/opus/src/silk/arm/LPC_inv_pred_gain_neon_intr.c View 1 2 3 4 5 1 chunk +280 lines, -0 lines 0 comments Download
A third_party/opus/src/silk/arm/NSQ_del_dec_arm.h View 1 2 3 4 5 1 chunk +100 lines, -0 lines 0 comments Download
A third_party/opus/src/silk/arm/NSQ_del_dec_neon_intr.c View 1 2 3 4 5 1 chunk +1124 lines, -0 lines 0 comments Download
M third_party/opus/src/silk/arm/NSQ_neon.h View 1 2 3 4 5 1 chunk +17 lines, -16 lines 0 comments Download
M third_party/opus/src/silk/arm/arm_silk_map.c View 1 2 3 4 5 2 chunks +68 lines, -0 lines 0 comments Download
A + third_party/opus/src/silk/arm/biquad_alt_arm.h View 1 2 3 4 5 2 chunks +33 lines, -43 lines 0 comments Download
A third_party/opus/src/silk/arm/biquad_alt_neon_intr.c View 1 2 3 4 5 1 chunk +156 lines, -0 lines 0 comments Download
M third_party/opus/src/silk/arm/macros_armv4.h View 1 2 3 4 5 4 chunks +10 lines, -3 lines 0 comments Download
M third_party/opus/src/silk/arm/macros_armv5e.h View 1 2 3 4 5 3 chunks +8 lines, -1 line 0 comments Download
M third_party/opus/src/silk/biquad_alt.c View 1 2 3 4 5 3 chunks +48 lines, -5 lines 0 comments Download
M third_party/opus/src/silk/bwexpander.c View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M third_party/opus/src/silk/control.h View 1 2 3 4 5 2 chunks +8 lines, -0 lines 0 comments Download
M third_party/opus/src/silk/control_SNR.c View 1 2 3 4 5 1 chunk +1 line, -2 lines 0 comments Download
M third_party/opus/src/silk/control_codec.c View 1 2 3 4 5 8 chunks +40 lines, -45 lines 0 comments Download
M third_party/opus/src/silk/debug.h View 1 2 3 4 5 1 chunk +4 lines, -17 lines 0 comments Download
M third_party/opus/src/silk/decode_core.c View 1 2 3 4 5 1 chunk +0 lines, -2 lines 0 comments Download
M third_party/opus/src/silk/decode_frame.c View 1 2 3 4 5 1 chunk +1 line, -0 lines 0 comments Download
M third_party/opus/src/silk/decode_parameters.c View 1 2 3 4 5 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/opus/src/silk/define.h View 1 2 3 4 5 5 chunks +3 lines, -8 lines 0 comments Download
M third_party/opus/src/silk/enc_API.c View 1 2 3 4 5 3 chunks +5 lines, -3 lines 0 comments Download
A + third_party/opus/src/silk/fixed/arm/warped_autocorrelation_FIX_arm.h View 1 2 3 4 5 2 chunks +30 lines, -57 lines 0 comments Download
A third_party/opus/src/silk/fixed/arm/warped_autocorrelation_FIX_neon_intr.c View 1 2 3 4 5 1 chunk +260 lines, -0 lines 0 comments Download
M third_party/opus/src/silk/fixed/burg_modified_FIX.c View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M third_party/opus/src/silk/fixed/corrMatrix_FIX.c View 1 2 3 4 5 3 chunks +15 lines, -23 lines 0 comments Download
M third_party/opus/src/silk/fixed/encode_frame_FIX.c View 1 2 3 4 5 12 chunks +80 lines, -26 lines 0 comments Download
M third_party/opus/src/silk/fixed/find_LPC_FIX.c View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M third_party/opus/src/silk/fixed/find_LTP_FIX.c View 1 2 3 4 5 1 chunk +46 lines, -192 lines 0 comments Download
M third_party/opus/src/silk/fixed/find_pitch_lags_FIX.c View 1 2 3 4 5 4 chunks +8 lines, -10 lines 0 comments Download
M third_party/opus/src/silk/fixed/find_pred_coefs_FIX.c View 1 2 3 4 5 3 chunks +11 lines, -14 lines 0 comments Download
M third_party/opus/src/silk/fixed/k2a_FIX.c View 1 2 3 4 5 1 chunk +7 lines, -6 lines 0 comments Download
M third_party/opus/src/silk/fixed/k2a_Q16_FIX.c View 1 2 3 4 5 1 chunk +8 lines, -7 lines 0 comments Download
M third_party/opus/src/silk/fixed/main_FIX.h View 1 2 3 4 5 8 chunks +21 lines, -50 lines 0 comments Download
M third_party/opus/src/silk/fixed/mips/noise_shape_analysis_FIX_mipsr1.h View 1 2 3 4 5 2 chunks +3 lines, -3 lines 0 comments Download
M third_party/opus/src/silk/fixed/mips/warped_autocorrelation_FIX_mipsr1.h View 1 2 3 4 5 1 chunk +2 lines, -1 line 0 comments Download
M third_party/opus/src/silk/fixed/noise_shape_analysis_FIX.c View 1 2 3 4 5 11 chunks +58 lines, -102 lines 0 comments Download
M third_party/opus/src/silk/fixed/pitch_analysis_core_FIX.c View 1 2 3 4 5 8 chunks +30 lines, -55 lines 0 comments Download
D third_party/opus/src/silk/fixed/prefilter_FIX.c View 1 2 3 4 5 1 chunk +0 lines, -221 lines 0 comments Download
M third_party/opus/src/silk/fixed/schur64_FIX.c View 1 2 3 4 5 2 chunks +4 lines, -3 lines 0 comments Download
M third_party/opus/src/silk/fixed/schur_FIX.c View 1 2 3 4 5 1 chunk +8 lines, -7 lines 0 comments Download
D third_party/opus/src/silk/fixed/solve_LS_FIX.c View 1 2 3 4 5 1 chunk +0 lines, -249 lines 0 comments Download
M third_party/opus/src/silk/fixed/structs_FIX.h View 1 2 3 4 5 3 chunks +2 lines, -20 lines 0 comments Download
M third_party/opus/src/silk/fixed/warped_autocorrelation_FIX.c View 1 2 3 4 5 2 chunks +1 line, -6 lines 0 comments Download
M third_party/opus/src/silk/fixed/x86/prefilter_FIX_sse.c View 1 2 3 4 5 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/opus/src/silk/float/LPC_inv_pred_gain_FLP.c View 1 2 3 4 5 2 chunks +17 lines, -20 lines 0 comments Download
M third_party/opus/src/silk/float/SigProc_FLP.h View 1 2 3 4 5 1 chunk +0 lines, -7 lines 0 comments Download
M third_party/opus/src/silk/float/encode_frame_FLP.c View 1 2 3 4 5 9 chunks +72 lines, -16 lines 0 comments Download
M third_party/opus/src/silk/float/energy_FLP.c View 1 2 3 4 5 1 chunk +2 lines, -3 lines 0 comments Download
M third_party/opus/src/silk/float/find_LPC_FLP.c View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M third_party/opus/src/silk/float/find_LTP_FLP.c View 1 2 3 4 5 1 chunk +20 lines, -88 lines 0 comments Download
M third_party/opus/src/silk/float/find_pred_coefs_FLP.c View 1 2 3 4 5 3 chunks +5 lines, -7 lines 0 comments Download
M third_party/opus/src/silk/float/inner_product_FLP.c View 1 2 3 4 5 1 chunk +2 lines, -3 lines 0 comments Download
M third_party/opus/src/silk/float/k2a_FLP.c View 1 2 3 4 5 1 chunk +8 lines, -7 lines 0 comments Download
D third_party/opus/src/silk/float/levinsondurbin_FLP.c View 1 2 3 4 5 1 chunk +0 lines, -81 lines 0 comments Download
M third_party/opus/src/silk/float/main_FLP.h View 1 2 3 4 5 5 chunks +12 lines, -40 lines 0 comments Download
M third_party/opus/src/silk/float/noise_shape_analysis_FLP.c View 1 2 3 4 5 11 chunks +67 lines, -82 lines 0 comments Download
M third_party/opus/src/silk/float/pitch_analysis_core_FLP.c View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
D third_party/opus/src/silk/float/prefilter_FLP.c View 1 2 3 4 5 1 chunk +0 lines, -206 lines 0 comments Download
M third_party/opus/src/silk/float/schur_FLP.c View 1 2 3 4 5 2 chunks +8 lines, -8 lines 0 comments Download
D third_party/opus/src/silk/float/solve_LS_FLP.c View 1 2 3 4 5 1 chunk +0 lines, -207 lines 0 comments Download
M third_party/opus/src/silk/float/structs_FLP.h View 1 2 3 4 5 3 chunks +1 line, -21 lines 0 comments Download
M third_party/opus/src/silk/float/wrappers_FLP.c View 1 2 3 4 5 5 chunks +27 lines, -22 lines 0 comments Download
M third_party/opus/src/silk/gain_quant.c View 1 2 3 4 5 1 chunk +1 line, -0 lines 0 comments Download
M third_party/opus/src/silk/init_decoder.c View 1 2 3 4 5 1 chunk +1 line, -0 lines 0 comments Download
M third_party/opus/src/silk/lin2log.c View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M third_party/opus/src/silk/macros.h View 1 2 3 4 5 1 chunk +0 lines, -8 lines 0 comments Download
M third_party/opus/src/silk/main.h View 1 2 3 4 5 7 chunks +41 lines, -36 lines 0 comments Download
M third_party/opus/src/silk/mips/NSQ_del_dec_mipsr1.h View 1 2 3 4 5 2 chunks +4 lines, -3 lines 0 comments Download
M third_party/opus/src/silk/mips/sigproc_fix_mipsr1.h View 1 2 3 4 5 1 chunk +0 lines, -5 lines 0 comments Download
M third_party/opus/src/silk/process_NLSFs.c View 1 2 3 4 5 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/opus/src/silk/quant_LTP_gains.c View 1 2 3 4 5 4 chunks +35 lines, -32 lines 0 comments Download
M third_party/opus/src/silk/structs.h View 1 2 3 4 5 4 chunks +3 lines, -2 lines 0 comments Download
M third_party/opus/src/silk/sum_sqr_shift.c View 1 2 3 4 5 1 chunk +24 lines, -27 lines 0 comments Download
M third_party/opus/src/silk/tables.h View 1 2 3 4 5 1 chunk +0 lines, -2 lines 0 comments Download
M third_party/opus/src/silk/tables_LTP.c View 1 2 3 4 5 1 chunk +0 lines, -2 lines 0 comments Download
M third_party/opus/src/silk/tables_NLSF_CB_NB_MB.c View 1 2 3 4 5 2 chunks +36 lines, -0 lines 0 comments Download
M third_party/opus/src/silk/tables_NLSF_CB_WB.c View 1 2 3 4 5 2 chunks +36 lines, -0 lines 0 comments Download
A third_party/opus/src/silk/tests/test_unit_LPC_inv_pred_gain.c View 1 2 3 4 5 1 chunk +129 lines, -0 lines 0 comments Download
M third_party/opus/src/silk/tuning_parameters.h View 1 2 3 4 5 2 chunks +6 lines, -22 lines 0 comments Download
M third_party/opus/src/silk/x86/NSQ_del_dec_sse.c View 1 2 3 4 5 6 chunks +10 lines, -8 lines 0 comments Download
M third_party/opus/src/silk/x86/NSQ_sse.c View 1 2 3 4 5 2 chunks +1 line, -2 lines 0 comments Download
M third_party/opus/src/silk/x86/main_sse.h View 1 2 3 4 5 7 chunks +8 lines, -37 lines 0 comments Download
M third_party/opus/src/silk/x86/x86_silk_map.c View 1 2 3 4 5 4 chunks +8 lines, -18 lines 0 comments Download
M third_party/opus/src/src/analysis.h View 1 2 3 4 5 4 chunks +17 lines, -7 lines 0 comments Download
M third_party/opus/src/src/analysis.c View 1 2 3 4 5 26 chunks +377 lines, -109 lines 0 comments Download
M third_party/opus/src/src/mlp_data.c View 1 2 3 4 5 1 chunk +95 lines, -92 lines 0 comments Download
A third_party/opus/src/src/mlp_train.h View 1 2 3 4 5 1 chunk +86 lines, -0 lines 0 comments Download
A third_party/opus/src/src/mlp_train.c View 1 2 3 4 5 1 chunk +501 lines, -0 lines 0 comments Download
M third_party/opus/src/src/opus.c View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M third_party/opus/src/src/opus_compare.c View 1 2 3 4 5 1 chunk +3 lines, -0 lines 0 comments Download
M third_party/opus/src/src/opus_decoder.c View 1 2 3 4 5 2 chunks +21 lines, -1 line 0 comments Download
M third_party/opus/src/src/opus_demo.c View 1 2 3 4 5 11 chunks +41 lines, -35 lines 0 comments Download
M third_party/opus/src/src/opus_encoder.c View 1 2 3 4 5 55 chunks +760 lines, -566 lines 0 comments Download
M third_party/opus/src/src/opus_multistream_decoder.c View 1 2 3 4 5 3 chunks +4 lines, -1 line 0 comments Download
M third_party/opus/src/src/opus_multistream_encoder.c View 1 2 3 4 5 21 chunks +169 lines, -114 lines 0 comments Download
M third_party/opus/src/src/opus_private.h View 1 2 3 4 5 1 chunk +0 lines, -8 lines 0 comments Download
A third_party/opus/src/tests/opus_decode_fuzzer.c View 1 2 3 4 5 1 chunk +125 lines, -0 lines 0 comments Download
A third_party/opus/src/tests/opus_decode_fuzzer.options View 1 2 3 4 5 1 chunk +2 lines, -0 lines 0 comments Download
A third_party/opus/src/tests/opus_encode_regressions.c View 1 2 3 4 5 1 chunk +1035 lines, -0 lines 0 comments Download
M third_party/opus/src/tests/run_vectors.sh View 1 2 3 4 5 4 chunks +43 lines, -34 lines 0 comments Download
M third_party/opus/src/tests/test_opus_api.c View 1 2 3 4 5 1 chunk +9 lines, -0 lines 0 comments Download
M third_party/opus/src/tests/test_opus_common.h View 1 2 3 4 5 2 chunks +4 lines, -0 lines 0 comments Download
M third_party/opus/src/tests/test_opus_decode.c View 1 2 3 4 5 6 chunks +17 lines, -10 lines 0 comments Download
M third_party/opus/src/tests/test_opus_encode.c View 1 2 3 4 5 6 chunks +207 lines, -15 lines 0 comments Download
A third_party/opus/src/update_version View 1 2 3 4 5 1 chunk +65 lines, -0 lines 0 comments Download
A third_party/opus/src/win32/.gitignore View 1 2 3 4 5 1 chunk +26 lines, -0 lines 0 comments Download
M third_party/opus/src/win32/genversion.bat View 1 2 3 4 5 2 chunks +7 lines, -16 lines 0 comments Download

Messages

Total messages: 58 (38 generated)
flim-chromium
Hi folks, could you please take a look at these changes? +minyue for the opus ...
3 years, 5 months ago (2017-07-13 04:44:48 UTC) #24
minyue
lgtm to Opus changes
3 years, 5 months ago (2017-07-13 13:26:37 UTC) #25
Raymond Toy
lgtm for opus-decode-expected.wav Looks like just a few samples differ by a single bit, so ...
3 years, 5 months ago (2017-07-13 16:30:52 UTC) #27
miu
lgtm Thanks for posting the graphs and research details in the crbug. It's interesting to ...
3 years, 5 months ago (2017-07-14 22:01:08 UTC) #29
flim-chromium
miu@: Not too sure - the first few samples from the decoder are not useful ...
3 years, 5 months ago (2017-07-14 22:36:51 UTC) #30
commit-bot: I haz the power
CQ is trying da patch. Follow status at: https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2962373002/110001
3 years, 5 months ago (2017-07-14 22:40:42 UTC) #33
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/490517)
3 years, 5 months ago (2017-07-14 22:55:28 UTC) #35
flim-chromium
+henrika and brettw for OWNERS approval Thanks!
3 years, 5 months ago (2017-07-14 23:07:59 UTC) #37
henrika (OOO until Aug 14)
lgtm
3 years, 5 months ago (2017-07-17 07:49:48 UTC) #38
brettw
There is an OWNERS file for third_party/opus, why is my review needed here?
3 years, 5 months ago (2017-07-17 19:27:03 UTC) #39
flim-chromium
On 2017/07/17 19:27:03, brettw wrote: > There is an OWNERS file for third_party/opus, why is ...
3 years, 5 months ago (2017-07-17 20:52:20 UTC) #40
flim-chromium
-brettw
3 years, 5 months ago (2017-07-17 20:53:06 UTC) #42
commit-bot: I haz the power
CQ is trying da patch. Follow status at: https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2962373002/110001
3 years, 5 months ago (2017-07-17 20:53:26 UTC) #44
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/491721)
3 years, 5 months ago (2017-07-17 21:11:22 UTC) #46
flim-chromium
Sorry brettw, looks like your approval is still needed for third_party/opus/DEPS. Could you please take ...
3 years, 5 months ago (2017-07-17 21:42:29 UTC) #48
brettw
lgtm
3 years, 5 months ago (2017-07-19 21:42:00 UTC) #49
commit-bot: I haz the power
CQ is trying da patch. Follow status at: https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2962373002/110001
3 years, 5 months ago (2017-07-19 21:43:02 UTC) #51
commit-bot: I haz the power
Try jobs failed on following builders: linux_android_rel_ng on master.tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/linux_android_rel_ng/builds/342503)
3 years, 5 months ago (2017-07-19 22:48:57 UTC) #53
commit-bot: I haz the power
CQ is trying da patch. Follow status at: https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2962373002/110001
3 years, 5 months ago (2017-07-21 01:37:51 UTC) #55
commit-bot: I haz the power
3 years, 5 months ago (2017-07-21 04:36:06 UTC) #58
Message was sent while issue was closed.
Committed patchset #6 (id:110001) as
https://chromium.googlesource.com/chromium/src/+/0b5dc578114a5237748e6b3da5cb...

Powered by Google App Engine
This is Rietveld 408576698