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

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

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.