media/extensions
tonihei ffdc5805bd Remove dependency on legacy Robolectric Looper mode
The default will soon change to Looper mode PAUSED. Some parts of our code
relies on the legacy behaviour when setting set SystemClock and expecting
pending messages to be delivered. With the new mode, we need to explicitly
request to idle the main looper so that pending messages can be delivered.

PiperOrigin-RevId: 297814964
2020-02-28 18:42:22 +00:00
..
av1 Add ReleaseInputBuffer callback 2020-02-25 21:22:56 +00:00
cast Migrate various call sites to Format.Builder 2020-02-27 17:15:34 +00:00
cronet Remove dependency on legacy Robolectric Looper mode 2020-02-28 18:42:22 +00:00
ffmpeg Migrate various call sites to Format.Builder 2020-02-27 17:15:34 +00:00
flac Migrate various call sites to Format.Builder 2020-02-27 17:15:34 +00:00
gvr Add missing package-info.java 2020-02-25 21:21:13 +00:00
ima Enable window-period offset in tests by default. 2020-02-28 18:41:56 +00:00
jobdispatcher Fix DownloadService resumption 2020-01-16 13:52:47 +00:00
leanback add playback state changed listener 2020-02-11 17:07:03 +00:00
mediasession remove pitch field from PlaybackParameters 2020-02-17 17:12:19 +00:00
okhttp DataSpec: Deprecate most constructors 2020-02-13 15:43:54 +00:00
opus Migrate various call sites to Format.Builder 2020-02-27 17:15:34 +00:00
rtmp Make factories return specific types 2019-10-04 13:31:40 +01:00
vp9 Remove DRM management from Renderers 2020-02-17 17:40:30 +00:00
workmanager Replace most usages of @TargetApi with @RequiresApi 2020-02-03 11:21:21 +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.