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

Ralph Giles d6c3100ae0 Bump version for v0.1.2. před 9 roky
examples 7a089ea9ea Update dump.cc for capi changes. před 9 roky
include bcbed167c6 Move the C api header up a level. před 9 roky
src 0a8dfa549c Restore unsafe to mp4parse_read and mp4parse_free. před 9 roky
.gitignore 5e4ebf7709 Ignore C++ example generated files. před 9 roky
.travis.yml 709fc50771 Add minimal travis config. před 10 roky
Cargo.toml 5d5023dec3 Bump version for v0.1.2. před 9 roky
LICENSE c40bbde6f9 Add MPLv2 license text. před 10 roky
README.md d33d11830e Add travis build to the README. před 9 roky

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.