media3/extensions
christosts bc69509aba CronetDataSource: fix overflow bug
There is a bug when CronetDataSource opens an asset with a length
bigger that Integer.MAX_INT  (2147483647 bytes, ~2GB). In read(),
`bytesRemaining` is cast to int, which overflows and evaluates to a
negative number, causing `bytesRead` to be negative too.

PiperOrigin-RevId: 370434368
2021-04-26 18:28:50 +01:00
..
2021-04-26 18:01:03 +01:00
2021-04-26 18:28:50 +01:00
2021-04-26 17:48:23 +01:00
2021-04-21 18:47:16 +01:00
2021-04-26 18:01:03 +01:00
2021-04-21 18:46:00 +01:00
2021-04-21 18:46:00 +01:00
2021-04-21 18:46:00 +01:00
2021-04-21 18:46:00 +01:00

ExoPlayer extensions

ExoPlayer extensions are modules that depend on external libraries to provide additional functionality. Browse the individual extensions and their READMEs to learn more.