Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

struct Rav1dFrameData::{cur,prev}_segmap: Arcify with an Option<DisjointMutArcSlice<u8>> #971

Merged
merged 6 commits into from
Apr 17, 2024

Commits on Apr 17, 2024

  1. Configuration menu
    Copy the full SHA
    f1e6e4b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b052a36 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f832c14 View commit details
    Browse the repository at this point in the history
  4. struct DisjointMutArcSlice: Add a type that allows for an `Arc<Disj…

    …ointMut<[_]>>` with no overhead when `#[cfg(not(debug_assertions))]`.
    kkysen committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    5810255 View commit details
    Browse the repository at this point in the history
  5. struct Rav1dFrameData::{cur,prev}_segmap: Arcify with an `Option<…

    …DisjointMutArcSlice<u8>>`.
    kkysen committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    fe65a66 View commit details
    Browse the repository at this point in the history
  6. struct Rav1dContext::segmap_pool: Remove (for now) now-unused `segm…

    …ap_pool` now that `segmap`s have been `Arc`ified.
    kkysen committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    683f7c3 View commit details
    Browse the repository at this point in the history