media/extensions
hoangtc 7665571ff9 Do not copy data to output frame in libvpx unless necessary.
In out libvpx extension, currently we always call vpxGetFrame and copy the data
from the native decoder to output frame. However, if the inputBuffer has
isDecoderOnly set, we can avoid populating the output buffer, but only setting
BUFFER_FLAG_DECODE_ONLY.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=170318527
2017-10-03 08:50:10 +01:00
..
cast Add reason to onPositionDiscontinuity. 2017-09-15 23:36:46 +01:00
cronet Add TODO to respect FLAG_ALLOW_GZIP in CronetDataSource 2017-09-26 14:05:16 +01:00
ffmpeg Add license notes for extensions with non-Google dependencies 2017-08-31 16:28:22 +01:00
flac Add abstract, default Player event listener. 2017-10-03 08:44:33 +01:00
gvr Update dependency versions 2017-09-15 23:23:16 +01:00
ima Add abstract, default Player event listener. 2017-10-03 08:44:33 +01:00
leanback Add abstract, default Player event listener. 2017-10-03 08:44:33 +01:00
mediasession Add abstract, default Player event listener. 2017-10-03 08:44:33 +01:00
okhttp Update dependency versions 2017-09-15 23:23:16 +01:00
opus Add abstract, default Player event listener. 2017-10-03 08:44:33 +01:00
rtmp Pick up rtmpClient fix 2017-09-06 15:58:02 +01:00
tv Add tv module for USB tuner support + demo app 2017-09-15 23:30:41 +01:00
vp9 Do not copy data to output frame in libvpx unless necessary. 2017-10-03 08:50:10 +01: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.