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
Tim-Philipp Müller
Opus
Graph
b76888dc866868c073e5f94a63ccb80912a5be41
Select Git revision
Branches
10
ci-arm64
ci-fairy-check-gpg-without-mr
ci-private-mr
exp_neural_fec4-fix-meson2
fix_meson_powerpc_build
master
default
protected
meson-get-version-fixup
meson-get-version-git-worktree
opus-ng-ci-test
runner-test
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
30 results
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
6
Jul
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
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
Move OPUS_FAST_INT64 definition to celt/arch.h.
Clean up some intrinsics-related wording in configure.
Enable intrinsics by default.
Add Neon fixed-point implementation of xcorr_kernel.
Add Neon intrinsics for Silk noise shape feedback loop.
Apply Neon short prediction optimization to silk_noise_shape_quantizer_del_dec.
Add Neon intrinsics for Silk noise shape quantization.
Add named constants for ARM architecture variants.
Enable Neon intrinsics for aarch64.
Rename OPUS_ARM_NEON_INTR AM_CONDITIONAL as HAVE_ARM_NEON_INTR, for consistency with x86.
Reorganize ARM CPU #ifdefs.
Move ARM-specific macro overrides to arm-specific file.
Update URLs
Fix typo.
Update links in release checklist.
Add checksums for opusfile 0.8.
Replace another useless 32x16 multiply with 16x16
Replacing some 32x16 multiplies with 16x16 when both operands are 16 bits
Fix folding bug in draft too
Assert non-overlapping memcpy. r=mark4o
Forgot to call RESTORE_STACK in 328953e1896432bc700b9b5c69ae2987c5d752f4
update draft fixes
Making calls to opus_packet_pad() on a bad packet return OPUS_INVALID_PACKET
minor update draft update
Adding hybrid folding section and new testvectors to the update draft
Fix build error from comma at end of enum
Addressing more issues from scan-build
Address static analysis reports from scan-build
Add static bitrate allocation and force CELT-only for ambisonics encoding
Add experimental support for ambisonic encoding
Fixes an invalid read in compute_stereo_width() for 2.5 ms frames at 12 kHz
Fixes minor code quality issues in CELT
Fixes potential overflow on 16-bit platforms
Fixes signed integer overflow in fixed-point Burg
Fixes a fixed-point precision issue in remove_doubling()
Fixes an overflow in the constrained VBR code for bitrate>64000
Saturate when adding prediction to LPC excitation to avoid integer overflow
Update ISO Base Media Format draft to version 0.6.8.
List intrinsics flags being tested after existing cflags, so they override other options.
Modify autoconf tests for intrinsics to stop clang from optimizing them away.
Loading