Skip to content

Releases: AcademySoftwareFoundation/openapv

v0.1.7

29 Oct 09:12
a4f96f6

Choose a tag to compare

  • hot-fix qstep * map_idx may cause overflow (Encoder medium option only)

v0.1.6

26 Oct 06:28
9680d7c

Choose a tag to compare

  • clarify variable type of qp and quantization matrix
  • fixed potential bug in quantiazation code
  • speed-up for ARM NEON
  • refactoring of code

v0.1.5

19 Oct 10:09
e5b354c

Choose a tag to compare

  • Introduced new RDO method for placebo, slow, medium, and fast preset.
  • Improved coding gain for placebo, slow, and medium preset
  • Introduced RDOQ method for improving visual qulaity
  • Improved encoder applicaiton's printing messages
  • Clean-up decoder code
  • Fixed memory leaks
  • Various bug-fix

v0.1.4

08 Oct 11:53
17608f8

Choose a tag to compare

  • Support ARM 32bit and x86 32bit
  • Various bugs fixing
  • Code refactoring
  • Decoder speed-up

v0.1.3

19 Sep 08:48
b1370dc

Choose a tag to compare

  • Supports floating number frame rate (fps) like 23.97Hz
  • Added OpenAPV feature list into frontpage
  • Added APV ISO-based media file format specification (draft version) and linked into frontpage

v0.1.2

13 Sep 09:36
a2b9521

Choose a tag to compare

  • Added rate control algorithm
  • Introduced bitstreams for comformance testing
  • Improved encoder coding parameters
  • hotfix of runtime error in rate control caused by overflow calcuation
  • Added error handling code
  • Code clean-up and improvement

v0.1.1

06 Sep 08:07
02cff66

Choose a tag to compare

  • Supports 422-10 profile of APV codec ver.2 standard
  • Introduces metadata API to manage metadata with coded frame bitstream.
  • Introduces simple but effective rate-control algorithm
  • Many code-level clean-up