summaryrefslogtreecommitdiff
path: root/tests/ref/fate/sub-subviewer
Commit message (Collapse)AuthorAge
* avcodec/ass: explicitly set ScaledBorderAndShadowOneric2020-05-23
| | | | | Reviewed-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* avcodec/ass: add FFmpeg signatureClément Bœsch2014-10-15
|
* avcodec/ass: output missing fields in AVSubtitles and output filesClément Bœsch2014-10-15
| | | | Fixes Ticket #3207
* fate: make subtitles tests output to stdout instead of md5Clément Bœsch2014-10-15
| | | | This makes tracking subtitles changes simpler.
* avcodec/ass: move playres parameters below scripttypeClément Bœsch2014-06-18
| | | | Suggested-by: wm4
* avcodec/ass: explicit PlayRes[XY]Clément Bœsch2014-06-18
| | | | | | | | 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.
* subviewer: sanitize packets.Clément Bœsch2013-01-03
| | | | | | | | The data does not contain timing or trailing line breaks anymore. In addition to being less idiotic, it is consistent with other codecs and thus allows more switches between formats and codecs. It also fixes the issue of the trailing line returns being simple \n instead of CRLF in the ASS rectangle dialogue (this is the reason of the FATE update).
* SubViewer demuxer and decoder.Clément Bœsch2012-07-26