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

#270 - `fn decode_b`: Deduplicate remaining macro `case_set` calls

Pull Request - State: closed - Opened by kkysen over 1 year ago

#269 - Normalize and deduplicate many of the bitdepth-dependent types

Pull Request - State: closed - Opened by kkysen over 1 year ago

#267 - `pal_idx`: Make a safe slice

Pull Request - State: closed - Opened by kkysen over 1 year ago

#266 - `fn dav1d_create_lf_mask_{intra,inter}`: Cleanup and make mostly safe

Pull Request - State: closed - Opened by kkysen over 1 year ago

#265 - `fn mask_edges_chroma`: Cleanup and make mostly safe

Pull Request - State: closed - Opened by kkysen over 1 year ago

#264 - `fn decomp_tx`: Reformulate `txa` accesses so it can be made safe

Pull Request - State: closed - Opened by kkysen over 1 year ago - 1 comment

#263 - `fn mask_edges_intra`: Cleanup and make mostly safe

Pull Request - State: closed - Opened by kkysen over 1 year ago

#262 - `fn mask_edges_inter`: Cleanup and make mostly safe

Pull Request - State: closed - Opened by kkysen over 1 year ago

#261 - `fn decomp_tx`: Cleanup and make mostly safe

Pull Request - State: closed - Opened by kkysen over 1 year ago - 3 comments

#260 - `fn dav1d_calc_eih`: Cleanup and make safe

Pull Request - State: closed - Opened by kkysen over 1 year ago

#259 - `fn {dav1d_,}calc_lf_value*`: Cleanup and make safe

Pull Request - State: closed - Opened by kkysen over 1 year ago

#258 - `src/lf_mask.rs`: Simple cleanup

Pull Request - State: closed - Opened by kkysen over 1 year ago

#257 - `fn splat_*`: Cleanup and make mostly safe

Pull Request - State: closed - Opened by kkysen over 1 year ago

#256 - `fn read_vartx_tree`: Cleanup and make mostly safe

Pull Request - State: closed - Opened by kkysen over 1 year ago

#255 - `fn read_pal_indices`: Cleanup and make mostly safe

Pull Request - State: closed - Opened by kkysen over 1 year ago

#254 - `fn read_pal_uv`: Cleanup and make mostly safe

Pull Request - State: closed - Opened by kkysen over 1 year ago - 1 comment

#253 - Fix missing stack aligns

Pull Request - State: closed - Opened by kkysen over 1 year ago

#252 - Fix missing `ALIGN_STK_[0-9]+`s on PPC code paths

Issue - State: open - Opened by kkysen over 1 year ago - 1 comment

#251 - Fix missing `ALIGN_STK_[0-9]+`s in already transpiled code

Issue - State: closed - Opened by kkysen over 1 year ago

#250 - Unaligned ptr derefs

Issue - State: closed - Opened by kkysen over 1 year ago

#249 - Update to latest nightly, `nightly-2023-05-10`

Pull Request - State: closed - Opened by kkysen over 1 year ago

#248 - `fn read_pal_plane`: Cleanup and make mostly safe

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

#247 - `fn DEBUG_BLOCK_INFO`: Deduplicate and cleanup

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

#246 - `fn find_matching_ref`: Cleanup and make mostly safe

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

#245 - Backport refmvs changes from dav1d 1.2.0

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

#244 - `fn read_tx_tree`: Cleanup and make mostly safe

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

#243 - decode_b: Cleanup starting at line 4314

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

#242 - decode_b: Cleanup from line 4222

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

#241 - `fn read_mv_residual`: Cleanup and make mostly safe

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

#240 - decode_b: Deduplicate assign_comp_mv

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

#239 - `fn read_mv_component_diff`: Cleanup and make mostly safe

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

#238 - Backport arm asm changes from dav1d 1.2.0

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

#237 - Fix argon tests

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

#236 - Remove --toolchain argument from rustup target add

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

#235 - Backport arm asm changes from dav1d 1.2.0

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

#234 - Backport x86 asm itx changes from dav1d 1.2.0

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

#233 - `struct refmvs_block`: Align a wrapper struct for an inner packed struct

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

#232 - Fix missing aligns

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

#231 - `fn dav1d_msac_decode_bool*`: Change return type to `bool`

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

#230 - Backport x86 asm ipred changes from dav1d 1.2.0

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

#229 - Backport arm asm changes from dav1d 1.2.0

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

#228 - Backport x86 asm changes from dav1d 1.2.0

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

#227 - `static dav1d_cpu_flags{,_mask}`: Cleanup and make safe

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

#226 - Run Argon tests nightly (Pacific Time)

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

#225 - Backport performance optimizations from david 1.2.0

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

#224 - Backport correctness fixes from upstream dav1d 1.2.0

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

#223 - `fn dav1d_msac_decode_*`: Make safe

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

#222 - `struct MsacContext`, `fn ctx_{refill,norm}`: Make safe

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

#221 - `src/msac.rs`: Cleanup `fn`s and make mostly safe

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

#220 - Cargo deny warnings in CI

Issue - State: open - Opened by thedataking almost 2 years ago - 1 comment
Labels: testing

#219 - Fix unused compiler warnings

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

#218 - decode_b: Cleanup a chunk of logic

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

#217 - decode_b: Cleanup chunk of code

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

#216 - decode_b: Cleanup a chunk of code

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

#215 - Fix threading issue causing Argon test 6075 to hang

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

#214 - Test rav1d against Argon test vectors

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

#213 - Investigate and fix pthreads-related hang on argon/profile1_core/streams/test6075.obu

Issue - State: closed - Opened by thedataking almost 2 years ago - 1 comment
Labels: bug

#212 - GitHub Actions Fixes

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

#211 - Fix numerous alignment issues and enable most arm assembly routines

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

#210 - Fix logic in assert! statements

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

#209 - `const EC_WIN_SIZE`: Deduplicate macro into `const`

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

#208 - `fn dav1d_msac_*`: Cleanup and make args safe

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

#207 - `fn dav1d_msac_*`: Deduplicate inline `fn`s

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

#206 - `fn dav1d_msac_*`: Deduplicate declarations

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

#205 - `fn order_palette`: Cleanup and make mostly safe

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

#204 - decode_b: Make t_dim safe

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

#203 - decode_b: Cleanup a chunk of code

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

#202 - `fn get_prev_frame_segid`: Cleanup and make mostly safe

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

#201 - `fn get_cur_frame_segid`: Cleanup

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

#200 - `fn *_ctx`: Further cleanup (after #198)

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

#199 - `fn get_filter_ctx`: Cleanup

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

#198 - `fn *_ctx`: Cleanup (minimally) and make safe

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

#197 - `src/env.rs`: Deduplicate (effectively move) inline fns

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

#196 - `fn get_{top,left}_partition_ctx`: Cleanup and make safe

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

#195 - `fn get_partition_ctx`: Cleanup and make safe

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

#194 - `fn get_tx_ctx`: Cleanup and make safe

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

#193 - `fn get_intra_ctx`: Cleanup and make safe

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

#191 - `fn get_drl_context`: Clean up and make safe

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

#190 - `fn derive_warpmv`: Cleanup and make almost safe

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

#189 - Add workflow for checking formatting and run one more formatting pass

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

#188 - `fn dav1d_find_affine_int`: Cleanup and make safe

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

#187 - `fn dav1d_set_affine_mv2d`: Cleanup and make safe

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

#186 - `fn get_mult_shift_(n?)diag`: Cleanup and make safe

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

#185 - `fn dav1d_get_shear_params`: Cleanup and make safe

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

#184 - `fn resolve_divisor_{32,64}`: Cleanup and make safe

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

#183 - `static div_lut`: Cleanup and make safe

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

#181 - `static dav1d_dq_tbl`: Deduplicate declaration, cleanup, and make safe

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

#180 - Fix arm7 builds with assembly enabled

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

#179 - Store logs unless build got manually cancelled. Closes #170

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

#178 - Cleanup remaining trivial redundant casts (after `cargo fmt`)

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

#177 - `cargo fmt`

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

#176 - decode_b: Make b_dim safe

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

#175 - decode_b: Another small chunk of cleanup

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

#174 - decode_b: Make f.frame_hdr a safe reference

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

#173 - decode_b: Cleanup a chunk of code

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

#172 - decode_b: Cleanup a chunk of code

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

#171 - Use log crate for debug logging

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