summaryrefslogtreecommitdiffstats
path: root/libavcodec/dstdec.c
Commit message (Expand)AuthorAgeFilesLines
* 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
OpenPOWER on IntegriCloud