summaryrefslogtreecommitdiff
path: root/libavformat/aptxdec.c
Commit message (Collapse)AuthorAge
* avformat: Constify all muxer/demuxersAndreas Rheinhardt2021-04-27
| | | | | | | This is possible now that the next-API is gone. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com> Signed-off-by: James Almer <jamrial@gmail.com>
* lavf/aptxdec: fix the limit on the APTX demuxer definitionJan Ekström2018-02-10
| | | | | Fixes breakage with --disable-muxers as it was originally limited to the muxer, and not the demuxer.
* aptx: add raw muxer and demuxer for aptX HDAurelien Jacobs2018-02-09
|
* aptx: add raw muxer and demuxer for aptXAurelien Jacobs2017-11-10