media/extensions
ibaker 8df6a4b301 Remove nullness warning suppressions from Matcher.group
These were introduced in c7164a30a0

In each case I checked that the groups are not optional,
so if they match they must be non-null.

PiperOrigin-RevId: 305213293
2020-04-07 13:39:13 +01:00
..
av1 Improve logging II 2020-03-25 13:03:12 +00:00
cast Add DeviceComponent to Player interface 2020-03-30 17:16:51 +01:00
cronet Remove nullness warning suppressions from Matcher.group 2020-04-07 13:39:13 +01:00
ffmpeg Add decoder instantiation tracing 2020-03-27 23:32:37 +00:00
flac Add decoder instantiation tracing 2020-03-27 23:32:37 +00:00
gvr [ExoV2 + Ambisonic] Adds ambisonic audio support to ExoV2. 2020-03-27 23:30:55 +00:00
ima Add some playback tests for the IMA extension 2020-03-30 19:20:50 +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 remove deprecated usage of PlaybackParameter 2020-03-19 00:45:18 +00: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 Upgrade Kotlin annotations and fix gradle warnings 2020-03-10 10:19:19 +00: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.