Skip to content

1.1.0

Compare
Choose a tag to compare
@DichenZhang1 DichenZhang1 released this 22 Aug 05:05
· 94 commits to main since this release

Features updates

  • Image quality related features
    • Multi-channel gain map
    • Optimized tone mapping algorighm
    • Full range color
    • Reading additional quality related parameters from users' input
      • gain map scaling factor
      • gain map compression quality
      • gamma
  • Updates in command line tool (sample encoding / decoding app)
    • Support more input types
      • More subsampling formats for YUV (444, 422)
      • RGB (RGBA8888, RGBA1010102)
    • Support benchmarking encoding / decoding performance
  • Editing support
  • ISO21496-1 standard

Structural updates

  • All-in-one-place .h file: ultrahdr_api.h outside the source structure that can be used as the only dependency for c / cpp apps

Optimizations

  • neon for editing functions and YUV conversion
  • OpenGL for editing and decoding

Testing

  • Increased testing coverage

Bug fixings