-
Notifications
You must be signed in to change notification settings - Fork 55
Pull requests: memorysafety/rav1d
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
Use Cleaning up transpiled code
Dav1dSequenceHeader
instead of Rav1dSequenceHeader
memory usage
refactoring
#1428
opened Jun 11, 2025 by
jrebelo
Loading…
fn Rav1dPictureDataComponent::wrap_buf
: make unsafe
to enforce buf
outlives Self
safety/correctness
#1416
opened May 27, 2025 by
kkysen
Loading…
perf:
fn rav1d_prepare_intra_edges
: pre-slice
performance
#1415
opened May 25, 2025 by
ERobsham
Loading…
Add features for alternate global allocators
memory usage
performance
#1411
opened May 24, 2025 by
frc4533-lincoln
Loading…
Be stricter about sequence and frame header presence
performance
refactoring
Cleaning up transpiled code
fn create_lf_mask_inter
: pull level_cache
slice out of inner loop
performance
#1401
opened May 19, 2025 by
coderkalyan
Loading…
Try optimizing
f.mvs
by only allocating when the length changes
#1368
opened Oct 31, 2024 by
kkysen
Loading…
Linux/x64: Fix SIMD routines not linking due to illegal relocations
#1367
opened Oct 15, 2024 by
teh-cmc
Loading…
Try using
new_zeroed_slice
to optimize f.mvs
with zeroed allocations
performance
#1360
opened Sep 23, 2024 by
kkysen
Loading…
Unify and rename Issues that we would like to address at some point in the future
struct WithOffset
low priority
#1334
opened Aug 5, 2024 by
rinon
Loading…
struct {Rav1dContext,TaskThreadDataDelayedFg}
: Remove TODOed unsafe impl Send + Sync
s
#1329
opened Jul 18, 2024 by
kkysen
Loading…
struct Unique
: Copy more from std
and use for Rav1dPictureDataComponentInner::ptr
to make it Send + Sync
#1327
opened Jul 18, 2024 by
kkysen
Loading…
Add cdylib support by building some static tables in C
#1322
opened Jul 16, 2024 by
randomPoison
Loading…
struct CaseSet
: Optimize by match
ing on len
once per set_ctx
performance
#1283
opened Jul 3, 2024 by
kkysen
Loading…
Previous Next
ProTip!
Exclude everything labeled
bug
with -label:bug.