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

Ralph Giles 78733a91ad Merge branch 'master' into vp9 %!s(int64=9) %!d(string=hai) anos
examples d5b04f7242 Make CAPI error return codes positive. %!s(int64=9) %!d(string=hai) anos
include d5b04f7242 Make CAPI error return codes positive. %!s(int64=9) %!d(string=hai) anos
src 78733a91ad Merge branch 'master' into vp9 %!s(int64=9) %!d(string=hai) anos
tests faeb8d0974 Split read_box into subfunctions divided by the atoms the box can contain. %!s(int64=9) %!d(string=hai) anos
.gitignore 5e4ebf7709 Ignore C++ example generated files. %!s(int64=9) %!d(string=hai) anos
.travis.yml 22d16298fa Run travis builds on both stable and nightly rustc. %!s(int64=9) %!d(string=hai) anos
Cargo.toml 627c647db4 Bump version for v0.1.6. %!s(int64=9) %!d(string=hai) anos
LICENSE c40bbde6f9 Add MPLv2 license text. %!s(int64=9) %!d(string=hai) anos
README.md 445295727b doc: Fix typo "the the" %!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 track metadata parser needed by Firefox.

To enable it on Mac and Linux builds of Firefox, add ac_add_options --enable-rust to your .mozconfig.