What's Changed
- Improved behavior and avoid hanging on non-MKV files
- Reduced memory usage of the tool for large files, and remove
--buffer-size
cli option since the new file reading implementation makes it obsolete. Why? mkvdump doesn't need to load binary element bodies into memory anymore (which can be large).
Full Changelog: v0.5.2...v0.6.0