media/extensions
olly f8cc83a458 Ffmpeg extension: Wait for channel count and sample rate
When playing TrueHD streams, it's possible that the first decoded
buffer is empty, and that the channel count and sample rate are
still unknown. To correct for this, defer determining the format
until a buffer that will actually be output from the decoder has
been obtained, and only then query the channel count and sample
rate.

Issue: #8616
#minor-release
PiperOrigin-RevId: 366246245
2021-04-12 14:12:12 +01:00
..
av1 Fix ffmpeg build script's strip tool for armeabi-v7a 2020-11-30 16:11:19 +00:00
cast Fix onPositionDiscontinuity event in CastPlayer 2021-04-09 16:08:40 +01:00
cronet Fix gradle conflict resolution for Cronet tests 2021-02-04 00:31:57 +00:00
ffmpeg Ffmpeg extension: Wait for channel count and sample rate 2021-04-12 14:12:12 +01:00
flac Update extensions NDK version to latest LTS version 2021-02-25 09:39:00 +00:00
gvr Fix SonicAudioProcessor end of stream behavior 2020-12-03 17:11:47 +00:00
ima Upgrade IMA SDK dependency to 3.22.3 2021-04-09 17:03:26 +01:00
jobdispatcher Dev guide: Start updating the download page 2020-09-07 20:41:55 +01:00
leanback Add dispatchPrepare(player) to ControlDispatcher 2020-11-11 09:49:32 +00:00
media2 Suppress SwitchIntDef warning where it makes sense 2021-02-04 00:32:03 +00:00
mediasession Fix conditions to enable UI actions 2021-02-24 18:32:11 +00:00
okhttp OkHttp/Rtmp extensions: Remove dependency on core 2021-01-25 17:38:36 +00:00
opus Update extensions NDK version to latest LTS version 2021-02-25 09:39:00 +00:00
rtmp OkHttp/Rtmp extensions: Remove dependency on core 2021-01-25 17:38:36 +00:00
vp9 Update extensions NDK version to latest LTS version 2021-02-25 09:39:00 +00:00
workmanager Switch to an 'api' dependency on Guava 2020-10-17 01:34:15 +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.