summaryrefslogtreecommitdiffstats
path: root/tests/ref/fate/sub-microdvd
Commit message (Collapse)AuthorAgeFilesLines
* tests/subtitles: fix microdvd crlf in refClément Bœsch2015-04-271-6/+6
|
* microdvd: do not export framerate hint as subtitle packetwm42015-04-081-7/+6
| | | | | | | | | | | MicroDVD has a "hack" for specifying the video framerate the subtitle was authored against. The demuxer reads this hint correctly, but didn't skip it correctly. This was not noticed, because the exported packet has its duration set to 0, making it invisible (depending on the API user's rendering logic). Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* avcodec/ass: add FFmpeg signatureClément Bœsch2014-10-151-0/+1
|
* avcodec/ass: output missing fields in AVSubtitles and output filesClément Bœsch2014-10-151-14/+14
| | | | Fixes Ticket #3207
* fate: make subtitles tests output to stdout instead of md5Clément Bœsch2014-10-151-1/+22
| | | | This makes tracking subtitles changes simpler.
* avcodec/ass: move playres parameters below scripttypeClément Bœsch2014-06-181-1/+1
| | | | Suggested-by: wm4
* avcodec/ass: explicit PlayRes[XY]Clément Bœsch2014-06-181-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.
* microdvd: sanitize AVPackets.Clément Bœsch2012-12-311-1/+1
| | | | | | | | | | | | | | | | | | | | Current MicroDVD AVPackets contain timing information and trailing line breaks. The data is now only composed of the markup data. Doing this consistently between text subtitles decoders allows to use different codec for various formats. For instance, MicroDVD markup is sometimes found in some VPlayer files. Also, generally speaking, the subtitles text decoders have no use of these timings (and they must not use them since it would break any user timing adjustment). Technically, this is a major ABI break. In practice, a mismatching lavf/lavc will now error out for MicroDVD decoding. Supporting both formats requires unnecessary complex and fragile code. FATE needs update because line breaks in the ASS file were "\n" (because that's what is used in the original file). ASS format expect "\r\n" line breaks; this commit fixes this issue. Also note that this "\r\n" trailing need to be moved at some point from the decoders to the ASS muxer.
* fate: add JacoSUB and MicroDVD subtitles tests.Clément Bœsch2012-06-291-0/+1
OpenPOWER on IntegriCloud