summaryrefslogtreecommitdiff
path: root/libavcodec/dstdec.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec/dstdec: Check for overflow in build_filter()Michael Niedermayer2022-09-241-3/+8
* 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/+0
* 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/mathops: Move bitswap_32() to its only userAndreas Rheinhardt2022-03-211-0/+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
* dst: convert to new channel layout APIAnton Khirnov2022-03-151-4/+4
* Remove unnecessary avassert.h inclusionsAndreas Rheinhardt2021-07-221-1/+0
* 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/dsd: Make initializing DSD tables thread-safeAndreas Rheinhardt2020-12-081-0/+1
* avcodec/dstdec: Replace AC overread check by sample rate checkMichael Niedermayer2020-07-021-7/+6
* avcodec/dstdec: Check sample rateMichael Niedermayer2020-05-101-0/+4
* avcodec/dstdec: Fix integer overflow in read_table()Michael Niedermayer2020-05-021-1/+1
* avcodec/dstdec: Use local channels variableMichael Niedermayer2020-02-141-7/+7
* avcodec/dstdec: Use get_ur_golomb_jpegls()Michael Niedermayer2019-12-151-1/+1
* avcodec/dstdec: Check that AC probabilities are within rangeMichael Niedermayer2019-11-091-0/+4
* avcodec/dstdec: Check read_table() for failureMichael Niedermayer2019-11-091-2/+6
* avcodec/dstdec: Check for input exhaustionMichael Niedermayer2019-10-101-0/+7
* avcodec/dstdec: Fix integer overflow in samples_per_frame computationMichael Niedermayer2019-09-261-1/+1
* avcodec/dstdec: use appropriate alignmentPeter Ross2019-01-121-1/+1
* dstdec: big-endian compatiblityPeter Ross2019-01-111-2/+2
* avcodec/dstdec: Fix "warning: initialization from incompatible pointer type [...Michael Niedermayer2016-05-151-1/+1
* avcodec: add Direct Stream Transfer (DST) decoderPeter Ross2016-05-151-0/+374