aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/hcadec.c
Commit message (Expand)AuthorAgeFilesLines
* avutil/common: Don't auto-include mem.hAndreas Rheinhardt2024-03-311-0/+1
* avcodec/hcadec: do not allow code to continue after failed initMichael Niedermayer2024-03-261-1/+3
* avcodec/hcadec: do not set hfr_group_count to invalid valuesMichael Niedermayer2024-03-261-2/+4
* avcodec/hcadec: implement proper .flush callbackPaul B Mahol2023-10-091-3/+11
* avcodec/hcadec: add a flush callbackJames Almer2023-10-041-1/+17
* avformat/hca: add support for decryptionPaul B Mahol2023-09-221-5/+115
* avcodec/hcadec: small refactoringPaul B Mahol2023-09-091-5/+11
* avcodec/hcadec: do not hardcode max number of channelsPaul B Mahol2023-09-091-2/+4
* avcodec/hcadec: support decoding with extradata provided in first packetPaul B Mahol2023-09-051-15/+52
* avcodec/codec_internal: Add macro to set AVCodec.long_nameAndreas Rheinhardt2022-09-031-1/+1
* avcodec/internal: Move ff_get_buffer() to decode.hAndreas Rheinhardt2022-08-271-2/+1
* avcodec: Make init-threadsafety the defaultAndreas Rheinhardt2022-07-181-1/+1
* avcodec/hcadec: Move transient GetBitContext to stackAndreas Rheinhardt2022-06-241-9/+6
* avcodec/hcadec: Don't use GetBit-API for byte-aligned readsAndreas Rheinhardt2022-06-241-41/+39
* avcodec/codec_internal: Use union for FFCodec decode/encode callbacksAndreas Rheinhardt2022-04-051-1/+1
* avcodec/codec_internal: Make FFCodec.decode use AVFrame*Andreas Rheinhardt2022-04-051-2/+1
* avcodec/codec_internal: Add FFCodec, hide internal part of AVCodecAndreas Rheinhardt2022-03-211-7/+7
* avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.hAndreas Rheinhardt2022-03-211-0/+1
* hca: convert to new channel layout APIJames Almer2022-03-151-8/+8
* avcodec/hcadec: Mark decoder as init-threadsafeAndreas Rheinhardt2022-02-091-1/+1
* avcodec/hcadec: Fix memleak upon allocation errorAndreas Rheinhardt2022-02-091-0/+1
* 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