media/library
tonihei 8416423e07 Move SimpleExoPlayer logic into ExoPlayerImpl
This makes SimpleExoPlayer a simple forwarding wrapper which can be
removed in the future.

The changes are all purely mechanical with none of the potential further
simplifications made yet. The only exceptions are name clashes where
either EPI or SEP was calling a method in one of the classes and both
classes had different implementations for the same method name. In these
cases we needed to disambiguate between the two different
implementations (example: ExoPlayerImpl.setListener was renamed to
setEventListener).

#minor-release

PiperOrigin-RevId: 425823095
2022-02-21 16:59:57 +00:00
..
all Add database module 2021-10-26 14:19:43 +01:00
common Use ImmutableMap.Builder.buildOrThrow() instead of deprecated build(). 2022-02-21 16:59:52 +00:00
core Move SimpleExoPlayer logic into ExoPlayerImpl 2022-02-21 16:59:57 +00:00
dash Fix some lint warnings 2022-01-28 09:37:06 +00:00
database Add database module 2021-10-26 14:19:43 +01:00
datasource Change DefaultHttpDataSourceTest to an instrumentation test 2021-12-14 10:30:35 +00:00
decoder Make package in test manifest consistent 2021-10-29 11:35:26 +01:00
extractor Merge pull request #9893 from moneytoo:mkv-vtt 2022-01-28 09:33:35 +00:00
hls Disable live speed adjustment where it has no benefit 2022-01-14 14:54:49 +00:00
rtsp Use ImmutableMap.Builder.buildOrThrow() instead of deprecated build(). 2022-02-21 16:59:52 +00:00
smoothstreaming Remove setTag from (Ss|Hls|Dash)MediaSource.Factory 2022-01-10 13:00:58 +00:00
transformer Transformer Demo: Remove unneeded external storage permission 2022-02-21 16:59:57 +00:00
ui Fix some lint warnings 2022-01-28 09:37:06 +00: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.