Releases: alfg/mp4-rust
Releases Β· alfg/mp4-rust
0.14.0
What's Changed
- Fix several overflows in box and track processing by @oftheforest in #94
- Fix link to examples in docs by @st3iny in #97
- Derive Default trait for DataType by @LinusU in #100
- fix clippy (rustc 1.71.0) by @rolleifx in #115
- Allow Hdlr to be not the first in the Meta box by @DCNick3 in #95
- Try to skip extended header in MetaBox. by @w-flo in #111
- Release 0.14.0 by @alfg in #117
New Contributors
- @oftheforest made their first contribution in #94
- @st3iny made their first contribution in #97
- @LinusU made their first contribution in #100
- @DCNick3 made their first contribution in #95
- @w-flo made their first contribution in #111
Full Changelog: 0.13.0...0.14.0
0.13.0
What's Changed
- fix "mdat size too large" by @rolleifx in #80
- Fix clippy warnings by @alfg in #88
- Fix TfhdBox optional fields by @jensenn in #86
- Don't subtract overflow when 64-bit box size is less than 8 by @jessa0 in #89
- Feature/tfdt box by @jensenn in #90
- Parse unknown metadata and write metadata by @jessa0 in #91
- clippy: fix warnings from latest stable rust 1.67.0 by @alfg in #93
New Contributors
- @rolleifx made their first contribution in #80
- @jensenn made their first contribution in #86
- @jessa0 made their first contribution in #89
Full Changelog: 0.12.0...0.13.0
0.12.0
What's Changed
- Fix code example by @TamDik in #75
- Set mvhd/tkhd/mdhd version to 1 if duration is greater than u32::MAX by @nemosupremo in #76
- fix clippy & enhance CI/CD by @ririsoft in #78
- read metadata from udta by @ririsoft in #77
New Contributors
Full Changelog: 0.11.0...0.12.0
0.11.0
What's Changed
- Do not fail if media info fails by @data-retriever in #70
- Proper handle display matrix by @data-retriever in #72
- Mp4Writer should use co64 by default, then convert to stco is possible for compatibility by @nemosupremo in #71
- Cargo fmt and clippy by @data-retriever in #73
New Contributors
- @data-retriever made their first contribution in #70
- @nemosupremo made their first contribution in #71
Full Changelog: 0.10.0...0.11.0
0.10.0
What's Changed
- Support profiles > 31 in
DecoderSpecificDescriptor
by @Serial-ATA in #69 - expose all box types by @cTopher in #61
New Contributors
- @Serial-ATA made their first contribution in #69
Full Changelog: 0.9.2...0.10.0