summaryrefslogtreecommitdiff
path: root/libavformat/sccdec.c
Commit message (Expand)AuthorAge
* avformat/sccdec: Remove nonsense castAndreas Rheinhardt2021-10-07
* avformat/sccdec: Avoid zero-terminating unnecessarilyAndreas Rheinhardt2021-10-02
* avformat/sccdec: Make constants more intelligibleAndreas Rheinhardt2021-10-02
* avformat/sccdec: Fix position of returned subtitle packetsAndreas Rheinhardt2021-10-02
* avformat/sccdec: Remove redundant checkAndreas Rheinhardt2021-10-02
* avformat/sccdec: Don't use uninitialized data, fix crash, simplify logicAndreas Rheinhardt2021-10-02
* avformat/subtitles: Deduplicate subtitles' read_(packet|seek|close)Andreas Rheinhardt2021-07-18
* avformat/sccdec: Simplify cleanup after read_header failureAndreas Rheinhardt2021-07-08
* avformat: Constify all muxer/demuxersAndreas Rheinhardt2021-04-27
* avformat/sccdec: Use larger intermediate for ts/next_ts computationMichael Niedermayer2021-02-02
* avformat/sccdec: Avoid variable that is always zeroAndreas Rheinhardt2020-06-22
* avformat/sccdec: make splitting more robustPaul B Mahol2020-06-18
* avformat/sccdec: simplify demuxer a littlePaul B Mahol2020-06-17
* avformat/sccdec: unbreak previous commits to this filePaul B Mahol2020-06-15
* avformat/sccdec: Fix memleak upon read header failureAndreas Rheinhardt2020-06-15
* avformat/sccdec: move pos variables outside of loopPaul B Mahol2020-06-13
* avformat/sccdec: split line with multiple subsPaul B Mahol2020-06-13
* avformat/sccdec: use av_sscanf() insteadPaul B Mahol2020-02-04
* avformat/sccdec: only change duration for last subtitlePaul B Mahol2019-12-23
* avformat/sccdec: fix sub->pos valuesPaul B Mahol2019-12-23
* avformat/sccdec: fix timestamp of last subtitlePaul B Mahol2019-12-23
* avformat/sccdec: remove not needed codePaul B Mahol2019-09-13
* avformat/sccdec: display last caption even when there is no empty last linePaul B Mahol2019-06-27
* lavf: Constify the probe function argument.Carl Eugen Hoyos2019-03-21
* avformat/sccdec: simplify 2 sscanf callsPaul B Mahol2017-01-30
* avformat/sccdec: attempt to fix valgrind issuePaul B Mahol2017-01-28
* avformat: add Scenarist Closed Captions demuxerPaul B Mahol2017-01-25