summaryrefslogtreecommitdiff
path: root/libavcodec/dsd.c
Commit message (Expand)AuthorAgeFilesLines
* Remove/replace some unnecessary avcodec.h inclusionsAndreas Rheinhardt2021-07-221-3/+3
* avcodec/dsd_tablegen: Merge header into dsd.cAndreas Rheinhardt2021-07-191-1/+43
* avcodec/dsd: Make initializing DSD tables thread-safeAndreas Rheinhardt2020-12-081-5/+3
* avcodec/dsd: use uint8_t instead of unsigned charPaul B Mahol2019-08-281-5/+5
* avcodec/dsddec: add slice threading supportPaul B Mahol2019-08-281-4/+8
* avcodec: add Direct Stream Transfer (DST) decoderPeter Ross2016-05-151-0/+86