media/extensions
olly 1affbf9357 DataSources: Enforce that opening at end-of-resource succeeds
- Update the three `HttpDataSource` implementations to use the
  Content-Range response header to determine when this is the
  case. The Content-Range header is included when the status
  code is 416. See [here](https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/416).
- Update `ByteArrayDataSource` to conform to the requirement.
- Update `DataSourceContractTest` to enforce the requirement.

PiperOrigin-RevId: 363642114
2021-03-24 18:04:27 +00:00
..
av1 Fix ffmpeg build script's strip tool for armeabi-v7a 2020-11-30 16:11:19 +00:00
cast Implement deprecated getPlaybackError in PlayerBase 2021-03-24 18:03:48 +00:00
cronet DataSources: Enforce that opening at end-of-resource succeeds 2021-03-24 18:04:27 +00:00
ffmpeg Update extensions NDK version to latest LTS version 2021-02-25 09:18:58 +00:00
flac Update extensions NDK version to latest LTS version 2021-02-25 09:18:58 +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-03-24 18:03:58 +00:00
leanback Make additional modules depend only on common 2021-02-09 13:59:41 +00:00
media2 Replace ObjectsCompat.equals to Util.areEquals 2021-03-12 10:37:30 +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 Update extensions NDK version to latest LTS version 2021-02-25 09:18:58 +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:18:58 +00: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.