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

Ralph Giles d885312f3c Add minimal updates for FLAC support to capi. hace 8 años
mp4parse 68c447195b Add flac variant to the public api test. hace 8 años
mp4parse_capi d885312f3c Add minimal updates for FLAC support to capi. hace 8 años
.gitignore 44d00bf577 Fixup .gitignore. hace 8 años
.travis.yml 78cda9ddd2 travis: Run C++ test program for mp4parse_capi. hace 8 años
LICENSE c40bbde6f9 Add MPLv2 license text. hace 9 años
README.md 1179840e3b Build and upload documentation on travis runs. hace 8 años

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.

API documentation

To enable it on Firefox builds, add ac_add_options --enable-rust to your mozconfig.