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

Ralph Giles d6c3100ae0 Bump version for v0.1.2. 9 年之前
examples 7a089ea9ea Update dump.cc for capi changes. 9 年之前
include bcbed167c6 Move the C api header up a level. 9 年之前
src 0a8dfa549c Restore unsafe to mp4parse_read and mp4parse_free. 9 年之前
.gitignore 5e4ebf7709 Ignore C++ example generated files. 9 年之前
.travis.yml 709fc50771 Add minimal travis config. 10 年之前
Cargo.toml 5d5023dec3 Bump version for v0.1.2. 9 年之前
LICENSE c40bbde6f9 Add MPLv2 license text. 10 年之前
README.md d33d11830e Add travis build to the README. 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 the track metadata parser needed by Firefox.