media/library
olly 4e8895d5cb Fix issue where a trun atom could be associated with the wrong track
Note that this removes a workaround for malformed content, in which the
track_ID is set incorrectly. It's unclear there was sufficient reason to
implement that workaround, and so it's preferable to remove it, rather
than implementing the concept of unrecognized tracks, which would be
needed to keep it and to also fix this issue.

Issue: #9056
#minor-release
PiperOrigin-RevId: 379506261
2021-06-15 18:45:21 +01:00
..
all Include RTSP module in gradle project 2021-05-10 23:41:50 +01:00
common Add DRM info to Format.toLogString 2021-06-15 18:43:46 +01:00
core Add onFastForward/RewindIncrementChanged to Player 2021-06-15 18:42:19 +01:00
dash Merge pull request #9023 from DolbyLaboratories:dev-v2-multicodecs 2021-06-15 18:39:14 +01:00
extractor Fix issue where a trun atom could be associated with the wrong track 2021-06-15 18:45:21 +01:00
hls Merge pull request #9023 from DolbyLaboratories:dev-v2-multicodecs 2021-06-15 18:39:14 +01:00
rtsp Allow customizing the RtspServer using RtspServerResponseProvider. 2021-06-15 18:31:58 +01:00
smoothstreaming Remove ParserException(cause) constructor 2021-06-10 17:36:29 +01:00
transformer Make AnalyticsListener.onPlayerError take a PlaybackException 2021-06-03 13:49:28 +01:00
ui Make javadoc valid html5 2021-06-11 12:23:35 +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.