media/extensions
olly 87d8907b4b Fix 4 ErrorProneStyle findings:
* @Encoding is not a TYPE_USE annotation, so should appear before any modifiers and after Javadocs.
  (see go/java-style#s4.8.5-annotations) (2 times)
* @Nullable is not a TYPE_USE annotation, so should appear before any modifiers and after Javadocs.
  (see go/java-style#s4.8.5-annotations) (2 times)

This CL looks good? Just LGTM and Approve it!
This CL doesn’t look good? This is what you can do:
* Suggest a fix on the CL (go/how-to-suggest-fix).
* Revert this CL, by replying "REVERT: <provide reason>"
* File a bug under go/error-prone-bug for category ErrorProneStyle if the change looks generally problematic.
* Revert this CL and not get a CL that cleans up these paths in the future by
replying "BLOCKLIST: <provide reason>". This is not reversible! We recommend to
opt out the respective paths in your CL Robot configuration instead:
go/clrobot-opt-out.

This CL was generated by CL Robot - a tool that cleans up code findings
(go/clrobot). The affected code paths have been enabled for CL Robot in //depot/google3/java/com/google/android/libraries/exoplayer/METADATA which is reachable following include_presubmits from //depot/google3/third_party/java_src/android_libs/media/METADATA.
Anything wrong with the signup? File a bug at go/clrobot-bug.

#codehealth

PiperOrigin-RevId: 370048160
2021-04-26 17:48:23 +01:00
..
av1 Fix ffmpeg build script's strip tool for armeabi-v7a 2020-11-30 16:11:19 +00:00
cast Re-format some javadoc 2021-04-21 18:46:00 +01:00
cronet Re-format some javadoc 2021-04-21 18:46:00 +01:00
ffmpeg Fix 4 ErrorProneStyle findings: 2021-04-26 17:48:23 +01:00
flac Restore DeleteLocalRef usage 2021-04-21 18:47:16 +01:00
gvr Remove unused resources from deprecated GVR module 2021-04-13 14:58:33 +01:00
ima Move AudioComponent to ExoPlayer leaving key methods in Player 2021-04-15 10:51:05 +01:00
leanback Rollforward of Move VideoComponent to ExoPlayer 2021-04-20 14:02:48 +01:00
media2 Move AudioComponent to ExoPlayer leaving key methods in Player 2021-04-15 10:51:05 +01:00
mediasession Add mediaId to PlaybackStateCompat extras 2021-04-14 11:40:52 +01:00
okhttp Re-format some javadoc 2021-04-21 18:46:00 +01:00
opus Re-format some javadoc 2021-04-21 18:46:00 +01:00
rtmp Re-format some javadoc 2021-04-21 18:46:00 +01:00
vp9 Re-format some javadoc 2021-04-21 18:46:00 +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.