Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-02-04avformat/sccdec: use av_sscanf() insteadPaul B Mahol
2019-12-24avformat/sccdec: only change duration for last subtitlePaul B Mahol
2019-12-24avformat/sccdec: fix sub->pos valuesPaul B Mahol
2019-12-24avformat/sccdec: fix timestamp of last subtitlePaul B Mahol
Fixes -c:s copy case.
2019-09-13avformat/sccdec: remove not needed codePaul B Mahol
2019-06-27avformat/sccdec: display last caption even when there is no empty last linePaul B Mahol
2019-03-21lavf: Constify the probe function argument.Carl Eugen Hoyos
Reviewed-by: Lauri Kasanen Reviewed-by: Tomas Härdin
2017-01-30avformat/sccdec: simplify 2 sscanf callsPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2017-01-28avformat/sccdec: attempt to fix valgrind issuePaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2017-01-25avformat: add Scenarist Closed Captions demuxerPaul B Mahol
Fixes #4767. Signed-off-by: Paul B Mahol <onemda@gmail.com>