media/testdata/src/test/assets
ibaker 0dd57de1f1 Parse TTML's tts:textAlign into Cue.textAlign, not an AlignmentSpan
The tts:textAlign property only applies to <p> elements, which
correspond 1:1 with ExoPlayer Cue objects, so we can use
Cue.textAlignment to store this info instead of encoding it in
the span-styled text.

This will mean that TTML subtitles used with
SubtitleView#setApplyEmbeddedStyles(false) will start respecting
the tts:textAlign properties from the source data (currently this
information is stripped when we remove all span styling). I think this
is working-as-intended, we respect alignment of other subtitle types
(e.g. WebVTT) when applyEmbeddedStyles=false. We also respect all other
'positioning' related properties in this case e.g. Cue.position and
Cue.line.

PiperOrigin-RevId: 310895499
2020-05-14 22:19:50 +01:00
..
ad-responses Add tests for snap-back to midroll 2020-05-05 18:37:30 +01:00
amr Rename .unklen.dump -> .unknown_length.dump 2020-03-10 10:16:54 +00:00
binary Move assets from extractor to testdata module 2020-02-11 17:09:39 +00:00
bitmap Move assets from core to testdata module 2020-02-11 17:12:13 +00:00
download-actions Move assets from core to testdata module 2020-02-11 17:12:13 +00:00
dvbsi Merge pull request #6922 from phhusson:feature/ait 2020-02-27 17:15:52 +00:00
flac Rename .unklen.dump -> .unknown_length.dump 2020-03-10 10:16:54 +00:00
flv Rename .unklen.dump -> .unknown_length.dump 2020-03-10 10:16:54 +00:00
id3 Move assets from extractor to testdata module 2020-02-11 17:09:39 +00:00
mka Parse opus gain correctly as a signed value 2020-03-27 23:33:15 +00:00
mkv Merge pull request #7247 from vadimdolgachev:subtitle_track_name_for_matroska 2020-04-20 13:29:34 +01:00
mp3 Add tests for ID3 in Mp3Extractor 2020-04-17 10:44:32 +01:00
mp4 Fix timestamp rounding error in fMP4 extractor. 2020-04-27 10:19:23 +01:00
mpd Parse trick-play role flags from DASH manifests 2020-04-15 17:42:19 +01:00
offline Move assets from core to testdata module 2020-02-11 17:12:13 +00:00
ogg Parse opus gain correctly as a signed value 2020-03-27 23:33:15 +00:00
rawcc Rename .unklen.dump -> .unknown_length.dump 2020-03-10 10:16:54 +00:00
smooth-streaming Move asssets from smoothstreaming to testdata module 2020-02-11 17:10:03 +00:00
ssa Move assets from core to testdata module 2020-02-11 17:12:13 +00:00
subrip Make milliseconds optional in SubRip (SRT) subtitles 2020-03-27 23:31:21 +00:00
ts Add option to FakeTrackOutput to de-duplicate repeated formats 2020-05-01 19:46:30 +01:00
ttml Parse TTML's tts:textAlign into Cue.textAlign, not an AlignmentSpan 2020-05-14 22:19:50 +01:00
tx3g Move assets from core to testdata module 2020-02-11 17:12:13 +00:00
vp9 Move assets from vp9 to testdata module 2020-02-11 17:10:18 +00:00
wav WAV: Don't read past data end position 2020-03-25 13:05:14 +00:00
webvtt Stop parsing unsupported WebVTT CSS properties 2020-05-14 22:18:46 +01:00