Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove/replace some unnecessary avcodec.h inclusions | Andreas Rheinhardt | 2021-07-22 | 1 | -3/+2 |
| | | | | | | | 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 char | Paul B Mahol | 2019-08-28 | 1 | -2/+2 |
| | |||||
* | avcodec/dsd: Fix "warning: ctables defined but not used [-Wunused-variable]" | Michael Niedermayer | 2016-05-15 | 1 | -1/+0 |
| | | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc> | ||||
* | avcodec: add Direct Stream Transfer (DST) decoder | Peter Ross | 2016-05-15 | 1 | -0/+53 |
Signed-off-by: Paul B Mahol <onemda@gmail.com> |