summaryrefslogtreecommitdiff
path: root/libavformat/sdsdec.c
Commit message (Expand)AuthorAgeFilesLines
* avformat/sdsdec: Use av_rescale() to avoid intermediate overflow in duration ...Michael Niedermayer2022-09-241-1/+1
* sds: convert to new channel layout APIAnton Khirnov2022-03-151-1/+1
* avformat: Constify all muxer/demuxersAndreas Rheinhardt2021-04-271-1/+1
* avformat/sdsdec: fix undefined behaviourPaul B Mahol2019-09-251-3/+3
* lavf: Constify the probe function argument.Carl Eugen Hoyos2019-03-211-1/+1
* avformat: add MIDI Sample Dump Standard demuxerPaul B Mahol2017-01-221-0/+165