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

Ralph Giles 6493b948f8 Bump version for 0.2.1 release. пре 9 година
examples 86a2196255 Minor cleanups. пре 9 година
include d5b04f7242 Make CAPI error return codes positive. пре 9 година
src 3f9439a103 Merge remote-tracking branch 'upstream/master' пре 9 година
tests faeb8d0974 Split read_box into subfunctions divided by the atoms the box can contain. пре 9 година
.gitignore 5e4ebf7709 Ignore C++ example generated files. пре 9 година
.travis.yml 22d16298fa Run travis builds on both stable and nightly rustc. пре 9 година
Cargo.toml f773e306b0 Bump version for 0.2.1 release. пре 9 година
LICENSE c40bbde6f9 Add MPLv2 license text. пре 10 година
README.md 445295727b doc: Fix typo "the the" пре 9 година

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.