Victor Loh
Results
3
issues of
Victor Loh
Looks like your vui_parameters parsing is incorrect because it failed to parse the timing_info section
I have been looking into improving heic decoding performance. My use case is: * Input: YUV420 HEVC, multiple tile * Output: RGB interlaced In my benchmark with hacky implementation with...
My understanding is that when attempting to decode heic to an output colorspace (such as RGB), libheif does this: * Use plugin to decode * Each plugin has its own...