media/extensions
olly de7c62a915 Remove unnecessary logging
As justification for why we should not have this type of logging,
it would scale up to about 13K LOC, 1800 Strings, and 36K (after
pro-guarding - in the case of the demo app) if we did it through
the whole code base*. It makes the code messier to read, and in
most cases doesn't add significant value.

Note: I left the Scheduler logging because it logs interactions
with some awkward library components outside of ExoPlayer, so is
perhaps a bit more justified.

* This is a bit unfair since realistically we wouldn't ever add
  lots of logging into trivial classes. But I think it is fair
  to say that the deltas would be non-negligible.

PiperOrigin-RevId: 246181421
2019-05-02 13:05:32 +01:00
..
cast Add IntDef for Player states. 2019-04-30 22:07:47 +01:00
cronet Update dependency versions 2019-04-26 18:28:13 +01:00
ffmpeg Log warnings when extension libraries can't be used 2019-04-26 18:35:15 +01:00
flac Add IntDef for Player states. 2019-04-30 22:07:47 +01:00
gvr Add missing DownloadService build*Intent and startWith* methods 2019-04-18 23:22:35 +01:00
ima Add IntDef for Player states. 2019-04-30 22:07:47 +01:00
jobdispatcher Remove unnecessary logging 2019-05-02 13:05:32 +01:00
leanback Add IntDef for Player states. 2019-04-30 22:07:47 +01:00
mediasession Fix some random AndroidStudio warnings. 2019-04-30 22:08:07 +01:00
okhttp Add missing DownloadService build*Intent and startWith* methods 2019-04-18 23:22:35 +01:00
opus Add IntDef for Player states. 2019-04-30 22:07:47 +01:00
rtmp Add missing DownloadService build*Intent and startWith* methods 2019-04-18 23:22:35 +01:00
vp9 Add IntDef for Player states. 2019-04-30 22:07:47 +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.