summaryrefslogtreecommitdiff
path: root/libavcodec/aacps_common.c
Commit message (Expand)AuthorAge
* avcodec/aacps_common: Apply offset for VLCs during initAndreas Rheinhardt2023-10-31
* avcodec/aacps_common: Combine huffman tabelsAndreas Rheinhardt2023-10-31
* avcodec/aacps_common: Switch to ff_vlc_init_tables_from_lengths()Andreas Rheinhardt2023-10-31
* avcodec/aacps_common: Avoid superfluous VLC structuresAndreas Rheinhardt2023-10-31
* avcodec/aacps: Move initializing common stuff to aacdec_common.cAndreas Rheinhardt2023-10-31
* avcodec/aacps: Pass logctx as void* instead of AVCodecContext*Andreas Rheinhardt2023-10-31
* avcodec/vlc: Use proper namespaceAndreas Rheinhardt2023-09-11
* avcodec/vlc: Use structure instead of VLC_TYPE array as VLC elementAndreas Rheinhardt2022-06-17
* avcodec/aacps_common: Use minimal VLC nb_bits/max_depthAndreas Rheinhardt2020-12-31
* avcodec/aacps: Factor out code shared by float and fixed point decoderAndreas Rheinhardt2020-12-31