media/library/src/main/java/com/google/android/exoplayer/chunk
Oliver Woodman bfa1de68d8 Move common MP4 parsing code to CommonMp4AtomParsers and Mp4Util.
Also add parseMp4vFromParent and return the track's duration in parseTrak.

This is in preparation for adding a non-fragmented MP4 extractor.
2015-02-06 11:43:37 +00:00
..
parser Move common MP4 parsing code to CommonMp4AtomParsers and Mp4Util. 2015-02-06 11:43:37 +00:00
Chunk.java Add trace to chunk fetches. 2015-01-12 17:37:07 +00:00
ChunkOperationHolder.java Initial drop. 1.0.10. 2014-06-16 12:56:04 +01:00
ChunkSampleSource.java Update min retry count to 3. 2015-01-12 17:37:25 +00:00
ChunkSource.java Add missing param documentation. 2014-10-01 21:25:02 +01:00
ContainerMediaChunk.java Package restructuring to accommodate incoming features (sorry). 2015-01-27 17:00:46 +00:00
Format.java Identify AC-3 tracks by codecs="ac-3", not the MIME type. 2014-12-15 15:04:38 +00:00
FormatEvaluator.java Finish painful bytes/sec -> bits/sec conversion. 2014-08-01 15:51:21 +01:00
MediaChunk.java Changes around renderer readiness and extraction. 2014-08-01 15:56:26 +01:00
MultiTrackChunkSource.java Implement DASH Live. 2014-12-03 18:45:13 +00:00
SingleSampleChunkSource.java Make sure SmoothStreaming manifest durations are -1 for Live. 2014-12-03 18:26:48 +00:00
SingleSampleMediaChunk.java Allow direct and indirect buffer replacement. 2014-10-27 10:58:43 +00:00