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
85ede2c6aa066da29fce5186394f46927358be3b
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
17
Jan
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
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
Clarify that MB->WB is better than MB->NB
Remove line about undefined speaker configurations.
Bump Ogg draft version and date.
Replace MAY with SHOULD in the gap-filling guidelines.
Update Ralph's phone number.
Update authors in RTP draft
Another nit in the update draft
Bump the static version string in version.mk.
Reword framing bit ommission, again.
Be a bit less ambiguous about the comment framing bit
Rewrite gap filling section.
Add Tim's gap repair text.
Fix malloc_hook warning on glibc 2.17 and later.
Minor nits on update draft
Update draft accepted as WG document
Fix declaration after statement in fixed point.
Add tests/test_ to Makefile.unix.
Fixes the decode_fec case for b76888d
pseudostack instrumentation (off by default)
Minor refactoring of the SILK PLC code to save more stack
Preventing unnecessary stack use when using a large decode buffer
Fixes SMALL_FOOTPRINT for float
Another aliasing hack in the SILK PLC with SMALL_FOOTPRINT
Don't allocate pulses on the stack when calling the SILK PLC.
Moves CELT PLC pitch search to a separate function to reduce peak stack
Delaying allocation of the SILK temporary output buffer to reduce peak stack
Adds SMALL_FOOTPRINT hack to the CELT PLC too
Moves deemphasis() call out of celt_decode_lost() to reduce peak stack
Store decoded SILK pulses as 16-bit vector
Cleaning up leftovers of "freq" in celt_decode_with_ec()
Reduces the decoder stack use by removing the pcm_silk buffer in fixed-point
Moves the remains of compute_inv_mdcts() to celt_synthesis()
Hack that makes the SMALL_FOOTPRINT CELT decoder use only 4.25 kB of stack.
Reduces decoder stack usage by only storing one channel of denormalized MDCT
Some cleaning up of the synthesis code.
Making exp_rotation1() use MAC16_16(), which saves a few cycles on ARM
Silences unused parameter warning
Moving the radix-2 to expose trivial twiddle factors
Improving the accuracy of the fixed-point radix-3 and radix-5
Minor cleanup -- nothing to see here
Loading