summaryrefslogtreecommitdiff
path: root/libavformat/sdxdec.c
Commit message (Collapse)AuthorAge
* sdx: convert to new channel layout APIAnton Khirnov2022-03-15
| | | | Signed-off-by: James Almer <jamrial@gmail.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: Constify the probe function argument.Carl Eugen Hoyos2019-03-21
| | | | | Reviewed-by: Lauri Kasanen Reviewed-by: Tomas Härdin
* avformat: add Sample Dump eXchange demuxerPaul B Mahol2017-01-25
Signed-off-by: Paul B Mahol <onemda@gmail.com>