0.5.0 - Refactoring, mp4 writer, and updated examples.
- Add feature writebox trait #11
- Add Mp4Box trait that share the common behavior of MP4 box.
- Add WriteBox trait that share the same behavior of read-box().
- Implement WriteBox trait for all boxes except StsdBox.
- Improve compatibility with large boxes.
- Add test code for all leaves in box tree #12
- Remove entry_count that is duplicated with entries.len() #12
- Add Mp4Reader::read_sample() that read media samples #13
- Implement the functions needed to play and record ISO-BMFF for H.264 and AAC #14
- Add examples/mp4copy
- Add Mp4Writer and TrackWriter
- Rename atoms to mp4box
- Add common media types
- Update examples: More human-readable code and results. #16
- Rename I/O position moving functions #17
@ian-spoonradio! Thanks for all the great work and contributions!