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
c152d602aa6f68b4bc9483393985511bb2d83e86
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
28
Dec
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
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
Slightly improving the accuracy of the fixed-point MDCT downscale
Commit 99968ab was causing us to allocate too much stack in the MDCT
Removes the separate 1/8N rotation in the (I)MDCT and unmerges the MDCT sizes
Inverse MDCT no longer requires any scratch space
Reverse the ordering of the FFT stage to optimize a degenerate radix-4 case.
Merges the FFT scaling with the MDCT pre-rotate
Getting rid of the inverse FFT entirely
Moving bitrev step to forward MDCT too
Applying the forward FFT gain up-front for fixed-point too
Moves the bitrev step to the IMDCT pre-rotation
Fixes a warning about "conversion from '__int64' to 'int'" on MSVC
configure.ac: fix bashism in ARM optimization handling
fixed-point: slight (but free) accuracy improvement in compute_band_energies()
fixed-point: adds rounding to some shifts to eliminate bias
Remove useless code in alloc_trim_analysis()
Minor fixed-point accuracy improvements that were completely free
Removing indirections
Annotating pointer arguments with OPUS_RESTRICT and const
Fixes code that was doing arithmetic on a void pointer.
More NaN hardening in the analysis code
Add a reminder to bump the version.mk version.
Using OPUS_COPY()/OPUS_CLEAR() in the decoder too
Making NaN detection more robust to -ffast-math.
Using celt_inner_prod() in compute_band_energies()
Makes silk_inner_prod_aligned() use celt_inner_prod() in fixed-point.
s/MAX16/MAX32/ in transient_analysis()
Using celt_inner_prod() for input sanity check.
Defining celt_inner_prod() and using it instead of explicit loops.
Replaces inline copies and initialization with OPUS_*() macros.
Changes ABS16() and ABS32() to use fabs() in the float build
Optimizes encoder NaN detection and clipping by only running them when needed
Fixed-point fast-path for normal 48 kHz encoding in celt_preemphasis()
Turns a 16x32 multiply into a 16x16 one in celt_preemphasis().
Bump soname
v1.1
v1.1
Mention updating the website examples.
Start a release checklist.
Revert "Disables assembly optimizations by default because of several problems reported"
v1.1-rc3
v1.1-rc3
Disables assembly optimizations by default because of several problems reported
Fixes Opus-custom preemphasis
Whoa! This fixes a pretty bad fixed-point stereo regression
Loading