media/extensions
andrewlewis 7b63afb212 Move FlacSteamMetadata to extractor package
It could either live in .util or .extractor, but since it's not needed
outside the extractor package in core (and the FLAC extension), and
FlacStreamMetadataTest uses a FLAC asset, it seems preferable to move it
into the extractor package.

PiperOrigin-RevId: 291372032
2020-01-24 18:15:11 +00:00
..
av1 Remove references to core player classes from C 2020-01-24 11:10:39 +00:00
cast add top-level playlist API 2019-12-18 18:52:51 +00:00
cronet Remove DataSpec.FLAG_ALLOW_ICY_METADATA 2019-10-02 21:25:07 +01:00
ffmpeg Use MIME types rather than PCM encodings for ALAW and MLAW 2020-01-06 14:55:01 +00:00
flac Move FlacSteamMetadata to extractor package 2020-01-24 18:15:11 +00:00
gvr Fix audio processor draining for reconfiguration 2019-11-27 22:29:07 +00:00
ima add top-level playlist API 2019-12-18 18:52:51 +00:00
jobdispatcher Fix DownloadService resumption 2020-01-16 13:52:47 +00:00
leanback Use Util method to create Handler instead of using deprecated method. 2019-12-04 09:59:44 +00:00
mediasession (partial) Rollback of 880b879e8c 2019-12-10 12:37:26 +00:00
okhttp Upgrade OkHttp library to fix HTTP2 issue 2020-01-08 15:58:04 +00:00
opus Align media2 extension tests with other tests 2020-01-16 13:50:36 +00:00
rtmp Make factories return specific types 2019-10-04 13:31:40 +01:00
vp9 Remove references to core player classes from C 2020-01-24 11:10:39 +00:00
workmanager Update cronet and workmanager dependencies 2019-09-05 10:48:45 +01: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.