media/extensions
olly 1315e11bfd 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-01 16:06:59 +01:00
..
av1 Fix ffmpeg build script's strip tool for armeabi-v7a 2020-11-30 16:11:19 +00:00
cast Add getMediaMetadata to Player and SimpleExoPlayer. 2021-04-01 16:06:43 +01:00
cronet DataSources: Enforce that opening at end-of-resource succeeds 2021-03-24 18:04:27 +00:00
ffmpeg Ffmpeg extension: Wait for channel count and sample rate 2021-04-01 16:06:59 +01:00
flac Switch tests to use SimpleExoPlayer 2021-04-01 16:05:35 +01:00
gvr Fix SonicAudioProcessor end of stream behavior 2020-12-03 17:11:47 +00:00
ima Add positions and new reasons to onPositionDiscontinuity 2021-03-24 19:56:25 +00:00
leanback Add positions and new reasons to onPositionDiscontinuity 2021-03-24 19:56:25 +00:00
media2 Add positions and new reasons to onPositionDiscontinuity 2021-03-24 19:56:25 +00:00
mediasession Add available command to seek in current item 2021-03-15 19:15:19 +00:00
okhttp DataSources: Enforce that opening at end-of-resource succeeds 2021-03-24 18:04:27 +00:00
opus Switch tests to use SimpleExoPlayer 2021-04-01 16:05:35 +01:00
rtmp OkHttp/Rtmp extensions: Remove dependency on core 2021-01-25 17:38:36 +00:00
vp9 Switch tests to use SimpleExoPlayer 2021-04-01 16:05:35 +01:00
workmanager Upgrade some dependency versions 2021-02-04 09:57:27 +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.