Parser for ISO Base Media Format aka video/mp4 written in Rust.

Ralph Giles 5e7e91e2ed Bump version for 0.4.0 release. 7 years ago
examples b4e6993fa0 Make get_track_count fallible. 7 years ago
src b4e6993fa0 Make get_track_count fallible. 7 years ago
tests dbb6e50bfc Set an arbitrary (1MB) hard limit on the size of avcC and esds boxes. 8 years ago
.gitignore 10d3deceba capi: Use rustc --emit dep-info in examples/Makefile. 8 years ago
.travis.yml 6cc62f6a7a travis: Use GCC 5. 8 years ago
Cargo.toml 5e7e91e2ed Bump version for 0.4.0 release. 7 years ago
LICENSE c40bbde6f9 Add MPLv2 license text. 9 years ago
README.md 445295727b doc: Fix typo "the the" 8 years ago
build.rs 42e09b6121 Add warning about hand-editing mp4parse.h. 8 years ago

README.md

This is an mp4 track metadata parser.

Latest crate version Travis build status

Our primary interest is writing a pure-rust replacement for the track metadata parser needed by Firefox.

To enable it on Mac and Linux builds of Firefox, add ac_add_options --enable-rust to your .mozconfig.