Skip to content

Actions: memorysafety/rav1d

build and run extra tests on x86-64

Actions

Loading...
Loading

Show workflow options

Create status badge

Loading
120 workflow run results
120 workflow run results

Filter by Event

Filter by Status

Filter by Branch

Filter by Actor

fn wiener_rust: Fix perf regression (#423)
build and run extra tests on x86-64 #161: Commit bf9f039 pushed by kkysen
August 31, 2023 08:23 33m 31s main
August 31, 2023 08:23 33m 31s
Remove error/cleanup-like gotos in C (#421)
build and run extra tests on x86-64 #160: Commit 2c371ae pushed by kkysen
August 31, 2023 08:23 28m 25s main
August 31, 2023 08:23 28m 25s
fn decode_sb: Add back condition accidentally removed in #382 (#424)
build and run extra tests on x86-64 #159: Commit e2f3675 pushed by kkysen
August 30, 2023 21:54 38m 59s main
August 30, 2023 21:54 38m 59s
fn dav1d_decode_frame_exit: Cleanup and make mostly safe (#422)
build and run extra tests on x86-64 #158: Commit 396d744 pushed by kkysen
August 30, 2023 21:52 40m 25s main
August 30, 2023 21:52 40m 25s
decl_itx*_fn*!: Only declare existing asm fns (#420)
build and run extra tests on x86-64 #157: Commit bd9d94f pushed by kkysen
August 30, 2023 21:51 41m 23s main
August 30, 2023 21:51 41m 23s
decl_itx_fn*!: Simplify/refactor (#419)
build and run extra tests on x86-64 #156: Commit 5b77f72 pushed by kkysen
August 30, 2023 21:51 39m 35s main
August 30, 2023 21:51 39m 35s
#![allow(*)]: Remove unneeded (#418)
build and run extra tests on x86-64 #155: Commit b578c11 pushed by kkysen
August 30, 2023 21:50 40m 21s main
August 30, 2023 21:50 40m 21s
#[derive(Copy, Clone)]: Remove except where needed (#417)
build and run extra tests on x86-64 #154: Commit 1f7c183 pushed by kkysen
August 30, 2023 17:52 41m 12s main
August 30, 2023 17:52 41m 12s
fn boxsum{3, 5}: Make args safe (#373)
build and run extra tests on x86-64 #153: Commit 584b1c7 pushed by randomPoison
August 29, 2023 19:08 34m 57s main
August 29, 2023 19:08 34m 57s
struct Dav1dInvTxfmDSPContext: Type-erase fn ptrs and deduplicate…
build and run extra tests on x86-64 #152: Commit b6de7e2 pushed by randomPoison
August 29, 2023 18:43 1h 6m 19s main
August 29, 2023 18:43 1h 6m 19s
fn dav1d_decode_frame: Cleanup and make mostly safe (#415)
build and run extra tests on x86-64 #151: Commit 6ece9fc pushed by kkysen
August 29, 2023 18:40 51m 50s main
August 29, 2023 18:40 51m 50s
fn pthread_*: Deduplicate declarations into use imports (#414)
build and run extra tests on x86-64 #150: Commit 900300f pushed by kkysen
August 29, 2023 18:39 47m 6s main
August 29, 2023 18:39 47m 6s
src/getbits.rs: Deduplicate types and fn declarations (#413)
build and run extra tests on x86-64 #149: Commit 37c441b pushed by kkysen
August 29, 2023 18:39 42m 51s main
August 29, 2023 18:39 42m 51s
src/{ref,mem,cdf,data,picture,refmvs,log,thread_task,cpu}.rs: Dedup…
build and run extra tests on x86-64 #148: Commit 0b1d111 pushed by kkysen
August 29, 2023 18:39 35m 51s main
August 29, 2023 18:39 35m 51s
fn selfguided_filter: Cleanup w/ generics and introduce CursorMut
build and run extra tests on x86-64 #147: Commit 5c33a0c pushed by randomPoison
August 29, 2023 18:34 40m 16s main
August 29, 2023 18:34 40m 16s
bd_fn!: Add bitdepth-dispatching macro (#411)
build and run extra tests on x86-64 #146: Commit 492d466 pushed by kkysen
August 29, 2023 03:44 39m 44s main
August 29, 2023 03:44 39m 44s
src/qm.rs: Final cleanup (#410)
build and run extra tests on x86-64 #145: Commit 6a723b3 pushed by kkysen
August 28, 2023 20:16 45m 0s main
August 28, 2023 20:16 45m 0s
static dav1d_qm_tbl: Make non-mut by generating it at compile tim…
build and run extra tests on x86-64 #144: Commit bb4eea9 pushed by kkysen
August 28, 2023 20:15 49m 34s main
August 28, 2023 20:15 49m 34s
fn {transpose,untriangle,subsample}{,d}: const-ify (#408)
build and run extra tests on x86-64 #143: Commit 7798f92 pushed by kkysen
August 28, 2023 20:15 39m 50s main
August 28, 2023 20:15 39m 50s
static dav1d_qm_tbl: Store slices instead of raw ptrs (#407)
build and run extra tests on x86-64 #142: Commit 586659b pushed by kkysen
August 28, 2023 20:14 38m 29s main
August 28, 2023 20:14 38m 29s
fn dav1d_init_qm_tables: Further cleanup (#406)
build and run extra tests on x86-64 #141: Commit c2bb927 pushed by kkysen
August 28, 2023 20:14 33m 4s main
August 28, 2023 20:14 33m 4s
static dav1d_qm_tbl: Deduplicate declarations (#405)
build and run extra tests on x86-64 #140: Commit c135181 pushed by kkysen
August 28, 2023 19:10 52m 37s main
August 28, 2023 19:10 52m 37s
src/qm.rs: Cleanup (#404)
build and run extra tests on x86-64 #139: Commit 1ff56d5 pushed by kkysen
August 28, 2023 19:09 47m 52s main
August 28, 2023 19:09 47m 52s
fn subsample: Cleanup/re-translate and make safe (#403)
build and run extra tests on x86-64 #138: Commit cddd119 pushed by kkysen
August 28, 2023 19:09 35m 12s main
August 28, 2023 19:09 35m 12s
fn transpose: Cleanup/re-translate and make safe (#402)
build and run extra tests on x86-64 #137: Commit c870422 pushed by kkysen
August 28, 2023 19:08 38m 19s main
August 28, 2023 19:08 38m 19s