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

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

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.