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

Issue 28553003: Updating Opus to a pre-release of 1.1 (Closed)

Created:
7 years, 2 months ago by tlegrand1
Modified:
7 years, 2 months ago
CC:
chromium-reviews
Visibility:
Public.

Description

Updating Opus to a pre-release of 1.1 This CL updates Opus to a pre-release of the coming Opus 1.1 version. The code is extracted from http://git.xiph.org/?p=opus.git, commit aee4d8057632ea0cfc1d55d88acf8466b47b7b4b from October 1st 2013. This version includes both algorithmic and platform optimizations, as well an important fix for a denorm problem when the input goes silent after active audio. The problem causes high CPU usage.

Patch Set 1 #

Patch Set 2 : Removing failing file #

Unified diffs Side-by-side diffs Delta from patch set Stats (+27348 lines, -6247 lines) Patch
M COPYING View 1 1 chunk +1 line, -1 line 0 comments Download
A LICENSE_PLEASE_READ.txt View 1 1 chunk +22 lines, -0 lines 0 comments Download
M Makefile.am View 1 4 chunks +93 lines, -37 lines 0 comments Download
M Makefile.unix View 1 5 chunks +26 lines, -22 lines 0 comments Download
A README.draft View 1 1 chunk +54 lines, -0 lines 0 comments Download
A autogen.sh View 1 1 chunk +11 lines, -0 lines 0 comments Download
M celt/_kiss_fft_guts.h View 1 1 chunk +8 lines, -0 lines 0 comments Download
M celt/arch.h View 1 5 chunks +8 lines, -4 lines 0 comments Download
A + celt/arm/armcpu.h View 1 2 chunks +7 lines, -19 lines 0 comments Download
A celt/arm/armcpu.c View 1 1 chunk +166 lines, -0 lines 0 comments Download
A celt/arm/fixed_armv4.h View 1 1 chunk +76 lines, -0 lines 0 comments Download
A celt/arm/fixed_armv5e.h View 1 1 chunk +116 lines, -0 lines 0 comments Download
A celt/arm/kiss_fft_armv4.h View 1 1 chunk +121 lines, -0 lines 0 comments Download
A celt/arm/kiss_fft_armv5e.h View 1 1 chunk +118 lines, -0 lines 0 comments Download
M celt/bands.h View 1 4 chunks +25 lines, -6 lines 0 comments Download
M celt/bands.c View 1 17 chunks +696 lines, -492 lines 0 comments Download
M celt/celt.h View 1 3 chunks +98 lines, -2 lines 0 comments Download
M celt/celt.c View 1 4 chunks +58 lines, -2741 lines 0 comments Download
A celt/celt_decoder.c View 1 1 chunk +1195 lines, -0 lines 0 comments Download
A celt/celt_encoder.c View 1 1 chunk +2331 lines, -0 lines 0 comments Download
M celt/celt_lpc.h View 1 1 chunk +1 line, -1 line 0 comments Download
M celt/celt_lpc.c View 1 4 chunks +157 lines, -37 lines 0 comments Download
A + celt/cpu_support.h View 1 2 chunks +21 lines, -17 lines 0 comments Download
M celt/cwrs.c View 1 6 chunks +353 lines, -301 lines 0 comments Download
A celt/dump_modes/Makefile View 1 1 chunk +10 lines, -0 lines 0 comments Download
A celt/dump_modes/dump_modes.c View 1 1 chunk +329 lines, -0 lines 0 comments Download
M celt/entdec.c View 1 1 chunk +1 line, -1 line 0 comments Download
A + celt/fixed_c5x.h View 1 2 chunks +48 lines, -17 lines 0 comments Download
A + celt/fixed_c6x.h View 1 2 chunks +39 lines, -17 lines 0 comments Download
M celt/fixed_generic.h View 1 2 chunks +6 lines, -1 line 0 comments Download
M celt/kiss_fft.c View 1 2 chunks +0 lines, -3 lines 0 comments Download
M celt/mathops.h View 1 5 chunks +44 lines, -23 lines 0 comments Download
M celt/mathops.c View 1 1 chunk +2 lines, -0 lines 0 comments Download
M celt/mdct.c View 1 6 chunks +46 lines, -67 lines 0 comments Download
M celt/modes.c View 1 1 chunk +8 lines, -0 lines 0 comments Download
M celt/pitch.h View 1 2 chunks +97 lines, -0 lines 0 comments Download
M celt/pitch.c View 1 11 chunks +154 lines, -32 lines 0 comments Download
M celt/quant_bands.h View 1 2 chunks +7 lines, -1 line 0 comments Download
M celt/quant_bands.c View 1 10 chunks +13 lines, -31 lines 0 comments Download
M celt/rate.h View 1 1 chunk +1 line, -1 line 0 comments Download
M celt/rate.c View 1 4 chunks +4 lines, -4 lines 0 comments Download
M celt/stack_alloc.h View 1 1 chunk +22 lines, -0 lines 0 comments Download
M celt/tests/test_unit_cwrs32.c View 1 4 chunks +23 lines, -85 lines 0 comments Download
M celt/tests/test_unit_mathops.c View 1 1 chunk +2 lines, -0 lines 0 comments Download
M celt/tests/test_unit_mdct.c View 1 2 chunks +15 lines, -0 lines 0 comments Download
M celt/vq.h View 1 2 chunks +2 lines, -5 lines 0 comments Download
A celt/x86/pitch_sse.h View 1 1 chunk +156 lines, -0 lines 0 comments Download
M celt_headers.mk View 1 2 chunks +8 lines, -1 line 0 comments Download
M celt_sources.mk View 1 2 chunks +5 lines, -0 lines 0 comments Download
M configure.ac View 1 5 chunks +225 lines, -221 lines 0 comments Download
M doc/Doxyfile.in View 1 1 chunk +1 line, -1 line 0 comments Download
M doc/Makefile.am View 1 1 chunk +1 line, -1 line 0 comments Download
A doc/build_draft.sh View 1 1 chunk +104 lines, -0 lines 0 comments Download
A doc/build_oggdraft.sh View 1 1 chunk +52 lines, -0 lines 0 comments Download
A doc/draft-ietf-codec-oggopus.xml View 1 1 chunk +1447 lines, -0 lines 0 comments Download
A doc/draft-ietf-codec-opus.xml View 1 1 chunk +8276 lines, -0 lines 0 comments Download
A doc/draft-ietf-payload-rtp-opus.xml View 1 1 chunk +932 lines, -0 lines 0 comments Download
A doc/draft-valin-codec-opus-update.xml View 1 1 chunk +259 lines, -0 lines 0 comments Download
A doc/footer.html.patch View 1 1 chunk +22 lines, -0 lines 0 comments Download
A doc/header.html.patch View 1 1 chunk +28 lines, -0 lines 0 comments Download
M include/opus.h View 1 5 chunks +19 lines, -2 lines 0 comments Download
M include/opus_custom.h View 1 7 chunks +49 lines, -37 lines 0 comments Download
M include/opus_defines.h View 1 5 chunks +54 lines, -4 lines 0 comments Download
M include/opus_multistream.h View 1 3 chunks +28 lines, -0 lines 0 comments Download
A m4/as-gcc-inline-assembly.m4 View 1 1 chunk +67 lines, -0 lines 0 comments Download
M opus-uninstalled.pc.in View 1 1 chunk +1 line, -1 line 0 comments Download
M opus.pc.in View 1 1 chunk +1 line, -1 line 0 comments Download
M opus_headers.mk View 1 1 chunk +4 lines, -1 line 0 comments Download
M opus_sources.mk View 1 1 chunk +7 lines, -0 lines 0 comments Download
M silk/A2NLSF.c View 1 1 chunk +2 lines, -2 lines 0 comments Download
silk/API.h View 1 1 chunk +2 lines, -2 lines 0 comments Download
M silk/CNG.c View 1 5 chunks +8 lines, -3 lines 0 comments Download
M silk/HP_variable_cutoff.c View 1 1 chunk +2 lines, -2 lines 0 comments Download
M silk/Inlines.h View 1 1 chunk +2 lines, -2 lines 0 comments Download
M silk/LPC_analysis_filter.c View 1 4 chunks +24 lines, -3 lines 0 comments Download
M silk/LPC_inv_pred_gain.c View 1 1 chunk +2 lines, -2 lines 0 comments Download
silk/LP_variable_cutoff.c View 1 1 chunk +2 lines, -2 lines 0 comments Download
M silk/MacroCount.h View 1 1 chunk +2 lines, -2 lines 0 comments Download
M silk/MacroDebug.h View 1 1 chunk +2 lines, -2 lines 0 comments Download
M silk/NLSF2A.c View 1 1 chunk +2 lines, -2 lines 0 comments Download
M silk/NLSF_VQ.c View 1 1 chunk +2 lines, -2 lines 0 comments Download
silk/NLSF_VQ_weights_laroia.c View 1 1 chunk +2 lines, -2 lines 0 comments Download
M silk/NLSF_decode.c View 1 1 chunk +2 lines, -2 lines 0 comments Download
M silk/NLSF_del_dec_quant.c View 1 1 chunk +2 lines, -2 lines 0 comments Download
M silk/NLSF_encode.c View 1 6 chunks +14 lines, -6 lines 0 comments Download
M silk/NLSF_stabilize.c View 1 1 chunk +2 lines, -2 lines 0 comments Download
M silk/NLSF_unpack.c View 1 1 chunk +2 lines, -2 lines 0 comments Download
M silk/NSQ.c View 1 5 chunks +12 lines, -5 lines 0 comments Download
M silk/NSQ_del_dec.c View 1 9 chunks +23 lines, -9 lines 0 comments Download
M silk/PLC.h View 1 1 chunk +2 lines, -2 lines 0 comments Download
M silk/PLC.c View 1 1 chunk +2 lines, -2 lines 0 comments Download
M silk/SigProc_FIX.h View 1 4 chunks +11 lines, -9 lines 0 comments Download
M silk/VAD.c View 1 6 chunks +41 lines, -14 lines 0 comments Download
M silk/VQ_WMat_EC.c View 1 1 chunk +2 lines, -2 lines 0 comments Download
M silk/ana_filt_bank_1.c View 1 1 chunk +2 lines, -2 lines 0 comments Download
A + silk/arm/SigProc_FIX_armv4.h View 1 3 chunks +20 lines, -22 lines 0 comments Download
A + silk/arm/SigProc_FIX_armv5e.h View 1 3 chunks +32 lines, -27 lines 0 comments Download
silk/arm/macros_armv4.h View 1 1 chunk +103 lines, -0 lines 0 comments Download
A silk/arm/macros_armv5e.h View 1 1 chunk +213 lines, -0 lines 0 comments Download
M silk/biquad_alt.c View 1 1 chunk +2 lines, -2 lines 0 comments Download
M silk/bwexpander.c View 1 1 chunk +2 lines, -2 lines 0 comments Download
M silk/bwexpander_32.c View 1 1 chunk +2 lines, -2 lines 0 comments Download
M silk/check_control_input.c View 1 1 chunk +2 lines, -2 lines 0 comments Download
M silk/code_signs.c View 1 1 chunk +2 lines, -2 lines 0 comments Download
M silk/control.h View 1 1 chunk +2 lines, -2 lines 0 comments Download
M silk/control_SNR.c View 1 1 chunk +2 lines, -2 lines 0 comments Download
M silk/control_audio_bandwidth.c View 1 2 chunks +5 lines, -2 lines 0 comments Download
M silk/control_codec.c View 1 4 chunks +27 lines, -16 lines 0 comments Download
M silk/debug.h View 1 3 chunks +2 lines, -7 lines 0 comments Download
M silk/debug.c View 1 1 chunk +2 lines, -2 lines 0 comments Download
M silk/dec_API.c View 1 3 chunks +7 lines, -2 lines 0 comments Download
M silk/decode_core.c View 1 1 chunk +2 lines, -2 lines 0 comments Download
M silk/decode_frame.c View 1 1 chunk +2 lines, -2 lines 0 comments Download
M silk/decode_indices.c View 1 1 chunk +2 lines, -2 lines 0 comments Download
M silk/decode_parameters.c View 1 1 chunk +2 lines, -2 lines 0 comments Download
M silk/decode_pitch.c View 1 1 chunk +2 lines, -2 lines 0 comments Download
M silk/decode_pulses.c View 1 1 chunk +2 lines, -2 lines 0 comments Download
M silk/decoder_set_fs.c View 1 1 chunk +2 lines, -2 lines 0 comments Download
M silk/define.h View 1 1 chunk +2 lines, -2 lines 0 comments Download
silk/enc_API.c View 1 8 chunks +24 lines, -11 lines 0 comments Download
M silk/encode_indices.c View 1 1 chunk +2 lines, -2 lines 0 comments Download
M silk/encode_pulses.c View 1 6 chunks +12 lines, -5 lines 0 comments Download
M silk/errors.h View 1 1 chunk +2 lines, -2 lines 0 comments Download
M silk/fixed/LTP_analysis_filter_FIX.c View 1 1 chunk +2 lines, -2 lines 0 comments Download
M silk/fixed/LTP_scale_ctrl_FIX.c View 1 1 chunk +2 lines, -2 lines 0 comments Download
M silk/fixed/apply_sine_window_FIX.c View 1 1 chunk +2 lines, -2 lines 0 comments Download
M silk/fixed/autocorr_FIX.c View 1 3 chunks +5 lines, -34 lines 0 comments Download
M silk/fixed/burg_modified_FIX.c View 1 5 chunks +15 lines, -6 lines 0 comments Download
M silk/fixed/corrMatrix_FIX.c View 1 1 chunk +2 lines, -2 lines 0 comments Download
M silk/fixed/encode_frame_FIX.c View 1 10 chunks +22 lines, -9 lines 0 comments Download
M silk/fixed/find_LPC_FIX.c View 1 6 chunks +9 lines, -3 lines 0 comments Download
M silk/fixed/find_LTP_FIX.c View 1 1 chunk +2 lines, -2 lines 0 comments Download
M silk/fixed/find_pitch_lags_FIX.c View 1 6 chunks +17 lines, -11 lines 0 comments Download
M silk/fixed/find_pred_coefs_FIX.c View 1 5 chunks +14 lines, -4 lines 0 comments Download
M silk/fixed/k2a_FIX.c View 1 1 chunk +2 lines, -2 lines 0 comments Download
M silk/fixed/k2a_Q16_FIX.c View 1 1 chunk +2 lines, -2 lines 0 comments Download
M silk/fixed/main_FIX.h View 1 1 chunk +2 lines, -2 lines 0 comments Download
M silk/fixed/noise_shape_analysis_FIX.c View 1 5 chunks +7 lines, -3 lines 0 comments Download
M silk/fixed/pitch_analysis_core_FIX.c View 1 26 chunks +211 lines, -215 lines 0 comments Download
silk/fixed/prefilter_FIX.c View 1 4 chunks +9 lines, -4 lines 0 comments Download
M silk/fixed/process_gains_FIX.c View 1 1 chunk +2 lines, -2 lines 0 comments Download
M silk/fixed/regularize_correlations_FIX.c View 1 1 chunk +2 lines, -2 lines 0 comments Download
silk/fixed/residual_energy16_FIX.c View 1 1 chunk +2 lines, -2 lines 0 comments Download
silk/fixed/residual_energy_FIX.c View 1 4 chunks +9 lines, -3 lines 0 comments Download
M silk/fixed/schur64_FIX.c View 1 3 chunks +18 lines, -3 lines 0 comments Download
silk/fixed/schur_FIX.c View 1 3 chunks +17 lines, -3 lines 0 comments Download
M silk/fixed/solve_LS_FIX.c View 1 4 chunks +7 lines, -3 lines 0 comments Download
M silk/fixed/structs_FIX.h View 1 1 chunk +2 lines, -2 lines 0 comments Download
M silk/fixed/vector_ops_FIX.c View 1 2 chunks +2 lines, -33 lines 0 comments Download
silk/fixed/warped_autocorrelation_FIX.c View 1 1 chunk +2 lines, -2 lines 0 comments Download
M silk/float/LPC_analysis_filter_FLP.c View 1 1 chunk +2 lines, -2 lines 0 comments Download
silk/float/LPC_inv_pred_gain_FLP.c View 1 1 chunk +2 lines, -2 lines 0 comments Download
silk/float/LTP_analysis_filter_FLP.c View 1 1 chunk +2 lines, -2 lines 0 comments Download
silk/float/LTP_scale_ctrl_FLP.c View 1 1 chunk +2 lines, -2 lines 0 comments Download
M silk/float/SigProc_FLP.h View 1 1 chunk +2 lines, -2 lines 0 comments Download
M silk/float/apply_sine_window_FLP.c View 1 1 chunk +2 lines, -2 lines 0 comments Download
silk/float/autocorrelation_FLP.c View 1 1 chunk +2 lines, -2 lines 0 comments Download
M silk/float/burg_modified_FLP.c View 1 1 chunk +2 lines, -2 lines 0 comments Download
M silk/float/bwexpander_FLP.c View 1 1 chunk +2 lines, -2 lines 0 comments Download
M silk/float/corrMatrix_FLP.c View 1 1 chunk +2 lines, -2 lines 0 comments Download
M silk/float/encode_frame_FLP.c View 1 1 chunk +2 lines, -2 lines 0 comments Download
M silk/float/energy_FLP.c View 1 1 chunk +2 lines, -2 lines 0 comments Download
M silk/float/find_LPC_FLP.c View 1 1 chunk +2 lines, -2 lines 0 comments Download
M silk/float/find_LTP_FLP.c View 1 1 chunk +2 lines, -2 lines 0 comments Download
silk/float/find_pitch_lags_FLP.c View 1 1 chunk +2 lines, -2 lines 0 comments Download
M silk/float/find_pred_coefs_FLP.c View 1 1 chunk +2 lines, -2 lines 0 comments Download
silk/float/inner_product_FLP.c View 1 1 chunk +2 lines, -2 lines 0 comments Download
silk/float/k2a_FLP.c View 1 1 chunk +2 lines, -2 lines 0 comments Download
silk/float/levinsondurbin_FLP.c View 1 1 chunk +2 lines, -2 lines 0 comments Download
M silk/float/main_FLP.h View 1 1 chunk +2 lines, -2 lines 0 comments Download
silk/float/noise_shape_analysis_FLP.c View 1 1 chunk +2 lines, -2 lines 0 comments Download
silk/float/pitch_analysis_core_FLP.c View 1 19 chunks +58 lines, -60 lines 0 comments Download
silk/float/prefilter_FLP.c View 1 1 chunk +2 lines, -2 lines 0 comments Download
M silk/float/process_gains_FLP.c View 1 1 chunk +2 lines, -2 lines 0 comments Download
silk/float/regularize_correlations_FLP.c View 1 1 chunk +2 lines, -2 lines 0 comments Download
silk/float/residual_energy_FLP.c View 1 1 chunk +2 lines, -2 lines 0 comments Download
M silk/float/scale_copy_vector_FLP.c View 1 1 chunk +2 lines, -2 lines 0 comments Download
M silk/float/scale_vector_FLP.c View 1 1 chunk +2 lines, -2 lines 0 comments Download
M silk/float/schur_FLP.c View 1 1 chunk +2 lines, -2 lines 0 comments Download
M silk/float/solve_LS_FLP.c View 1 1 chunk +2 lines, -2 lines 0 comments Download
M silk/float/sort_FLP.c View 1 1 chunk +2 lines, -2 lines 0 comments Download
silk/float/structs_FLP.h View 1 1 chunk +2 lines, -2 lines 0 comments Download
silk/float/warped_autocorrelation_FLP.c View 1 1 chunk +2 lines, -2 lines 0 comments Download
M silk/float/wrappers_FLP.c View 1 1 chunk +2 lines, -2 lines 0 comments Download
silk/gain_quant.c View 1 1 chunk +2 lines, -2 lines 0 comments Download
M silk/init_decoder.c View 1 1 chunk +2 lines, -2 lines 0 comments Download
M silk/init_encoder.c View 1 1 chunk +2 lines, -2 lines 0 comments Download
M silk/inner_prod_aligned.c View 1 1 chunk +2 lines, -2 lines 0 comments Download
M silk/interpolate.c View 1 1 chunk +2 lines, -2 lines 0 comments Download
silk/lin2log.c View 1 1 chunk +2 lines, -2 lines 0 comments Download
M silk/log2lin.c View 1 1 chunk +2 lines, -2 lines 0 comments Download
silk/macros.h View 1 2 chunks +20 lines, -43 lines 0 comments Download
silk/main.h View 1 1 chunk +2 lines, -2 lines 0 comments Download
silk/pitch_est_defines.h View 1 1 chunk +2 lines, -2 lines 0 comments Download
silk/pitch_est_tables.c View 1 1 chunk +2 lines, -2 lines 0 comments Download
M silk/process_NLSFs.c View 1 1 chunk +2 lines, -2 lines 0 comments Download
silk/quant_LTP_gains.c View 1 1 chunk +2 lines, -2 lines 0 comments Download
silk/resampler.c View 1 1 chunk +2 lines, -2 lines 0 comments Download
M silk/resampler_down2.c View 1 2 chunks +4 lines, -4 lines 0 comments Download
M silk/resampler_down2_3.c View 1 4 chunks +8 lines, -3 lines 0 comments Download
silk/resampler_private.h View 1 1 chunk +2 lines, -2 lines 0 comments Download
silk/resampler_private_AR2.c View 1 1 chunk +2 lines, -2 lines 0 comments Download
silk/resampler_private_IIR_FIR.c View 1 4 chunks +11 lines, -7 lines 0 comments Download
silk/resampler_private_down_FIR.c View 1 4 chunks +10 lines, -5 lines 0 comments Download
silk/resampler_private_up2_HQ.c View 1 1 chunk +2 lines, -2 lines 0 comments Download
M silk/resampler_rom.h View 1 1 chunk +2 lines, -2 lines 0 comments Download
silk/resampler_rom.c View 1 1 chunk +2 lines, -2 lines 0 comments Download
silk/resampler_structs.h View 1 2 chunks +6 lines, -3 lines 0 comments Download
silk/shell_coder.c View 1 1 chunk +2 lines, -2 lines 0 comments Download
silk/sigm_Q15.c View 1 1 chunk +2 lines, -2 lines 0 comments Download
silk/sort.c View 1 1 chunk +2 lines, -2 lines 0 comments Download
M silk/stereo_LR_to_MS.c View 1 6 chunks +15 lines, -5 lines 0 comments Download
silk/stereo_MS_to_LR.c View 1 1 chunk +2 lines, -2 lines 0 comments Download
M silk/stereo_decode_pred.c View 1 1 chunk +2 lines, -2 lines 0 comments Download
silk/stereo_encode_pred.c View 1 1 chunk +2 lines, -2 lines 0 comments Download
silk/stereo_find_predictor.c View 1 1 chunk +2 lines, -2 lines 0 comments Download
M silk/stereo_quant_pred.c View 1 1 chunk +2 lines, -2 lines 0 comments Download
silk/structs.h View 1 1 chunk +2 lines, -2 lines 0 comments Download
M silk/sum_sqr_shift.c View 1 1 chunk +2 lines, -2 lines 0 comments Download
M silk/table_LSF_cos.c View 1 1 chunk +2 lines, -2 lines 0 comments Download
silk/tables.h View 1 1 chunk +2 lines, -2 lines 0 comments Download
M silk/tables_LTP.c View 1 1 chunk +2 lines, -2 lines 0 comments Download
silk/tables_NLSF_CB_NB_MB.c View 1 1 chunk +2 lines, -2 lines 0 comments Download
silk/tables_NLSF_CB_WB.c View 1 1 chunk +2 lines, -2 lines 0 comments Download
silk/tables_gain.c View 1 1 chunk +2 lines, -2 lines 0 comments Download
silk/tables_other.c View 1 1 chunk +2 lines, -2 lines 0 comments Download
M silk/tables_pitch_lag.c View 1 1 chunk +2 lines, -2 lines 0 comments Download
silk/tables_pulses_per_block.c View 1 1 chunk +2 lines, -2 lines 0 comments Download
M silk/tuning_parameters.h View 1 1 chunk +2 lines, -2 lines 0 comments Download
silk/typedef.h View 1 1 chunk +2 lines, -2 lines 0 comments Download
silk_headers.mk View 1 1 chunk +4 lines, -0 lines 0 comments Download
A src/analysis.h View 1 1 chunk +90 lines, -0 lines 0 comments Download
A src/analysis.c View 1 1 chunk +647 lines, -0 lines 0 comments Download
A + src/mlp.h View 1 3 chunks +17 lines, -26 lines 0 comments Download
src/mlp.c View 1 1 chunk +136 lines, -0 lines 0 comments Download
src/mlp_data.c View 1 1 chunk +105 lines, -0 lines 0 comments Download
src/mlp_train.h View 1 3 chunks +55 lines, -22 lines 0 comments Download
A src/mlp_train.c View 1 1 chunk +501 lines, -0 lines 0 comments Download
src/opus.c View 1 1 chunk +99 lines, -0 lines 0 comments Download
src/opus_decoder.c View 1 30 chunks +112 lines, -41 lines 0 comments Download
src/opus_demo.c View 1 17 chunks +90 lines, -7 lines 0 comments Download
src/opus_encoder.c View 1 53 chunks +969 lines, -103 lines 0 comments Download
M src/opus_multistream.c View 1 5 chunks +4 lines, -939 lines 0 comments Download
src/opus_multistream_decoder.c View 1 1 chunk +499 lines, -0 lines 0 comments Download
A src/opus_multistream_encoder.c View 1 1 chunk +1139 lines, -0 lines 0 comments Download
M src/opus_private.h View 1 2 chunks +35 lines, -3 lines 0 comments Download
src/repacketizer.c View 1 1 chunk +1 line, -1 line 0 comments Download
src/tansig_table.h View 1 1 chunk +45 lines, -0 lines 0 comments Download
tests/run_vectors.sh View 1 1 chunk +5 lines, -0 lines 0 comments Download
tests/test_opus_api.c View 1 10 chunks +107 lines, -6 lines 0 comments Download
tests/test_opus_decode.c View 1 2 chunks +6 lines, -2 lines 0 comments Download
tests/test_opus_encode.c View 1 2 chunks +6 lines, -2 lines 0 comments Download
tests/test_opus_padding.c View 1 1 chunk +67 lines, -0 lines 0 comments Download
version.mk View 1 1 chunk +1 line, -1 line 0 comments Download
win32/VS2010/celt.vcxproj View 1 1 chunk +255 lines, -0 lines 0 comments Download
win32/VS2010/celt.vcxproj.filters View 1 1 chunk +162 lines, -0 lines 0 comments Download
win32/VS2010/opus.sln View 1 1 chunk +130 lines, -0 lines 0 comments Download
win32/VS2010/opus.vcxproj View 1 1 chunk +239 lines, -0 lines 0 comments Download
win32/VS2010/opus.vcxproj.filters View 1 1 chunk +102 lines, -0 lines 0 comments Download
A win32/VS2010/opus_demo.vcxproj View 1 1 chunk +156 lines, -0 lines 0 comments Download
A win32/VS2010/opus_demo.vcxproj.filters View 1 1 chunk +17 lines, -0 lines 0 comments Download
A win32/VS2010/silk_common.vcxproj View 1 1 chunk +318 lines, -0 lines 0 comments Download
A win32/VS2010/silk_common.vcxproj.filters View 1 1 chunk +315 lines, -0 lines 0 comments Download
A win32/VS2010/silk_fixed.vcxproj View 1 1 chunk +198 lines, -0 lines 0 comments Download
A win32/VS2010/silk_fixed.vcxproj.filters View 1 1 chunk +111 lines, -0 lines 0 comments Download
A win32/VS2010/silk_float.vcxproj View 1 1 chunk +253 lines, -0 lines 0 comments Download
A win32/VS2010/silk_float.vcxproj.filters View 1 1 chunk +129 lines, -0 lines 0 comments Download
A win32/VS2010/test_opus_api.vcxproj View 1 1 chunk +157 lines, -0 lines 0 comments Download
A win32/VS2010/test_opus_api.vcxproj.filters View 1 1 chunk +14 lines, -0 lines 0 comments Download
A win32/VS2010/test_opus_decode.vcxproj View 1 1 chunk +161 lines, -0 lines 0 comments Download
A win32/VS2010/test_opus_decode.vcxproj.filters View 1 1 chunk +14 lines, -0 lines 0 comments Download
A win32/VS2010/test_opus_encode.vcxproj View 1 1 chunk +161 lines, -0 lines 0 comments Download
A win32/VS2010/test_opus_encode.vcxproj.filters View 1 1 chunk +14 lines, -0 lines 0 comments Download
M win32/config.h View 1 3 chunks +5 lines, -7 lines 0 comments Download

Messages

Total messages: 13 (0 generated)
tlegrand1
Hi Sergey & Henrik, Sergey, here is the updated version of Opus we were discussing ...
7 years, 2 months ago (2013-10-18 08:27:38 UTC) #1
henrika (OOO until Aug 14)
I don't know the details well enough to make a final call here. What is ...
7 years, 2 months ago (2013-10-18 08:54:58 UTC) #2
henrika (OOO until Aug 14)
Also, if I press the Commit button; is this code actually executed at all?
7 years, 2 months ago (2013-10-18 08:55:56 UTC) #3
tlegrand1
Hi Henrik, I fully understand your concerns. This is how it is done: We have ...
7 years, 2 months ago (2013-10-18 10:30:58 UTC) #4
henrika (OOO until Aug 14)
Thanks, then I understand better and shall not delay you any further. LGTM
7 years, 2 months ago (2013-10-18 10:43:36 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/tlegrand@chromium.org/28553003/1
7 years, 2 months ago (2013-10-22 11:17:44 UTC) #6
commit-bot: I haz the power
Failed to apply patch for third_party/opus/win32/genversion.bat: While running patch -p1 --forward --force --no-backup-if-mismatch; patching file ...
7 years, 2 months ago (2013-10-22 11:19:58 UTC) #7
tlegrand1
I'm going to need help committing this CL. Seems it only fails on one file, ...
7 years, 2 months ago (2013-10-22 12:20:11 UTC) #8
henrika (OOO until Aug 14)
Being an owner does not help if the patch can't be applied. An owner can ...
7 years, 2 months ago (2013-10-22 12:41:51 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/tlegrand@chromium.org/28553003/1
7 years, 2 months ago (2013-10-23 08:58:09 UTC) #10
commit-bot: I haz the power
Failed to apply patch for third_party/opus/win32/genversion.bat: While running patch -p1 --forward --force --no-backup-if-mismatch; patching file ...
7 years, 2 months ago (2013-10-23 08:59:36 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/tlegrand@chromium.org/28553003/1250001
7 years, 2 months ago (2013-10-23 09:10:07 UTC) #12
commit-bot: I haz the power
7 years, 2 months ago (2013-10-23 09:13:54 UTC) #13
Message was sent while issue was closed.
Change committed as 230378

Powered by Google App Engine
This is Rietveld 408576698