index
:
delta/opus.git
1.0.1
1.0.x
1.1.1
1.1.2
1.1.x
analysis_fix1
analysis_fix2
burg_optimization
cng_fix
cng_fix2
draft
draft_wip
exp-highpass
exp-neural-silk-enhancement
exp_24k_analysis1
exp_24k_analysis2
exp_24k_analysis3
exp_24k_analysis4
exp_24k_analysis5
exp_analysis
exp_analysis6
exp_analysis7
exp_analysis8
exp_analysis9
exp_bandwidth
exp_bandwidth_fix3
exp_bandwidth_fix4
exp_bitstream
exp_bitstream2
exp_bitstream3
exp_bitstream5
exp_bitstream6
exp_bitstream7
exp_cbr_silk
exp_crc32
exp_delayed_decision
exp_detection
exp_dred_icassp
exp_fec_tune
exp_gain_lock2
exp_gain_lock4
exp_gain_lock5
exp_google_opt1b
exp_google_opt1c
exp_google_opt1e
exp_hardening2
exp_hybrid_lbr1
exp_hybrid_stereo
exp_hybrid_tune
exp_hybrid_tune2
exp_ignore
exp_kelly1
exp_koen4
exp_lbr_tune
exp_lbr_tune1
exp_lbr_tune10
exp_lbr_tune11
exp_lbr_tune12
exp_lbr_tune13
exp_lbr_tune14
exp_lbr_tune2
exp_lbr_tune3
exp_lbr_tune4
exp_lbr_tune5
exp_lbr_tune6
exp_lbr_tune7
exp_lbr_tune8
exp_lbr_tune9
exp_leakage4
exp_leakage7
exp_mips_alt
exp_mips_alt_jun03
exp_mips_opt
exp_neural_fec2
exp_neural_fec2b
exp_neural_fec2c
exp_neural_fec3
exp_neural_fec4
exp_new_classifier1
exp_new_tf2b
exp_overflow2
exp_overflow4
exp_overflow6
exp_plc_hack4
exp_pvq_opt1
exp_ratecontrol1
exp_refactoring
exp_rnn1
exp_rnn3
exp_silk_cbr
exp_silk_cbr2
exp_silk_feature_dump
exp_silk_jm2
exp_spreading_mask1
exp_staging
exp_stereo3
exp_stereo5
exp_stereo6
exp_stereo_vbr1
exp_stereo_vbr3
exp_surround1
exp_temporal
exp_temporal1
exp_theta10
exp_theta11
exp_theta4
exp_theta6
exp_theta7
exp_transient_fold1
exp_ubsan1
exp_warnings1
exp_waveform_matching
exp_waveform_matching2
exp_waveform_matching3
exp_wip
exp_wip4
exp_wip5
exp_wip6
gain_sum
gitlab-ci
gitlab-ci-mr
hybrid_vbr
hybrid_vbr3
ietf-draft
jon_patches
master
merge_attempt
meson
msvc
ne10_patches
neural_fec3
neural_plc
opt_float
silk_LTP_corr_smoothing
silk_lsf_quant_with_hysteresis
silk_pitch_fix
silk_tunings
silk_tunings2
silk_tunings3
silk_tunings4
silk_tunings6
staging
stereo_masking1
surround
update_draft
gitlab.xiph.org: xiph/opus.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
celt
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revise celt_fir_c() to not pass in argument "mem"
Linfeng Zhang
2017-01-17
6
-78
/
+35
*
fixed_debug.h: delete some dead code
James Zern
2017-01-12
1
-3
/
+0
*
Avoids pre-echo in hybrid mode caused by noise being injected in the first band
Jean-Marc Valin
2017-01-05
1
-0
/
+20
*
Fix some compiler warnings
Mark Harris
2016-12-22
1
-3
/
+0
*
Makes analysis run at 24 kHz, with 20-ms frames
Jean-Marc Valin
2016-12-20
2
-0
/
+3
*
Removes OPUS_FRAMESIZE_VARIABLE
Jean-Marc Valin
2016-11-04
2
-15
/
+4
*
Improves CELT bit allocation at very low bitrates
v1.2-alpha
Jean-Marc Valin
2016-11-02
1
-3
/
+8
*
Don't use hybrid "weak transients" on vowels
Jean-Marc Valin
2016-10-29
1
-4
/
+8
*
Define "weak transients" for low bitrate hybrid
Jean-Marc Valin
2016-10-28
1
-3
/
+19
*
Fixes an unstable energy issue for low-bitrate hybrid
Jean-Marc Valin
2016-10-27
1
-4
/
+23
*
Prevents ridiculously large gains from causing inf/NaNs in float decoder
Jean-Marc Valin
2016-09-14
1
-1
/
+1
*
Make it possible to ignore inverted phase stereo for downmix purposes
exp_bitstream7
Jean-Marc Valin
2016-09-01
4
-6
/
+58
*
Bitstream change: prevent noise injection in hybrid mode
Jean-Marc Valin
2016-09-01
1
-0
/
+25
*
Removed a float operation that sneaked in in the fixed-point code
Jean-Marc Valin
2016-08-15
1
-0
/
+4
*
Speeding up PVQ search by allocating even more pulses in the projection.
Jean-Marc Valin
2016-08-15
2
-4
/
+6
*
Apply deemphasis to both channels in the same loop for the simple case
Jean-Marc Valin
2016-08-14
1
-0
/
+38
*
Making gcc use SSE directly for float->int conversion when available
Jean-Marc Valin
2016-08-13
1
-1
/
+7
*
Reducing dependencies in deemphasis()
Jean-Marc Valin
2016-08-12
1
-2
/
+2
*
Fixes problem with M_PI
Jean-Marc Valin
2016-08-11
1
-2
/
+3
*
Making stereo_itheta() use the same atan2() approximation as tonality_analysis()
Jean-Marc Valin
2016-08-11
2
-1
/
+32
*
SSE2 implementation of the PVQ search
Jean-Marc Valin
2016-08-09
8
-12
/
+318
*
Making signx[] an int in alg_quant() and removes unnecessary sign copying
Jean-Marc Valin
2016-08-06
1
-9
/
+8
*
Speeding up PVQ using unlikely() and moving first position out of the loop
Jean-Marc Valin
2016-08-06
2
-9
/
+32
*
Getting gcc to use cmovs rather than branches in alg_quant()
Jean-Marc Valin
2016-08-06
1
-8
/
+7
*
biasing quantization
Jean-Marc Valin
2016-08-05
1
-4
/
+11
*
Fixes "mixed declarations and code"
Jean-Marc Valin
2016-08-05
1
-1
/
+1
*
Weighting theta rdo based on channel energy
Jean-Marc Valin
2016-08-05
1
-2
/
+28
*
Don't do theta RDO on intensity-stereo-coded bands
Jean-Marc Valin
2016-07-28
1
-1
/
+1
*
Saving the state rather than re-compute the best option
Jean-Marc Valin
2016-07-28
1
-13
/
+37
*
Making stereo theta decision based on minimizing distortion
Jean-Marc Valin
2016-07-28
4
-10
/
+57
*
controlling rounding
Jean-Marc Valin
2016-07-28
1
-2
/
+10
*
Properly allocation scratch space for resynth encoder
Jean-Marc Valin
2016-07-28
1
-3
/
+15
*
cleanup: putting resynth flag in the context
Jean-Marc Valin
2016-07-28
3
-45
/
+17
*
cleanup: line wrapping
Jean-Marc Valin
2016-07-28
1
-30
/
+17
*
Move PLC LPC bandwidth expansion before the FIR to avoid overflows in celt_fir()
Jean-Marc Valin
2016-07-25
1
-17
/
+17
*
Fixes comment
Jean-Marc Valin
2016-07-24
1
-1
/
+1
*
Fixes an overflow in amp2Log2() for very large encoder input
Jean-Marc Valin
2016-07-24
1
-1
/
+7
*
Fixes cap on gain in denormalise_bands()
Jean-Marc Valin
2016-07-24
1
-4
/
+4
*
Fixes a shift<0 issue in transient_analysis()
Jean-Marc Valin
2016-07-24
1
-2
/
+2
*
Tighter bound in filter control in PLC
Jean-Marc Valin
2016-07-24
1
-2
/
+2
*
More headroom in PLC code
Jean-Marc Valin
2016-07-24
1
-2
/
+2
*
Saturate MDCT output post-TDAC rather than pre-
Jean-Marc Valin
2016-07-24
2
-4
/
+10
*
Avoids reading beyond the current buffer in comb_filter()
Jean-Marc Valin
2016-07-24
1
-0
/
+4
*
Directly saturate the comb filter output
Jean-Marc Valin
2016-07-24
1
-9
/
+8
*
PLC overflow fix
Jean-Marc Valin
2016-07-22
1
-0
/
+4
*
Prevent overflows in PLC celt_iir()
Jean-Marc Valin
2016-07-22
1
-1
/
+17
*
fixes overflows in celt_iir() by doing proper saturation
Jean-Marc Valin
2016-07-22
4
-6
/
+12
*
getting rid of a PLC overflow (I think)
Jean-Marc Valin
2016-07-22
1
-2
/
+2
*
post-filter saturation
Jean-Marc Valin
2016-07-22
1
-0
/
+9
*
saturate MDCT output
Jean-Marc Valin
2016-07-22
2
-4
/
+7
[next]