media/libraries
christosts 2c98e8bb4f ExoPlayer.Builder: lazily initialize default components
Initialize default components lazily in ExoPlayer.Builder to avoid
redundant component instantiations, useful in cases where apps
overwrite default components with ExoPlayer.Builder setters.

The fields in ExoPlayer.Builder are wrapped in a Supplier (rather than
just making then nullable and initializing them in
ExoPlayer.Builder.build()) so that we maintain the proguarding
properties of this class.

PiperOrigin-RevId: 406345976
2021-11-09 10:06:11 +00:00
..
cast Migrate callers of deprecated C.java methods to Util.java 2021-11-08 15:17:26 +00:00
common Make package in test manifest consistent 2021-11-08 15:18:26 +00:00
database Update to androidx.media3 2021-10-27 09:12:46 +01:00
datasource Make package in test manifest consistent 2021-11-08 15:18:26 +00:00
datasource_cronet Make package in test manifest consistent 2021-11-08 15:18:26 +00:00
datasource_okhttp Update to androidx.media3 2021-10-27 09:12:46 +01:00
datasource_rtmp Make package in test manifest consistent 2021-11-08 15:18:26 +00:00
decoder Make package in test manifest consistent 2021-11-08 15:18:26 +00:00
decoder_av1 Update to androidx.media3 2021-10-27 09:12:46 +01:00
decoder_ffmpeg Make package in test manifest consistent 2021-11-08 15:18:26 +00:00
decoder_flac Make package in test manifest consistent 2021-11-08 15:18:26 +00:00
decoder_opus Make package in test manifest consistent 2021-11-08 15:18:26 +00:00
decoder_vp9 Make package in test manifest consistent 2021-11-08 15:18:26 +00:00
exoplayer ExoPlayer.Builder: lazily initialize default components 2021-11-09 10:06:11 +00:00
exoplayer_dash Migrate callers of deprecated C.java methods to Util.java 2021-11-08 15:17:26 +00:00
exoplayer_hls Defer setting defaults for rendition reports until playlist is parsed 2021-11-09 10:05:40 +00:00
exoplayer_ima Migrate callers of deprecated C.java methods to Util.java 2021-11-08 15:17:26 +00:00
exoplayer_rtsp Migrate callers of deprecated C.java methods to Util.java 2021-11-08 15:17:26 +00:00
exoplayer_smoothstreaming Migrate callers of deprecated C.java methods to Util.java 2021-11-08 15:17:26 +00:00
exoplayer_workmanager Update to androidx.media3 2021-10-27 09:12:46 +01:00
extractor DefaultExtractorsFactory: lazily load flac extension 2021-11-09 10:06:11 +00:00
session Migrate callers of deprecated C.java methods to Util.java 2021-11-08 15:17:26 +00:00
test_data Allow missing full_range_flag in colr box with type=nclx 2021-10-27 13:04:55 +01:00
test_exoplayer_playback Make package in test manifest consistent 2021-11-08 15:18:26 +00:00
test_session_common Migrate media3.session references from Window to MediaItem 2021-11-08 15:13:41 +00:00
test_session_current Migrate callers of deprecated C.java methods to Util.java 2021-11-08 15:17:26 +00:00
test_utils Migrate callers of deprecated C.java methods to Util.java 2021-11-08 15:17:26 +00:00
test_utils_robolectric Update to androidx.media3 2021-10-27 09:12:46 +01:00
transformer Migrate callers of deprecated C.java methods to Util.java 2021-11-08 15:17:26 +00:00
ui Migrate callers of deprecated C.java methods to Util.java 2021-11-08 15:17:26 +00:00
ui_leanback Update to androidx.media3 2021-10-27 09:12:46 +01:00