Skip to content

Tags: andrewlewis/openapv

Tags

v0.1.10.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix AVX code bug (AcademySoftwareFoundation#34)

* fix AVX code bug

Signed-off-by: [email protected] <[email protected]>

* updated version

Signed-off-by: [email protected] <[email protected]>

* removed warning messages

Signed-off-by: [email protected] <[email protected]>

---------

Signed-off-by: [email protected] <[email protected]>

v0.1.10

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update v0.1.10 (AcademySoftwareFoundation#31)

* Update v0.1.10

- Support y4m writing for recon file in the encoder.
- Bug fix on meta data writing.
- Add full range flag.
- Add a few assert for tile, metadata and etc.
- Update for coding the systax elements with _minus1.
- Fix the range of DC differenece from 16bits to 17bits.
- Add NEON func for SAD and DIFF.
- Add AVX func for SAD computations.

* Fix CmakeList.txt for pass ctest

- Insert width, height, and fps.

---------

Co-authored-by: Yangwoo Kim <[email protected]>

v0.1.9.2

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fuzzing test 20241122 (AcademySoftwareFoundation#26)

* Fuzzing test

Signed-off-by: [email protected] <[email protected]>

* removed underflow at tile data size writing

Signed-off-by: [email protected] <[email protected]>

---------

Signed-off-by: [email protected] <[email protected]>

v0.1.9.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.

v0.1.9

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request AcademySoftwareFoundation#24 from openapv/hot_fixe…

…d_avx2_and_clean_arm_neon_and_handling_malformed_bitstream

hot-fixed avx2 dquant, and etc

v0.1.8

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request AcademySoftwareFoundation#23 from openapv/kpchoi-p…

…atch-1

Update version.txt

v0.1.7

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request AcademySoftwareFoundation#17 from openapv/hotfix_e…

…nc_medium

[Bug Fix] My cause overflow on QP index

v0.1.6

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request AcademySoftwareFoundation#15 from openapv/clarify_…

…qp_and_q_matrix_with_sign

Clarify variable types of qp and q matrix

v0.1.5

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request AcademySoftwareFoundation#13 from openapv/refactor…

…_app_and_dec

Improved coding gain and refactored applicaiton code

v0.1.4

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request AcademySoftwareFoundation#11 from openapv/refactor…

…_code_and_compilable_arm32_x86_32

Refactoring code and compilable for ARM 32bit and x86 32bit