Closed
Bug 1712368
Opened 2 years ago
Closed 2 years ago
Update mp4parse-rust to dd96773
Categories
(Core :: Audio/Video: Playback, task, P2)
Core
Audio/Video: Playback
Tracking
()
RESOLVED
FIXED
90 Branch
Tracking | Status | |
---|---|---|
firefox90 | --- | fixed |
People
(Reporter: jbauman, Assigned: jbauman)
References
Details
Attachments
(1 file)
The previous update was to revision 94c3b1f in bug 1696780.
In addition to various small fixes such as clippy lints, this update contains:
- Add support for AMR-NB and AMR-WB with "3gpp" feature (disabled in gecko)
- Add support for XML metadata box (disabled in gecko, behind "meta-xml" feature flag)
- Add variable strictness for spec compliance and improve checks this will be wired up to a new pref
- Change Mp4parseByteData.length to usize, eliminating unsafe casts
- Move functions which are not part of exposed C API from
mp4parse_capi
tomp4parse
crate
Assignee | ||
Updated•2 years ago
|
Blocks: avif-default
Assignee | ||
Comment 1•2 years ago
|
||
Pushed by jbauman@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/060be6dd7a95 update mp4parse-rust to dd96773. r=kinetik
Comment 3•2 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 2 years ago
status-firefox90:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 90 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•