media/library/core/src/test
olly 90c4cd2e71 Fix EventMessage timestamp issue
Stop encoding/decoding presentation time as part of the message.
What's actually in emsg boxes is a presentation time delta,
which is why it's only 32 bits, and hence why it doesn't handle
large absolute timestamps. We were using this field to hold
absolute timestamps only for the purpose of passing presentation
times from DashManifestParser.parseEvent back to the calling
method. After this change, we return Pair<Long, EventMessage>
instead.

Issue: #5490
PiperOrigin-RevId: 233561731
2019-02-19 18:06:03 +00:00
..
assets Add buffer flag for last sample to improve buffered position calculation. 2019-01-15 14:31:18 +00:00
java/com/google/android/exoplayer2 Fix EventMessage timestamp issue 2019-02-19 18:06:03 +00:00
resources Fix robolectric tests when running with gradle 2018-02-20 14:32:34 +00:00
AndroidManifest.xml Remove test max SDK version overrides. 2018-04-08 16:39:57 +01:00