media/extensions
tonihei 65c4a58825 Use Util method to create Handler instead of using deprecated method.
Calls to new Handler() without arguments are deprecated as of the latest Android
version. Replace them by a Util.createHandler call similar to the ones we
already have.

PiperOrigin-RevId: 283532891
2019-12-04 09:59:44 +00:00
..
av1 Provide instructions for building extensions using Windows PowerShell 2019-12-04 09:58:13 +00:00
cast Add CastPlayer tests for repeatMode masking 2019-11-15 05:12:42 +00:00
cronet Remove DataSpec.FLAG_ALLOW_ICY_METADATA 2019-10-02 21:25:07 +01:00
ffmpeg Provide instructions for building extensions using Windows PowerShell 2019-12-04 09:58:13 +00:00
flac Provide instructions for building extensions using Windows PowerShell 2019-12-04 09:58:13 +00:00
gvr Fix audio processor draining for reconfiguration 2019-11-27 22:29:07 +00:00
ima Remove AdsManager listeners on release 2019-12-04 09:58:07 +00:00
jobdispatcher Remove VR code 2019-10-30 08:47:06 +00:00
leanback Use Util method to create Handler instead of using deprecated method. 2019-12-04 09:59:44 +00:00
mediasession document media button handling prior to API level 21 2019-11-18 17:54:07 +00:00
okhttp Remove DataSpec.FLAG_ALLOW_ICY_METADATA 2019-10-02 21:25:07 +01:00
opus Provide instructions for building extensions using Windows PowerShell 2019-12-04 09:58:13 +00:00
rtmp Make factories return specific types 2019-10-04 13:31:40 +01:00
vp9 Remove row VP9 multi-threading option 2019-12-04 09:58:40 +00:00
workmanager Update cronet and workmanager dependencies 2019-09-05 10:48:45 +01: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.