media/library/src/main/java/com/google/android/exoplayer/dash
Oliver Woodman 8c1088559e Generalize getPsshInfo to properly accomodate WebM.
- Rather than returning a map, return a DrmInitData object,
  with mapped and non-mapped implementations.
- Include a suitable mimeType to pass to the MediaDrm. Previously
  we were incorrectly passing the mimeType of the samples,
  where-as MediaDrm expects the container mimeType. Note that
  it doesn't matter whether the mimeType starts with "video" or
  "audio", hence using video mimeTypes everywhere.
2015-03-10 19:42:48 +00:00
..
mpd Correctly resolve Uris according to RFC3986. 2015-03-05 11:56:00 +00:00
DashChunkSource.java Generalize getPsshInfo to properly accomodate WebM. 2015-03-10 19:42:48 +00:00
DashSegmentIndex.java Fix DASH Live edge calculation. 2015-01-26 14:49:33 +00:00
DashSingleSegmentIndex.java Add AOSP header. 2015-02-02 19:54:56 +00:00
DashWrappingSegmentIndex.java Correctly resolve Uris according to RFC3986. 2015-03-05 11:56:00 +00:00