media/extensions
tonihei 6f2e24915d Add @NonNullApi and annotate two packages with it.
This new annotation declares everything as non-null by default and can be
used as a package annotation in package-info.java.

In this change the core lib offline package and the mediasession extension is
annotated that way as initial example usage.

PiperOrigin-RevId: 260894548
2019-08-01 20:35:06 +01:00
..
cast Cast: Add JSON serialization/deserialization for MediaItem 2019-07-29 21:29:23 +01:00
cronet CronetDataSource: Fix invalid Javadoc tag 2019-07-14 16:21:24 +01:00
ffmpeg Put @Nullable annotation in the right place 2019-05-30 15:10:55 +01:00
flac Default viewport constraints to match primary display 2019-07-29 21:27:46 +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 Tweak Firebase JobDispatcher extension README 2019-08-01 20:33:29 +01:00
leanback add manifest to Timeline.Window 2019-07-14 16:20:45 +01:00
mediasession Add @NonNullApi and annotate two packages with it. 2019-08-01 20:35:06 +01:00
okhttp Put @Nullable annotation in the right place 2019-05-30 15:10:55 +01:00
opus Default viewport constraints to match primary display 2019-07-29 21:27:46 +01:00
rtmp Put @Nullable annotation in the right place 2019-05-30 15:10:55 +01:00
vp9 Default viewport constraints to match primary display 2019-07-29 21:27:46 +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.