media/extensions
olly 5c9c0e2073 Improve handling of floating point audio
- DefaultAudioSink always supports floating point input. Make it
  advertise this fact.
- Remove the ability to enable/disable floating point output in
  FfmpegAudioRenderer, since this ability is now also provided on
  DefaultAudioSink.
- Let FfmpegAudioRenderer query the sink to determine whether it
  will output floating point PCM directly or resample it to 16-bit
  PCM.

PiperOrigin-RevId: 320945360
2020-07-13 17:00:10 +01:00
..
av1 Move common gradle setup to a setting file. 2020-06-26 11:13:25 +01:00
cast Move common gradle setup to a setting file. 2020-06-26 11:13:25 +01:00
cronet Move common gradle setup to a setting file. 2020-06-26 11:13:25 +01:00
ffmpeg Improve handling of floating point audio 2020-07-13 17:00:10 +01:00
flac Pass correct formats to AudioSink 2020-07-10 09:09:02 +01:00
gvr Move common gradle setup to a setting file. 2020-06-26 11:13:25 +01:00
ima Remove some occurrences of dummy in core library 2020-07-13 14:03:54 +01:00
jobdispatcher Move common gradle setup to a setting file. 2020-06-26 11:13:25 +01:00
leanback Move common gradle setup to a setting file. 2020-06-26 11:13:25 +01:00
media2 Release media2 extension 2020-07-09 08:28:14 +00:00
mediasession Move common gradle setup to a setting file. 2020-06-26 11:13:25 +01:00
okhttp Move common gradle setup to a setting file. 2020-06-26 11:13:25 +01:00
opus Pass correct formats to AudioSink 2020-07-10 09:09:02 +01:00
rtmp Move common gradle setup to a setting file. 2020-06-26 11:13:25 +01:00
vp9 Misc analysis fixes 2020-07-13 14:04:29 +01:00
workmanager Move common gradle setup to a setting file. 2020-06-26 11:13:25 +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.