Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
D
dav1d
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
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
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Ronald S. Bultje
dav1d
Graph
master
Select Git revision
Branches
6
debug-block-info
decoder_model
fix020
fix101
master
default
protected
users/rbultje/fix400
6 results
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
21
Nov
20
19
18
17
16
15
14
13
12
13
12
10
9
8
7
6
5
4
3
2
1
31
Oct
30
29
28
27
28
27
26
25
24
23
24
23
22
21
20
19
18
17
16
15
14
13
11
9
8
7
5
4
3
2
1
30
Sep
29
28
27
26
25
24
23
20
23
22
20
5
Rewrite the y4m header to match aomdec.
CI: use meson's '--werror' instead of CFLAGS
dav1d_fuzzer: include config.h before other headers
Merge dav1d_picture_alloc() and dav1d_picture_alloc_copy()
fuzzer: mask all CPU flags under memory sanitizer
mark dav1d_set_cpu_flags_mask visible
common.h: prefix multiple inclusion guard with DAV1D_
Normatively allow invalid global motion parameters
Fix use of uninitialized memory in resize_c()
film_grain: replace left shift of a signed value with a multiplication
itx: clip according to spec, fixes #103, #158
Don't set LR coefficient defaults at image edges
film_grain: Fix compilation with MSVC
frame mt: mark frame as failed in dav1d_close()
build: Only add libdav1d_nasm_objs if needed
film_grain: include config.h before other headers
Slightly simplify the loop in lr_sbrow()
film_grain: implement film grain synthesis
picture: make the film grain metadata public
obu: parse uv_mult etc. as signed integers
Call msac_decode_bool() for 2 element CDFs.
Remove confusing math and redundant computations.
Clip resize height to image size
Don't initialize the LR values if LR is disabled for a plane
decode: check once per tile sb row for symbol decoder overreads
arm64: mc: Implement 8tap and bilin functions
obu: support frame_refs_short_signaling
arm: define PIC based on __PIC__ or __pic__ if not defined
Revert "Disable warped motion for invalid warped global motion parameters"
set chroma width/height correctly for 422/444 in dav1d_read_coef_blocks
CI: add asan/msan/ubsan test jobs for oss-fuzz regression testing
checkasm: fix undefined signed int left shift by 31 in loopfilter test
CI: change build-debian-werror job to debug build
Fix calculation of unit_idx to identify Av1RestorationUnit
If Y/AC is 0 (but lossless=0), only allow coding DCT_DCT
Add support for super-res
Clip unscaled output pixels in put_8tap_scaled_c()
call dav1d_get_picture() until it returns -EAGAIN for draining
frame mt: fix memleak caused by race between dav1d_close and dav1d_decode_frame
Disable warped motion for invalid warped global motion parameters
Loading