media/extensions
krocard bb1261da3c setPlaybackParameters no longer accepts null for DEFAULT
Null was an alias for DEFAULT. Remove this for nullness
safety in the API.

The ExoPlayer implementation still checks for null and
replaces it by DEFAULT, so this is ABI compatible.

PiperOrigin-RevId: 364370017
2021-03-24 18:05:57 +00:00
..
av1 Fix ffmpeg build script's strip tool for armeabi-v7a 2020-11-30 16:11:19 +00:00
cast setPlaybackParameters no longer accepts null for DEFAULT 2021-03-24 18:05:57 +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.