Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Opus
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Victor Ding
Opus
Graph
3bd0231be14b77ab83f3afe2785f82338a1418b8
Select Git revision
Branches
4
NSQ_del_dec
avx2
development
master
default
protected
Tags
20
v1.3.1
v1.3
v1.3-rc2
v1.3-rc
v1.3-beta
v1.2.1
v1.2
v1.2-rc1
v1.2-beta
v1.1.5
v1.1.4
v1.2-alpha2
v1.2-alpha
v1.1.3
v1.1.2
v1.1.1
v1.1.1-rc
draft-ietf-codec-oggopus-06
draft-ietf-codec-oggopus-05
v1.1.1-beta
24 results
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
13
Aug
12
11
9
6
5
30
Jul
28
27
26
25
24
22
21
20
19
17
15
8
7
6
5
4
1
30
Jun
29
27
20
19
18
17
4
2
31
May
18
17
11
22
Apr
20
15
30
Mar
24
22
22
Feb
17
16
12
9
3
2
28
Jan
15
13
12
7
5
4
31
Dec
30
28
23
11
4
26
Nov
24
23
22
17
16
5
3
2
23
Oct
16
8
7
25
Sep
1
20
Aug
10
7
4
3
7
Jul
23
Jun
8
May
28
Apr
21
14
10
13
Mar
27
Feb
24
20
11
6
13
Jan
10
9
6
2
26
Dec
25
20
8
1
27
Nov
19
17
Oct
14
12
7
3
30
Sep
29
26
4
3
31
Aug
1
Sep
31
Aug
14
10
8
30
Jul
28
3
1
30
Jun
21
20
19
18
14
May
16
Apr
26
Mar
19
24
Feb
7
6
31
Jan
30
29
26
23
22
21
20
19
17
18
17
16
15
14
13
8
7
6
5
4
3
31
Dec
29
28
27
23
22
21
20
17
16
14
11
10
9
5
4
3
2
29
Nov
27
28
26
25
24
22
21
20
21
20
19
18
19
18
17
16
15
13
12
11
9
8
4
28
Oct
23
21
17
14
13
12
11
1
29
Sep
28
16
Making gcc use SSE directly for float->int conversion when available
Reducing dependencies in deemphasis()
Fixes problem with M_PI
Making stereo_itheta() use the same atan2() approximation as tonality_analysis()
SSE2 implementation of the PVQ search
Making signx[] an int in alg_quant() and removes unnecessary sign copying
Speeding up PVQ using unlikely() and moving first position out of the loop
Getting gcc to use cmovs rather than branches in alg_quant()
biasing quantization
Fixes "mixed declarations and code"
Making it clearer to Coverity that nStates cannot exceed NLSF_QUANT_DEL_DEC_STATES
Weighting theta rdo based on channel energy
Fixes overflow in CNG
Don't do theta RDO on intensity-stereo-coded bands
Saving the state rather than re-compute the best option
Making stereo theta decision based on minimizing distortion
controlling rounding
Properly allocation scratch space for resynth encoder
cleanup: putting resynth flag in the context
cleanup: line wrapping
Ensure that NLSF cannot be negative when computing a min distance between them
appveyor: Package includes and opus.lib as an artifact.
VS2015: Ignore warning 4146 in celt/kiss_fft.c.
win32/.gitignore: Add DebugDLL_fixed.
VS2015: Disable building DebugDLL opus_demo.
vs2015: Merge opus dependencies into its project.
VS2015: Mirror changes in *.mk files from exp_lbr_tune merge.
Trim appveyor config.
Add appveyor.yml to test VS2015 builds.
VS2015: Suppress a few warnings.
Create a simple project to create version.h.
Disabling the use of celt_fir() in silk_LPC_analysis_filter() by default
Fixes an overflow in limit_warped_coefs()
Move PLC LPC bandwidth expansion before the FIR to avoid overflows in celt_fir()
Fixes comment
Fixes an overflow in amp2Log2() for very large encoder input
Fixes cap on gain in denormalise_bands()
Fixes a shift<0 issue in transient_analysis()
Tighter bound in filter control in PLC
More headroom in PLC code
Loading