media/extensions
olly ee14fe7adf Align Decoder(Audio|Video)Renderer decoder re-use logic
- Fix DecoderAudioRenderer to re-init codec if the DRM session changes.
- Add canKeepCodec to DecoderVideoRenderer. Previously it was assumed
  that the decoder could be re-used, but this will not be true in all
  cases for FfmpegVideoRenderer.

Issue: #7079
PiperOrigin-RevId: 309935278
2020-05-05 18:38:50 +01:00
..
av1 Align Decoder(Audio|Video)Renderer decoder re-use logic 2020-05-05 18:38:50 +01:00
cast Rename sourceUri to uri 2020-05-01 19:46:04 +01:00
cronet CronetDataSource: Use standard InterruptedIOException 2020-05-05 18:37:03 +01:00
ffmpeg Align Decoder(Audio|Video)Renderer decoder re-use logic 2020-05-05 18:38:50 +01: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 Migrate to new IMA preloading APIs 2020-05-05 18:38:14 +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 Align Decoder(Audio|Video)Renderer decoder re-use logic 2020-05-05 18:38:50 +01: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.