summaryrefslogtreecommitdiffstats
path: root/libavcodec/dstdec.c
Commit message (Collapse)AuthorAgeFilesLines
* avcodec/dstdec: use appropriate alignmentPeter Ross2019-01-121-1/+1
| | | | | | | this was a typo in my original dst decoder. there is no requirement for 64-byte alignment here. the change does not affect decoder performance. Signed-off-by: Peter Ross <pross@xvid.org>
* dstdec: big-endian compatiblityPeter Ross2019-01-111-2/+2
|
* avcodec/dstdec: Fix "warning: initialization from incompatible pointer type ↵Michael Niedermayer2016-05-151-1/+1
| | | | | | [enabled by default]" Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* avcodec: add Direct Stream Transfer (DST) decoderPeter Ross2016-05-151-0/+374
Signed-off-by: Paul B Mahol <onemda@gmail.com>
OpenPOWER on IntegriCloud