media/extensions
andrewlewis 625c734726 Enable nullness checking for the IMA extension
adPlaybackState is now non-null, and the uninitialized case is covered by a new
boolean hasAdPlaybackState. Position progress updates are now non-null and
initialized with IMA's VIDEO_TIME_NOT_READY constant.

Also fix some misc code issues:
- Remove empty branch for SmoothStreaming (Android Studio warns about this).
- Tidy onTimelineChanged and onPositionDiscontinuity and the methods they call
  to improve naming.
- Remove logging for IMA events after release, as these methods are expected to
  be called in the current IMA SDK behavior.

PiperOrigin-RevId: 308977116
2020-05-01 19:46:22 +01:00
..
av1 Fix broken @link 2020-05-01 19:45:03 +01:00
cast Rename sourceUri to uri 2020-05-01 19:46:04 +01:00
cronet Remove a suppression introduced by the checker-framework 3.3.0 upgrade 2020-04-20 13:28:07 +01:00
ffmpeg Add decoder instantiation tracing 2020-03-27 23:32:37 +00:00
flac Rename ExtractorAsserts "test everything" methods 2020-04-27 10:41:49 +01:00
gvr [ExoV2 + Ambisonic] Adds ambisonic audio support to ExoV2. 2020-03-27 23:30:55 +00:00
ima Enable nullness checking for the IMA extension 2020-05-01 19:46:22 +01:00
jobdispatcher Upgrade Kotlin annotations and fix gradle warnings 2020-03-10 10:19:19 +00:00
leanback Upgrade Kotlin annotations and fix gradle warnings 2020-03-10 10:19:19 +00:00
mediasession Add missing nullable annotations 2020-04-27 10:40:01 +01:00
okhttp Improve logging 2020-03-20 12:49:20 +00:00
opus Parse opus gain correctly as a signed value 2020-03-27 23:33:15 +00:00
rtmp Upgrade Kotlin annotations and fix gradle warnings 2020-03-10 10:19:19 +00:00
vp9 Improve logging II 2020-03-25 13:03:12 +00:00
workmanager Update misc dependencies 2020-04-08 21:49:03 +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.