- New: Automatic pixel format conversion implemented. A list of currently supported formats: yuv420p (default), yuv422p, yuv444p.
If ref's pixel format is not on the supported list, it will be converted to default format.
Distorted file will be converted to ref's pixel format. - New: Processing metric and file name are displayed in progress bar on plot window (#173)
- Change: Pixel format added to media info tooltip
- Change: Thumbnail position changed from min(duration, 1) to min(duration / 2, 5) (in seconds)
- Change: Plots margins adjusted
- Change: Axis titles added
- Change: Files' & metrics' checkboxes as well as play preview buttons are disabled while processing (#178)
- Change: Updated components: System.Buffers (4.6.0 => 4.6.1), System.Drawing.Common (9.0.0 => 9.0.4), System.Memory (4.6.0 => 4.6.3), System.Numerics.Vectors (4.6.0 => 4.6.1), System.Runtime.CompilerServices.Unsafe (6.1.0 => 6.1.2)
- Bugfix: Issues with uppercasing/lowercasing strings in some locales (#176)