media/library/src/main/java/com/google/android/exoplayer/chunk
Oliver Woodman a70c1f1a4b Remove requirement to specify downstream renderer count.
This makes it so that it's no longer necessary to specify the number
of downstream renderers to HlsSampleSource, FrameworkSampleSource and
ExtractorSampleSource, by forcing the downstream renderers to register
with the SampleSource instances in their constructors. This eliminates
a common source of subtle client bugs where the passed value is incorrect.
2015-06-12 17:52:56 +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 requirement to specify downstream renderer count. 2015-06-12 17:52:56 +01:00
ChunkSource.java Major surgery to move all playback modes to the new Extractor model. 2015-04-13 18:57:31 +01:00
ContainerMediaChunk.java Set MediaFormat for VTT chunks + cleanup. 2015-06-05 18:24:22 +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 Remove ability to extend the default FormatEvaluator implementations. 2015-05-08 17:09:39 +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 Major surgery to move all playback modes to the new Extractor model. 2015-04-13 18:57:31 +01:00
SingleSampleChunkSource.java Major surgery to move all playback modes to the new Extractor model. 2015-04-13 18:57:31 +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