summaryrefslogtreecommitdiff
path: root/libavcodec/dsd.h
Commit message (Collapse)AuthorAge
* Remove/replace some unnecessary avcodec.h inclusionsAndreas Rheinhardt2021-07-22
| | | | | | | Also remove other unnecessary headers and include headers directly while at it. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
* avcodec/dsd: use uint8_t instead of unsigned charPaul B Mahol2019-08-28
|
* avcodec/dsd: Fix "warning: ctables defined but not used [-Wunused-variable]"Michael Niedermayer2016-05-15
| | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* avcodec: add Direct Stream Transfer (DST) decoderPeter Ross2016-05-15
Signed-off-by: Paul B Mahol <onemda@gmail.com>