summaryrefslogtreecommitdiff
path: root/libavcodec/dsd.c
Commit message (Collapse)AuthorAge
* avcodec/dsd: Make initializing DSD tables thread-safeAndreas Rheinhardt2020-12-08
| | | | | | | This automatically makes the DSD formats as well as DST and WavPack init-threadsafe. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
* avcodec/dsd: use uint8_t instead of unsigned charPaul B Mahol2019-08-28
|
* avcodec/dsddec: add slice threading supportPaul B Mahol2019-08-28
|
* avcodec: add Direct Stream Transfer (DST) decoderPeter Ross2016-05-15
Signed-off-by: Paul B Mahol <onemda@gmail.com>