media/extensions
tonihei a076924caa Simplify using DataSource factories without a TransferListener.
Setting the transfer listener on the data source factories is only needed for debug
purposes, logging and for custom bandwidth metering which doesn't use the
player-provided bandwidth meter. As such, it is not compulsary and it should be easy
to set up the data source factory without a transfer listener.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=204926083
2018-07-17 20:40:56 +01:00
..
cast Format cleanup 2018-07-12 16:08:11 +01:00
cronet Simplify using DataSource factories without a TransferListener. 2018-07-17 20:40:56 +01:00
ffmpeg Use maxInputSize for extension decoders where possible 2018-07-17 20:37:13 +01:00
flac Use maxInputSize for extension decoders where possible 2018-07-17 20:37:13 +01:00
gvr Enable java 8 for some missing projects 2018-06-05 12:44:56 +01:00
ima Add IMA and FLAC tests to the codebase 2018-07-17 20:10:20 +01:00
jobdispatcher Enable java 8 for some missing projects 2018-06-05 12:44:56 +01:00
leanback Deprecate Player.DefaultEventListener in favor of default no-ops in interface. 2018-06-22 17:49:25 +01:00
mediasession MediaSession extension: Allow setting of custom errors. 2018-06-28 16:18:50 +01:00
okhttp Simplify using DataSource factories without a TransferListener. 2018-07-17 20:40:56 +01:00
opus Use maxInputSize for extension decoders where possible 2018-07-17 20:37:13 +01:00
rtmp Change DataSource.Type to a boolean. 2018-07-11 14:53:14 +01:00
vp9 Use maxInputSize for extension decoders where possible 2018-07-17 20:37:13 +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.