media/extensions
hoangtc 0d86f4475c Remove the resampling to 16bit step from FlacDecoder.
Currently FlacDecoder/FlacExtractor always perform resampling to 16bit. In some
case (with 24bit audio), this might lower the audio quality if the system
supports 24bit audio.
Since AudioTrack implementation supports resampling, we will remove the
resampling step, and return an output with the same bits-per-sample as the original stream.
User can choose to re-sample to 16bit in AudioTrack if necessary.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=167494350
2017-09-04 16:30:37 +01:00
..
cast Add media queue support to CastPlayer 2017-08-29 23:09:03 +01:00
cronet Fix broken link + minor doc tweak 2017-08-22 16:15:29 +01:00
ffmpeg Add license notes for extensions with non-Google dependencies 2017-08-31 16:28:22 +01:00
flac Remove the resampling to 16bit step from FlacDecoder. 2017-09-04 16:30:37 +01:00
gvr Tweak and add READMEs + remove refs to V1 2017-08-17 22:59:34 +01:00
ima Add listener callback for shuffle mode changes. 2017-08-22 16:23:27 +01:00
leanback Make LeanbackPlayerAdapter use a ControlDispatcher + Misc cleanup 2017-08-29 23:13:13 +01:00
mediasession Support setRepeatMode (and move shuffle action to PlaybackController) 2017-08-31 16:31:10 +01:00
okhttp Add license notes for extensions with non-Google dependencies 2017-08-31 16:28:22 +01:00
opus Add license notes for extensions with non-Google dependencies 2017-08-31 16:28:22 +01:00
rtmp Add license notes for extensions with non-Google dependencies 2017-08-31 16:28:22 +01:00
vp9 HDR 10 bits: Use a separate sampler for U and V dithering. 2017-09-04 10:27:38 +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.