1
0
Fork 0
mirror of https://github.com/alfg/mp4-rust.git synced 2024-05-20 01:08:06 +00:00
mp4-rust/src/mp4box
Ririsoft 5d648f1a72
fix clippy & enhance CI/CD (#78)
* fix clippy::unused_io_amount

See related clippy documentation,
but in short some partial reads can occur
in particular with io on the networl.
read_exact/write_all transparently handle such errors.

The fix actually revealed a bug
in 'mp4a' atom parsing, but this is a dangerous change:
Parsing bugs that were transparently ignored
are now failing with error (unattended io eof).

* fix trivial clippy errors

* fix clippy error with always 0 value

* run ci/cd with clippy and latest rust version
2022-07-07 20:02:00 -07:00
..
avc1.rs fix clippy & enhance CI/CD (#78) 2022-07-07 20:02:00 -07:00
co64.rs Cargo fmt and clippy (#73) 2022-05-31 20:50:49 -07:00
ctts.rs Cargo fmt and clippy (#73) 2022-05-31 20:50:49 -07:00
dinf.rs fix clippy & enhance CI/CD (#78) 2022-07-07 20:02:00 -07:00
edts.rs fix clippy & enhance CI/CD (#78) 2022-07-07 20:02:00 -07:00
elst.rs Cargo fmt and clippy (#73) 2022-05-31 20:50:49 -07:00
emsg.rs Cargo fmt and clippy (#73) 2022-05-31 20:50:49 -07:00
ftyp.rs Cargo fmt and clippy (#73) 2022-05-31 20:50:49 -07:00
hdlr.rs fix clippy & enhance CI/CD (#78) 2022-07-07 20:02:00 -07:00
hev1.rs Cargo fmt and clippy (#73) 2022-05-31 20:50:49 -07:00
mdhd.rs Cargo fmt and clippy (#73) 2022-05-31 20:50:49 -07:00
mdia.rs Cargo fmt and clippy (#73) 2022-05-31 20:50:49 -07:00
mehd.rs fix clippy & enhance CI/CD (#78) 2022-07-07 20:02:00 -07:00
mfhd.rs Cargo fmt and clippy (#73) 2022-05-31 20:50:49 -07:00
minf.rs Cargo fmt and clippy (#73) 2022-05-31 20:50:49 -07:00
mod.rs fix clippy & enhance CI/CD (#78) 2022-07-07 20:02:00 -07:00
moof.rs Cargo fmt and clippy (#73) 2022-05-31 20:50:49 -07:00
moov.rs Cargo fmt and clippy (#73) 2022-05-31 20:50:49 -07:00
mp4a.rs fix clippy & enhance CI/CD (#78) 2022-07-07 20:02:00 -07:00
mvex.rs Cargo fmt and clippy (#73) 2022-05-31 20:50:49 -07:00
mvhd.rs Cargo fmt and clippy (#73) 2022-05-31 20:50:49 -07:00
smhd.rs Cargo fmt and clippy (#73) 2022-05-31 20:50:49 -07:00
stbl.rs Cargo fmt and clippy (#73) 2022-05-31 20:50:49 -07:00
stco.rs Cargo fmt and clippy (#73) 2022-05-31 20:50:49 -07:00
stsc.rs Cargo fmt and clippy (#73) 2022-05-31 20:50:49 -07:00
stsd.rs Cargo fmt and clippy (#73) 2022-05-31 20:50:49 -07:00
stss.rs Cargo fmt and clippy (#73) 2022-05-31 20:50:49 -07:00
stsz.rs Cargo fmt and clippy (#73) 2022-05-31 20:50:49 -07:00
stts.rs Cargo fmt and clippy (#73) 2022-05-31 20:50:49 -07:00
tfhd.rs fix clippy & enhance CI/CD (#78) 2022-07-07 20:02:00 -07:00
tkhd.rs Cargo fmt and clippy (#73) 2022-05-31 20:50:49 -07:00
traf.rs Cargo fmt and clippy (#73) 2022-05-31 20:50:49 -07:00
trak.rs Cargo fmt and clippy (#73) 2022-05-31 20:50:49 -07:00
trex.rs Cargo fmt and clippy (#73) 2022-05-31 20:50:49 -07:00
trun.rs Cargo fmt and clippy (#73) 2022-05-31 20:50:49 -07:00
tx3g.rs Cargo fmt and clippy (#73) 2022-05-31 20:50:49 -07:00
vmhd.rs Cargo fmt and clippy (#73) 2022-05-31 20:50:49 -07:00
vp09.rs Cargo fmt and clippy (#73) 2022-05-31 20:50:49 -07:00
vpcc.rs Cargo fmt and clippy (#73) 2022-05-31 20:50:49 -07:00