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_private.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Code for inserting/extracting DRED in/from packets
Jean-Marc Valin
2022-12-02
1
-1
/
+7
*
Experimentng with padding extensions
Jean-Marc Valin
2022-12-02
1
-1
/
+13
*
Fixes analysis buffering for silence and complexity changes
Jean-Marc Valin
2019-02-13
1
-0
/
+1
*
Remove ambisonics experimental flag
Jean-Marc Valin
2018-07-26
1
-4
/
+1
*
Fix memory issues in Projection API.
Andrew Allen
2017-12-07
1
-1
/
+45
*
Support for Channel Mapping 253
Andrew Allen
2017-11-07
1
-0
/
+33
*
Removes OPUS_FRAMESIZE_VARIABLE
Jean-Marc Valin
2016-11-04
1
-8
/
+0
*
Eliminate signed division overhead in align()
Mark Harris
2015-08-04
1
-1
/
+1
*
Simplify and generalize implementation of align(). Should be very efficient o...
Jonathan Lennox
2015-08-04
1
-9
/
+9
*
Make align() work even on machines with 32-bit chars
Jean-Marc Valin
2015-08-04
1
-2
/
+7
*
More conservative alignment
Jean-Marc Valin
2015-08-03
1
-2
/
+5
*
Fixes code that was doing arithmetic on a void pointer.
Jean-Marc Valin
2013-12-10
1
-4
/
+0
*
Optimizes encoder NaN detection and clipping by only running them when needed
Jean-Marc Valin
2013-12-09
1
-1
/
+2
*
Adds packet padding that works for all codes and fixes 40/60 ms CBR.
Jean-Marc Valin
2013-11-13
1
-1
/
+2
*
Variable frame size fixes (still not exposed in the API)
Jean-Marc Valin
2013-11-13
1
-2
/
+2
*
Fixes DISABLE_FLOAT_API build
Jean-Marc Valin
2013-10-28
1
-1
/
+5
*
Replace "inline" with OPUS_INLINE.
Gregory Maxwell
2013-10-28
1
-1
/
+1
*
Surround encoder can now produce hard CBR streams again.
Jean-Marc Valin
2013-10-14
1
-0
/
+2
*
Oops, thanks to Mark Harris for spotting this!
Jean-Marc Valin
2013-10-14
1
-2
/
+2
*
opus_packet_parse_impl() now computes the packet size with padding
Jean-Marc Valin
2013-10-14
1
-1
/
+2
*
Do up-front validation of multistream packets
Jean-Marc Valin
2013-10-11
1
-0
/
+4
*
Moves frame size selection back out of opus_encode_native()
Jean-Marc Valin
2013-09-16
1
-1
/
+5
*
First pass at making the analysis code run with FIXED_POINT
Jean-Marc Valin
2013-09-06
1
-3
/
+3
*
Moves the analysis back to opus_encode_native() to it runs for all streams.
Jean-Marc Valin
2013-09-05
1
-8
/
+5
*
Change few remaining instances of short to opus_int16
Jean-Marc Valin
2013-05-18
1
-1
/
+1
*
Merge branch 'exp_analysis'
Jean-Marc Valin
2013-03-08
1
-1
/
+15
|
\
|
*
Adds support for delayed decision
Jean-Marc Valin
2013-02-20
1
-4
/
+11
|
*
Making multistream variable duration work for both the float and int API
Jean-Marc Valin
2013-02-10
1
-1
/
+6
|
*
Multistream support for variable frame duration
Jean-Marc Valin
2013-02-10
1
-0
/
+2
*
|
Applies soft-clipping to the int decoder API.
Jean-Marc Valin
2013-03-01
1
-1
/
+2
|
/
*
Capping lsb_depth to 16 unless using the float API of a float build
Jean-Marc Valin
2012-12-21
1
-0
/
+3
*
Splits out the Opus multi-stream encoder and decoder
Jean-Marc Valin
2012-11-07
1
-0
/
+13
*
Attenuates the HF in hybrid mode to match what SILK does below the cutoff
Koen Vos
2012-10-10
1
-1
/
+1
*
Fix an MSVC warning.
Ralph Giles
2012-08-17
1
-2
/
+2
*
Increase alignment of the internal state structures to sizeof(void *) from 4 ...
Gregory Maxwell
2012-05-04
1
-3
/
+2
*
Merge commit '390c89225d'
Jean-Marc Valin
2012-04-24
1
-2
/
+2
|
\
|
*
s/FOUNDATION/COPYRIGHT OWNER/ in CELT code and "glue code"
Jean-Marc Valin
2012-04-20
1
-2
/
+2
*
|
Fixes int vs opus_int32 compile errors on C5x
Jean-Marc Valin
2012-03-08
1
-2
/
+2
*
|
More consistent types for 16-bit architectures
Jean-Marc Valin
2012-03-05
1
-1
/
+1
|
/
*
Rename '_FOO' to avoid potentional collisions with reserved identifiers.
Ralph Giles
2011-12-02
1
-1
/
+1
*
Gives the Opus code direct access to (non-opaque) OpusRepacketizer
Jean-Marc Valin
2011-10-27
1
-0
/
+9
*
Makes OPUS_SET_VOICE_RATIO private
Jean-Marc Valin
2011-10-27
1
-0
/
+20
*
Makes multi-stream encoding code use the repacketizer
Jean-Marc Valin
2011-09-09
1
-0
/
+2
*
Adds ctl() requests for forcing any operating mode in the encoder
Jean-Marc Valin
2011-09-08
1
-0
/
+4
*
Making sure that everything in opus.h has a opus prefix
Jean-Marc Valin
2011-08-28
1
-0
/
+4
*
Adds support for multi-stream encoding/decoding
Jean-Marc Valin
2011-08-27
1
-0
/
+6
*
encode_size() moved out of opus_encoder.c
Jean-Marc Valin
2011-08-23
1
-0
/
+2
*
Moves align() to a single header
Jean-Marc Valin
2011-08-22
1
-0
/
+39