Skip to content

Releases: ittiam-systems/libxaac

v0.1.13

28 Jan 05:55

Choose a tag to compare

Fix for integer overflow issue in ixheaacd_apply_ana_hyb_filt_bank_cr…

v0.1.12

30 Jan 01:10
7492f1f

Choose a tag to compare

What's Changed

  • Fix clang-16 (x86_64) build warnings and SBR range start frequency border for 4:1 system issue by @ShashankPathmudi in #92
  • Enhancements for 4:1 eSBR configuration for USAC encoder by @akshayragir833 in #94

Full Changelog: v0.1.11...v0.1.12

v0.1.11

28 May 14:25
85cf44c

Choose a tag to compare

Added a fix in the FAC payload writing path (#91)

- The bit-writing logic had to be skipped when no bits were to be written. Updated the existing check for the same.
- This change also resolves an issue identified by oss-fuzz.

Bug: ossFuzz: 69103
Test: poc in bug

v0.1.10

09 Jan 04:52
87f206b

Choose a tag to compare

Fix for the Use-of-uninitialized-value in ixheaace_frame_info_generat…

v0.1.9

26 Oct 14:36

Choose a tag to compare

Android.bp: Fix riscv64 build for decoder

- Add appropriate entries in Android.bp for riscv64 for decoder
- Add missing function in function_selector_generic.c

v0.1.8

20 Oct 17:50

Choose a tag to compare

Fix for divide-by-zero in ixheaacd_sbr_env_calc

These changes handle the divide-by-zero runtime error
reported while calculating energy tone.

Bug: ossFuzz:63248
Test: poc in bug

v0.1.7

10 Aug 17:12

Choose a tag to compare

cmake: Added macros for x86_64 for future use

Added macros for x86_64 in libxaac_add_definitions in utils.cmake
which will be useful in the future for any x86_64 specific usecase.

v0.1.6

08 Aug 00:57
79e7fec

Choose a tag to compare

Encoder updates (#42)

v0.1.5

14 Mar 04:48
e57c502

Choose a tag to compare

Merge pull request #27 from ittiam-systems/fuzzer_fixes

Build warning and Fuzzer Fixes

v0.1.4

02 Dec 18:00
9d57cec

Choose a tag to compare

Merge pull request #15 from ittiam-systems/fuzzer_fix

Fix for signed integer overflow