summaryrefslogtreecommitdiff
path: root/libavformat/sccdec.c
Commit message (Expand)AuthorAgeFilesLines
* avformat/sccdec: Remove nonsense castAndreas Rheinhardt2021-10-071-1/+1
* avformat/sccdec: Avoid zero-terminating unnecessarilyAndreas Rheinhardt2021-10-021-4/+0
* avformat/sccdec: Make constants more intelligibleAndreas Rheinhardt2021-10-021-2/+2
* avformat/sccdec: Fix position of returned subtitle packetsAndreas Rheinhardt2021-10-021-1/+1
* avformat/sccdec: Remove redundant checkAndreas Rheinhardt2021-10-021-2/+0
* avformat/sccdec: Don't use uninitialized data, fix crash, simplify logicAndreas Rheinhardt2021-10-021-39/+15
* avformat/subtitles: Deduplicate subtitles' read_(packet|seek|close)Andreas Rheinhardt2021-07-181-24/+3
* avformat/sccdec: Simplify cleanup after read_header failureAndreas Rheinhardt2021-07-081-5/+3
* avformat: Constify all muxer/demuxersAndreas Rheinhardt2021-04-271-1/+1
* avformat/sccdec: Use larger intermediate for ts/next_ts computationMichael Niedermayer2021-02-021-2/+2
* avformat/sccdec: Avoid variable that is always zeroAndreas Rheinhardt2020-06-221-2/+1
* avformat/sccdec: make splitting more robustPaul B Mahol2020-06-181-1/+1
* avformat/sccdec: simplify demuxer a littlePaul B Mahol2020-06-171-46/+43
* avformat/sccdec: unbreak previous commits to this filePaul B Mahol2020-06-151-6/+7
* avformat/sccdec: Fix memleak upon read header failureAndreas Rheinhardt2020-06-151-2/+5
* avformat/sccdec: move pos variables outside of loopPaul B Mahol2020-06-131-1/+1
* avformat/sccdec: split line with multiple subsPaul B Mahol2020-06-131-2/+25
* 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