media/library/src/main/java/com/google/android/exoplayer/chunk
Oliver Woodman 2f0aec43ec Don't print warning if we get a SeekMap when reading DASH chunks.
Both FragmentedMp4Extractor and WebmExtractor now invoke seekMap() with
SeekMap.UNSEEKABLE if there isn't an index in the stream, so DASH playbacks
will end up printing this warning every 5 seconds or so. This is obviously
not desirable, so this CL just removes the warning! The alternative would
have been to print a warning if the value is anything other than UNSEEKABLE,
but it doesn't really seem worth it.
2015-07-29 21:48:17 +01:00
..
BaseChunkSampleSourceEventListener.java Remove requirement to specify downstream renderer count. 2015-06-12 17:52:56 +01:00
BaseMediaChunk.java Set MediaFormat for VTT chunks + cleanup. 2015-06-05 18:24:22 +01:00
Chunk.java Add TRICK_PLAY constant to core Exo. 2015-05-22 20:38:23 +01:00
ChunkExtractorWrapper.java Major surgery to move all playback modes to the new Extractor model. 2015-04-13 18:57:31 +01:00
ChunkOperationHolder.java Initial drop. 1.0.10. 2014-06-16 12:56:04 +01:00
ChunkSampleSource.java Remove dead code (failed==false in all cases) 2015-07-21 17:36:07 +01:00
ChunkSource.java Improve error propagation 2015-07-21 10:07:49 +01:00
ContainerMediaChunk.java Don't print warning if we get a SeekMap when reading DASH chunks. 2015-07-29 21:48:17 +01:00
DataChunk.java Major surgery to move all playback modes to the new Extractor model. 2015-04-13 18:57:31 +01:00
Format.java Add frame rate to Format for use in format selection (when known). 2015-04-22 16:16:42 +01:00
FormatEvaluator.java Allow seeding of RandomEvaluator. 2015-06-26 14:24:00 +01:00
FormatWrapper.java Have Representation, TrackElement and Variant consistently expose Format. 2015-05-01 20:33:52 +01:00
InitializationChunk.java Call init() on the extractor only once for each chunk. 2015-04-22 16:14:46 +01:00
MediaChunk.java Major surgery to move all playback modes to the new Extractor model. 2015-04-13 18:57:31 +01:00
MultiTrackChunkSource.java Improve error propagation 2015-07-21 10:07:49 +01:00
SingleSampleChunkSource.java Improve error propagation 2015-07-21 10:07:49 +01:00
SingleSampleMediaChunk.java Fix subtitles. 2015-04-17 20:02:20 +01:00
VideoFormatSelectorUtil.java Further cleanup subtitle implementations. 2015-06-12 17:44:01 +01:00