media/libraries/exoplayer/src
ibaker 694d040d7e Re-land: TtmlParser implementation - moved from TtmlDecoder
This change uses the new incremental overloads of `SubtitleParser` to
avoid introducing the performance regression caused by the original
change requiring all cues to be fully parsed before the first could be
shown on screen.

`TtmlDecoder` which used to be `SimpleSubtitleDecoder` will now be
called `TtmlParser` and implement `SubtitleParser` interface. For
backwards compatibility, we will have the same functionality provided
by `DelegatingSubtitleDecoder` backed-up by a new `TtmlParser`
instance.

PiperOrigin-RevId: 566671398
2023-09-19 10:25:48 -07:00
..
androidTest Add BitmapDecoder interface 2023-08-18 15:15:14 +01:00
main Re-land: TtmlParser implementation - moved from TtmlDecoder 2023-09-19 10:25:48 -07:00
test Re-land: TtmlParser implementation - moved from TtmlDecoder 2023-09-19 10:25:48 -07:00