media/extensions
olly 116e50f365 Cronet: Deprecate internal fallback
The way CronetDataSource.Factory can internally fall back to another
factory is confusing and unnecessary. In the case the application cannot
instantiate a CronetEngine, it should directly use another factory.

This makes CronetDataSource more consistent with OkHttpDataSource. In
both cases, their factory constructors take the component that the
respective libraries advise should only be created once by the application,
which are CronetEngine and OkHttpClient respectively.

CronetEngineWrapper will be deprecated in a subsequent change.

PiperOrigin-RevId: 381016504
2021-06-30 13:21:39 +01:00
..
av1 Make copybara remove the LINT.IfChange tag 2021-04-29 17:35:05 +01:00
cast Add onFastForward/RewindIncrementChanged to Player 2021-06-15 18:42:19 +01:00
cronet Cronet: Deprecate internal fallback 2021-06-30 13:21:39 +01:00
ffmpeg Remove obsolete Checker Framework suppression strings 2021-06-21 21:56:37 +01:00
flac Make onPlayerError take a PlaybackException 2021-06-21 22:15:01 +01:00
gvr Fix file formatting 2021-05-27 10:40:54 +01:00
ima Add Player.Listener.onPlayerErrorChanged 2021-06-30 13:17:49 +01:00
leanback Make onPlayerError take a PlaybackException 2021-06-21 22:15:01 +01:00
media2 Make onPlayerError take a PlaybackException 2021-06-21 22:15:01 +01:00
mediasession Add MediaSessionConnector#setDispatchUnsupportedActionsEnabled(boolean) 2021-06-21 22:00:23 +01:00
okhttp Format Java source files 2021-05-06 13:32:25 +01:00
opus Make onPlayerError take a PlaybackException 2021-06-21 22:15:01 +01:00
rtmp Format Java source files 2021-05-06 13:32:25 +01:00
vp9 Make onPlayerError take a PlaybackException 2021-06-21 22:15:01 +01:00
workmanager Upgrade some dependency versions 2021-02-04 09:57:27 +00:00
README.md Tweak and add READMEs + remove refs to V1 2017-08-17 22:59:34 +01:00

ExoPlayer extensions

ExoPlayer extensions are modules that depend on external libraries to provide additional functionality. Browse the individual extensions and their READMEs to learn more.