Skip to content

deps: bump oxideav-core from 0.1.34 to 0.1.35 in the minor-and-patch group - #2

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/minor-and-patch-04719f7457
Closed

dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/minor-and-patch-04719f7457

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 7, 2026

Copy link
Copy Markdown

Bumps the minor-and-patch group with 1 update: oxideav-core.

Updates oxideav-core from 0.1.34 to 0.1.35

Release notes

Sourced from oxideav-core's releases.

v0.1.35

Other

  • 4:4:0 YUV ladder + scene-referred float family + plane-geometry helpers

Added

  • Two pixel-format families from consumer asks, landed additively (pinned discriminants, append-only):
    • The 4:4:0 planar YUV family — Yuv440P (61), Yuv440P10Le (62), Yuv440P12Le (63), Yuv440P16Le (64): full-width, half-height chroma (subsampling shifts ssx = 0, ssy = 1), with the same 8/10/12/16 depth ladder as the other planar YUV samplings. Asked by a video decoder whose bitstream sampling flags allow vertical-only chroma decimation.
    • The scene-referred 32-bit float family — GrayF32Le (65), RgbF32Le (66), RgbaF32Le (67), GbrpF32Le (68), GbrapF32Le (69): IEEE 754 binary32 little-endian samples carrying linear light with no integer full-scale (1.0 = nominal diffuse white). Asked by an HDR image decoder whose native component type is floating point.
  • PixelFormat plane-geometry helpers, defined for every variant: is_float(), chroma_subsampling() (log2 (ssx, ssy) shifts per sampling class), plane_dimensions() (per-plane sample grids with ceiling division on subsampled axes), and the tightly-packed sizing trio plane_row_bytes() / plane_size_bytes() / frame_size_bytes() (checked arithmetic — None on out-of-range plane or usize overflow).
Changelog

Sourced from oxideav-core's changelog.

0.1.35 - 2026-08-20

Other

  • 4:4:0 YUV ladder + scene-referred float family + plane-geometry helpers

Added

  • Two pixel-format families from consumer asks, landed additively (pinned discriminants, append-only):
    • The 4:4:0 planar YUV family — Yuv440P (61), Yuv440P10Le (62), Yuv440P12Le (63), Yuv440P16Le (64): full-width, half-height chroma (subsampling shifts ssx = 0, ssy = 1), with the same 8/10/12/16 depth ladder as the other planar YUV samplings. Asked by a video decoder whose bitstream sampling flags allow vertical-only chroma decimation.
    • The scene-referred 32-bit float family — GrayF32Le (65), RgbF32Le (66), RgbaF32Le (67), GbrpF32Le (68), GbrapF32Le (69): IEEE 754 binary32 little-endian samples carrying linear light with no integer full-scale (1.0 = nominal diffuse white). Asked by an HDR image decoder whose native component type is floating point.
  • PixelFormat plane-geometry helpers, defined for every variant: is_float(), chroma_subsampling() (log2 (ssx, ssy) shifts per sampling class), plane_dimensions() (per-plane sample grids with ceiling division on subsampled axes), and the tightly-packed sizing trio plane_row_bytes() / plane_size_bytes() / frame_size_bytes() (checked arithmetic — None on out-of-range plane or usize overflow).
Commits
  • 66bbd9a chore: release v0.1.35 (#36)
  • defa866 format: 4:4:0 YUV ladder + scene-referred float family + plane-geometry helpers
  • See full diff in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the minor-and-patch group with 1 update: [oxideav-core](https://github.com/OxideAV/oxideav-core).


Updates `oxideav-core` from 0.1.34 to 0.1.35
- [Release notes](https://github.com/OxideAV/oxideav-core/releases)
- [Changelog](https://github.com/OxideAV/oxideav-core/blob/master/CHANGELOG.md)
- [Commits](OxideAV/oxideav-core@v0.1.34...v0.1.35)

---
updated-dependencies:
- dependency-name: oxideav-core
  dependency-version: 0.1.35
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github

dependabot Bot commented on behalf of github Sep 7, 2026

Copy link
Copy Markdown
Author

Labels

The following labels could not be found: dependencies. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot @github

dependabot Bot commented on behalf of github Sep 14, 2026

Copy link
Copy Markdown
Author

Looks like oxideav-core is updatable in another way, so this is no longer needed.

@dependabot dependabot Bot closed this Sep 14, 2026
@dependabot
dependabot Bot deleted the dependabot/cargo/minor-and-patch-04719f7457 branch September 14, 2026 07:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants