summaryrefslogtreecommitdiff
path: root/libavcodec/dstdec.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/mathops: Move bitswap_32() to its only userAndreas Rheinhardt2022-03-21
* 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
* dst: convert to new channel layout APIAnton Khirnov2022-03-15
* Remove unnecessary avassert.h inclusionsAndreas Rheinhardt2021-07-22
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-27
* lavu/mem: move the DECLARE_ALIGNED macro family to mem_internal on next+1 bumpAnton Khirnov2021-01-01
* avcodec/dsd: Make initializing DSD tables thread-safeAndreas Rheinhardt2020-12-08
* avcodec/dstdec: Replace AC overread check by sample rate checkMichael Niedermayer2020-07-02
* avcodec/dstdec: Check sample rateMichael Niedermayer2020-05-10
* avcodec/dstdec: Fix integer overflow in read_table()Michael Niedermayer2020-05-02
* avcodec/dstdec: Use local channels variableMichael Niedermayer2020-02-14
* avcodec/dstdec: Use get_ur_golomb_jpegls()Michael Niedermayer2019-12-15
* avcodec/dstdec: Check that AC probabilities are within rangeMichael Niedermayer2019-11-09
* avcodec/dstdec: Check read_table() for failureMichael Niedermayer2019-11-09
* avcodec/dstdec: Check for input exhaustionMichael Niedermayer2019-10-10
* avcodec/dstdec: Fix integer overflow in samples_per_frame computationMichael Niedermayer2019-09-26
* avcodec/dstdec: use appropriate alignmentPeter Ross2019-01-12
* dstdec: big-endian compatiblityPeter Ross2019-01-11
* avcodec/dstdec: Fix "warning: initialization from incompatible pointer type [...Michael Niedermayer2016-05-15
* avcodec: add Direct Stream Transfer (DST) decoderPeter Ross2016-05-15