head 1.2; access; symbols pkgsrc-2025Q2:1.1.0.20 pkgsrc-2025Q2-base:1.1 pkgsrc-2025Q1:1.1.0.18 pkgsrc-2025Q1-base:1.1 pkgsrc-2024Q4:1.1.0.16 pkgsrc-2024Q4-base:1.1 pkgsrc-2024Q3:1.1.0.14 pkgsrc-2024Q3-base:1.1 pkgsrc-2024Q2:1.1.0.12 pkgsrc-2024Q2-base:1.1 pkgsrc-2024Q1:1.1.0.10 pkgsrc-2024Q1-base:1.1 pkgsrc-2023Q4:1.1.0.8 pkgsrc-2023Q4-base:1.1 pkgsrc-2023Q3:1.1.0.6 pkgsrc-2023Q3-base:1.1 pkgsrc-2023Q2:1.1.0.4 pkgsrc-2023Q2-base:1.1 pkgsrc-2023Q1:1.1.0.2 pkgsrc-2023Q1-base:1.1; locks; strict; comment @# @; 1.2 date 2025.08.07.07.36.01; author adam; state dead; branches; next 1.1; commitid 56dZG2VLnIynML5G; 1.1 date 2023.03.10.21.36.29; author ryoon; state Exp; branches; next ; commitid RJp6Ny3WOfdHKCgE; desc @@ 1.2 log @rav1e: updated to 0.8.1 0.8.1 Fix bit overflows when writing headers b0bd2ad thanks to @@sdroege Update dependencies 0.8.0 Breaking changes The minimum rust version supported is now 1.83.0 The API itself should be compatible What's Changed from v0.7.1 Remove duplicate assume_slice_init_mut Update Cargo.lock Remove rustc_version_check from build.rs Remove crate quickcheck_macros Ignore IDE config folders Only enable av1-grain/serialize with rav1e/serialize Remove allow(clippy::undocumented_unsafe_blocks) where not necessary Replace cdf! macro with const fns Don't use host's strip command when cross-compiling Prepare for ivf release Update Cargo.lock after ivf version bump Fix test-specific clippy lints Fix NASM warning about %undef statement Update all non-major dependencies build(deps): bump shlex from 1.2.0 to 1.3.0 Add whitespace to compiler flags in long version string Replace types from once_cell with std::sync::OnceLock Update actions/cache action to v4 Update codecov/codecov-action action to v4 Make apply_ssim_boost a const fn Remove redundant imports Lock clap auto-updates to 4.4 until we bump rustc version Use a maintained clippy-check Further renovate changes Also lock assert_cmd version Add new NASM pragma regarding macro parameter expansion Add CI job to check the MSRV Add CI jobs for wasm32-wasi Replace AlignedBoxedSlice with aligned_vec::ABox fix(deps): update rust crate dav1d-sys to 0.7.0 [security] build(deps): bump libdav1d-sys from 0.6.0 to 0.7.0+libdav1d.1.4.0 chore(deps): update softprops/action-gh-release action to v2 Expose no_scene_detection in capi Fix clippy lints Update to itertool 0.13 Update nasm-rs to 0.3.0 Disable compiler warnings for known custom cfg values fix(deps): update all non-major dependencies Cleanup custom lints Do not rename the prefix manually for windows Update dependencies which do not bump minimum rustc Turn get_rect_tx_log_ratio into associated function for TxSize Add benchmarks for motion_compensate function Drop binary integration test from coverage Update clap to v4.5 Fix deploy CI job Use the clap v3 style Bump msrv-compatible dependencies Update built to 0.7.7 Freshen rav1e dependencies and CI Preparation for rav1e 0.8.0 Lock file maintenance Update clechasseur/rs-clippy-check action to v4 Update codecov/codecov-action action to v5 bump to bitstream-io 4.1 Use av-scenechange for scene detection Update all non-major dependencies @ text @$NetBSD: patch-Cargo.toml,v 1.1 2023/03/10 21:36:29 ryoon Exp $ * Do not use libgit2. It causes build failure as of git2 crate besed on libgit2-1.5. --- Cargo.toml.orig 2023-01-10 15:08:00.000000000 +0000 +++ Cargo.toml @@@@ -38,7 +38,7 @@@@ binaries = [ "av-metrics", "nom", ] -default = ["binaries", "asm", "threading", "signal_support", "git_version"] +default = ["binaries", "asm", "threading", "signal_support"] git_version = ["built/git2"] asm = ["nasm-rs", "cc"] threading = ["rayon/threads"] @ 1.1 log @multimedia/rav1e: import rav1e-0.6.3 rav1e is an AV1 video encoder. It is designed to eventually cover all use cases, though in its current form it is most suitable for cases where libaom (the reference encoder) is too slow. @ text @d1 1 a1 1 $NetBSD$ @