aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/aac/aacdec_usac.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec/aacdec_usac: Fix array sizeMarvin Scholz2024-07-031-1/+1
* avcodec/aac/aacdec_usac: Test ac in usacMichael Niedermayer2024-06-261-0/+3
* aacdec_usac, aacsbr: implement SBR support for USACLynne2024-06-231-15/+104
* aacdec_usac: remove custom rate_idx and use standard variable for itLynne2024-06-211-21/+14
* aacdec_usac: rename noise_scale to noise_bandsLynne2024-06-211-2/+2
* aacdec_usac: apply specification fix M55715Lynne2024-06-211-0/+19
* aacdec_usac: always zero out alpha_q values for stereo streamsLynne2024-06-121-4/+5
* aacdec_usac: rename spectrum decode function and remove unused argLynne2024-06-121-8/+5
* aacdec_usac: dequantize scalefactors after noise synthesisLynne2024-06-121-3/+4
* aacdec_usac: zero out alpha values for the current frameLynne2024-06-081-0/+4
* aacdec_usac: fix stereo alpha values for transientsLynne2024-06-081-9/+17
* aacdec_usac: use correct TNS valuesLynne2024-06-081-2/+2
* aacdec_usac: do not round noise amplitude valuesLynne2024-06-081-1/+1
* aacdec_usac: skip coeff decoding if the number to be decoded is 0Lynne2024-06-081-1/+7
* aacdec_usac: decouple TNS active from TNS data present flagLynne2024-06-081-10/+15
* aacdec_usac: do not continue parsing bitstream on core_mode == 1Lynne2024-06-081-0/+1
* aacdec_usac: respect tns_on_lr flagLynne2024-06-081-4/+12
* aacdec_usac: correctly set and use the layout mapLynne2024-06-081-42/+63
* aacdec_usac: remove fallback for custom maps with invalid positionLynne2024-06-081-2/+0
* aacdec_usac: tag LFE channels as such in the channel mapLynne2024-06-081-0/+3
* aacdec_usac: clean up nb_elems on errorLynne2024-06-081-0/+3
* aac: define a new profile for USACLynne2024-06-081-0/+4
* aacdec_usac: fix typo in debug messageLynne2024-06-041-1/+1
* aacdec_usac: fix off by one error check on channel numbersLynne2024-06-041-1/+1
* aacdec_usac: error out on receiving too many channels for the current layoutLynne2024-06-041-2/+14
* aacdec_usac: error out on too many elementsLynne2024-06-041-0/+5
* aacdec_usac: prevent get_bits(0) in get_escaped_valueLynne2024-06-041-1/+1
* avcodec/aac/aacdec_usac: remove unnecessary castJames Almer2024-06-021-1/+1
* aacdec_usac: fix typo in fac_lengthLynne2024-06-021-1/+1
* avcodec/aac/aacdec_usac: remove call to reallocJames Almer2024-06-021-1/+1
* aacdec: add a decoder for AAC USAC (xHE-AAC)Lynne2024-06-021-0/+1608