media/extensions
claincly cdf26a01cf Remove error code inference in DataSourceException.
The inference is used when nesting DataSourceExceptions. It is removed because
nesting does not add additional value in surfacing the exceptions, and it is
better to assign an error code at the throw site (in the "leaf" or the bottom
most data source).

PiperOrigin-RevId: 386919118
2021-07-27 12:26:07 +01:00
..
av1 decoder_av1/build.gradle: disable BUILD_TESTING in cmake 2021-07-20 08:43:28 +01:00
cast Deprecate static metadata getter and listener method. 2021-07-21 14:44:00 +01:00
cronet Remove error code inference in DataSourceException. 2021-07-27 12:26:07 +01:00
ffmpeg Remove @DoNotInstrument from test classes 2021-07-09 08:58:38 +01:00
flac Remove @DoNotInstrument from test classes 2021-07-09 08:58:38 +01:00
gvr Fix file formatting 2021-05-27 10:40:54 +01:00
ima Remove ExoPlaybackException factory method that doesn't take errorCode 2021-07-14 12:08:53 +01:00
leanback Deprecate ControlDispatcher in Leanback library 2021-07-20 08:44:47 +01:00
media2 Deprecate ControlDispatcher in media2 2021-07-22 12:05:09 +01:00
mediasession Deprecate ControlDispatcher in MediaSessionConnector 2021-07-23 14:07:55 +01:00
okhttp Move TYPE definition out from DataSourceException. 2021-07-13 10:03:01 +01:00
opus Remove @DoNotInstrument from test classes 2021-07-09 08:58:38 +01:00
rtmp Remove @DoNotInstrument from test classes 2021-07-09 08:58:38 +01:00
vp9 Remove @DoNotInstrument from test classes 2021-07-09 08:58:38 +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.