summaryrefslogtreecommitdiff
path: root/tests/ref/fate/sub-sami2
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>
* lavc/htmlsubtitles: improve handling broken garbageClément Bœsch2017-08-01
| | | | | | | | | | | | | | | | | | | | This commit switches off forced correct nesting of tags and only keeps it for font tags. See long explanations in the code for the rationale. This results in various FATE changes which I'll explain here: - various swapping in font attributes, this is mostly noise due to the old reverse stack way of printing them. The new one is more correct as the last attribute takes over the previous ones. - unrecognized tags disappears - invalid tags that were previously displayed aren't anymore (instead, we have a warning). This is better for the end user The main benefit of this commit is to be more tolerant to error, leading to a better handling of badly nested tags or random wrong formatting for the end user.
* avcodec/samidec: use ff_htmlmarkup_to_ass()Yayoi2015-09-06
| | | | Signed-off-by: Clément Bœsch <u@pkh.me>
* fate/subtitles: add a new test for SAMI demuxer and decoderYayoi2015-09-06
Signed-off-by: Clément Bœsch <u@pkh.me>