Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-12-08avcodec/dsd: Make initializing DSD tables thread-safeAndreas Rheinhardt
This automatically makes the DSD formats as well as DST and WavPack init-threadsafe. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
2019-08-28avcodec/dsd: use uint8_t instead of unsigned charPaul B Mahol
2019-08-28avcodec/dsddec: add slice threading supportPaul B Mahol
2016-05-15avcodec: add Direct Stream Transfer (DST) decoderPeter Ross
Signed-off-by: Paul B Mahol <onemda@gmail.com>