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

Ralph Giles d8af4dd358 Bump version for 0.2.0 release. преди 9 години
examples d5b04f7242 Make CAPI error return codes positive. преди 9 години
include d5b04f7242 Make CAPI error return codes positive. преди 9 години
src 36d258783c Unwrap the JoinHandle's result so we can match on its contents. преди 9 години
tests faeb8d0974 Split read_box into subfunctions divided by the atoms the box can contain. преди 9 години
.gitignore 5e4ebf7709 Ignore C++ example generated files. преди 10 години
.travis.yml 22d16298fa Run travis builds on both stable and nightly rustc. преди 9 години
Cargo.toml f56d139672 Bump version for 0.2.0 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.