media/library/src/main/java/com/google/android/exoplayer2/source
olly 6e18c97c20 Pull assertion and layer of indirection out from ChunkExtractorWrapper
It should be possible to remove ChunkExtractorWrapper from the track
output side as well (currently all extractor output is funneled via
ChunkExtractorWrapper just so it can adjust the format, which is kind
of unnecessary).

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=145076891
2017-01-20 15:44:41 +00:00
..
chunk Pull assertion and layer of indirection out from ChunkExtractorWrapper 2017-01-20 15:44:41 +00:00
dash Move inband event streams to Representation 2017-01-20 15:38:30 +00:00
hls DASH: Parse Role elements to select default audio/text tracks 2017-01-17 13:44:14 +00:00
smoothstreaming DASH: Parse Role elements to select default audio/text tracks 2017-01-17 13:44:14 +00:00
AdaptiveMediaSourceEventListener.java Fix onLoad* event media times for multi-period case 2016-11-10 20:53:20 +00:00
BehindLiveWindowException.java Move more classes under source package 2016-07-15 18:08:00 +01:00
ClippingMediaPeriod.java Always re-send format if sample buffer is null 2017-01-17 13:40:05 +00:00
ClippingMediaSource.java Allow ClippingMediaPeriod to be used on its own. 2017-01-10 10:51:49 +00:00
CompositeSequenceableLoader.java Sanitize constants 2016-08-31 15:25:18 +01:00
ConcatenatingMediaSource.java Pass player and isTopLevelSource to MediaSource.prepareSource. 2016-12-02 19:23:35 +00:00
ExtractorMediaPeriod.java Close DataSources quietly. 2017-01-05 21:56:34 +00:00
ExtractorMediaSource.java Allow specifying a custom cacheKey to ExtractorMediaSource 2017-01-04 23:04:07 +00:00
LoopingMediaSource.java Pass player and isTopLevelSource to MediaSource.prepareSource. 2016-12-02 19:23:35 +00:00
MediaPeriod.java Allow ClippingMediaPeriod to be used on its own. 2017-01-10 10:51:49 +00:00
MediaSource.java Pass player and isTopLevelSource to MediaSource.prepareSource. 2016-12-02 19:23:35 +00:00
MergingMediaPeriod.java Fix/suppress some analysis warnings. 2016-10-24 11:44:49 +01:00
MergingMediaSource.java Remove unnecessary final. 2016-12-06 19:58:56 +00:00
SampleStream.java Always re-send format if sample buffer is null 2017-01-17 13:40:05 +00:00
SequenceableLoader.java Call onPrepared/onSourceInfoRefreshed on the playback thread. 2016-09-28 11:26:12 +01:00
SinglePeriodTimeline.java Project default start pos to fix VOD->Live transitions 2016-11-10 21:15:20 +00:00
SingleSampleMediaPeriod.java Always re-send format if sample buffer is null 2017-01-17 13:40:05 +00:00
SingleSampleMediaSource.java Pass player and isTopLevelSource to MediaSource.prepareSource. 2016-12-02 19:23:35 +00:00
TrackGroup.java Sanitize constants 2016-08-31 15:25:18 +01:00
TrackGroupArray.java Report track groups and selections through ExoPlayer 2016-10-27 12:27:55 +01:00