media/library/core/src/androidTest/assets
olly 754260e944 Fix VBRI and XING seekers
- Remove skipping of the VBRI/XING frame before calculating position
  offsets. This was incorrect. Instead, a constraint is used to ensure
  we don't return positions within these frames, the difference being
  that the constraint adjusts only positions that would fall within
  the frames, where-as the previous approach shifted positions through
  the whole stream.
- Excluded last entry in the VBRI table because it has an invalid
  position (the length of the stream).
- Give variables in XingSeeker descriptive names.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=177451295
2017-12-04 17:38:11 +00:00
..
binary Fix ContentDataSource and enhance tests to validate read data 2017-06-23 17:20:51 +01:00
flv Modularize ExoPlayer steps 1 + 2. 2017-03-22 18:49:30 +00:00
mkv Introduce CryptoData parameter object 2017-05-11 05:53:20 +01:00
mp3 Fix VBRI and XING seekers 2017-12-04 17:38:11 +00:00
mp4 Update getPosition(0) positions for FragmentedMp4Extractor 2017-12-04 17:38:11 +00:00
ogg Update MIME type in FLAC test data 2017-06-22 19:52:08 +01:00
rawcc Modularize ExoPlayer steps 1 + 2. 2017-03-22 18:49:30 +00:00
ssa Merge branch 'dev-v2' of git://github.com/jcable/ExoPlayer into jcable-dev-v2 2017-07-10 12:29:06 +01:00
subrip Minor style tweaks 2017-08-17 23:13:34 +01:00
ts Further fix H262 segmentation 2017-08-02 13:26:05 +01:00
ttml Modularize ExoPlayer steps 1 + 2. 2017-03-22 18:49:30 +00:00
tx3g Support default style in Tx3g decoder. 2017-04-18 19:33:30 +01:00
wav Modularize ExoPlayer steps 1 + 2. 2017-03-22 18:49:30 +00:00
webm Modularize ExoPlayer steps 1 + 2. 2017-03-22 18:49:30 +00:00
webvtt Fix crash when bad VTT timestamp encountered 2017-11-01 14:05:11 +00:00