media/library/src/main/java/com/google/android/exoplayer/util
olly 8447781a44 Add workaround to discard NAL units up to the first SPS.
Some devices fail to decode an avc3 stream that doesn't start with an SPS (for
example, if an access unit delimiter appears first). Workaround the issue by
discarding input sample data up to the first SPS on those devices.
-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=117224602
2016-06-15 19:37:45 +01:00
..
Ac3Util.java One Format object to rule them all. 2016-06-15 18:54:50 +01:00
Assertions.java Initial drop. 1.0.10. 2014-06-16 12:56:04 +01:00
Clock.java Initial drop. 1.0.10. 2014-06-16 12:56:04 +01:00
CodecSpecificDataUtil.java Fix parsing of multi-channel AAC audio specific config in MP4 and ADTS. 2015-10-26 15:34:29 +00:00
DebugTextViewHelper.java One Format object to rule them all. 2016-06-15 18:54:50 +01:00
DtsUtil.java One Format object to rule them all. 2016-06-15 18:54:50 +01:00
LongArray.java Further cleanup subtitle implementations. 2015-06-12 17:44:01 +01:00
ManifestFetcher.java ExoPlayer V2 Refactor - Step 7 (partial) 2016-06-15 18:54:38 +01:00
MimeTypes.java HLS: Ignore AAC/H264 streams if we know they don't exist. 2016-06-15 19:37:44 +01:00
MpegAudioHeader.java Read gapless playback metadata in files with Xing metadata. 2016-01-22 12:11:16 +00:00
NalUnitUtil.java Add workaround to discard NAL units up to the first SPS. 2016-06-15 19:37:45 +01:00
ParsableBitArray.java Stylistic cleanup. 2015-09-18 18:23:28 +01:00
ParsableByteArray.java Fix ParsableByteArrayTest. 2016-01-22 12:11:16 +00:00
ParserUtil.java Refactored the SubtitleParser's parse() signature 2016-01-05 14:52:30 +00:00
PlayerControl.java Implement DASH Live. 2014-12-03 18:45:13 +00:00
Predicate.java Initial drop. 1.0.10. 2014-06-16 12:56:04 +01:00
PriorityHandlerThread.java Make classes/methods final to prevent uncontrolled extension. 2015-08-03 15:18:09 +01:00
SlidingPercentile.java Make classes/methods final to prevent uncontrolled extension. 2015-08-03 15:18:09 +01:00
SystemClock.java Initial drop. 1.0.10. 2014-06-16 12:56:04 +01:00
TraceUtil.java Make classes/methods final to prevent uncontrolled extension. 2015-08-03 15:18:09 +01:00
UriUtil.java Correctly resolve Uris according to RFC3986. 2015-03-05 11:56:00 +00:00
Util.java Deduplicate functions for parsing hex strings. 2016-06-15 19:37:43 +01:00