media/library/src/main/java/com/google/android/exoplayer/hls
olly 00e903b32e Don't pass maxWidth/Height for non-video streams.
This is a no-op change for clarity only. maxWidth/maxHeight
don't mean anything for AAC/MP3, so it makes sense to pass
MediaFormat.NO_VALUE in all cases.
-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=111619832
2016-01-07 22:52:51 +00:00
..
Aes128DataSource.java Aes128DataSource should be final. 2015-07-30 10:05:54 +01:00
HlsChunkSource.java Don't pass maxWidth/Height for non-video streams. 2016-01-07 22:52:51 +00:00
HlsExtractorWrapper.java Clean up max dimension handling. 2015-09-01 14:17:21 +01:00
HlsMasterPlaylist.java Subtitle renditions can be represented by Variant instances. 2015-11-25 17:07:40 +00:00
HlsMediaPlaylist.java Parse the sequence number at discontinuities. 2015-11-25 17:00:18 +00:00
HlsParserUtil.java Use Locale.US in calls to String.format. 2015-06-30 13:49:03 +01:00
HlsPlaylist.java Remove spurious blank line 2015-06-15 17:43:06 +01:00
HlsPlaylistParser.java Subtitle renditions can be represented by Variant instances. 2015-11-25 17:07:40 +00:00
HlsSampleSource.java Make HLS behind-live-window behavior consistent. 2015-11-27 15:57:20 +00:00
TsChunk.java Parse the sequence number at discontinuities. 2015-11-25 17:00:18 +00:00
Variant.java Subtitle renditions can be represented by Variant instances. 2015-11-25 17:07:40 +00:00
WebvttExtractor.java Refactored the Webvtt parsing classes 2016-01-07 22:52:34 +00:00