summaryrefslogtreecommitdiff
path: root/libavformat/sdsdec.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>
* avformat/sdsdec: fix undefined behaviourPaul B Mahol2019-09-25
| | | | Fixes #8163, #8164, #8165.
* lavf: Constify the probe function argument.Carl Eugen Hoyos2019-03-21
| | | | | Reviewed-by: Lauri Kasanen Reviewed-by: Tomas Härdin
* avformat: add MIDI Sample Dump Standard demuxerPaul B Mahol2017-01-22
Signed-off-by: Paul B Mahol <onemda@gmail.com>