| Commit message (Expand) | Author | Age | Files | Lines |
* | avformat/sccdec: Remove nonsense cast | Andreas Rheinhardt | 2021-10-07 | 1 | -1/+1 |
* | avformat/sccdec: Avoid zero-terminating unnecessarily | Andreas Rheinhardt | 2021-10-02 | 1 | -4/+0 |
* | avformat/sccdec: Make constants more intelligible | Andreas Rheinhardt | 2021-10-02 | 1 | -2/+2 |
* | avformat/sccdec: Fix position of returned subtitle packets | Andreas Rheinhardt | 2021-10-02 | 1 | -1/+1 |
* | avformat/sccdec: Remove redundant check | Andreas Rheinhardt | 2021-10-02 | 1 | -2/+0 |
* | avformat/sccdec: Don't use uninitialized data, fix crash, simplify logic | Andreas Rheinhardt | 2021-10-02 | 1 | -39/+15 |
* | avformat/subtitles: Deduplicate subtitles' read_(packet|seek|close) | Andreas Rheinhardt | 2021-07-18 | 1 | -24/+3 |
* | avformat/sccdec: Simplify cleanup after read_header failure | Andreas Rheinhardt | 2021-07-08 | 1 | -5/+3 |
* | avformat: Constify all muxer/demuxers | Andreas Rheinhardt | 2021-04-27 | 1 | -1/+1 |
* | avformat/sccdec: Use larger intermediate for ts/next_ts computation | Michael Niedermayer | 2021-02-02 | 1 | -2/+2 |
* | avformat/sccdec: Avoid variable that is always zero | Andreas Rheinhardt | 2020-06-22 | 1 | -2/+1 |
* | avformat/sccdec: make splitting more robust | Paul B Mahol | 2020-06-18 | 1 | -1/+1 |
* | avformat/sccdec: simplify demuxer a little | Paul B Mahol | 2020-06-17 | 1 | -46/+43 |
* | avformat/sccdec: unbreak previous commits to this file | Paul B Mahol | 2020-06-15 | 1 | -6/+7 |
* | avformat/sccdec: Fix memleak upon read header failure | Andreas Rheinhardt | 2020-06-15 | 1 | -2/+5 |
* | avformat/sccdec: move pos variables outside of loop | Paul B Mahol | 2020-06-13 | 1 | -1/+1 |
* | avformat/sccdec: split line with multiple subs | Paul B Mahol | 2020-06-13 | 1 | -2/+25 |
* | avformat/sccdec: use av_sscanf() instead | Paul B Mahol | 2020-02-04 | 1 | -3/+4 |
* | avformat/sccdec: only change duration for last subtitle | Paul B Mahol | 2019-12-23 | 1 | -1/+2 |
* | avformat/sccdec: fix sub->pos values | Paul B Mahol | 2019-12-23 | 1 | -2/+5 |
* | avformat/sccdec: fix timestamp of last subtitle | Paul B Mahol | 2019-12-23 | 1 | -2/+4 |
* | avformat/sccdec: remove not needed code | Paul B Mahol | 2019-09-13 | 1 | -1/+0 |
* | avformat/sccdec: display last caption even when there is no empty last line | Paul B Mahol | 2019-06-27 | 1 | -0/+5 |
* | lavf: Constify the probe function argument. | Carl Eugen Hoyos | 2019-03-21 | 1 | -1/+1 |
* | avformat/sccdec: simplify 2 sscanf calls | Paul B Mahol | 2017-01-30 | 1 | -4/+2 |
* | avformat/sccdec: attempt to fix valgrind issue | Paul B Mahol | 2017-01-28 | 1 | -3/+2 |
* | avformat: add Scenarist Closed Captions demuxer | Paul B Mahol | 2017-01-25 | 1 | -0/+183 |