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 (Expand)Author
2021-10-07avformat/sccdec: Remove nonsense castAndreas Rheinhardt
2021-10-02avformat/sccdec: Avoid zero-terminating unnecessarilyAndreas Rheinhardt
2021-10-02avformat/sccdec: Make constants more intelligibleAndreas Rheinhardt
2021-10-02avformat/sccdec: Fix position of returned subtitle packetsAndreas Rheinhardt
2021-10-02avformat/sccdec: Remove redundant checkAndreas Rheinhardt
2021-10-02avformat/sccdec: Don't use uninitialized data, fix crash, simplify logicAndreas Rheinhardt
2021-07-18avformat/subtitles: Deduplicate subtitles' read_(packet|seek|close)Andreas Rheinhardt
2021-07-08avformat/sccdec: Simplify cleanup after read_header failureAndreas Rheinhardt
2021-04-27avformat: Constify all muxer/demuxersAndreas Rheinhardt
2021-02-02avformat/sccdec: Use larger intermediate for ts/next_ts computationMichael Niedermayer
2020-06-22avformat/sccdec: Avoid variable that is always zeroAndreas Rheinhardt
2020-06-18avformat/sccdec: make splitting more robustPaul B Mahol
2020-06-17avformat/sccdec: simplify demuxer a littlePaul B Mahol
2020-06-15avformat/sccdec: unbreak previous commits to this filePaul B Mahol
2020-06-15avformat/sccdec: Fix memleak upon read header failureAndreas Rheinhardt
2020-06-13avformat/sccdec: move pos variables outside of loopPaul B Mahol
2020-06-13avformat/sccdec: split line with multiple subsPaul B Mahol
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
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
2017-01-30avformat/sccdec: simplify 2 sscanf callsPaul B Mahol
2017-01-28avformat/sccdec: attempt to fix valgrind issuePaul B Mahol
2017-01-25avformat: add Scenarist Closed Captions demuxerPaul B Mahol