media/library
olly e163fe6949 Optimize AAC seeking except for xHE-AAC
In 2.11.2 to 2.11.5, we considered all AAC streams as consisting
only of sync samples. In 2.11.6+, we considered no AAC streams as
consisting of sync samples, because the property is not guaranteed
specifically for xHE-AAC. This will have caused a small regression
is seek speed for some types of media.

This change brings back the optimization for AAC, specifically
excluding only xHE-AAC (and cases where we don't know what type of
AAC we're dealing with).

PiperOrigin-RevId: 328950697
2020-09-07 20:39:27 +01:00
..
all Move common gradle setup to a setting file. 2020-06-26 11:13:25 +01:00
common Optimize AAC seeking except for xHE-AAC 2020-09-07 20:39:27 +01:00
core Optimize AAC seeking except for xHE-AAC 2020-09-07 20:39:27 +01:00
dash Make all media source factories create a drm session 2020-08-21 12:55:14 +01:00
extractor Merge pull request #7667 from willtrking:dev-v2-mkv-dovi 2020-08-26 16:40:35 +01:00
hls Make all media source factories create a drm session 2020-08-21 12:55:14 +01:00
smoothstreaming Make all media source factories create a drm session 2020-08-21 12:55:14 +01:00
ui Document how to set the priority on API level above 25 2020-09-07 20:39:08 +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.