Skip to content

Releases: AcademySoftwareFoundation/openapv

v0.1.11.3

05 Mar 03:14
c9a3152

Choose a tag to compare

v0.1.11.3 Pre-release
Pre-release
  • Removed overflow issue related to pbu_size in oapvd_decoder()

v0.1.11.2

26 Feb 08:54
f66bc3b

Choose a tag to compare

v0.1.11.2 Pre-release
Pre-release
  • Removed overflow issue related to pbu_size in oapvd_info()

v0.1.11.1

19 Feb 07:47
f6edb2a

Choose a tag to compare

  • Fixed wrong level_idc value in case of level == 4.1
  • Fixed mismatch between C-code and AVX-code in case of Q-matrix == 1
  • Added APV pattern file for ImHex to analyze graphically

v0.1.11

15 Feb 00:44

Choose a tag to compare

  • Support 3 channels QP offset
  • Renew specification of ISO based Media File Formt for APV
  • Fix crash on 8K video
  • Fix bugs and typo

v0.1.10.1

24 Dec 09:36
f7351bc

Choose a tag to compare

v0.1.10.1 Pre-release
Pre-release
  • fixed AVX code bug in dequant
  • refactoring CMakeList.txt
  • clean-up ISO-based media file format spec
  • matched decoding loop with decoder specification
  • removed warning messages

v0.1.10

09 Dec 12:28
f72b320

Choose a tag to compare

  • Add "full range flag" in frame header (new syntax)
  • Removed '_minus1' suffix in syntaxes and renewed the semantic of it
  • Support y4m writing for recon file in the encoder.
  • Bug fix on meta data writing.
  • Add a few assert for tile, metadata and etc.
  • Fix the range of DC difference from 16bits to 17bits.
  • Add NEON func for SAD and DIFF.
  • Add AVX func for SAD computations.
  • Fix CmakeList.txt for pass ctest

v0.1.9.2

22 Nov 06:51
9e99266

Choose a tag to compare

v0.1.9.2 Pre-release
Pre-release
  • Fixed underflow issue in fuzzing test at writing tile data size

v0.1.9.1

21 Nov 11:09
a3f40ff

Choose a tag to compare

v0.1.9.1 Pre-release
Pre-release
  • Added Fuzzing test patches

v0.1.9

19 Nov 06:21
db6baa6

Choose a tag to compare

  • Hot-fix AVX2 dquant function
  • Removed sse2neon.h to avoid tool dependency
  • Added code for handling malformed bistream in decoding

v0.1.8

04 Nov 15:57
8a95be8

Choose a tag to compare

  • Fixed 32bit overflow issue on AVX intrinsic
  • Resolved compilation error on ARM32 platform
  • Reformatted code with common coding rule
  • Updated ISO-based media file format specification