media/extensions
olly 1e9b6d66a3 [CronetDataSource] Support keeping the POST method and body for 302
Currently when a HTTP POST request receives a 302, CronetDataSource will change the request method from POST to GET for the redirected request, and drop the post body. This aligns with the behaviours of many user agents, but our use case would like to keep the POST method and the post body.

org.chromium.net.UrlRequest.followRedirect also changes POST to GET for 302, so should be avoided here.

PiperOrigin-RevId: 381233011
2021-06-30 13:28:50 +01:00
..
av1 Make copybara remove the LINT.IfChange tag 2021-04-29 17:35:05 +01:00
cast Add onFastForward/RewindIncrementChanged to Player 2021-06-15 18:42:19 +01:00
cronet [CronetDataSource] Support keeping the POST method and body for 302 2021-06-30 13:28:50 +01:00
ffmpeg Remove obsolete Checker Framework suppression strings 2021-06-21 21:56:37 +01:00
flac Remove the last deprecated ParserException constructor 2021-06-30 13:27:45 +01:00
gvr Fix file formatting 2021-05-27 10:40:54 +01:00
ima Add Player.Listener.onPlayerErrorChanged 2021-06-30 13:17:49 +01:00
leanback Make onPlayerError take a PlaybackException 2021-06-21 22:15:01 +01:00
media2 Make onPlayerError take a PlaybackException 2021-06-21 22:15:01 +01:00
mediasession Add MediaSessionConnector#setDispatchUnsupportedActionsEnabled(boolean) 2021-06-21 22:00:23 +01:00
okhttp Format Java source files 2021-05-06 13:32:25 +01:00
opus Make onPlayerError take a PlaybackException 2021-06-21 22:15:01 +01:00
rtmp Format Java source files 2021-05-06 13:32:25 +01:00
vp9 Make onPlayerError take a PlaybackException 2021-06-21 22:15:01 +01:00
workmanager Upgrade some dependency versions 2021-02-04 09:57:27 +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.