Commit graph

5 commits

Author SHA1 Message Date
akshayragir833
3dfa708b6e
Loudness leveling support for encoder and decoder (#99)
* Loudness leveling support for encoder and decoder

- Addition of loudness leveling support to encoder and
  decoder as per ISO/IEC 23003-4:2020/Amd.2:2023(E)

Testing:

Encoder: Smoke-test

Decoder: CTS and Conformance for x86, x86_64, armv7 and armv8 are
         passing

* Addressed review comments

* Addressed minor nits in documentation

---------

Co-authored-by: Akshay Ragir <100833@ittiam.com>
2025-07-28 17:40:45 +05:30
ShashankPathmudi
12e2e71b24
Fix for Heap-buffer-overflow in Codec__decodeXAACStream (#85)
These changes fix the Heap-buffer-overflow in Codec__decodeXAACStream runtime error
caused due to unsupported frame length type configuration for LATM streams.

Bug: ossFuzz:67767
Test: poc in bug
2024-04-16 17:58:40 +05:30
Yash Patil
b1d8b98c0b Fix for Timeout in xaac_dec_fuzzer
These changes handle the Timeout runtime-error reported when
number of bytes consumed are lower as compared to size of
input stream.

Bug: ossFuzz:62360
Test: poc in bug
2023-09-22 19:04:19 +05:30
Nikhil Bhavikatti
ae104f0711 Restructuring of Decoder 2023-05-15 17:23:01 +05:30
Harish Mahendrakar
36ea868b5e Added xaac_dec_fuzzer
Test: ./xaac_dec_fuzzer
Bug: 135629873
Change-Id: I4f727f7ac90090700b6848f6860382d3786a4312
2019-09-23 15:50:57 -07:00