Skip to content

deps: bump oxideav-mkv from 0.0.9 to 0.0.10 - #3

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/oxideav-mkv-0.0.10
Open

deps: bump oxideav-mkv from 0.0.9 to 0.0.10#3
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/oxideav-mkv-0.0.10

Conversation

@dependabot

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

Copy link
Copy Markdown

Bumps oxideav-mkv from 0.0.9 to 0.0.10.

Release notes

Sourced from oxideav-mkv's releases.

v0.0.10

Other

  • audit_seek_head — the MetaSeek index gets the same lie audit
  • drop 791 machine-named local-exploration corpus entries
  • saturate the strict seek's cue-offset add (fuzz-found overflow)
  • Cues that lie — trust-but-verify resilient seek + whole-index audit_cues
  • v5 fuzz corpus seed + validity pin
  • Edition::skip_type_at — the v5 ChapterSkipType implicit-range resolver
  • the six Matroska v5 elements — demux + opt-in mux (DocTypeVersion 5), errata 8615
  • fix fuzz-found FileReferral capacity-overflow panic
  • TrackOperation application edge coverage — resync + Header-Stripping
  • README — document TrackOperation application, virtual seek, re-apply round trip
  • fuzz TrackOperation application; fix fuzz-found seek tick-conversion overflow
  • gen_track_operation example — virtual-track files for black-box validation
  • mux→demux TrackOperation re-apply round-trip + schema pin
  • virtual-track seek — §18.8 Cues-union fallback
  • apply TrackCombinePlanes — stereo-3D plane combination (RFC 9559 §18.8 + §18.10)
  • apply TrackJoinBlocks — virtual-track packet synthesis (RFC 9559 §18.8)
  • out_queue entries become a QueuedPacket record
  • satisfy clippy 1.97 question_mark in parse_range
  • schema validator classifies the Signature family KnownLegacy
  • schema_validate example — file-level schema verdict CLI
  • fuzz the schema validator — fifth harness pass + corpus replay
  • whole-document schema validator (schema::validate)
  • machine-readable element schema table (ebml_matroska.xml -> schema module)
  • RFC 9559 §25.2 SeekHead-expansion Void reservation (r416 followup)
  • zero-Cluster (metadata-only) Segments open cleanly (r416 followup)
  • read the newly mapped legacy elements — EditionFlagHidden, ChapterTrack(UID), Signature family
  • key the eleven legacy WebM-guidelines rows to concrete element IDs
  • front-Cues layout (RFC 9559 §25.3.3) via with_front_cues
  • SeekHead-directed recovery of post-Cluster Top-Level masters (RFC 9559 §6.3)
  • RFC 9559 §25.1 Cluster byte budget + with_cluster_limits knob
  • fuzz the WebM conformance scanner; corpus replay + census README
  • two-pass Segment Duration finalization (RFC 9559 §5.1.2.10)
  • strict WebM element gating on the WebM muxer (default) + lenient opt-out
  • WebM-profile conformance — guidelines support table + whole-file scanner
  • RFC 9559 Table 53 element-ID census pinned in CI + 0x4598 attribution fix
  • doc(hidden) the internal ebml walker module
  • ChapLanguageBCP47 on ChapterDisplay mux write (RFC 9559 §5.1.7.1.4.11)
  • track-level BlockAdditionMapping mux API (RFC 9559 §5.1.4.1.17)
  • Segment Duration mux API (Info>Duration, RFC 9559 §5.1.2.10)
  • general set_track_codec_timing mux API (CodecDelay/SeekPreRoll)
  • add CI / crates.io / docs.rs / MIT-license badges
  • README — §23.2 live-tagging surface
  • §23.2 live tagging — mid-stream Tags write + MUST-reset on read
  • document damage resilience, position hints, live layout in README
  • livestreaming muxer layout (§25.3.4/§23.2) — with_live_streaming
  • fix temp-file race in mux_cluster_position_hints tests
  • fuzz the resilient demux path — Eof-only contract + corpus replay

... (truncated)

Changelog

Sourced from oxideav-mkv's changelog.

0.0.10 - 2026-08-15

Other

  • audit_seek_head — the MetaSeek index gets the same lie audit
  • drop 791 machine-named local-exploration corpus entries
  • saturate the strict seek's cue-offset add (fuzz-found overflow)
  • Cues that lie — trust-but-verify resilient seek + whole-index audit_cues
  • v5 fuzz corpus seed + validity pin
  • Edition::skip_type_at — the v5 ChapterSkipType implicit-range resolver
  • the six Matroska v5 elements — demux + opt-in mux (DocTypeVersion 5), errata 8615
  • fix fuzz-found FileReferral capacity-overflow panic
  • TrackOperation application edge coverage — resync + Header-Stripping
  • README — document TrackOperation application, virtual seek, re-apply round trip
  • fuzz TrackOperation application; fix fuzz-found seek tick-conversion overflow
  • gen_track_operation example — virtual-track files for black-box validation
  • mux→demux TrackOperation re-apply round-trip + schema pin
  • virtual-track seek — §18.8 Cues-union fallback
  • apply TrackCombinePlanes — stereo-3D plane combination (RFC 9559 §18.8 + §18.10)
  • apply TrackJoinBlocks — virtual-track packet synthesis (RFC 9559 §18.8)
  • out_queue entries become a QueuedPacket record
  • satisfy clippy 1.97 question_mark in parse_range
  • schema validator classifies the Signature family KnownLegacy
  • schema_validate example — file-level schema verdict CLI
  • fuzz the schema validator — fifth harness pass + corpus replay
  • whole-document schema validator (schema::validate)
  • machine-readable element schema table (ebml_matroska.xml -> schema module)
  • RFC 9559 §25.2 SeekHead-expansion Void reservation (r416 followup)
  • zero-Cluster (metadata-only) Segments open cleanly (r416 followup)
  • read the newly mapped legacy elements — EditionFlagHidden, ChapterTrack(UID), Signature family
  • key the eleven legacy WebM-guidelines rows to concrete element IDs
  • front-Cues layout (RFC 9559 §25.3.3) via with_front_cues
  • SeekHead-directed recovery of post-Cluster Top-Level masters (RFC 9559 §6.3)
  • RFC 9559 §25.1 Cluster byte budget + with_cluster_limits knob
  • fuzz the WebM conformance scanner; corpus replay + census README
  • two-pass Segment Duration finalization (RFC 9559 §5.1.2.10)
  • strict WebM element gating on the WebM muxer (default) + lenient opt-out
  • WebM-profile conformance — guidelines support table + whole-file scanner
  • RFC 9559 Table 53 element-ID census pinned in CI + 0x4598 attribution fix
  • doc(hidden) the internal ebml walker module
  • ChapLanguageBCP47 on ChapterDisplay mux write (RFC 9559 §5.1.7.1.4.11)
  • track-level BlockAdditionMapping mux API (RFC 9559 §5.1.4.1.17)
  • Segment Duration mux API (Info>Duration, RFC 9559 §5.1.2.10)
  • general set_track_codec_timing mux API (CodecDelay/SeekPreRoll)
  • add CI / crates.io / docs.rs / MIT-license badges
  • README — §23.2 live-tagging surface
  • §23.2 live tagging — mid-stream Tags write + MUST-reset on read
  • document damage resilience, position hints, live layout in README
  • livestreaming muxer layout (§25.3.4/§23.2) — with_live_streaming
  • fix temp-file race in mux_cluster_position_hints tests

... (truncated)

Commits
  • 8df0fc4 chore: release v0.0.10 (#8)
  • ef6f39c demux: audit_seek_head — the MetaSeek index gets the same lie audit
  • d506d9a fuzz: drop 791 machine-named local-exploration corpus entries
  • 39a39de demux: saturate the strict seek's cue-offset add (fuzz-found overflow)
  • 2dbd66d demux: Cues that lie — trust-but-verify resilient seek + whole-index audit_cues
  • 8da7197 mkv: v5 fuzz corpus seed + validity pin
  • ff198f6 mkv: Edition::skip_type_at — the v5 ChapterSkipType implicit-range resolver
  • 0fd21b6 mkv: the six Matroska v5 elements — demux + opt-in mux (DocTypeVersion 5), er...
  • de1c6ee mkv: fix fuzz-found FileReferral capacity-overflow panic
  • 6e5d2f3 mkv: TrackOperation application edge coverage — resync + Header-Stripping
  • Additional commits viewable 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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [oxideav-mkv](https://github.com/OxideAV/oxideav-mkv) from 0.0.9 to 0.0.10.
- [Release notes](https://github.com/OxideAV/oxideav-mkv/releases)
- [Changelog](https://github.com/OxideAV/oxideav-mkv/blob/master/CHANGELOG.md)
- [Commits](OxideAV/oxideav-mkv@v0.0.9...v0.0.10)

---
updated-dependencies:
- dependency-name: oxideav-mkv
  dependency-version: 0.0.10
  dependency-type: direct:production
  update-type: version-update:semver-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.

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