media/library
olly 8bf8b44799 Fix DashManifestParser to properly skip unknown tags
Robustness fix to make sure we ignore tags with known names, but
which are nested inside of unknown tags. For example we don't want
to parse the third period in:

<Period>...</Period>
<Period>...</Period>
<CustomTag>
  <Period>...</Period>
</CustomTag>

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=217101630
2018-10-20 14:15:11 +01:00
..
all Migrate ExoPlayer Gradle build files. 2018-03-02 09:20:02 +00:00
core Handle rotation signaled in MKV track name from HTC devices 2018-10-20 14:14:56 +01:00
dash Fix DashManifestParser to properly skip unknown tags 2018-10-20 14:15:11 +01:00
hls Add @Documented to @IntDef and @StringDef annotations. 2018-10-20 14:01:13 +01:00
smoothstreaming SmoothStreaming: Test for fourCC equal to DFXP 2018-09-17 17:58:03 +01:00
ui Fix left position for subtitles. 2018-10-20 14:07:26 +01:00
README.md Tweak and add READMEs + remove refs to V1 2017-08-17 22:59:34 +01:00

ExoPlayer library

The ExoPlayer library is split into multiple modules. See ExoPlayer's top level README for more information about the available library modules and how to use them.