media/library
apodob dd19bc8927 Integrate ExoplayerCuesDecoder and SubtitleExtractor
This CL contains integration of the ExoplayerCuesDecoder and the
SubtitleExtractor with the player. The SubtitleExtractor is integrated
inside the DefaultMediaSourceFactory. The flag was added to the
state of the DefaultMediaSourceFactory to let user decide between the
ProgressiveMediaSource and the SingleSampleMediaSource as a source for
subtitles. Choosing the ProgressiveMediaSource will cause data to flow
through the SubtitleExtractor and eventually the ExoplayerCuesDecoder.

PiperOrigin-RevId: 394500305
2021-09-06 14:54:38 +01:00
..
all Include RTSP module in gradle project 2021-05-10 23:41:50 +01:00
common Add method to compile program from shader paths in GlUtil 2021-09-02 14:53:20 +01:00
core Integrate ExoplayerCuesDecoder and SubtitleExtractor 2021-09-06 14:54:38 +01:00
dash Support generating notifications for paused downloads 2021-08-20 16:25:43 +01:00
extractor Fix the preparation of Extractor inside the init() method 2021-09-02 09:38:30 +01:00
hls DRM refactor / cleanup 2021-08-19 10:42:56 +01:00
rtsp Revert unwanted changes. 2021-08-12 16:31:51 +01:00
smoothstreaming DRM refactor / cleanup 2021-08-19 10:42:56 +01:00
transformer Fix errors in Transformer demo 2021-09-02 09:36:44 +01:00
ui Remove stray symlinks 2021-08-25 10:58:20 +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.