What's new?
- MediaInfo updated to v0.7.88 (2016-08-30)
MediaInfo Changes
Version 0.7.88, 2016-08-31
- MediaInfo distributed with HTTP/HTTPS support: support of Amazon S3 with Signature Version 4
- FFV1: parsing speed slight improvement
- Duration: fixed regression in last release, sometimes duration was displayed with only minutes
Version 0.7.87, 2016-06-30
- Refactoring of the trace feature, for better performance and some bug fixes
- Visual C++ 2012 project files removed
- Review of symbols display, now using standard display (e.g. "k" instead of "K")
- XML output: revert to old versioning method (version is MediaInfo software version)
- I63, EBUCore/FIMS outputs: typo correction about WritingLibrary and WritingApplication
- Matroska: files with CodecPrivate element before CodecID element where not always correctly parsed
- OGG: crash/incoherent behavior with some buggy OGG streams having invalid chunk sizes
Version 0.7.86, 2016-05-31
- FFV1 parsing optimization, avoiding by default a too verbose trace
- Matroska: more elements support and typo fixes in the trace
- #I172, Trace feature: provide the name of the main parser in the media element
- Matroska: consider all values below 0x10 EBML names as 1-byte junk
- Matroska: better support (incl. speed improvement) of huge lossless frames (e.g. 20 MB FFV1 4K)
- #I144, Python 2 on Linux does not automatically provide the locale to the shared object
- HTML output: don't escape carriage returns from the input file
- FFV1: some streams were rejected despite the fact they are valid
- Python binding: some errors during call of Get() API with Python3 on Linux/Mac