media/library
claincly e2040a5893 Use a HashMap like behaviour in parsing SDP.
Some server will wrongly insert duplicated attributes. We used to treat this as
a unrecoverable error, but it is better to treat the duplicated attributes in
an "over-writable" fashion like HashMaps.

Issue: #9080,
Issue: #9014
PiperOrigin-RevId: 380547079
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 Simplify FileDataSourceContractTest 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 Fix issue where a trun atom could be associated with the wrong track 2021-07-16 16:12:58 +01:00
hls Set master playlist's channelCount only on audio renditions 2021-07-16 16:12:58 +01:00
rtsp Use a HashMap like behaviour in parsing SDP. 2021-07-16 16:12:58 +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.