media/library
tonihei be88499615 Display last frame when seeking to end of stream.
We currently don't display the last frame because the seek time is behind the
last frame's timestamps and it's thus marked as decodeOnly.

This case can be detected by checking whether all data sent to the codec is
marked as decodeOnly at the time we read the end of stream signal. If so, we
can re-enable the last frame. This should work for almost all cases because the
end-of-stream signal is read in the same feedInputBuffer loop as the last
frame and we therefore haven't released the last frame buffer yet.

Issue:#2568
PiperOrigin-RevId: 251425870
2019-06-06 17:34:47 +01:00
..
all Use new exoplayer.dev domain everywhere. 2019-04-16 15:25:27 +01:00
core Display last frame when seeking to end of stream. 2019-06-06 17:34:47 +01:00
dash Modify DashDownloaderTest to test if content length is stored 2019-05-30 15:26:32 +01:00
hls Add HlsTrackMetadataEntry.toString 2019-06-03 19:15:23 +01:00
smoothstreaming Put @Nullable annotation in the right place 2019-05-30 15:10:55 +01:00
ui Keep controller visible on d-pad key events 2019-05-30 15:26:32 +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.