Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | avcodec/ass: explicitly set ScaledBorderAndShadow | Oneric | 2020-05-23 | 1 | -0/+1 |
| | | | | | Reviewed-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc> | ||||
* | lavf/jacosubdec: compute subtitle duration correctly | Adam Sampson | 2019-02-20 | 1 | -11/+11 |
| | | | | | | | | | | | | | | | | | | When a JACOsub subtitle has two timestamps, they represent its start and end times (http://unicorn.us.com/jacosub/jscripts.html#l_times); the duration is the difference between the two, not the sum of the two. The subtitle end times in the FATE test for this were wrong as a result; fix them too. (This test is based on JACOsub's demo.txt, and the end time computed for the last line using @ now matches what the comments there say it should be.) Also tested in practice using MPV, a LaserDisc, and some authentic 1993 JACOsub files. Signed-off-by: Adam Sampson <ats@offog.org> Reviewed-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc> | ||||
* | avcodec/ass: add FFmpeg signature | Clément Bœsch | 2014-10-15 | 1 | -0/+1 |
| | |||||
* | avcodec/ass: output missing fields in AVSubtitles and output files | Clément Bœsch | 2014-10-15 | 1 | -14/+14 |
| | | | | Fixes Ticket #3207 | ||||
* | fate: make subtitles tests output to stdout instead of md5 | Clément Bœsch | 2014-10-15 | 1 | -1/+22 |
| | | | | This makes tracking subtitles changes simpler. | ||||
* | avcodec/ass: move playres parameters below scripttype | Clément Bœsch | 2014-06-18 | 1 | -1/+1 |
| | | | | Suggested-by: wm4 | ||||
* | avcodec/ass: explicit PlayRes[XY] | Clément Bœsch | 2014-06-18 | 1 | -1/+1 |
| | | | | | | | | This avoids the following libass warning when using the subtitles filter: "Neither PlayResX nor PlayResY defined. Assuming 384x288" Subtitles tests change because the output is ASS and the PlayRes[XY] ends up in the output. | ||||
* | fate: add JacoSUB and MicroDVD subtitles tests. | Clément Bœsch | 2012-06-29 | 1 | -0/+1 |