ram
ram
@JunLai1 The existing implementation for luminance computation is using DCI P3 weights instead of Display P3. This needs to be corrected. The weights to be used in p3Luminance computation are...
We tried adding -Werror before and as there were few third party libraries producing warnings, we deferred it. We intend to address these warnings first and keep -werror for all...
@georges-arm All the warnings in libuhdr sources are resolved. May be we can enable this flag for library (not third party dependencies) by default
> > @georges-arm All the warnings in libuhdr sources are resolved. May be we can enable this flag for library (not third party dependencies) by default > > Hi Ram,...
changes look good to me. Should the CI workflows in .github also be modified?
Thank you very much for the CL. every thing looks good to me.
@xs1vr we are in the process of integrating hevc and av1 codecs and extending uhdr_codec_t of ultrahdr_api.h to include heic and avif. Inspite of lesser coding efficiency, jpeg is also...
changes [here](https://github.com/ittiam-systems/libultrahdr/tree/experimental) should allow support for heif and avif encoding formats as well.
quick suggestion, the base image chroma components are very heavily quantized. Even though visually the bars look uniform in color, histogram of individual color bars have large variances. For instance...
thank you for sharing the images, yes i could see clear banding in gainmap image. will take a closer look.