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

Issue 2195313002: Remove Opus from DEPS and import a local copy (Closed)

Created:
4 years, 4 months ago by flim-chromium
Modified:
4 years, 4 months ago
CC:
chromium-reviews
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Remove Opus from DEPS and import a local copy Stop mirroring the upstream Opus repository and make a local copy using the tagged releases instead, since only the tagged releases are being pulled in currently. This change allows local patches to be applied so that issues (e.g. http://crbug.com/586842) can be addressed more quickly. BUG= Committed: https://crrev.com/cd57eb169c4e4fcfe0daa7019373584293a6d229 Cr-Commit-Position: refs/heads/master@{#409781}

Patch Set 1 #

Patch Set 2 : Local copy of opus, opus/src/.gitignore, opus/DEPS, update README.chromium #

Unified diffs Side-by-side diffs Delta from patch set Stats (+74970 lines, -3 lines) Patch
M .gitignore View 1 chunk +0 lines, -1 line 0 comments Download
M DEPS View 1 chunk +0 lines, -3 lines 0 comments Download
A third_party/opus/DEPS View 1 1 chunk +5 lines, -0 lines 0 comments Download
M third_party/opus/README.chromium View 1 2 chunks +3 lines, -1 line 0 comments Download
A third_party/opus/src/.gitignore View 1 1 chunk +83 lines, -0 lines 0 comments Download
A third_party/opus/src/AUTHORS View 1 1 chunk +6 lines, -0 lines 0 comments Download
A third_party/opus/src/COPYING View 1 1 chunk +44 lines, -0 lines 0 comments Download
A + third_party/opus/src/ChangeLog View 1 0 chunks +-1 lines, --1 lines 0 comments Download
A third_party/opus/src/Makefile.am View 1 1 chunk +302 lines, -0 lines 0 comments Download
A third_party/opus/src/Makefile.mips View 1 1 chunk +161 lines, -0 lines 0 comments Download
A third_party/opus/src/Makefile.unix View 1 1 chunk +159 lines, -0 lines 0 comments Download
A + third_party/opus/src/NEWS View 1 0 chunks +-1 lines, --1 lines 0 comments Download
A third_party/opus/src/README View 1 1 chunk +142 lines, -0 lines 0 comments Download
A third_party/opus/src/celt/_kiss_fft_guts.h View 1 1 chunk +182 lines, -0 lines 0 comments Download
A third_party/opus/src/celt/arch.h View 1 1 chunk +252 lines, -0 lines 0 comments Download
A third_party/opus/src/celt/arm/arm2gnu.pl View 1 1 chunk +353 lines, -0 lines 0 comments Download
A third_party/opus/src/celt/arm/arm_celt_map.c View 1 1 chunk +143 lines, -0 lines 0 comments Download
A third_party/opus/src/celt/arm/armcpu.h View 1 1 chunk +77 lines, -0 lines 0 comments Download
A third_party/opus/src/celt/arm/armcpu.c View 1 1 chunk +185 lines, -0 lines 0 comments Download
A third_party/opus/src/celt/arm/armopts.s.in View 1 1 chunk +37 lines, -0 lines 0 comments Download
A third_party/opus/src/celt/arm/celt_ne10_fft.c View 1 1 chunk +174 lines, -0 lines 0 comments Download
A third_party/opus/src/celt/arm/celt_ne10_mdct.c View 1 1 chunk +258 lines, -0 lines 0 comments Download
A third_party/opus/src/celt/arm/celt_neon_intr.c View 1 1 chunk +311 lines, -0 lines 0 comments Download
A third_party/opus/src/celt/arm/celt_pitch_xcorr_arm.s View 1 1 chunk +547 lines, -0 lines 0 comments Download
A third_party/opus/src/celt/arm/fft_arm.h View 1 1 chunk +72 lines, -0 lines 0 comments Download
A third_party/opus/src/celt/arm/fixed_arm64.h View 1 1 chunk +35 lines, -0 lines 0 comments Download
A third_party/opus/src/celt/arm/fixed_armv4.h View 1 1 chunk +80 lines, -0 lines 0 comments Download
A third_party/opus/src/celt/arm/fixed_armv5e.h View 1 1 chunk +151 lines, -0 lines 0 comments Download
A third_party/opus/src/celt/arm/kiss_fft_armv4.h View 1 1 chunk +121 lines, -0 lines 0 comments Download
A third_party/opus/src/celt/arm/kiss_fft_armv5e.h View 1 1 chunk +118 lines, -0 lines 0 comments Download
A third_party/opus/src/celt/arm/mdct_arm.h View 1 1 chunk +60 lines, -0 lines 0 comments Download
A third_party/opus/src/celt/arm/pitch_arm.h View 1 1 chunk +126 lines, -0 lines 0 comments Download
A third_party/opus/src/celt/bands.h View 1 1 chunk +120 lines, -0 lines 0 comments Download
A third_party/opus/src/celt/bands.c View 1 1 chunk +1529 lines, -0 lines 0 comments Download
A third_party/opus/src/celt/celt.h View 1 1 chunk +229 lines, -0 lines 0 comments Download
A third_party/opus/src/celt/celt.c View 1 1 chunk +299 lines, -0 lines 0 comments Download
A third_party/opus/src/celt/celt_decoder.c View 1 1 chunk +1248 lines, -0 lines 0 comments Download
A third_party/opus/src/celt/celt_encoder.c View 1 1 chunk +2410 lines, -0 lines 0 comments Download
A third_party/opus/src/celt/celt_lpc.h View 1 1 chunk +67 lines, -0 lines 0 comments Download
A third_party/opus/src/celt/celt_lpc.c View 1 1 chunk +314 lines, -0 lines 0 comments Download
A third_party/opus/src/celt/cpu_support.h View 1 1 chunk +70 lines, -0 lines 0 comments Download
A third_party/opus/src/celt/cwrs.h View 1 1 chunk +48 lines, -0 lines 0 comments Download
A third_party/opus/src/celt/cwrs.c View 1 1 chunk +715 lines, -0 lines 0 comments Download
A third_party/opus/src/celt/ecintrin.h View 1 1 chunk +87 lines, -0 lines 0 comments Download
A third_party/opus/src/celt/entcode.h View 1 1 chunk +152 lines, -0 lines 0 comments Download
A third_party/opus/src/celt/entcode.c View 1 1 chunk +153 lines, -0 lines 0 comments Download
A third_party/opus/src/celt/entdec.h View 1 1 chunk +100 lines, -0 lines 0 comments Download
A third_party/opus/src/celt/entdec.c View 1 1 chunk +245 lines, -0 lines 0 comments Download
A third_party/opus/src/celt/entenc.h View 1 1 chunk +110 lines, -0 lines 0 comments Download
A third_party/opus/src/celt/entenc.c View 1 1 chunk +294 lines, -0 lines 0 comments Download
A third_party/opus/src/celt/fixed_debug.h View 1 1 chunk +784 lines, -0 lines 0 comments Download
A third_party/opus/src/celt/fixed_generic.h View 1 1 chunk +167 lines, -0 lines 0 comments Download
A third_party/opus/src/celt/float_cast.h View 1 1 chunk +140 lines, -0 lines 0 comments Download
A third_party/opus/src/celt/kiss_fft.h View 1 1 chunk +200 lines, -0 lines 0 comments Download
A third_party/opus/src/celt/kiss_fft.c View 1 1 chunk +604 lines, -0 lines 0 comments Download
A third_party/opus/src/celt/laplace.h View 1 1 chunk +48 lines, -0 lines 0 comments Download
A third_party/opus/src/celt/laplace.c View 1 1 chunk +134 lines, -0 lines 0 comments Download
A third_party/opus/src/celt/mathops.h View 1 1 chunk +258 lines, -0 lines 0 comments Download
A third_party/opus/src/celt/mathops.c View 1 1 chunk +208 lines, -0 lines 0 comments Download
A third_party/opus/src/celt/mdct.h View 1 1 chunk +112 lines, -0 lines 0 comments Download
A third_party/opus/src/celt/mdct.c View 1 1 chunk +343 lines, -0 lines 0 comments Download
A third_party/opus/src/celt/mfrngcod.h View 1 1 chunk +48 lines, -0 lines 0 comments Download
A third_party/opus/src/celt/mips/celt_mipsr1.h View 1 1 chunk +151 lines, -0 lines 0 comments Download
A third_party/opus/src/celt/mips/fixed_generic_mipsr1.h View 1 1 chunk +126 lines, -0 lines 0 comments Download
A third_party/opus/src/celt/mips/kiss_fft_mipsr1.h View 1 1 chunk +167 lines, -0 lines 0 comments Download
A third_party/opus/src/celt/mips/mdct_mipsr1.h View 1 1 chunk +288 lines, -0 lines 0 comments Download
A third_party/opus/src/celt/mips/pitch_mipsr1.h View 1 1 chunk +161 lines, -0 lines 0 comments Download
A third_party/opus/src/celt/mips/vq_mipsr1.h View 1 1 chunk +125 lines, -0 lines 0 comments Download
A third_party/opus/src/celt/modes.h View 1 1 chunk +75 lines, -0 lines 0 comments Download
A third_party/opus/src/celt/modes.c View 1 1 chunk +442 lines, -0 lines 0 comments Download
A third_party/opus/src/celt/opus_custom_demo.c View 1 1 chunk +210 lines, -0 lines 0 comments Download
A third_party/opus/src/celt/os_support.h View 1 1 chunk +92 lines, -0 lines 0 comments Download
A third_party/opus/src/celt/pitch.h View 1 1 chunk +200 lines, -0 lines 0 comments Download
A third_party/opus/src/celt/pitch.c View 1 1 chunk +557 lines, -0 lines 0 comments Download
A third_party/opus/src/celt/quant_bands.h View 1 1 chunk +66 lines, -0 lines 0 comments Download
A third_party/opus/src/celt/quant_bands.c View 1 1 chunk +556 lines, -0 lines 0 comments Download
A third_party/opus/src/celt/rate.h View 1 1 chunk +101 lines, -0 lines 0 comments Download
A third_party/opus/src/celt/rate.c View 1 1 chunk +639 lines, -0 lines 0 comments Download
A third_party/opus/src/celt/stack_alloc.h View 1 1 chunk +184 lines, -0 lines 0 comments Download
A third_party/opus/src/celt/static_modes_fixed.h View 1 1 chunk +892 lines, -0 lines 0 comments Download
A third_party/opus/src/celt/static_modes_fixed_arm_ne10.h View 1 1 chunk +388 lines, -0 lines 0 comments Download
A third_party/opus/src/celt/static_modes_float.h View 1 1 chunk +888 lines, -0 lines 0 comments Download
A third_party/opus/src/celt/static_modes_float_arm_ne10.h View 1 1 chunk +404 lines, -0 lines 0 comments Download
A third_party/opus/src/celt/tests/test_unit_cwrs32.c View 1 1 chunk +161 lines, -0 lines 0 comments Download
A third_party/opus/src/celt/tests/test_unit_dft.c View 1 1 chunk +189 lines, -0 lines 0 comments Download
A third_party/opus/src/celt/tests/test_unit_entropy.c View 1 1 chunk +382 lines, -0 lines 0 comments Download
A third_party/opus/src/celt/tests/test_unit_laplace.c View 1 1 chunk +93 lines, -0 lines 0 comments Download
A third_party/opus/src/celt/tests/test_unit_mathops.c View 1 1 chunk +304 lines, -0 lines 0 comments Download
A third_party/opus/src/celt/tests/test_unit_mdct.c View 1 1 chunk +230 lines, -0 lines 0 comments Download
A third_party/opus/src/celt/tests/test_unit_rotation.c View 1 1 chunk +120 lines, -0 lines 0 comments Download
A third_party/opus/src/celt/tests/test_unit_types.c View 1 1 chunk +50 lines, -0 lines 0 comments Download
A third_party/opus/src/celt/vq.h View 1 1 chunk +75 lines, -0 lines 0 comments Download
A third_party/opus/src/celt/vq.c View 1 1 chunk +408 lines, -0 lines 0 comments Download
A third_party/opus/src/celt/x86/celt_lpc_sse.h View 1 1 chunk +68 lines, -0 lines 0 comments Download
A third_party/opus/src/celt/x86/celt_lpc_sse.c View 1 1 chunk +132 lines, -0 lines 0 comments Download
A third_party/opus/src/celt/x86/pitch_sse.h View 1 1 chunk +192 lines, -0 lines 0 comments Download
A third_party/opus/src/celt/x86/pitch_sse.c View 1 1 chunk +185 lines, -0 lines 0 comments Download
A third_party/opus/src/celt/x86/pitch_sse2.c View 1 1 chunk +95 lines, -0 lines 0 comments Download
A third_party/opus/src/celt/x86/pitch_sse4_1.c View 1 1 chunk +195 lines, -0 lines 0 comments Download
A third_party/opus/src/celt/x86/x86_celt_map.c View 1 1 chunk +155 lines, -0 lines 0 comments Download
A third_party/opus/src/celt/x86/x86cpu.h View 1 1 chunk +93 lines, -0 lines 0 comments Download
A third_party/opus/src/celt/x86/x86cpu.c View 1 1 chunk +157 lines, -0 lines 0 comments Download
A third_party/opus/src/configure.ac View 1 1 chunk +871 lines, -0 lines 0 comments Download
A third_party/opus/src/doc/Doxyfile.in View 1 1 chunk +320 lines, -0 lines 0 comments Download
A third_party/opus/src/doc/Makefile.am View 1 1 chunk +45 lines, -0 lines 0 comments Download
A third_party/opus/src/doc/TODO View 1 1 chunk +7 lines, -0 lines 0 comments Download
A third_party/opus/src/doc/customdoxygen.css View 1 1 chunk +1011 lines, -0 lines 0 comments Download
A third_party/opus/src/doc/footer.html View 1 1 chunk +28 lines, -0 lines 0 comments Download
A third_party/opus/src/doc/header.html View 1 1 chunk +54 lines, -0 lines 0 comments Download
A third_party/opus/src/doc/opus_logo.svg View 1 1 chunk +157 lines, -0 lines 0 comments Download
A third_party/opus/src/doc/trivial_example.c View 1 1 chunk +160 lines, -0 lines 0 comments Download
A third_party/opus/src/include/opus.h View 1 1 chunk +981 lines, -0 lines 0 comments Download
A third_party/opus/src/include/opus_custom.h View 1 1 chunk +342 lines, -0 lines 0 comments Download
A third_party/opus/src/include/opus_defines.h View 1 1 chunk +753 lines, -0 lines 0 comments Download
A third_party/opus/src/include/opus_multistream.h View 1 1 chunk +660 lines, -0 lines 0 comments Download
A third_party/opus/src/include/opus_types.h View 1 1 chunk +159 lines, -0 lines 0 comments Download
A third_party/opus/src/m4/as-gcc-inline-assembly.m4 View 1 1 chunk +98 lines, -0 lines 0 comments Download
A third_party/opus/src/m4/opus-intrinsics.m4 View 1 1 chunk +29 lines, -0 lines 0 comments Download
A third_party/opus/src/opus.m4 View 1 1 chunk +117 lines, -0 lines 0 comments Download
A third_party/opus/src/opus-uninstalled.pc.in View 1 1 chunk +12 lines, -0 lines 0 comments Download
A third_party/opus/src/opus.pc.in View 1 1 chunk +16 lines, -0 lines 0 comments Download
A third_party/opus/src/silk/A2NLSF.c View 1 1 chunk +267 lines, -0 lines 0 comments Download
A third_party/opus/src/silk/API.h View 1 1 chunk +134 lines, -0 lines 0 comments Download
A third_party/opus/src/silk/CNG.c View 1 1 chunk +184 lines, -0 lines 0 comments Download
A third_party/opus/src/silk/HP_variable_cutoff.c View 1 1 chunk +77 lines, -0 lines 0 comments Download
A third_party/opus/src/silk/Inlines.h View 1 1 chunk +188 lines, -0 lines 0 comments Download
A third_party/opus/src/silk/LPC_analysis_filter.c View 1 1 chunk +108 lines, -0 lines 0 comments Download
A third_party/opus/src/silk/LPC_inv_pred_gain.c View 1 1 chunk +154 lines, -0 lines 0 comments Download
A third_party/opus/src/silk/LP_variable_cutoff.c View 1 1 chunk +135 lines, -0 lines 0 comments Download
A third_party/opus/src/silk/MacroCount.h View 1 1 chunk +718 lines, -0 lines 0 comments Download
A third_party/opus/src/silk/MacroDebug.h View 1 1 chunk +952 lines, -0 lines 0 comments Download
A third_party/opus/src/silk/NLSF2A.c View 1 1 chunk +178 lines, -0 lines 0 comments Download
A third_party/opus/src/silk/NLSF_VQ.c View 1 1 chunk +68 lines, -0 lines 0 comments Download
A third_party/opus/src/silk/NLSF_VQ_weights_laroia.c View 1 1 chunk +80 lines, -0 lines 0 comments Download
A third_party/opus/src/silk/NLSF_decode.c View 1 1 chunk +101 lines, -0 lines 0 comments Download
A third_party/opus/src/silk/NLSF_del_dec_quant.c View 1 1 chunk +217 lines, -0 lines 0 comments Download
A third_party/opus/src/silk/NLSF_encode.c View 1 1 chunk +137 lines, -0 lines 0 comments Download
A third_party/opus/src/silk/NLSF_stabilize.c View 1 1 chunk +142 lines, -0 lines 0 comments Download
A third_party/opus/src/silk/NLSF_unpack.c View 1 1 chunk +55 lines, -0 lines 0 comments Download
A third_party/opus/src/silk/NSQ.h View 1 1 chunk +101 lines, -0 lines 0 comments Download
A third_party/opus/src/silk/NSQ.c View 1 1 chunk +429 lines, -0 lines 0 comments Download
A third_party/opus/src/silk/NSQ_del_dec.c View 1 1 chunk +716 lines, -0 lines 0 comments Download
A third_party/opus/src/silk/PLC.h View 1 1 chunk +62 lines, -0 lines 0 comments Download
A third_party/opus/src/silk/PLC.c View 1 1 chunk +446 lines, -0 lines 0 comments Download
A third_party/opus/src/silk/SigProc_FIX.h View 1 1 chunk +615 lines, -0 lines 0 comments Download
A third_party/opus/src/silk/VAD.c View 1 1 chunk +362 lines, -0 lines 0 comments Download
A third_party/opus/src/silk/VQ_WMat_EC.c View 1 1 chunk +120 lines, -0 lines 0 comments Download
A third_party/opus/src/silk/ana_filt_bank_1.c View 1 1 chunk +74 lines, -0 lines 0 comments Download
A third_party/opus/src/silk/arm/NSQ_neon.h View 1 1 chunk +113 lines, -0 lines 0 comments Download
A third_party/opus/src/silk/arm/NSQ_neon.c View 1 1 chunk +112 lines, -0 lines 0 comments Download
A third_party/opus/src/silk/arm/SigProc_FIX_armv4.h View 1 1 chunk +47 lines, -0 lines 0 comments Download
A third_party/opus/src/silk/arm/SigProc_FIX_armv5e.h View 1 1 chunk +61 lines, -0 lines 0 comments Download
A third_party/opus/src/silk/arm/arm_silk_map.c View 1 1 chunk +55 lines, -0 lines 0 comments Download
A third_party/opus/src/silk/arm/macros_arm64.h View 1 1 chunk +39 lines, -0 lines 0 comments Download
A third_party/opus/src/silk/arm/macros_armv4.h View 1 1 chunk +103 lines, -0 lines 0 comments Download
A third_party/opus/src/silk/arm/macros_armv5e.h View 1 1 chunk +213 lines, -0 lines 0 comments Download
A third_party/opus/src/silk/biquad_alt.c View 1 1 chunk +78 lines, -0 lines 0 comments Download
A third_party/opus/src/silk/bwexpander.c View 1 1 chunk +51 lines, -0 lines 0 comments Download
A third_party/opus/src/silk/bwexpander_32.c View 1 1 chunk +50 lines, -0 lines 0 comments Download
A third_party/opus/src/silk/check_control_input.c View 1 1 chunk +106 lines, -0 lines 0 comments Download
A third_party/opus/src/silk/code_signs.c View 1 1 chunk +115 lines, -0 lines 0 comments Download
A third_party/opus/src/silk/control.h View 1 1 chunk +142 lines, -0 lines 0 comments Download
A third_party/opus/src/silk/control_SNR.c View 1 1 chunk +76 lines, -0 lines 0 comments Download
A third_party/opus/src/silk/control_audio_bandwidth.c View 1 1 chunk +126 lines, -0 lines 0 comments Download
A third_party/opus/src/silk/control_codec.c View 1 1 chunk +428 lines, -0 lines 0 comments Download
A third_party/opus/src/silk/debug.h View 1 1 chunk +279 lines, -0 lines 0 comments Download
A third_party/opus/src/silk/debug.c View 1 1 chunk +170 lines, -0 lines 0 comments Download
A third_party/opus/src/silk/dec_API.c View 1 1 chunk +419 lines, -0 lines 0 comments Download
A third_party/opus/src/silk/decode_core.c View 1 1 chunk +239 lines, -0 lines 0 comments Download
A third_party/opus/src/silk/decode_frame.c View 1 1 chunk +129 lines, -0 lines 0 comments Download
A third_party/opus/src/silk/decode_indices.c View 1 1 chunk +151 lines, -0 lines 0 comments Download
A third_party/opus/src/silk/decode_parameters.c View 1 1 chunk +115 lines, -0 lines 0 comments Download
A third_party/opus/src/silk/decode_pitch.c View 1 1 chunk +77 lines, -0 lines 0 comments Download
A third_party/opus/src/silk/decode_pulses.c View 1 1 chunk +115 lines, -0 lines 0 comments Download
A third_party/opus/src/silk/decoder_set_fs.c View 1 1 chunk +108 lines, -0 lines 0 comments Download
A third_party/opus/src/silk/define.h View 1 1 chunk +235 lines, -0 lines 0 comments Download
A third_party/opus/src/silk/enc_API.c View 1 1 chunk +563 lines, -0 lines 0 comments Download
A third_party/opus/src/silk/encode_indices.c View 1 1 chunk +181 lines, -0 lines 0 comments Download
A third_party/opus/src/silk/encode_pulses.c View 1 1 chunk +206 lines, -0 lines 0 comments Download
A third_party/opus/src/silk/errors.h View 1 1 chunk +98 lines, -0 lines 0 comments Download
A third_party/opus/src/silk/fixed/LTP_analysis_filter_FIX.c View 1 1 chunk +90 lines, -0 lines 0 comments Download
A third_party/opus/src/silk/fixed/LTP_scale_ctrl_FIX.c View 1 1 chunk +53 lines, -0 lines 0 comments Download
A third_party/opus/src/silk/fixed/apply_sine_window_FIX.c View 1 1 chunk +101 lines, -0 lines 0 comments Download
A third_party/opus/src/silk/fixed/autocorr_FIX.c View 1 1 chunk +48 lines, -0 lines 0 comments Download
A third_party/opus/src/silk/fixed/burg_modified_FIX.c View 1 1 chunk +280 lines, -0 lines 0 comments Download
A third_party/opus/src/silk/fixed/corrMatrix_FIX.c View 1 1 chunk +158 lines, -0 lines 0 comments Download
A third_party/opus/src/silk/fixed/encode_frame_FIX.c View 1 1 chunk +387 lines, -0 lines 0 comments Download
A third_party/opus/src/silk/fixed/find_LPC_FIX.c View 1 1 chunk +151 lines, -0 lines 0 comments Download
A third_party/opus/src/silk/fixed/find_LTP_FIX.c View 1 1 chunk +245 lines, -0 lines 0 comments Download
A third_party/opus/src/silk/fixed/find_pitch_lags_FIX.c View 1 1 chunk +145 lines, -0 lines 0 comments Download
A third_party/opus/src/silk/fixed/find_pred_coefs_FIX.c View 1 1 chunk +148 lines, -0 lines 0 comments Download
A third_party/opus/src/silk/fixed/k2a_FIX.c View 1 1 chunk +53 lines, -0 lines 0 comments Download
A third_party/opus/src/silk/fixed/k2a_Q16_FIX.c View 1 1 chunk +53 lines, -0 lines 0 comments Download
A third_party/opus/src/silk/fixed/main_FIX.h View 1 1 chunk +272 lines, -0 lines 0 comments Download
A third_party/opus/src/silk/fixed/mips/noise_shape_analysis_FIX_mipsr1.h View 1 1 chunk +336 lines, -0 lines 0 comments Download
A third_party/opus/src/silk/fixed/mips/prefilter_FIX_mipsr1.h View 1 1 chunk +184 lines, -0 lines 0 comments Download
A third_party/opus/src/silk/fixed/mips/warped_autocorrelation_FIX_mipsr1.h View 1 1 chunk +165 lines, -0 lines 0 comments Download
A third_party/opus/src/silk/fixed/noise_shape_analysis_FIX.c View 1 1 chunk +451 lines, -0 lines 0 comments Download
A third_party/opus/src/silk/fixed/pitch_analysis_core_FIX.c View 1 1 chunk +746 lines, -0 lines 0 comments Download
A third_party/opus/src/silk/fixed/prefilter_FIX.c View 1 1 chunk +221 lines, -0 lines 0 comments Download
A third_party/opus/src/silk/fixed/process_gains_FIX.c View 1 1 chunk +117 lines, -0 lines 0 comments Download
A third_party/opus/src/silk/fixed/regularize_correlations_FIX.c View 1 1 chunk +47 lines, -0 lines 0 comments Download
A third_party/opus/src/silk/fixed/residual_energy16_FIX.c View 1 1 chunk +103 lines, -0 lines 0 comments Download
A third_party/opus/src/silk/fixed/residual_energy_FIX.c View 1 1 chunk +98 lines, -0 lines 0 comments Download
A third_party/opus/src/silk/fixed/schur64_FIX.c View 1 1 chunk +92 lines, -0 lines 0 comments Download
A third_party/opus/src/silk/fixed/schur_FIX.c View 1 1 chunk +106 lines, -0 lines 0 comments Download
A third_party/opus/src/silk/fixed/solve_LS_FIX.c View 1 1 chunk +249 lines, -0 lines 0 comments Download
A third_party/opus/src/silk/fixed/structs_FIX.h View 1 1 chunk +134 lines, -0 lines 0 comments Download
A third_party/opus/src/silk/fixed/vector_ops_FIX.c View 1 1 chunk +102 lines, -0 lines 0 comments Download
A third_party/opus/src/silk/fixed/warped_autocorrelation_FIX.c View 1 1 chunk +95 lines, -0 lines 0 comments Download
A third_party/opus/src/silk/fixed/x86/burg_modified_FIX_sse.c View 1 1 chunk +377 lines, -0 lines 0 comments Download
A third_party/opus/src/silk/fixed/x86/prefilter_FIX_sse.c View 1 1 chunk +160 lines, -0 lines 0 comments Download
A third_party/opus/src/silk/fixed/x86/vector_ops_FIX_sse.c View 1 1 chunk +88 lines, -0 lines 0 comments Download
A third_party/opus/src/silk/float/LPC_analysis_filter_FLP.c View 1 1 chunk +249 lines, -0 lines 0 comments Download
A third_party/opus/src/silk/float/LPC_inv_pred_gain_FLP.c View 1 1 chunk +76 lines, -0 lines 0 comments Download
A third_party/opus/src/silk/float/LTP_analysis_filter_FLP.c View 1 1 chunk +75 lines, -0 lines 0 comments Download
A third_party/opus/src/silk/float/LTP_scale_ctrl_FLP.c View 1 1 chunk +52 lines, -0 lines 0 comments Download
A third_party/opus/src/silk/float/SigProc_FLP.h View 1 1 chunk +204 lines, -0 lines 0 comments Download
A third_party/opus/src/silk/float/apply_sine_window_FLP.c View 1 1 chunk +81 lines, -0 lines 0 comments Download
A third_party/opus/src/silk/float/autocorrelation_FLP.c View 1 1 chunk +52 lines, -0 lines 0 comments Download
A third_party/opus/src/silk/float/burg_modified_FLP.c View 1 1 chunk +186 lines, -0 lines 0 comments Download
A third_party/opus/src/silk/float/bwexpander_FLP.c View 1 1 chunk +49 lines, -0 lines 0 comments Download
A third_party/opus/src/silk/float/corrMatrix_FLP.c View 1 1 chunk +93 lines, -0 lines 0 comments Download
A third_party/opus/src/silk/float/encode_frame_FLP.c View 1 1 chunk +372 lines, -0 lines 0 comments Download
A third_party/opus/src/silk/float/energy_FLP.c View 1 1 chunk +60 lines, -0 lines 0 comments Download
A third_party/opus/src/silk/float/find_LPC_FLP.c View 1 1 chunk +104 lines, -0 lines 0 comments Download
A third_party/opus/src/silk/float/find_LTP_FLP.c View 1 1 chunk +132 lines, -0 lines 0 comments Download
A third_party/opus/src/silk/float/find_pitch_lags_FLP.c View 1 1 chunk +132 lines, -0 lines 0 comments Download
A third_party/opus/src/silk/float/find_pred_coefs_FLP.c View 1 1 chunk +118 lines, -0 lines 0 comments Download
A third_party/opus/src/silk/float/inner_product_FLP.c View 1 1 chunk +60 lines, -0 lines 0 comments Download
A third_party/opus/src/silk/float/k2a_FLP.c View 1 1 chunk +53 lines, -0 lines 0 comments Download
A third_party/opus/src/silk/float/levinsondurbin_FLP.c View 1 1 chunk +81 lines, -0 lines 0 comments Download
A third_party/opus/src/silk/float/main_FLP.h View 1 1 chunk +313 lines, -0 lines 0 comments Download
A third_party/opus/src/silk/float/noise_shape_analysis_FLP.c View 1 1 chunk +365 lines, -0 lines 0 comments Download
A third_party/opus/src/silk/float/pitch_analysis_core_FLP.c View 1 1 chunk +630 lines, -0 lines 0 comments Download
A third_party/opus/src/silk/float/prefilter_FLP.c View 1 1 chunk +206 lines, -0 lines 0 comments Download
A third_party/opus/src/silk/float/process_gains_FLP.c View 1 1 chunk +103 lines, -0 lines 0 comments Download
A third_party/opus/src/silk/float/regularize_correlations_FLP.c View 1 1 chunk +48 lines, -0 lines 0 comments Download
A third_party/opus/src/silk/float/residual_energy_FLP.c View 1 1 chunk +117 lines, -0 lines 0 comments Download
A third_party/opus/src/silk/float/scale_copy_vector_FLP.c View 1 1 chunk +57 lines, -0 lines 0 comments Download
A third_party/opus/src/silk/float/scale_vector_FLP.c View 1 1 chunk +56 lines, -0 lines 0 comments Download
A third_party/opus/src/silk/float/schur_FLP.c View 1 1 chunk +70 lines, -0 lines 0 comments Download
A third_party/opus/src/silk/float/solve_LS_FLP.c View 1 1 chunk +207 lines, -0 lines 0 comments Download
A third_party/opus/src/silk/float/sort_FLP.c View 1 1 chunk +83 lines, -0 lines 0 comments Download
A third_party/opus/src/silk/float/structs_FLP.h View 1 1 chunk +132 lines, -0 lines 0 comments Download
A third_party/opus/src/silk/float/warped_autocorrelation_FLP.c View 1 1 chunk +73 lines, -0 lines 0 comments Download
A third_party/opus/src/silk/float/wrappers_FLP.c View 1 1 chunk +202 lines, -0 lines 0 comments Download
A third_party/opus/src/silk/gain_quant.c View 1 1 chunk +141 lines, -0 lines 0 comments Download
A third_party/opus/src/silk/init_decoder.c View 1 1 chunk +56 lines, -0 lines 0 comments Download
A third_party/opus/src/silk/init_encoder.c View 1 1 chunk +64 lines, -0 lines 0 comments Download
A third_party/opus/src/silk/inner_prod_aligned.c View 1 1 chunk +47 lines, -0 lines 0 comments Download
A third_party/opus/src/silk/interpolate.c View 1 1 chunk +51 lines, -0 lines 0 comments Download
A third_party/opus/src/silk/lin2log.c View 1 1 chunk +46 lines, -0 lines 0 comments Download
A third_party/opus/src/silk/log2lin.c View 1 1 chunk +58 lines, -0 lines 0 comments Download
A third_party/opus/src/silk/macros.h View 1 1 chunk +159 lines, -0 lines 0 comments Download
A third_party/opus/src/silk/main.h View 1 1 chunk +471 lines, -0 lines 0 comments Download
A third_party/opus/src/silk/mips/NSQ_del_dec_mipsr1.h View 1 1 chunk +409 lines, -0 lines 0 comments Download
A third_party/opus/src/silk/mips/macros_mipsr1.h View 1 1 chunk +92 lines, -0 lines 0 comments Download
A third_party/opus/src/silk/mips/sigproc_fix_mipsr1.h View 1 1 chunk +65 lines, -0 lines 0 comments Download
A third_party/opus/src/silk/pitch_est_defines.h View 1 1 chunk +88 lines, -0 lines 0 comments Download
A third_party/opus/src/silk/pitch_est_tables.c View 1 1 chunk +99 lines, -0 lines 0 comments Download
A third_party/opus/src/silk/process_NLSFs.c View 1 1 chunk +107 lines, -0 lines 0 comments Download
A third_party/opus/src/silk/quant_LTP_gains.c View 1 1 chunk +129 lines, -0 lines 0 comments Download
A third_party/opus/src/silk/resampler.c View 1 1 chunk +215 lines, -0 lines 0 comments Download
A third_party/opus/src/silk/resampler_down2.c View 1 1 chunk +74 lines, -0 lines 0 comments Download
A third_party/opus/src/silk/resampler_down2_3.c View 1 1 chunk +103 lines, -0 lines 0 comments Download
A third_party/opus/src/silk/resampler_private.h View 1 1 chunk +88 lines, -0 lines 0 comments Download
A third_party/opus/src/silk/resampler_private_AR2.c View 1 1 chunk +55 lines, -0 lines 0 comments Download
A third_party/opus/src/silk/resampler_private_IIR_FIR.c View 1 1 chunk +107 lines, -0 lines 0 comments Download
A third_party/opus/src/silk/resampler_private_down_FIR.c View 1 1 chunk +194 lines, -0 lines 0 comments Download
A third_party/opus/src/silk/resampler_private_up2_HQ.c View 1 1 chunk +113 lines, -0 lines 0 comments Download
A third_party/opus/src/silk/resampler_rom.h View 1 1 chunk +68 lines, -0 lines 0 comments Download
A third_party/opus/src/silk/resampler_rom.c View 1 1 chunk +96 lines, -0 lines 0 comments Download
A third_party/opus/src/silk/resampler_structs.h View 1 1 chunk +60 lines, -0 lines 0 comments Download
A third_party/opus/src/silk/shell_coder.c View 1 1 chunk +151 lines, -0 lines 0 comments Download
A third_party/opus/src/silk/sigm_Q15.c View 1 1 chunk +76 lines, -0 lines 0 comments Download
A third_party/opus/src/silk/sort.c View 1 1 chunk +154 lines, -0 lines 0 comments Download
A third_party/opus/src/silk/stereo_LR_to_MS.c View 1 1 chunk +229 lines, -0 lines 0 comments Download
A third_party/opus/src/silk/stereo_MS_to_LR.c View 1 1 chunk +85 lines, -0 lines 0 comments Download
A third_party/opus/src/silk/stereo_decode_pred.c View 1 1 chunk +73 lines, -0 lines 0 comments Download
A third_party/opus/src/silk/stereo_encode_pred.c View 1 1 chunk +62 lines, -0 lines 0 comments Download
A third_party/opus/src/silk/stereo_find_predictor.c View 1 1 chunk +79 lines, -0 lines 0 comments Download
A third_party/opus/src/silk/stereo_quant_pred.c View 1 1 chunk +73 lines, -0 lines 0 comments Download
A third_party/opus/src/silk/structs.h View 1 1 chunk +327 lines, -0 lines 0 comments Download
A third_party/opus/src/silk/sum_sqr_shift.c View 1 1 chunk +86 lines, -0 lines 0 comments Download
A third_party/opus/src/silk/table_LSF_cos.c View 1 1 chunk +70 lines, -0 lines 0 comments Download
A third_party/opus/src/silk/tables.h View 1 1 chunk +122 lines, -0 lines 0 comments Download
A third_party/opus/src/silk/tables_LTP.c View 1 1 chunk +296 lines, -0 lines 0 comments Download
A third_party/opus/src/silk/tables_NLSF_CB_NB_MB.c View 1 1 chunk +159 lines, -0 lines 0 comments Download
A third_party/opus/src/silk/tables_NLSF_CB_WB.c View 1 1 chunk +198 lines, -0 lines 0 comments Download
A third_party/opus/src/silk/tables_gain.c View 1 1 chunk +63 lines, -0 lines 0 comments Download
A third_party/opus/src/silk/tables_other.c View 1 1 chunk +138 lines, -0 lines 0 comments Download
A third_party/opus/src/silk/tables_pitch_lag.c View 1 1 chunk +69 lines, -0 lines 0 comments Download
A third_party/opus/src/silk/tables_pulses_per_block.c View 1 1 chunk +264 lines, -0 lines 0 comments Download
A third_party/opus/src/silk/tuning_parameters.h View 1 1 chunk +171 lines, -0 lines 0 comments Download
A third_party/opus/src/silk/typedef.h View 1 1 chunk +78 lines, -0 lines 0 comments Download
A third_party/opus/src/silk/x86/NSQ_del_dec_sse.c View 1 1 chunk +857 lines, -0 lines 0 comments Download
A third_party/opus/src/silk/x86/NSQ_sse.c View 1 1 chunk +720 lines, -0 lines 0 comments Download
A third_party/opus/src/silk/x86/SigProc_FIX_sse.h View 1 1 chunk +94 lines, -0 lines 0 comments Download
A third_party/opus/src/silk/x86/VAD_sse.c View 1 1 chunk +277 lines, -0 lines 0 comments Download
A third_party/opus/src/silk/x86/VQ_WMat_EC_sse.c View 1 1 chunk +142 lines, -0 lines 0 comments Download
A third_party/opus/src/silk/x86/main_sse.h View 1 1 chunk +277 lines, -0 lines 0 comments Download
A third_party/opus/src/silk/x86/x86_silk_map.c View 1 1 chunk +174 lines, -0 lines 0 comments Download
A third_party/opus/src/src/analysis.h View 1 1 chunk +103 lines, -0 lines 0 comments Download
A third_party/opus/src/src/analysis.c View 1 1 chunk +672 lines, -0 lines 0 comments Download
A third_party/opus/src/src/mlp.h View 1 1 chunk +43 lines, -0 lines 0 comments Download
A third_party/opus/src/src/mlp.c View 1 1 chunk +145 lines, -0 lines 0 comments Download
A third_party/opus/src/src/mlp_data.c View 1 1 chunk +109 lines, -0 lines 0 comments Download
A third_party/opus/src/src/opus.c View 1 1 chunk +356 lines, -0 lines 0 comments Download
A third_party/opus/src/src/opus_compare.c View 1 1 chunk +379 lines, -0 lines 0 comments Download
A third_party/opus/src/src/opus_decoder.c View 1 1 chunk +981 lines, -0 lines 0 comments Download
A third_party/opus/src/src/opus_demo.c View 1 1 chunk +887 lines, -0 lines 0 comments Download
A third_party/opus/src/src/opus_encoder.c View 1 1 chunk +2536 lines, -0 lines 0 comments Download
A third_party/opus/src/src/opus_multistream.c View 1 1 chunk +92 lines, -0 lines 0 comments Download
A third_party/opus/src/src/opus_multistream_decoder.c View 1 1 chunk +537 lines, -0 lines 0 comments Download
A third_party/opus/src/src/opus_multistream_encoder.c View 1 1 chunk +1351 lines, -0 lines 0 comments Download
A third_party/opus/src/src/opus_private.h View 1 1 chunk +134 lines, -0 lines 0 comments Download
A third_party/opus/src/src/repacketizer.c View 1 1 chunk +348 lines, -0 lines 0 comments Download
A third_party/opus/src/src/repacketizer_demo.c View 1 1 chunk +217 lines, -0 lines 0 comments Download
A third_party/opus/src/src/tansig_table.h View 1 1 chunk +45 lines, -0 lines 0 comments Download
A third_party/opus/src/tests/run_vectors.sh View 1 1 chunk +134 lines, -0 lines 0 comments Download
A third_party/opus/src/tests/test_opus_api.c View 1 1 chunk +1897 lines, -0 lines 0 comments Download
A third_party/opus/src/tests/test_opus_common.h View 1 1 chunk +78 lines, -0 lines 0 comments Download
A third_party/opus/src/tests/test_opus_decode.c View 1 1 chunk +456 lines, -0 lines 0 comments Download
A third_party/opus/src/tests/test_opus_encode.c View 1 1 chunk +509 lines, -0 lines 0 comments Download
A third_party/opus/src/tests/test_opus_padding.c View 1 1 chunk +93 lines, -0 lines 0 comments Download
A third_party/opus/src/win32/genversion.bat View 1 1 chunk +46 lines, -0 lines 0 comments Download

Messages

Total messages: 19 (12 generated)
flim-chromium
Hi brettw, henrika, here's moving Opus off DEPS. Could you please review it?
4 years, 4 months ago (2016-08-01 17:55:26 UTC) #7
brettw
rubberstamp lgtm
4 years, 4 months ago (2016-08-01 18:02:15 UTC) #8
kjellander_chromium
lgtm, please add a bug reference if there's any that makes sense.
4 years, 4 months ago (2016-08-04 12:38:44 UTC) #11
flim-chromium
On 2016/08/04 12:38:44, kjellander_chromium wrote: > lgtm, please add a bug reference if there's any ...
4 years, 4 months ago (2016-08-04 12:55:05 UTC) #13
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/2195313002/20001
4 years, 4 months ago (2016-08-04 12:55:39 UTC) #15
commit-bot: I haz the power
Committed patchset #2 (id:20001)
4 years, 4 months ago (2016-08-04 14:38:01 UTC) #17
commit-bot: I haz the power
4 years, 4 months ago (2016-08-04 14:39:47 UTC) #19
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/cd57eb169c4e4fcfe0daa7019373584293a6d229
Cr-Commit-Position: refs/heads/master@{#409781}

Powered by Google App Engine
This is Rietveld 408576698