media/library
christosts a56af3d0e0 SubtitleExtractor: mark the limit of the input buffer
Before this change, the SubtitleExtractor did not mark the limit
of the input buffer, thus the SubtitleDecoder attempted to decode
more bytes. If the subtitle file had a new line at the end, this
bug would make the SubtitleDecoder append an line break after the
last subtitle.

PiperOrigin-RevId: 402523039
2021-10-12 19:44:46 +01:00
..
all README updates for remaining ExoPlayer modules 2021-10-12 19:32:32 +01:00
common README updates for misc modules 2021-10-12 19:40:44 +01:00
core README updates for remaining ExoPlayer modules 2021-10-12 19:32:32 +01:00
dash README updates for MediaSource, DataSource and UI modules 2021-10-09 18:21:54 +01:00
extractor SubtitleExtractor: mark the limit of the input buffer 2021-10-12 19:44:46 +01:00
hls README updates for MediaSource, DataSource and UI modules 2021-10-09 18:21:54 +01:00
rtsp README updates for MediaSource, DataSource and UI modules 2021-10-09 18:21:54 +01:00
smoothstreaming README updates for MediaSource, DataSource and UI modules 2021-10-09 18:21:54 +01:00
transformer README updates for misc modules 2021-10-12 19:40:44 +01:00
ui README updates for MediaSource, DataSource and UI modules 2021-10-09 18:21:54 +01:00
README.md Tweak and add READMEs + remove refs to V1 2017-08-17 22:59:34 +01:00

ExoPlayer library

The ExoPlayer library is split into multiple modules. See ExoPlayer's top level README for more information about the available library modules and how to use them.