summaryrefslogtreecommitdiff
path: root/libavformat/sccdec.c
Commit message (Collapse)AuthorAge
* 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
| | | | | Reviewed-by: Lauri Kasanen Reviewed-by: Tomas Härdin
* avformat/sccdec: simplify 2 sscanf callsPaul B Mahol2017-01-30
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avformat/sccdec: attempt to fix valgrind issuePaul B Mahol2017-01-28
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avformat: add Scenarist Closed Captions demuxerPaul B Mahol2017-01-25
Fixes #4767. Signed-off-by: Paul B Mahol <onemda@gmail.com>