summaryrefslogtreecommitdiff
path: root/libavcodec/dca_exss.h
Commit message (Collapse)AuthorAge
* Remove unnecessary libavutil/(avutil|common|internal).h inclusionsAndreas Rheinhardt2022-02-24
| | | | | | | | | | Some of these were made possible by moving several common macros to libavutil/macros.h. While just at it, also improve the other headers a bit. Reviewed-by: Martin Storsjö <martin@martin.st> Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
* avcodec/dca_exss: prepare to be called from parser contextfoo862016-05-25
| | | | Signed-off-by: James Almer <jamrial@gmail.com>
* avcodec/dca: add new decoder based on libdcadecfoo862016-01-31
|
* dca: Remove separate header for DCA ExSSDiego Biurrun2015-02-16
| | | | There is no point in having a separate header for a single declaration.
* dca: Split code for handling the EXSS extension off into a separate fileDiego Biurrun2015-02-14