media/extensions
andrewlewis 3574345960 Fail av1 extension build if CMake is missing
If a user has checked out libgav1 they almost certainly want to
build the extension, so fail if CMake is not present but
libgav1 is present. Also add a note to the README linking to
instructions for installing CMake.

Also remove the NDK check, as ndk.dir is apparently deprecated
and Android Studio appears to install this automatically anyway.

PiperOrigin-RevId: 273918142
2019-10-10 14:45:23 +01:00
..
av1 Fail av1 extension build if CMake is missing 2019-10-10 14:45:23 +01:00
cast Mask repeatMode in CastPlayer 2019-10-10 14:45:06 +01:00
cronet Remove DataSpec.FLAG_ALLOW_ICY_METADATA 2019-10-02 21:25:07 +01:00
ffmpeg Simplify the ffmpeg build instructions a little 2019-10-02 21:25:48 +01:00
flac Merge pull request #6379 from wingyippp:flac-seek-map-two-points 2019-10-04 13:32:59 +01:00
gvr Use constant to define androidx annotation version 2019-09-05 10:45:08 +01:00
ima Add Timeline.Window.isLive 2019-10-02 21:28:43 +01:00
jobdispatcher Turn on non-null-by-default for most extensions. 2019-08-05 20:27:43 +01:00
leanback Use constant to define androidx annotation version 2019-09-05 10:45:08 +01:00
mediasession Cleanup: Only clamp seek positions for FFWD/RWND 2019-10-04 13:33:09 +01:00
okhttp Remove DataSpec.FLAG_ALLOW_ICY_METADATA 2019-10-02 21:25:07 +01:00
opus Use constant to define androidx annotation version 2019-09-05 10:45:08 +01:00
rtmp Make factories return specific types 2019-10-04 13:31:40 +01:00
vp9 Support GL rendering with SimpleExoPlayer and PlayerView 2019-10-10 14:45:14 +01: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.