media/extensions
bachinger 49a2e5a5cb add manifest to Timeline.Window
- Remove manifest argument from callbacks of Player.EventListener and
  SourceInfoRefreshListener. Instead make it accessible through
  Player.getCurrentManifest() and Timeline.Window.manifest.
- Fix all MediaSource implementation to include the manifest in the
  Timeline instead of passing it to the SourceInfoRefreshListener.
- Refactor ExoPlayerTestRunner, FakeTimeline, FakeMediaSource to
  reflect these changes and make tests pass.

PiperOrigin-RevId: 257359662
2019-07-14 16:20:45 +01:00
..
cast add manifest to Timeline.Window 2019-07-14 16:20:45 +01:00
cronet Remove Utils.equals() check for object equality that is fragile. 2019-06-21 18:21:22 +01:00
ffmpeg Put @Nullable annotation in the right place 2019-05-30 15:10:55 +01:00
flac Remove FlacExtractor from nullness blacklist 2019-07-05 17:32:03 +01:00
gvr Fix checkerframework 2.8.2 warnings. 2019-07-02 17:44:17 +01:00
ima add manifest to Timeline.Window 2019-07-14 16:20:45 +01:00
jobdispatcher Deprecate JobDispatcherScheduler 2019-05-23 13:26:35 +01:00
leanback add manifest to Timeline.Window 2019-07-14 16:20:45 +01:00
mediasession add manifest to Timeline.Window 2019-07-14 16:20:45 +01:00
okhttp Put @Nullable annotation in the right place 2019-05-30 15:10:55 +01:00
opus Remove Flac and Opus renderers from nullness blacklist 2019-07-05 17:30:36 +01:00
rtmp Put @Nullable annotation in the right place 2019-05-30 15:10:55 +01:00
vp9 Remove Flac and Opus renderers from nullness blacklist 2019-07-05 17:30:36 +01:00
workmanager Merge pull request #5617 from loki666:workmanager 2019-05-20 15:12:57 +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.