Skip to content

Releases: AcademySoftwareFoundation/openapv

v0.3.0.0

Choose a tag to compare

@kpchoi kpchoi released this 29 Jun 07:38
9f6fd2a
  • Support APV RAW encoding and decoding
    • Companding (compressing + expanding) algorithm for coding 16bit 4 channel linear pixel value
    • New profiles are introduced to distinguish between the conventional APV and APV RAW

v0.2.1.3

Choose a tag to compare

@kpchoi kpchoi released this 28 Apr 10:43
e4d4589
  • Validates that the image buffer has enough space for the decoded image
  • Fixes wrong version number of the previous tag

v0.2.1.2

Choose a tag to compare

@kpchoi kpchoi released this 12 Mar 23:08
4974f04
  • Prevention of decoder crash in case of malformed input stream
  • Bug fix in handling code of thread return values

v0.2.1.1

Choose a tag to compare

@kpchoi kpchoi released this 19 Feb 08:04
3e87fa5
  • Applies the pretection code to avoid to access over the boundary of input bitstream memory

v0.2.0.5

Choose a tag to compare

@kpchoi kpchoi released this 13 Feb 06:27
  • Hot-fix for handling fuzz test reported by android.
    • Added a protection code in bitstream reading to prevent the reading over input bitstream buffer in case of malformed bitstream.
    • Patched from v0.2.0.4

v0.2.1.0

Choose a tag to compare

@kpchoi kpchoi released this 30 Jan 01:47
a046925
  • New API to encode metadata information to bitstream syntax
  • 64bits-based codeword reading and writing to support a large symbol more than 32bits
  • Fixed bug in tile calculation in ImHex pattern file.

v0.2.0.4

Choose a tag to compare

@cpncf cpncf released this 26 Sep 03:07
d6b0dfc
  • Support the setting color aspects (color-primaries, color-matrix, color-transfer, and color-range) through encoder application arguments.
  • Fixed MacOS build
  • Update README

v0.2.0.3

Choose a tag to compare

@kpchoi kpchoi released this 09 Sep 08:37
1586e27
  • Hotfix for malfunctional rate control algorithm in 'constant color frame' like black screen.
    • The 'constant color frame' can have zero RC-cost, and it could affect to the parameters of rate controller in unexpected way.

v0.2.0.2

Choose a tag to compare

@cpncf cpncf released this 01 Sep 00:29
8f69853
  • Improved the automatic assigning of band_idc value.
  • Fixed typo in APV family readme
  • Impoved decoder ctests

v0.2.0.1

Choose a tag to compare

@kpchoi kpchoi released this 30 Jul 04:28
b3b886c
  • Fixed bug in case of zero-byte metadata payload
  • Improve ImHex pattern file to show metadata syntaxes