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

Ralph Giles 27d097a8d1 WIP more opus tests. 9 years ago
examples 9ab70070e7 Re-export stderr on build failure. 9 years ago
src 27d097a8d1 WIP more opus tests. 9 years ago
tests faeb8d0974 Split read_box into subfunctions divided by the atoms the box can contain. 9 years ago
.gitignore 10d3deceba capi: Use rustc --emit dep-info in examples/Makefile. 9 years ago
.travis.yml 6cc62f6a7a travis: Use GCC 5. 9 years ago
Cargo.toml 3dc561c54d Require test-assembler 0.1.1. 9 years ago
LICENSE c40bbde6f9 Add MPLv2 license text. 9 years ago
README.md 445295727b doc: Fix typo "the the" 9 years ago
build.rs 431c8f7a12 Move try-compile of examples to a Travis rule for now. 9 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.