Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / memorysafety/rav1d issues and pull requests

#170 - Capture meson test output on test failure

Issue - State: closed - Opened by randomPoison almost 2 years ago
Labels: testing

#169 - `fn scan_{row,col}`: Cleanup and make mostly safe

Pull Request - State: closed - Opened by kkysen almost 2 years ago

#168 - `fn add_spatial_candidate`: Cleanup and make safe

Pull Request - State: closed - Opened by kkysen almost 2 years ago

#167 - `fn add_temporal_candidate`: Cleanup and make almost safe

Pull Request - State: closed - Opened by kkysen almost 2 years ago

#166 - Cleanup trivial redundant casts

Pull Request - State: closed - Opened by kkysen almost 2 years ago - 4 comments

#165 - `fn add_compound_extended_candidate`: Cleanup and make safe

Pull Request - State: closed - Opened by kkysen almost 2 years ago

#164 - `fn add_single_extended_candidate`: Cleanup and make safe

Pull Request - State: closed - Opened by kkysen almost 2 years ago

#163 - `fn mv_projection`: Cleanup and make safe

Pull Request - State: closed - Opened by kkysen almost 2 years ago

#162 - Build rav1d in debug mode for x86 to catch overflows

Pull Request - State: closed - Opened by thedataking almost 2 years ago

#161 - `fn get_uv_inter_txtp`: Cleanup and make safe

Pull Request - State: closed - Opened by kkysen almost 2 years ago

#160 - `fn get_poc_diff`: Make safe and cleanup

Pull Request - State: closed - Opened by kkysen almost 2 years ago

#159 - `fn get_gmv_2d`: Cleanup and make safe

Pull Request - State: closed - Opened by kkysen almost 2 years ago

#158 - `fn fix_mv_precision`: Cleanup and make safe

Pull Request - State: closed - Opened by kkysen almost 2 years ago

#157 - `fn fix_int_mv_precision`: Cleanup and make safe

Pull Request - State: closed - Opened by kkysen almost 2 years ago

#156 - `fn dav1d_refmvs_find`: Cleanup and make a large portion safe

Pull Request - State: closed - Opened by kkysen almost 2 years ago

#155 - Move the overflow checks into a new release test profile for testing

Issue - State: closed - Opened by kkysen almost 2 years ago - 1 comment

#154 - Add `--release` overflow checks for testing

Pull Request - State: closed - Opened by kkysen almost 2 years ago - 6 comments

#153 - Clean up CI a bit

Pull Request - State: closed - Opened by thedataking almost 2 years ago

#152 - Rename all `ref_0`s to `r#ref`

Pull Request - State: closed - Opened by kkysen almost 2 years ago

#149 - `mv`: Turn `union mv` and `struct mv_xy` into the safe `struct mv`

Pull Request - State: closed - Opened by kkysen almost 2 years ago

#148 - `fn obmc_lowest_px`: Cleanup and make mostly safe

Pull Request - State: closed - Opened by kkysen almost 2 years ago - 1 comment

#147 - Make Dav1dFrameContext::frame_hdr safe

Issue - State: closed - Opened by randomPoison almost 2 years ago - 2 comments
Labels: refactoring

#146 - decode_b: Make seg safe

Pull Request - State: closed - Opened by randomPoison almost 2 years ago

#145 - decode_b: Cleanup a chunk of code

Pull Request - State: closed - Opened by randomPoison almost 2 years ago

#144 - `fn iclip_wmp`: Cleanup and make safe

Pull Request - State: closed - Opened by kkysen almost 2 years ago - 1 comment

#143 - Replace `unsafe` libc `*abs` calls with safe `.abs()` calls

Pull Request - State: closed - Opened by kkysen almost 2 years ago

#142 - decode_b: Make has_chroma into a bool

Pull Request - State: closed - Opened by randomPoison almost 2 years ago

#141 - decode_b: Cleanup a chunk of code

Pull Request - State: closed - Opened by randomPoison almost 2 years ago

#140 - Make function pointers non-optional

Issue - State: closed - Opened by randomPoison almost 2 years ago - 2 comments
Labels: refactoring

#139 - Cleanup and make safe `fn affine_lowest_px*`

Pull Request - State: closed - Opened by kkysen almost 2 years ago

#138 - Cleanup and make safe `fn mc_lowest_px`

Pull Request - State: closed - Opened by kkysen almost 2 years ago

#137 - Cleanup `fn dav1d_msac_decode_bools`

Pull Request - State: closed - Opened by kkysen almost 2 years ago

#136 - Cleanup and make safe `fn findoddzero`

Pull Request - State: closed - Opened by kkysen almost 2 years ago

#135 - Cleanup and make safe `fn init_quant_tables`

Pull Request - State: closed - Opened by kkysen almost 2 years ago

#134 - Cleanup and make safe `fn neg_deinterleave`

Pull Request - State: closed - Opened by kkysen almost 2 years ago

#133 - Cleanup and make safe `attributes.rs` and `intops.rs`

Pull Request - State: closed - Opened by kkysen almost 2 years ago

#132 - decode_b: Cleanup a chunk of code

Pull Request - State: closed - Opened by randomPoison almost 2 years ago

#131 - decode_b: Cleanup a chunk of logic

Pull Request - State: closed - Opened by randomPoison almost 2 years ago

#130 - decode_b: Convert b to a reference

Pull Request - State: closed - Opened by randomPoison almost 2 years ago

#129 - Fix alignment of lim_lut and refmvs_block (#115)

Pull Request - State: closed - Opened by fbossen almost 2 years ago - 3 comments

#128 - Fix data alignment in TaskThreadData_grain_lut_scaling_*

Pull Request - State: closed - Opened by fbossen almost 2 years ago

#127 - Port the `case_set` macro to a Rust `fn` and deduplicate a few of its calls in `decode_b`

Pull Request - State: closed - Opened by kkysen almost 2 years ago - 6 comments

#126 - decode_b: Cleanup instances of case_set

Pull Request - State: closed - Opened by randomPoison almost 2 years ago - 1 comment

#125 - decode_b: Convert ts and f variables to references

Pull Request - State: closed - Opened by randomPoison almost 2 years ago

#124 - decode_b: Cleanup initial variable declarations

Pull Request - State: closed - Opened by randomPoison almost 2 years ago

#123 - decode_b: Convert raw pointer to reference

Pull Request - State: closed - Opened by randomPoison almost 2 years ago - 2 comments

#122 - Audit alignment directives

Issue - State: closed - Opened by randomPoison almost 2 years ago

#121 - Fix alignment in LooprestorationParams

Pull Request - State: closed - Opened by randomPoison almost 2 years ago

#120 - Fix alignment for dav1d_sgr_x_by_x

Pull Request - State: closed - Opened by thedataking almost 2 years ago

#118 - Build and test i686 target

Pull Request - State: closed - Opened by thedataking almost 2 years ago

#116 - Remove an unused `fn dav1d_log` declaration, fixing all warnings

Pull Request - State: closed - Opened by kkysen almost 2 years ago

#115 - SIGSEGV on x86 if --cpumask is set to none, sse2, sse3, sse41

Issue - State: closed - Opened by thedataking almost 2 years ago - 2 comments
Labels: bug, testing

#114 - Deduplicate most remaining duplicated inline `fn`s

Pull Request - State: closed - Opened by kkysen almost 2 years ago

#113 - Deduplicate `struct TxfmInfo` to `src/tables.rs`

Pull Request - State: closed - Opened by kkysen almost 2 years ago

#112 - Deduplicate inline `fn dav1d_ref_inc` to `src/ref.rs`

Pull Request - State: closed - Opened by kkysen almost 2 years ago

#111 - Deduplicate inline `fn`s from/to `src/mem.{h,rs}`

Pull Request - State: closed - Opened by kkysen almost 2 years ago

#110 - Deduplicate inline `fn`s from/to `include/common/{attributes,intops}.{h,rs}`

Pull Request - State: closed - Opened by kkysen almost 2 years ago

#109 - Deduplicate consecutive empty lines

Pull Request - State: closed - Opened by kkysen almost 2 years ago

#108 - Deduplicate `union alias[0-9]+` types

Pull Request - State: closed - Opened by kkysen almost 2 years ago

#106 - Rename the unnamed types in `Av1Block`

Pull Request - State: closed - Opened by kkysen almost 2 years ago

#104 - Rename the unnamed types in `Dav1dTaskContext_scratch`

Pull Request - State: closed - Opened by kkysen almost 2 years ago

#100 - Deduplicate `struct Dav1dThreadPicture` to `src/picture.rs`

Pull Request - State: closed - Opened by kkysen almost 2 years ago

#98 - Deduplicate types from/to `src/refmvs.{h,rs}`

Pull Request - State: closed - Opened by kkysen almost 2 years ago

#96 - Deduplicate `struct Dav1dTileState_tiling` to `src/internal.rs`

Pull Request - State: closed - Opened by kkysen almost 2 years ago

#94 - Rename the unnamed types in `TaskThreadData` to `TaskThreadData_grain_lut_scaling{,_8,_16}`

Pull Request - State: closed - Opened by kkysen almost 2 years ago - 3 comments

#93 - Add a timeout multiplier of 2 for arm7 tests

Pull Request - State: closed - Opened by thedataking almost 2 years ago

#92 - Rename an unnamed `struct` in `mv` to `mv_xy`

Pull Request - State: closed - Opened by kkysen almost 2 years ago

#91 - Deduplicate `struct`s from/to `include/dav1d/picture.{h,rs}`

Pull Request - State: closed - Opened by kkysen almost 2 years ago

#87 - Fix missed unnamed renames from #84

Pull Request - State: closed - Opened by kkysen almost 2 years ago

#86 - Add testing arm7

Pull Request - State: closed - Opened by thedataking almost 2 years ago

#85 - Mc asm

Pull Request - State: closed - Opened by randomPoison almost 2 years ago

#83 - `cargo fix` after #24

Pull Request - State: closed - Opened by kkysen almost 2 years ago

#82 - Looprestoration asm

Pull Request - State: closed - Opened by randomPoison almost 2 years ago

#81 - Loopfilter asm

Pull Request - State: closed - Opened by randomPoison almost 2 years ago

#80 - Test builds with assembly disabled

Issue - State: closed - Opened by thedataking almost 2 years ago
Labels: testing

#79 - Add ipred assembly

Pull Request - State: closed - Opened by randomPoison almost 2 years ago

#78 - Add itx assembly

Pull Request - State: closed - Opened by randomPoison almost 2 years ago

#77 - Port test data tests to Rust

Issue - State: open - Opened by randomPoison almost 2 years ago - 3 comments
Labels: testing

#76 - Port seek stress tests

Issue - State: closed - Opened by randomPoison almost 2 years ago
Labels: testing

#75 - Setup checkasm tests

Issue - State: open - Opened by randomPoison almost 2 years ago
Labels: testing

#74 - Test AVX512 instructions in CI

Issue - State: closed - Opened by randomPoison almost 2 years ago - 2 comments
Labels: testing

#72 - Deduplicate previously unnamed `union Dav1dTaskContext_cf`

Pull Request - State: closed - Opened by kkysen almost 2 years ago

#71 - Fix alignment in dav1d_apply_grain

Pull Request - State: closed - Opened by randomPoison almost 2 years ago