summaryrefslogtreecommitdiff
path: root/libavcodec/dca_xll.h
Commit message (Collapse)AuthorAgeFilesLines
* avcodec/dca_xll: add detection of DTS:X and DTS:X IMAXMarth642023-03-021-0/+3
| | | | Signed-off-by: Marth64 <marth64@proxyid.net>
* avcodec/dcadec: Treat the input packet's data as constAndreas Rheinhardt2022-07-041-1/+1
| | | | | | | | A decoder's input packet need not be writable, so we must not modify the data. Reviewed-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
* all: Remove unnecessary libavcodec/internal.h inclusionsAndreas Rheinhardt2022-02-081-2/+0
| | | | Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
* lavu/mem: move the DECLARE_ALIGNED macro family to mem_internal on next+1 bumpAnton Khirnov2021-01-011-1/+1
| | | | They are not properly namespaced and not intended for public use.
* avcodec/dca: add new decoder based on libdcadecfoo862016-01-311-0/+149