summaryrefslogtreecommitdiff
path: root/libavformat/sccdec.c
Commit message (Expand)AuthorAgeFilesLines
* avformat/sccdec: Fix memleak upon read header failureAndreas Rheinhardt2020-06-151-1/+4
* avformat/sccdec: use av_sscanf() insteadPaul B Mahol2020-02-041-3/+4
* avformat/sccdec: only change duration for last subtitlePaul B Mahol2019-12-231-1/+2
* avformat/sccdec: fix sub->pos valuesPaul B Mahol2019-12-231-2/+5
* avformat/sccdec: fix timestamp of last subtitlePaul B Mahol2019-12-231-2/+4
* avformat/sccdec: remove not needed codePaul B Mahol2019-09-131-1/+0
* avformat/sccdec: display last caption even when there is no empty last linePaul B Mahol2019-06-271-0/+5
* lavf: Constify the probe function argument.Carl Eugen Hoyos2019-03-211-1/+1
* avformat/sccdec: simplify 2 sscanf callsPaul B Mahol2017-01-301-4/+2
* avformat/sccdec: attempt to fix valgrind issuePaul B Mahol2017-01-281-3/+2
* avformat: add Scenarist Closed Captions demuxerPaul B Mahol2017-01-251-0/+183