Actions: memorysafety/rav1d
Actions
818 workflow runs
818 workflow runs
fn decode_coefs_class
: Fix branch misprediction (#1246)
build and run extra tests on x86-64
#828:
Commit 6be08b8
pushed
by
kkysen
fn decode_coefs_class
: Make a fn
from a macro (#1244)
build and run extra tests on x86-64
#827:
Commit a43b380
pushed
by
kkysen
fn decode_coefs
: Cleanup, especially decode_coefs_class!
(#1243)
build and run extra tests on x86-64
#826:
Commit 193477b
pushed
by
kkysen
fn decode_coefs
: Translate decode_coefs_class!
macro as a macro (…
build and run extra tests on x86-64
#825:
Commit b993aef
pushed
by
kkysen
fn get_lo_ctx
: Optimize (#1241)
build and run extra tests on x86-64
#824:
Commit fcd0683
pushed
by
kkysen
BLOCK_SIZE
to FG_BLOCK_SIZE
from dav1d 1.3.0…
build and run extra tests on x86-64
#823:
Commit dac2b82
pushed
by
fbossen
fn output_image
: Make safe (#1251)
build and run extra tests on x86-64
#822:
Commit dd4c09c
pushed
by
randomPoison
#![feature(c_variadic)]
: Remove for the rav1d
library (#620)
build and run extra tests on x86-64
#821:
Commit f4cc5d2
pushed
by
kkysen
enum TxfmSize
: Make a real enum
(#1240)
build and run extra tests on x86-64
#819:
Commit e37bd30
pushed
by
kkysen
struct InRange
: Add type that enforces its value is within a const …
build and run extra tests on x86-64
#818:
Commit b3451b8
pushed
by
kkysen
fn get_skip_ctx
: Optimize (#1235)
build and run extra tests on x86-64
#817:
Commit da472a5
pushed
by
kkysen
enum Rav1dFilterMode
: Use instead of u8
s or Dav1dFilterMode
in …
build and run extra tests on x86-64
#816:
Commit 13478e1
pushed
by
kkysen
mod msac
: Document range of values used and returned and mask retur…
build and run extra tests on x86-64
#815:
Commit 84708b0
pushed
by
kkysen
struct SegmentId
: Add newtype wrapper for seg_id
that enforces in…
build and run extra tests on x86-64
#814:
Commit cf978a9
pushed
by
kkysen
fn loop_restoration_filter::Fn::call
: Mark it and callers safe (#1230)
build and run extra tests on x86-64
#813:
Commit 1449ec4
pushed
by
kkysen
fn mc{,t}{,_scaled}
: Make safe w/ Rav1dPictureDataComponentOffset
…
build and run extra tests on x86-64
#812:
Commit db847b3
pushed
by
kkysen
mod mc
: Simplify a bunch of little things in preparation for making…
build and run extra tests on x86-64
#811:
Commit 742ed6b
pushed
by
kkysen
fn filter_{8tap,bilin}_mid
: Separate out safe mid: &[i16]
version…
build and run extra tests on x86-64
#810:
Commit 6e18648
pushed
by
kkysen
fn FilterResult::{rnd,rnd2,clip}
: Replace the `filter_{8tap,bilin}_…
build and run extra tests on x86-64
#809:
Commit 636f83d
pushed
by
kkysen
fn warp8x8{,t}
: Make safe w/ Rav1dPictureDataComponentOffset
(#1222)
build and run extra tests on x86-64
#808:
Commit 8b90ffb
pushed
by
kkysen
fn {mc,warp8x8}{,t}{,_scaled}
: Mark asm calls safe with `TODO SAFET…
build and run extra tests on x86-64
#807:
Commit a0912e3
pushed
by
kkysen
fn warp_affine
: Make r#ref
var safe w/ `Rav1dPictureDataComponent…
build and run extra tests on x86-64
#806:
Commit cedde13
pushed
by
kkysen
enum MaybeTempPixels
: Store a Rav1dPictureDataComponentOffset
in …
build and run extra tests on x86-64
#805:
Commit 4470348
pushed
by
kkysen
fn mc
: Make r#ref
var safe w/ Rav1dPictureDataComponentOffset
(…
build and run extra tests on x86-64
#804:
Commit 9ff6ac5
pushed
by
kkysen