media/extensions
tonihei 4ee971052b Improve Extractor partial read tests.
Partial reads were performed once using a partial size of 1 byte.
This was not enough to detect problems which only occur in combination
with IOExceptions. Partial reads are now only applied when no exception
is thrown.

Moreover, the tests didn't check whether the total number of sampled bytes
is what it is supposed to be. Added a field to the data dumps checking
the total number of bytes in the sampled data.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=181296545
2018-01-15 11:33:23 +00:00
..
cast Add queue manipulation to the Cast demo 2017-12-04 17:38:11 +00:00
cronet Update Cronet extension readme on how to enable Java 8 features. 2018-01-04 15:45:26 +00:00
ffmpeg Don't kill the process if SimpleDecoder.decode throws. 2018-01-04 15:44:00 +00:00
flac Improve Extractor partial read tests. 2018-01-15 11:33:23 +00:00
gvr Allow setting output sample rate in SonicAudioProcessor 2017-10-17 18:24:53 +01:00
ima Fix typos 2018-01-04 15:54:01 +00:00
leanback Add reason to onTimelineChanged. 2017-11-21 13:07:46 +00:00
mediasession Propagate extras from queue item to metadata item. 2017-12-13 12:50:40 +00:00
okhttp Update dependency versions 2017-09-15 23:23:16 +01:00
opus Don't kill the process if SimpleDecoder.decode throws. 2018-01-04 15:44:00 +00:00
rtmp Pick up rtmpClient fix 2017-09-06 15:58:02 +01:00
vp9 Don't kill the process if SimpleDecoder.decode throws. 2018-01-04 15:44:00 +00:00
README.md Tweak and add READMEs + remove refs to V1 2017-08-17 22:59:34 +01:00

ExoPlayer extensions

ExoPlayer extensions are modules that depend on external libraries to provide additional functionality. Browse the individual extensions and their READMEs to learn more.