media/extensions
tonihei 4f2b596062 Allow to specify player looper at the time of ExoPlayer creation.
Currently, the looper of the thread the player is created on is used (or the
main looper if this thread doesn't have a looper). To allow more control over
the threading, this change lets users specificy the looper which must be used
to call player methods and which is used for event callbacks.

Issue:#4278

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=201331564
2018-06-20 18:05:52 +01:00
..
cast Correctly report buffered position for multi-period window. 2018-06-18 11:08:22 +01:00
cronet Promote getResponseHeaders to DataSource 2018-06-18 10:51:31 +01:00
ffmpeg Support mu-law and A-law PCM with ffmpeg 2018-06-18 11:12:10 +01:00
flac Enable java 8 for some missing projects 2018-06-05 12:44:56 +01:00
gvr Enable java 8 for some missing projects 2018-06-05 12:44:56 +01:00
ima Update forced dependencies to fix release 2018-06-18 10:57:43 +01:00
jobdispatcher Enable java 8 for some missing projects 2018-06-05 12:44:56 +01:00
leanback Enable java 8 for some missing projects 2018-06-05 12:44:56 +01:00
mediasession Allow to specify player looper at the time of ExoPlayer creation. 2018-06-20 18:05:52 +01:00
okhttp Promote getResponseHeaders to DataSource 2018-06-18 10:51:31 +01:00
opus Enable java 8 for some missing projects 2018-06-05 12:44:56 +01:00
rtmp Enable java 8 for some missing projects 2018-06-05 12:44:56 +01:00
vp9 Enable java 8 for some missing projects 2018-06-05 12:44:56 +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.