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

Ralph Giles ea6d3690c7 Bump version for 0.3.0 release. 9 년 전
examples 00dd0ebda0 test.cc: find minimal.mp4 relative to the executable. 9 년 전
src 97615394e8 Don't allow mp4parse_parser reuse after the C API returns an error. 9 년 전
tests dbb6e50bfc Set an arbitrary (1MB) hard limit on the size of avcC and esds boxes. 9 년 전
.gitignore 10d3deceba capi: Use rustc --emit dep-info in examples/Makefile. 9 년 전
.travis.yml 6cc62f6a7a travis: Use GCC 5. 9 년 전
Cargo.toml b0e39c4c8a Bump version for 0.3.0 release. 9 년 전
LICENSE c40bbde6f9 Add MPLv2 license text. 10 년 전
README.md 445295727b doc: Fix typo "the the" 9 년 전
build.rs 42e09b6121 Add warning about hand-editing mp4parse.h. 9 년 전

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.