media/extensions
olly 8ec6cf154c Fix incorrect anamorphic handling in Leanback extension
The leanback library doesn't know about non-square pixels. So if
we're playing content that uses non-square pixels, we need to adjust
the video dimensions that we provide to leanback such that it
renders the video with the correct aspect ratio.

PiperOrigin-RevId: 277042560
2019-10-30 08:50:49 +00:00
..
av1 Fix supplemental data handling with dropped frames 2019-10-30 08:47:52 +00:00
cast Set internal state before setting up cast dependencies 2019-10-30 08:49:40 +00:00
cronet Remove DataSpec.FLAG_ALLOW_ICY_METADATA 2019-10-02 21:25:07 +01:00
ffmpeg Improve ffmpeg build instructions 2019-10-15 23:07:45 +01:00
flac Fix code triggering [-Werror, -Wreorder]. 2019-10-30 08:49:17 +00:00
gvr Remove VR code 2019-10-30 08:47:06 +00:00
ima Rollback of 36f8bd78f7 2019-10-30 08:46:42 +00:00
jobdispatcher Remove VR code 2019-10-30 08:47:06 +00:00
leanback Fix incorrect anamorphic handling in Leanback extension 2019-10-30 08:50:49 +00:00
mediasession Remove @NonNull where it's implied by @NonNullApi 2019-10-30 08:50:42 +00:00
okhttp Remove DataSpec.FLAG_ALLOW_ICY_METADATA 2019-10-02 21:25:07 +01:00
opus Fix test coverage failure for G3 exoplayer 2019-10-15 23:07:38 +01:00
rtmp Make factories return specific types 2019-10-04 13:31:40 +01:00
vp9 Fix supplemental data handling with dropped frames 2019-10-30 08:47:52 +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.