summaryrefslogtreecommitdiff
path: root/libavcodec/dca_lbr.h
Commit message (Collapse)AuthorAgeFilesLines
* avcodec/dca*: Make decoder init-threadsafeAndreas Rheinhardt2021-05-021-0/+1
| | | | Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.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: move some enumeration typedefs into headersfoo862017-07-181-0/+5
| | | | | | | These values will be used by the parser. Prefix them with DCA_ appropriately. Signed-off-by: James Almer <jamrial@gmail.com>
* avcodec/dca: add DTS Express (LBR) decoderfoo862016-05-101-0/+130
Signed-off-by: James Almer <jamrial@gmail.com>