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
079b91695099adacffc3dd7d5f6c4ae1e7515bdf
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
29
Aug
28
27
26
25
24
23
22
20
19
18
17
16
15
14
13
12
11
10
8
7
5
3
2
1
31
Jul
30
29
25
9
8
7
5
17
Jun
16
14
11
27
May
26
25
24
20
19
16
13
10
9
5
4
3
2
30
Apr
29
28
27
25
21
13
31
Mar
30
29
28
23
22
21
18
17
16
14
13
12
11
10
9
8
7
3
2
1
28
Feb
25
24
23
22
21
20
17
16
15
14
12
11
10
9
8
7
6
4
3
2
1
31
Jan
30
29
28
27
26
25
24
23
22
21
20
19
18
17
13
12
11
10
9
8
30
Dec
29
27
23
21
20
19
18
17
16
15
14
13
10
9
8
6
5
4
3
2
1
30
Nov
26
25
24
19
16
14
13
12
10
9
8
6
5
Wrapping all allocation within opus_alloc() and opus_free()
Using malloc() rather than calloc() as generic allocator
Adds error code to multistream API
Better error handling in the Opus API
Removes // from win32/config.h
Apparently C89 doens't like unnecessary semicolons
This should remove the last // comments
s/INBAND_FEC_FLAG/INBAND_FEC/
Making sure that everything in opus.h has a opus prefix
Add pkg-config support files.
Add new public headers to the install targets.
Fixes a trivial multistream fixed-point bug
More // comments changed to /*
Changing some // comments into /*
more multistream ctl()s
Adds support for multi-stream encoding/decoding
Disable the LPC mode highpass filter when set to APPLICATION_AUDIO.
More precise CELT/SILK delay compensation to reduce mode switching glitches
More spec updates.
Fixes mathops-test for pseudo-stack
Addresses a bitstream bug for stereo FEC and minor fixes that make Opus compile again with Visual Studio.
Remove directories added by 86476906ec9711cdd1d74ae35bfb9bd0ba60f0d9.
fixes a build issue introduced in the s/signal/frame/ patch
Expand tabs and regularize some conditionals.
More spec additions.
Use 'frame' instead of 'signal' in the silk code.
Include opus_private.h when building the repacketizer.
Use standard search path for systems headers in the repacketizer.
Copyedited draft (up to line 4015).
In VBR the MDCT modes rate control could dramatically over/undershoot after a frame size change
encode_size() moved out of opus_encoder.c
Moves align() to a single header
Better handling of DTX for range coder state checks
Final range coder state now exposed through the ctl() interface
Including redundant frames in the final range coder state
Add prototypes for the _float functions to opus.h.
Removes opus_encoder.h and opus_decoder.h
Adds code for parsing self-delimited packets
Renaming "mode" option to "application"
Using dllimport on Win32 when not building Opus
Loading