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
7fcd66c40d0257796c912a6f500a98cbea89e704
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
1
Oct
29
Sep
28
16
14
13
12
11
10
9
6
5
31
Aug
30
29
28
26
21
12
4
30
Jul
25
23
15
13
12
11
7
2
1
2
1
29
Jun
27
25
17
16
15
13
10
9
7
6
5
4
27
May
26
25
24
25
24
23
22
21
20
19
20
19
18
17
16
13
12
11
10
11
9
8
7
6
5
23
Apr
19
15
5
18
Mar
12
11
8
7
5
1
28
Feb
22
20
19
18
17
10
7
6
5
16
Jan
11
10
9
3
2
22
Dec
21
20
19
18
14
13
12
11
7
5
4
3
1
30
Nov
29
27
22
21
19
15
14
12
11
9
8
7
6
5
3
2
31
Oct
30
29
27
24
23
21
19
18
17
16
11
10
9
7
6
27
Sep
26
24
21
20
19
18
17
16
15
14
13
12
10
8
6
31
Aug
30
29
27
24
23
22
21
19
17
16
15
14
12
10
9
8
6
30
Jul
27
26
25
24
23
21
20
18
17
16
14
13
12
11
7
5
3
28
Jun
19
18
17
14
11
10
Replaces log2() with celt_log2() and fixes a potential divide-by-zero
Fixes scaling of downmix_float() for fixed-point.
Fixes missing VARDECL()
Don't use --dirty in genversion.bat.
Merge branch 'exp_surround1'
Pass --always to git describe.
Avoid using C++ keyword 'new'
Avoids unnecessary copying in opus_encode for delayed decision
Makes analysis work when encoding more than 20 ms at a time
run_analysis() doesn't need to return the frame size anymore
Remove trailing whitespace from the license headers.
Remove trailing whitespace.
Makes the fixed-point build only run the float analysis at complexity 10
Moves frame size selection back out of opus_encode_native()
Very basic surround rate calibration
Allowing surround to use lower bandwidth than fullband
More surround masking tuning
Tuning the surround masking
Surround analysis should now work for non-20ms frame sizes.
Code for handling upsampling in surround_analysis()
Adds surround masking to SILK
Fixes delayed decision for fixed-point
Analysis scaling fixes
Makes speech/music detection work with FIXED_POINT (code still float)
First pass at making the analysis code run with FIXED_POINT
Moves the analysis back to opus_encode_native() to it runs for all streams.
Adds trim and dynalloc control to surround masking
Makes surround_analysis() work in fixed-point
Surround masking rewrite
Implements fixed-point silk_LPC_analysis_filter() in terms of celt_fir()
Converts the fixed-point silk_burg_modified() to use celt_pitch_xcorr()
Share auto-correlation code between SILK and CELT
Makes the SILK pitch search use celt_pitch_xcorr()
Fix more VS2010 header paths.
Fix relative paths the header file in the VS2010 projects.
Fixes a denorm issue in the VoIP mode high-pass filter
Update the RTP draft for resubmit
Fix broken URL in entdec.c.
Better handling of the dynalloc cap for CBR/CVBR
Fixes an integer wrap-around due to an exceedingly large QCONST16
Loading