media/library
olly 3d5d23778a FLV extractor fixes
1. Only output video starting from a keyframe
2. When calculating the timestamp offset to adjust live streams to start
   at t=0, use the timestamp of the first tag from which a sample is actually
   output, rather than just the first audio/video tag. The test streams in
   the referenced GitHub issue start with a video tag whose packet type is
   AVC_PACKET_TYPE_SEQUENCE_HEADER (i.e. does not contain a sample) and whose
   timestamp is set to 0 (i.e. isn't set). The timestamp is set correctly on
   tags that from which a sample is actually output.

Issue: #6111
PiperOrigin-RevId: 256147747
2019-07-09 11:32:05 +01:00
..
all Use new exoplayer.dev domain everywhere. 2019-04-16 15:25:27 +01:00
core FLV extractor fixes 2019-07-09 11:32:05 +01:00
dash Modify DashDownloaderTest to test if content length is stored 2019-05-31 23:01:21 +01:00
hls Modify DashDownloaderTest to test if content length is stored 2019-05-31 23:01:21 +01:00
smoothstreaming Merge pull request #6055 from xirac:dev-v2 2019-07-09 11:27:31 +01:00
ui Don't consume touch events if no controller is attached. 2019-07-09 11:31:24 +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.