Skip to content

Actions: memorysafety/rav1d

build and run extra tests on x86-64

Actions

Loading...
Loading

Show workflow options

Create status badge

Loading
306 workflow run results
306 workflow run results

Filter by Event

Filter by Status

Filter by Branch

Filter by Actor

Change {frame,copy_lpf}_progress to AtomicI32
build and run extra tests on x86-64 #372: Commit 2f9c108 pushed by rinon
January 9, 2024 23:13 17m 25s main
January 9, 2024 23:13 17m 25s
struct {D,R}av1dITUTT35: Replace Rav1dRefs with `Option<Arc<DRav1…
build and run extra tests on x86-64 #371: Commit fac9e1a pushed by kkysen
January 9, 2024 01:18 21m 8s main
January 9, 2024 01:18 21m 8s
struct Rav1dITUTT35: Make payload{,_size} fields a Box<[u8]> (#…
build and run extra tests on x86-64 #370: Commit 20f505d pushed by kkysen
January 9, 2024 01:17 18m 1s main
January 9, 2024 01:17 18m 1s
struct Rav1d{ContentLightLevel,MasteringDisplay: Replace Rav1dRef
build and run extra tests on x86-64 #369: Commit bbc8176 pushed by kkysen
January 9, 2024 01:16 17m 58s main
January 9, 2024 01:16 17m 58s
mod lib: Various cleanup in preparation for replacing Rav1dData's…
build and run extra tests on x86-64 #368: Commit 54e63cd pushed by kkysen
January 5, 2024 10:36 22m 16s main
January 5, 2024 10:36 22m 16s
struct Rav1dUserData: Replace Rav1dRef with Option<CArc<u8>> (#…
build and run extra tests on x86-64 #367: Commit 833ef7d pushed by kkysen
January 5, 2024 10:35 17m 47s main
January 5, 2024 10:35 17m 47s
struct C{Box,Arc}: Add C/custom Box and Arc types that support …
build and run extra tests on x86-64 #366: Commit 302acd9 pushed by kkysen
January 5, 2024 10:34 17m 6s main
January 5, 2024 10:34 17m 6s
fn GetBits::get_bit: Make return type a bool (#633)
build and run extra tests on x86-64 #365: Commit 4fff114 pushed by kkysen
January 5, 2024 10:33 15m 39s main
January 5, 2024 10:33 15m 39s
fn GetBits::pos: Make return type a usize (#642)
build and run extra tests on x86-64 #364: Commit 08d8066 pushed by kkysen
January 4, 2024 22:41 35m 20s main
January 4, 2024 22:41 35m 20s
struct GetBits: Make safe (#632)
build and run extra tests on x86-64 #363: Commit 634cd97 pushed by kkysen
January 4, 2024 22:40 30m 55s main
January 4, 2024 22:40 30m 55s
struct GetBits: Adjust methods to make fields private (#631)
build and run extra tests on x86-64 #362: Commit f07d467 pushed by kkysen
January 4, 2024 22:40 27m 49s main
January 4, 2024 22:40 27m 49s
mod getbits: Make fns methods of struct GetBits (#630)
build and run extra tests on x86-64 #361: Commit 01464ba pushed by kkysen
January 4, 2024 22:40 24m 18s main
January 4, 2024 22:40 24m 18s
mod getbits: Cleanup (#635)
build and run extra tests on x86-64 #360: Commit 329df19 pushed by kkysen
January 4, 2024 22:39 22m 17s main
January 4, 2024 22:39 22m 17s
fn parse_frame_hdr: Initialize and return Rav1dFrameHeader direct…
build and run extra tests on x86-64 #359: Commit cd7bb79 pushed by kkysen
January 4, 2024 22:35 21m 27s main
January 4, 2024 22:35 21m 27s
fn parse_*: Initialize and return directly for fn parse_frame_hdr
build and run extra tests on x86-64 #358: Commit b8022a3 pushed by kkysen
January 4, 2024 22:35 18m 40s main
January 4, 2024 22:35 18m 40s
fn parse_frame_hdr: Extract fn parse_*s for complex fields (#627)
build and run extra tests on x86-64 #357: Commit 57d9d4a pushed by kkysen
January 4, 2024 22:34 19m 7s main
January 4, 2024 22:34 19m 7s
cdef_apply.rs: Use pixel_copy + minor cleanup
build and run extra tests on x86-64 #356: Commit 7183c89 pushed by thedataking
December 22, 2023 09:50 15m 47s main
December 22, 2023 09:50 15m 47s
struct Debug: Simplify mod obu's logging (#626)
build and run extra tests on x86-64 #355: Commit 76cce77 pushed by kkysen
December 21, 2023 20:56 15m 11s main
December 21, 2023 20:56 15m 11s
fn Rav1dFrameType::is_key_or_intra: Deduplicated missed macro expan…
build and run extra tests on x86-64 #354: Commit 0d30b17 pushed by kkysen
December 21, 2023 20:54 15m 5s main
December 21, 2023 20:54 15m 5s
struct {Rav1dEvent,Picture}Flag: Make bitflags! and replace `unsa…
build and run extra tests on x86-64 #353: Commit a088a9e pushed by kkysen
December 21, 2023 19:29 24m 41s main
December 21, 2023 19:29 24m 41s
fn rav1d_decode_frame_exit: Move f.tiles.clear() inside the fn
build and run extra tests on x86-64 #352: Commit c73587a pushed by kkysen
December 21, 2023 19:24 17m 21s main
December 21, 2023 19:24 17m 21s
DAV1D_API: Don't ptr::read and convert out args (#648)
build and run extra tests on x86-64 #351: Commit 18d9430 pushed by kkysen
December 21, 2023 19:23 15m 51s main
December 21, 2023 19:23 15m 51s
Add threaded testing to CI
build and run extra tests on x86-64 #350: Commit 739a108 pushed by rinon
December 21, 2023 17:36 15m 17s main
December 21, 2023 17:36 15m 17s
DAV1D_API: ptr::{read,write} C ptrs across the DAV1D_API to avo…
build and run extra tests on x86-64 #349: Commit 9c0804c pushed by kkysen
December 20, 2023 09:15 15m 24s main
December 20, 2023 09:15 15m 24s
fn rav1d_data_ref: Cleanup (#643)
build and run extra tests on x86-64 #348: Commit 5680365 pushed by kkysen
December 20, 2023 09:12 15m 11s main
December 20, 2023 09:12 15m 11s