issues
search
mozilla
/
mp4parse-rust
Parser for ISO Base Media Format aka video/mp4 written in Rust.
Mozilla Public License 2.0
410
stars
62
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Don't fail when the wave atom contains different atoms than esds
#420
AdrianEddy
opened
5 months ago
2
Fix `clippy::legacy_numeric_constants` lint on nightly
#419
baumanj
closed
6 months ago
1
Fix import error in dump.rs
#418
baumanj
closed
7 months ago
1
add a test for comparing fragment data, fix #273
#417
sudhackar
opened
9 months ago
0
Ignore unused trailing data in `mvhd`.
#416
kinetiknz
closed
9 months ago
1
senc box
#415
3052
opened
11 months ago
0
MP4 Containers created by MP4Box fail to parse having 'meta' atom set
#414
jotzet79
opened
11 months ago
0
Fix broken build on MacOS
#413
SingingTree
closed
1 year ago
1
Test command failed due to absence of required test files in respective project directories
#412
abdullahfarwees
opened
1 year ago
2
Adding build instructions for mp4parse-rust ?
#411
abdullahfarwees
opened
1 year ago
1
Support HEVC.
#410
alastor0325
closed
1 year ago
1
Fix clippy errors on Nigthly
#409
padenot
closed
1 year ago
1
Add HEVC support.
#408
doublech
closed
1 year ago
4
empty_duration is in the mvhd's time base
#407
padenot
closed
1 year ago
1
mp4parse 0.12.0 fails to build with rust 1.70
#406
tranzystorekk
closed
1 year ago
1
Doesn't build with nightly
#405
johnrichardrinehart
closed
1 year ago
2
Get correct media duration for files produced using `afconvert`
#404
padenot
opened
1 year ago
1
Move UnexpectedEOF handling back to the BoxIter.
#403
kinetiknz
closed
1 year ago
0
Return an error when a track has a timescale of 0.
#402
padenot
closed
1 year ago
0
Expose the mvhd timescale when getting the fragment duration
#401
padenot
closed
1 year ago
0
Add a way to get the timescale of an avis
#400
padenot
closed
1 year ago
0
Expose time in ticks relative to a timebase and not in microseconds
#399
padenot
closed
1 year ago
0
How to install?
#398
rajhlinux
opened
1 year ago
1
Check for unknown sized boxes by the u32 size, but not the wide size.
#397
Zaggy1024
closed
1 year ago
0
Limit the allocated size of the sample indice table by the file size.
#396
Zaggy1024
opened
1 year ago
1
Badly formed files can cause `create_sample_table()` to OOM.
#395
Zaggy1024
opened
1 year ago
6
Treat some with_capacity calls as a hint.
#394
kinetiknz
opened
1 year ago
0
Allow skipped top-level boxes to extend past EOF.
#393
Zaggy1024
closed
1 year ago
2
Don't panic when a box's size is smaller than its header.
#392
Zaggy1024
closed
1 year ago
0
Read the looping flag when `elst` box is empty.
#391
Zaggy1024
closed
1 year ago
1
Other format support (H265, VP9)
#390
pingpongcat
opened
1 year ago
4
Remove error for when an AVIF has no `iloc` box.
#389
Zaggy1024
closed
1 year ago
1
Support unknown (zero) sized `mdat` boxes in AVIF.
#388
kinetiknz
closed
1 year ago
0
crates.io release?
#387
mattfbacon
closed
1 year ago
4
Fix fuzzer build and add more coverage for AVIF.
#386
kinetiknz
closed
1 year ago
0
Read the loop count from AVIS files.
#385
Zaggy1024
closed
1 year ago
3
Build broken in oss-fuzz
#384
tysmith
closed
1 year ago
2
Couple of minor fixes
#383
rillian
closed
1 year ago
2
Remove env_logger dependency.
#382
glandium
closed
1 year ago
3
Add CIFuzz GitHub action
#381
DavidKorczynski
opened
1 year ago
0
ERROR mp4parse] Found 2 nul bytes in "\0\0" / ERROR viaduct::backend::ffi] Missing HTTP status freezes any youtube videos
#380
Marietto2008
closed
1 year ago
1
Permit multiple nuls in `hdlr` box `name` field.
#379
kinetiknz
closed
1 year ago
0
Add some support for AVIF sequences.
#378
Zaggy1024
closed
2 years ago
6
Fix `clippy::derive-partial-eq-without-eq` for nightly clippy.
#377
kinetiknz
closed
2 years ago
0
Fix `unstable-name-collisions` warning by using fully qualified path.
#376
kinetiknz
closed
2 years ago
0
Update env_logger to 0.9
#375
glandium
closed
2 years ago
2
LayerSelector support
#374
tongyuantongyu
opened
2 years ago
0
Support `lsel` for decoding progressive image
#373
tongyuantongyu
opened
2 years ago
0
Chunking/splitting a video file.
#372
osain-az
closed
2 years ago
2
Replace `Error::InvalidData` with `Error::InvalidDataDetail` and misc cleanups
#371
baumanj
closed
2 years ago
0
Next