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

Ralph Giles 915ec3f6a6 Bump version for v0.1.3. пре 9 година
examples 9581f30b27 Define our own Error and Result types. пре 9 година
include bcbed167c6 Move the C api header up a level. пре 9 година
src 70f4569043 Use Box::{into_raw, from_raw} instead of mem::transmute. пре 9 година
tests b584de0de5 Document what each afl fuzz case does. пре 9 година
.gitignore 5e4ebf7709 Ignore C++ example generated files. пре 9 година
.travis.yml 709fc50771 Add minimal travis config. пре 10 година
Cargo.toml 5f47c7930b Bump version for v0.1.3. пре 9 година
LICENSE c40bbde6f9 Add MPLv2 license text. пре 10 година
README.md d33d11830e Add travis build to the README. пре 10 година

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.