media/library/src/main/java/com/google/android/exoplayer/upstream
olly 7170ff380c Remove V1 DASH multi-period + seeking-in-window from V2.
Both of these features are being promoted to first class
citizens in V2 (multi-period support will be handled via
playlists, seeking-in-window will be handled by exposing
the window/timeline from the player and via the normal
seek API). For now, it's much easier to continue the
refactoring process with the features removed.
-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=119518675
2016-06-15 19:39:06 +01:00
..
cache Give the SimpleCache.initialize() Thread a better name. 2016-06-15 19:39:06 +01:00
Allocation.java Reintroduce Allocation abstraction. 2015-05-01 20:28:49 +01:00
Allocator.java Inject Allocator into ExtractorSampleSource. 2015-07-15 11:05:15 +01:00
AssetDataSource.java Return C constant rather than -1, as documented. 2016-06-15 19:39:06 +01:00
BandwidthMeter.java Reorganize BandwidthMeter interface 2015-05-11 21:11:53 +01:00
ByteArrayDataSink.java Make classes/methods final to prevent uncontrolled extension. 2015-08-03 15:18:09 +01:00
ByteArrayDataSource.java Return C constant rather than -1, as documented. 2016-06-15 19:39:06 +01:00
ContentDataSource.java Return C constant rather than -1, as documented. 2016-06-15 19:39:06 +01:00
DataSink.java Initial drop. 1.0.10. 2014-06-16 12:56:04 +01:00
DataSource.java Make all DataSource implementations implement getUri. 2016-06-15 19:39:04 +01:00
DataSourceFactory.java Add DataSourceFactory + implementation. 2016-06-15 19:39:05 +01:00
DataSourceInputStream.java Return C constant rather than -1, as documented. 2016-06-15 19:39:06 +01:00
DataSpec.java Support POST requests with DefaultHttpDataSource/DataSpec 2015-07-23 13:10:59 +01:00
DefaultAllocator.java Inject Allocator into ExtractorSampleSource. 2015-07-15 11:05:15 +01:00
DefaultBandwidthMeter.java Remove V1 DASH multi-period + seeking-in-window from V2. 2016-06-15 19:39:06 +01:00
DefaultDataSource.java Minor documentation tweak. 2016-06-15 19:39:05 +01:00
DefaultDataSourceFactory.java Add DataSourceFactory + implementation. 2016-06-15 19:39:05 +01:00
DefaultHttpDataSource.java Make all DataSource implementations implement getUri. 2016-06-15 19:39:04 +01:00
FileDataSource.java Return C constant rather than -1, as documented. 2016-06-15 19:39:06 +01:00
HttpDataSource.java Make all DataSource implementations implement getUri. 2016-06-15 19:39:04 +01:00
Loader.java Have loader implement retry logic. 2016-06-15 19:39:05 +01:00
NetworkLock.java Use Java7 <> syntax 2015-05-22 21:40:22 +01:00
PriorityDataSource.java Make all DataSource implementations implement getUri. 2016-06-15 19:39:04 +01:00
TeeDataSource.java Make all DataSource implementations implement getUri. 2016-06-15 19:39:04 +01:00
TransferListener.java Initial drop. 1.0.10. 2014-06-16 12:56:04 +01:00
UdpDataSource.java Merge https://github.com/google/ExoPlayer/pull/1397. 2016-06-15 19:39:06 +01:00
UriLoadable.java Make all DataSource implementations implement getUri. 2016-06-15 19:39:04 +01:00