media/library
olly ced4232fd8 Duration readers: Return TIME_UNSET rather than a negative value
This typically happens if there's a discontinuity in the stream.
It's better to say we don't know, than it is to return a negative
position.

Issue: #8346
#exofixit
#minor-release
PiperOrigin-RevId: 395224088
2021-09-16 14:30:42 +01:00
..
all Include RTSP module in gradle project 2021-05-10 23:41:50 +01:00
common Fix FlagSet.equals on API levels below 24 2021-09-16 14:00:50 +01:00
core Workaround ConnectivityManager SecurityException on Android 11 2021-09-16 14:29:54 +01:00
dash Minor javadoc fix in BaseUrlExclusionList 2021-09-16 13:47:51 +01:00
extractor Duration readers: Return TIME_UNSET rather than a negative value 2021-09-16 14:30:42 +01:00
hls Set HlsSampleStreamWrapper.trackType for audio-only playlists 2021-08-04 19:02:50 +01:00
rtsp Handle RTSP session id properly. 2021-08-05 12:43:57 +01:00
smoothstreaming Set StreamIndex Name as format.label in SS 2021-08-05 12:44:20 +01:00
transformer Remove ExoPlaybackException factory method that doesn't take errorCode 2021-07-09 09:10:19 +01:00
ui Remove stray symlinks 2021-09-16 13:54:09 +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.