summaryrefslogtreecommitdiff
path: root/libavformat/aptxdec.c
Commit message (Collapse)AuthorAge
* avformat/aptxdec: Deduplicate AVClassesAndreas Rheinhardt2021-07-08
| | | | | | | | The child_class_next API relied on different (de)muxers to use different AVClasses; yet this API has been replaced by child_class_iterate. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
* avformat/Makefile: Remove rawdec dependency from aptx, codec2 demuxersAndreas Rheinhardt2021-07-08
| | | | | | | These demuxers don't need anything from rawdec; they furthermore only used rawdec.h to include opt.h. Both of this has been fixed. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
* 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