aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/aac
Commit message (Expand)AuthorAgeFilesLines
* all: fix typos found by codespellTimo Rothenpieler3 days1-3/+3
* avcodec/lpc_functions: compute_lpc_coefs: add starting lpc order and err cach...Peter Ross2025-06-231-1/+1
* aacdec_ac: fix signed overflow in ff_aac_ac_update_context()Lynne2025-05-241-4/+1
* aacdec_usac: correct Mps212 parsing locationLynne2025-05-011-4/+4
* avcodec/aac/aacdec_lpd: Remove dead codeAndreas Rheinhardt2025-04-031-63/+0
* avcodec/aac/aacdec_lpd: Make ff_aac_lpd_mode_tab staticAndreas Rheinhardt2025-04-031-2/+2
* avcodec/codec_internal, all: Use macros to set deprecated AVCodec fieldsAndreas Rheinhardt2025-03-102-12/+6
* Don't attempt to parse ADTS from USAC packets.Dale Curtis2025-03-061-1/+2
* avcodec/aac/aacdec_lpd: Limit get_unary()Michael Niedermayer2025-02-161-3/+6
* avcodec/aac/aacdec_usac: Simplify decode_usac_scale_factors()Michael Niedermayer2025-02-161-9/+2
* avcodec/aac/aacdec: Clear SFO on errorMichael Niedermayer2025-02-161-0/+1
* avcodec/aac/aacdec: Fix -Wdeclaration-after-statementAndreas Rheinhardt2025-01-121-2/+2
* avcodec/aac/aacdec: Free channel layoutMichael Niedermayer2024-12-311-0/+2
* avcodec/aac/aacdec_usac: Dont leave type at a invalid valueMichael Niedermayer2024-12-111-0/+1
* avcodec/aac/aacdec_usac: Clean ics2->max_sfb when first SCE failsMichael Niedermayer2024-12-111-1/+3
* avcodec/aac/aacdec: set keyframe flag in output framesJames Almer2024-11-241-0/+2
* avcodec/aac/aacdec: add a missing wrapper to an AAC USAC function callJames Almer2024-10-051-0/+2
* avcodec/aac/aacdec: use correct index in deallocationMichael Niedermayer2024-09-241-1/+1
* aacdec: set ac->output_elements upon channel element freeLynne2024-07-241-0/+1
* avcodec/aac/aacdec_lpd: Check kv indecMichael Niedermayer2024-07-231-0/+3
* avcodec/aac/aacdec_usac: Dont leave invalid max_sfb in the contextMichael Niedermayer2024-07-231-0/+1
* avcodec/aacdec_usac: Fix array sizeMarvin Scholz2024-07-031-1/+1
* avcodec/aacdec_lpd: remove unused local variablesLeo Izen2024-06-281-5/+2
* 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-212-22/+14
* aacdec_usac: rename noise_scale to noise_bandsLynne2024-06-212-3/+3
* aacdec_ac: fix an overreadLynne2024-06-211-1/+1
* aac: expose ff_aac_sample_rate_idx() in aac.hLynne2024-06-211-17/+1
* 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-083-9/+19
* 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-082-10/+16
* aacdec_usac: do not continue parsing bitstream on core_mode == 1Lynne2024-06-081-0/+1
* aacdec_usac: respect tns_on_lr flagLynne2024-06-082-4/+13
* 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
* mpeg4audio: rename AOT_USAC_NOSBR to AOT_USACLynne2024-06-081-5/+2
* 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