media/extensions
krocard 5153ccde98 Remove release command for symmetry with Player construction
Release is a life cycle operation that should only be called when
the player is no longer needed. It's linked to the player lifecycle
and thus very different from prepare/stop.
As a result, it should not be in the same command.

Additionally it's not clear if remote players will ever need to call release,
as the player creator is best candidate to release it.

As a result the release operation doesn't have a use case for a command.
A release command can be added later if a need is identified.

PiperOrigin-RevId: 370649214
2021-04-27 17:41:06 +01:00
..
av1 Fix ffmpeg build script's strip tool for armeabi-v7a 2020-11-30 16:11:19 +00:00
cast Remove release command for symmetry with Player construction 2021-04-27 17:41:06 +01:00
cronet CronetDataSource: fix overflow bug 2021-04-26 18:28:50 +01:00
ffmpeg Fix 4 ErrorProneStyle findings: 2021-04-26 17:48:23 +01:00
flac Restore DeleteLocalRef usage 2021-04-21 18:47:16 +01:00
gvr Remove unused resources from deprecated GVR module 2021-04-13 14:58:33 +01:00
ima Add Player.getAvailableCommands() 2021-04-26 18:01:03 +01:00
leanback Rollforward of Move VideoComponent to ExoPlayer 2021-04-20 14:02:48 +01:00
media2 Move AudioComponent to ExoPlayer leaving key methods in Player 2021-04-15 10:51:05 +01:00
mediasession Add mediaId to PlaybackStateCompat extras 2021-04-14 11:40:52 +01:00
okhttp Re-format some javadoc 2021-04-21 18:46:00 +01:00
opus Re-format some javadoc 2021-04-21 18:46:00 +01:00
rtmp Re-format some javadoc 2021-04-21 18:46:00 +01:00
vp9 Re-format some javadoc 2021-04-21 18:46:00 +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.