media/library
olly 5ff2d24fab Update PlayerNotficationManager to set PendingIntent.FLAG_IMMUTABLE on its Broadcast intent.
In Android 12 mutability flags have to be set on PendingIntents. If they are not, and the app targets Android 12, then the app will be crashed by the system.

PiperOrigin-RevId: 373427591
2021-05-13 10:51:48 +01:00
..
all Include RTSP module in gradle project 2021-05-10 23:41:50 +01:00
common Add an artwork field to MediaMetadata 2021-05-13 10:51:02 +01:00
core Remove legacyKeepAvailableCodecInfosWithoutCodec 2021-05-13 10:51:26 +01:00
dash Remove deprecated MediaSource.getTag 2021-05-12 11:52:03 +01:00
extractor Merge pull request #8860 from KeiMurayamaS:dev-v2-add-mpegh-parser 2021-05-11 16:01:46 +01:00
hls Merge pull request #8767 from uvjustin:hls-start-from-independent-part 2021-05-12 13:54:44 +01:00
rtsp Remove RTSP message logging. 2021-05-12 11:53:55 +01:00
smoothstreaming Remove deprecated MediaSource.getTag 2021-05-12 11:52:03 +01:00
transformer Format Java source files 2021-05-06 13:32:25 +01:00
ui Update PlayerNotficationManager to set PendingIntent.FLAG_IMMUTABLE on its Broadcast intent. 2021-05-13 10:51:48 +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.