Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | -6/+6 |
| | | | | Fixes Ticket #3207 | ||||
* | fate: make subtitles tests output to stdout instead of md5 | Clément Bœsch | 2014-10-15 | 1 | -1/+14 |
| | | | | 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. | ||||
* | movtextdec: 3GPP TS 26.245 Timed Text Decoder. | Philip Langdale | 2012-07-14 | 1 | -0/+1 |
This change introduces a basic decoder for 3GPP Timed Text subtitles, also known as TX3G, Quicktime subtitles, or "movtext" in the existing code. This initial change doesn't attempt to parse styling information, and just reads the plain text of the subtitles. I intend to add support for styles eventually, but it's challenging due to a lack of existing players that support them. Signed-off-by: Philip Langdale <philipl@overt.org> |