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

Ralph Giles 75ecb2b32f Bump version for mp4parse v0.1.1. %!s(int64=9) %!d(string=hai) anos
examples a614819bb9 dump.rs: Print the final result after traversing the file. %!s(int64=9) %!d(string=hai) anos
src 83ad295c55 Use match for updating MediaContext::Tracks. %!s(int64=9) %!d(string=hai) anos
.gitignore cdebc187f6 Empty cargo template. %!s(int64=10) %!d(string=hai) anos
.travis.yml 709fc50771 Add minimal travis config. %!s(int64=10) %!d(string=hai) anos
Cargo.toml 8f7e4cfb87 Bump version for mp4parse v0.1.1. %!s(int64=9) %!d(string=hai) anos
LICENSE c40bbde6f9 Add MPLv2 license text. %!s(int64=10) %!d(string=hai) anos
README.md d33d11830e Add travis build to the README. %!s(int64=9) %!d(string=hai) anos

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.