media/extensions
olly 2f91c12f56 Drop prefix test- from test methods under v2/extensions
This is one step toward following the google3's test naming convention.
See go/java-testing/getting_started#basic-test-template for details
why prefix test isn't necessary.

This CL is generated by following command
$ find -name '*Test.java' | xargs -I{} sed -i 's/^\ \ public\ void\ test\([A-Z]\)\(.*\)$/  public void \L\1\E\2/' {}

PiperOrigin-RevId: 300530329
2020-03-19 00:46:24 +00:00
..
av1 Upgrade Kotlin annotations and fix gradle warnings 2020-03-10 10:19:19 +00:00
cast Drop prefix test- from test methods under v2/extensions 2020-03-19 00:46:24 +00:00
cronet Drop prefix test- from test methods under v2/extensions 2020-03-19 00:46:24 +00:00
ffmpeg Add support for x86_64 for the ffmpeg extension 2020-03-10 10:21:29 +00:00
flac Drop prefix test- from test methods under v2/extensions 2020-03-19 00:46:24 +00:00
gvr Upgrade Kotlin annotations and fix gradle warnings 2020-03-10 10:19:19 +00:00
ima Drop prefix test- from test methods under v2/extensions 2020-03-19 00:46:24 +00:00
jobdispatcher Upgrade Kotlin annotations and fix gradle warnings 2020-03-10 10:19:19 +00:00
leanback Upgrade Kotlin annotations and fix gradle warnings 2020-03-10 10:19:19 +00:00
mediasession remove deprecated usage of PlaybackParameter 2020-03-19 00:45:18 +00:00
okhttp Upgrade Kotlin annotations and fix gradle warnings 2020-03-10 10:19:19 +00:00
opus Drop prefix test- from test methods under v2/extensions 2020-03-19 00:46:24 +00:00
rtmp Upgrade Kotlin annotations and fix gradle warnings 2020-03-10 10:19:19 +00:00
vp9 Drop prefix test- from test methods under v2/extensions 2020-03-19 00:46:24 +00:00
workmanager Upgrade Kotlin annotations and fix gradle warnings 2020-03-10 10:19:19 +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.