media/library
ibaker 189c52bc96 Add DRM info to Format.toLogString
The Widevine H264 samples in the demo app now log this from the EventLogger:
```
[X] Track:0, id=1, mimeType=video/avc, bitrate=772315, codecs=avc1.42c01e, drm=[widevine,cenc], res=320x142, fps=24.0, supported=YES
```

And the VP9 ones log:
```
[X] Track:0, id=1, mimeType=video/x-vnd.on2.vp9, bitrate=588256, codecs=vp9, drm=[widevine], res=320x142, fps=23.809525, supported=YES
```

#minor-release

PiperOrigin-RevId: 379498332
2021-07-16 16:12:58 +01:00
..
all Include RTSP module in gradle project 2021-05-10 23:50:13 +01:00
common Add DRM info to Format.toLogString 2021-07-16 16:12:58 +01:00
core Merge pull request #6500 from DolbyLaboratories:dev-v2-isDirectPlaybackSupported 2021-07-16 16:12:58 +01:00
dash Merge pull request #9023 from DolbyLaboratories:dev-v2-multicodecs 2021-07-16 16:12:58 +01:00
extractor Merge pull request #8860 from KeiMurayamaS:dev-v2-add-mpegh-parser 2021-06-06 23:15:12 +01:00
hls Merge pull request #9023 from DolbyLaboratories:dev-v2-multicodecs 2021-07-16 16:12:58 +01:00
rtsp Fix build error in RTSP tests 2021-06-10 18:06:46 +01:00
smoothstreaming Re-format some javadoc 2021-04-21 18:46:00 +01:00
transformer Adds Format to MediaCodecAdapter.Configuration. 2021-04-21 09:48:46 +01:00
ui Update PlayerNotficationManager to set PendingIntent.FLAG_IMMUTABLE on its Broadcast intent. 2021-07-16 15:57:38 +01:00
README.md Tweak and add READMEs + remove refs to V1 2017-08-17 22:59:34 +01:00

ExoPlayer library

The ExoPlayer library is split into multiple modules. See ExoPlayer's top level README for more information about the available library modules and how to use them.