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

Ralph Giles 915ec3f6a6 Bump version for v0.1.3. 9 years ago
examples 9581f30b27 Define our own Error and Result types. 9 years ago
include bcbed167c6 Move the C api header up a level. 9 years ago
src 70f4569043 Use Box::{into_raw, from_raw} instead of mem::transmute. 9 years ago
tests b584de0de5 Document what each afl fuzz case does. 9 years ago
.gitignore 5e4ebf7709 Ignore C++ example generated files. 9 years ago
.travis.yml 709fc50771 Add minimal travis config. 10 years ago
Cargo.toml 5f47c7930b Bump version for v0.1.3. 9 years ago
LICENSE c40bbde6f9 Add MPLv2 license text. 10 years ago
README.md d33d11830e Add travis build to the README. 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 the track metadata parser needed by Firefox.