media/library/src/androidTest/java/com/google/android/exoplayer
olly bc1d76a3eb Fix ParsableByteArray.readLine + discard BOM at start of line.
- I think \r and \n are handled the wrong way around?
- We only expect to encounter a BOM sequence at the start of a
  file, but it feels fine to automatically discard it in all
  cases for simplicity. A BOM sequence doesn't mean anything in
  UTF-8. See https://en.wikipedia.org/wiki/Byte_order_mark. Note
  that I think the advice not to remove it on that page relates
  only to the case where the file is being edited + saved.

Issue #1136
-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=112143407
2016-01-14 17:13:32 +00:00
..
dash Merge seek/playback positions in ChunkSource interface. 2015-11-25 16:50:30 +00:00
extractor Implement ID3 Metadata support for audio only HLS. 2016-01-05 14:52:51 +00:00
hls Parse the sequence number at discontinuities. 2015-11-25 17:00:18 +00:00
metadata Put tests where they belong + bump bintray-release version. 2015-07-27 16:32:55 +01:00
smoothstreaming Handle curle braces in SystemID UUID. 2015-10-26 15:31:09 +00:00
testutil Refactored the SubtitleParser's parse() signature 2016-01-05 14:52:30 +00:00
text Fix ParsableByteArray.readLine + discard BOM at start of line. 2016-01-14 17:13:32 +00:00
upstream Put tests where they belong + bump bintray-release version. 2015-07-27 16:32:55 +01:00
util Fix ParsableByteArray.readLine + discard BOM at start of line. 2016-01-14 17:13:32 +00:00
CTest.java Put tests where they belong + bump bintray-release version. 2015-07-27 16:32:55 +01:00
MediaFormatTest.java Cleanup following #884 2015-10-27 21:03:16 +00:00
TimeRangeTest.java Support dynamic TimeRange for DASH live. 2015-09-01 14:14:10 +01:00