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

Ralph Giles 5738a42258 Bump version for v0.1.5. 9 年之前
examples faeb8d0974 Split read_box into subfunctions divided by the atoms the box can contain. 9 年之前
include e2b98923a4 Implement more of the FFI interface. 9 年之前
src 58f4438dd6 Remove MediaContext tracing via C API enabled during debugging. 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 4d564e84c8 Bump version for v0.1.5. 9 年之前
LICENSE c40bbde6f9 Add MPLv2 license text. 10 年之前
README.md d33d11830e Add travis build to the README. 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 the track metadata parser needed by Firefox.