YUView
YUView copied to clipboard
Improve parsing of files
Currently we only have the option to completely parse a file into memory for analysis. This is not optimal. We should be able to parse Access units on demand and get the full HRD data. This would improve performance and lower the memory utilization especially for large files.