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
/
src
/
opus_decoder.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix 8101b33 to decode ignored redundancy
Mark Harris
2022-06-26
1
-5
/
+9
*
Correct redundancy handling with lost/DTX frames
Mark Harris
2022-06-25
1
-2
/
+7
*
Some missing checks
Jean-Marc Valin
2018-03-27
1
-0
/
+2
*
Asserting on some ctl() calls that should never fail
Jean-Marc Valin
2018-03-27
1
-14
/
+14
*
Adds Opus decoder state validation
Jean-Marc Valin
2018-03-27
1
-0
/
+21
*
Fixing no-redundancy CELT->SILK and CELT->hybrid transitions
Jean-Marc Valin
2018-03-27
1
-20
/
+28
*
Fix typo in a comment in opus_decoder.c
Matt Brubeck
2017-08-29
1
-1
/
+1
*
Fixing some opus_int vs opus_int32 mismatches
Jean-Marc Valin
2016-10-05
1
-1
/
+1
*
Make it possible to ignore inverted phase stereo for downmix purposes
exp_bitstream7
Jean-Marc Valin
2016-09-01
1
-0
/
+20
*
Avoids having the Opus-level "arch" be set to 0 on encoder/decoder reset
Jean-Marc Valin
2015-12-30
1
-1
/
+1
*
Cisco optimization for x86 & fixed point
xiangmingzhu
2014-10-03
1
-1
/
+3
*
-DOPUS_WILL_BE_SLOW to disable the no-optimization warning
Jean-Marc Valin
2014-09-30
1
-1
/
+1
*
Moves opus_packet_get_samples_per_frame() to opus.c
Jean-Marc Valin
2014-01-30
1
-21
/
+0
*
Fixes the decode_fec case for b76888d
Mark Harris
2014-01-07
1
-2
/
+2
*
Preventing unnecessary stack use when using a large decode buffer
Jean-Marc Valin
2014-01-07
1
-0
/
+18
*
Reduces the decoder stack use by removing the pcm_silk buffer in fixed-point
Jean-Marc Valin
2014-01-06
1
-17
/
+29
*
Adds Neon assembly for correlation/convolution
Timothy B. Terriberry
2013-11-18
1
-2
/
+0
*
oops, don't need RESTORE_STACK when there's no stack
Jean-Marc Valin
2013-11-11
1
-6
/
+0
*
More size-zero VLA fixes and making opus_decode* return BAD_ARG on framesize<0
Jean-Marc Valin
2013-11-11
1
-3
/
+18
*
Fixes some minor issues found by scan build
Jean-Marc Valin
2013-11-09
1
-3
/
+3
*
Moves opus_packet_parse_impl() from opus_decoder.c to opus.c
Jean-Marc Valin
2013-10-28
1
-181
/
+0
*
Add a little missive when compiling without optimization.
Gregory Maxwell
2013-10-28
1
-2
/
+6
*
Replace "inline" with OPUS_INLINE.
Gregory Maxwell
2013-10-28
1
-1
/
+1
*
Oops, thanks to Mark Harris for spotting this!
Jean-Marc Valin
2013-10-14
1
-1
/
+1
*
opus_packet_parse_impl() now computes the packet size with padding
Jean-Marc Valin
2013-10-14
1
-15
/
+16
*
Rejects bad multistream frame length
Mark Harris
2013-10-13
1
-1
/
+1
*
Fixes PLC for sizes that don't match basic Opus frame sizes.
Mark Harris
2013-10-13
1
-1
/
+9
*
Fix 40/60ms zero-length frame decode failure
Mark Harris
2013-10-11
1
-8
/
+18
*
Do up-front validation of multistream packets
Jean-Marc Valin
2013-10-11
1
-10
/
+9
*
Braces go on the next line.
Gregory Maxwell
2013-06-29
1
-7
/
+14
*
Brace a number of if statements instead of one-lining them.
Gregory Maxwell
2013-06-29
1
-7
/
+21
*
Fixes some return without va_end in the api, adds tests.
Gregory Maxwell
2013-06-29
1
-20
/
+10
*
Add run-time CPU detection and support for ARM architecture
Aurélien Zanelli
2013-06-04
1
-0
/
+3
*
Change few remaining instances of short to opus_int16
Jean-Marc Valin
2013-05-18
1
-7
/
+7
*
Fixes FEC issues introduced in 7fcd66c
Jean-Marc Valin
2013-04-23
1
-6
/
+9
*
Applies soft-clipping to the int decoder API.
Jean-Marc Valin
2013-03-01
1
-7
/
+16
*
Fixes OPUS_GET_LAST_PACKET_DURATION
Jean-Marc Valin
2012-12-05
1
-0
/
+7
*
Adds assert to catch bug from previous commit
Jean-Marc Valin
2012-12-05
1
-0
/
+1
*
Fixes a multi-frame FEC issue that was caught by valgrind
Jean-Marc Valin
2012-12-05
1
-1
/
+1
*
Adds explicit valgrind checks when ENABLE_VALGRIND is defined
Jean-Marc Valin
2012-12-05
1
-5
/
+19
*
Implements opus_packet_get_nb_samples()
Jean-Marc Valin
2012-12-04
1
-4
/
+10
*
Implements OPUS_GET_LAST_FRAME_DURATION decoder ctl()
Jean-Marc Valin
2012-12-04
1
-0
/
+8
*
Don't update the internal decoder state until we know the packet is valid
Jean-Marc Valin
2012-12-04
1
-5
/
+8
*
Changes the PLC behaviour and fixes the FEC behaviour on concatenated packets
Jean-Marc Valin
2012-12-04
1
-25
/
+54
*
Fix packet length handling for 16-bit machines (makes no difference on 32-bit)
Jean-Marc Valin
2012-12-03
1
-4
/
+6
*
Fixes an out-of-bounds read issue with the padding handling code
Jean-Marc Valin
2012-11-30
1
-3
/
+1
*
Improve the !OPUS_BUILD #error.
Ralph Giles
2012-11-29
1
-1
/
+1
*
Reduces decoder stack usage
Jean-Marc Valin
2012-11-05
1
-5
/
+34
*
Attenuates the HF in hybrid mode to match what SILK does below the cutoff
Koen Vos
2012-10-10
1
-1
/
+1
*
Remove large multistream stack buffers.
Timothy B. Terriberry
2012-09-08
1
-0
/
+13
[next]