media/extensions
andrewlewis f71b087fe4 Force rendering a frame every 100 ms
Also remove logic for tracking the next output buffer in LibvpxVideoRenderer, as
this allowed many consecutive frames to be rendered that were actually late
after dropping to keyframe. It looks better to show frames at a consistent
100 ms rate.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=188144739
2018-03-07 18:31:40 +00:00
..
cast Fix bad @see Javadoc in CastPlayer 2018-02-20 16:31:13 +00:00
cronet Prevent "unexpected read attempt" illegal state exception 2018-02-20 10:45:26 +00:00
ffmpeg Don't kill the process if SimpleDecoder.decode throws. 2018-01-04 15:44:00 +00:00
flac Move (almost all) remaining core library instrumentation tests to Robolectric. 2018-02-20 10:49:50 +00:00
gvr Allow setting output sample rate in SonicAudioProcessor 2017-10-17 18:24:53 +01:00
ima Fix ImaAdsMediaSource isTopLevelSource 2018-03-07 18:24:14 +00:00
leanback Make play button behave differently in IDLE and ENDED states 2018-01-23 19:07:52 +00:00
mediasession Add separate interface RatingCallback to handle user ratings. 2018-03-07 18:31:33 +00:00
okhttp Update dependency versions 2017-09-15 23:23:16 +01:00
opus Link libopus statically with libopusJNI 2018-02-20 10:46:54 +00:00
rtmp Update version of rtmp-client to 3.0.1 2018-01-24 10:51:31 +00:00
vp9 Force rendering a frame every 100 ms 2018-03-07 18:31:40 +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.