summaryrefslogtreecommitdiff
path: root/libavcodec/hcadec.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-271-1/+1
* lavu/mem: move the DECLARE_ALIGNED macro family to mem_internal on next+1 bumpAnton Khirnov2021-01-011-0/+1
* avcodec/hcadec: Check total_band_count against imdct_in sizeMichael Niedermayer2020-07-021-0/+4
* avcodec/hcadec: get intensity from correct channelsummertriangle.dev@gmail.com2020-06-211-1/+1
* avcodec/hcadec: fix decoding of hfr channelssummertriangle.dev@gmail.com2020-06-211-1/+2
* avcodec/hcadec: Check or bound indexesMichael Niedermayer2020-06-081-2/+2
* avcodec/hcadec: Check scale_factorsMichael Niedermayer2020-03-311-0/+1
* avcodec: add CRI HCA decoderPaul B Mahol2020-03-171-0/+453