summaryrefslogtreecommitdiff
path: root/libavcodec/interplayacm.c
Commit message (Expand)AuthorAge
* avcodec: Make init-threadsafety the defaultAndreas Rheinhardt2022-07-18
* avcodec/codec_internal: Use union for FFCodec decode/encode callbacksAndreas Rheinhardt2022-04-05
* avcodec/codec_internal: Make FFCodec.decode use AVFrame*Andreas Rheinhardt2022-04-05
* avcodec/codec_internal: Add FFCodec, hide internal part of AVCodecAndreas Rheinhardt2022-03-21
* avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.hAndreas Rheinhardt2022-03-21
* interplayacm: convert to new channel layout APIAnton Khirnov2022-03-15
* avcodec/interplayacm: fix draining and last frame number of samplesPaul B Mahol2021-09-04
* avcodec/interplayacm: Make decoder init-threadsafeAndreas Rheinhardt2021-05-02
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-27
* avcodec/interplayacm: Fix overflow of last unused valueMichael Niedermayer2019-11-09
* avcodec/interplayacm: Fix integer overflows in juggle()Michael Niedermayer2019-10-25
* avcodec/interplayacm: decoder supports init_cleanup capabilityPaul B Mahol2018-09-08
* interplayacm: increase bitstream buffer size by AV_INPUT_BUFFER_PADDING_SIZEAndreas Cadhalpun2016-11-01
* interplayacm: validate number of channelsAndreas Cadhalpun2016-10-30
* interplayacm: check for too large bAndreas Cadhalpun2016-10-30
* lavc: move 2 more BITSTREAM_READER_LE definitionsClément Bœsch2016-06-29
* avcodec: add Interplay ACM decoderPaul B Mahol2015-11-03