media/extensions
hoangtc f08ad55892 Supports seeking for MPEG PS Streams.
This CL adds support for seeking within PS streams by using binary search. For
any seek timestamp, it tries to find the location in the stream where SCR
timestamp is close to the target timestamp, and return this position as the
seek position.

Github: #4476.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=206787691
2018-08-01 13:49:21 +01:00
..
cast Add helper method to get uid of timeline period. 2018-07-23 12:22:57 +01:00
cronet Remove generic type parameter from TransferListener. 2018-07-24 14:56:45 +01:00
ffmpeg Add audio/eac3-joc to FFmpeg supported formats 2018-08-01 13:49:20 +01:00
flac Supports seeking for MPEG PS Streams. 2018-08-01 13:49:21 +01:00
gvr Enable java 8 for some missing projects 2018-06-05 12:44:56 +01:00
ima Remove generic type parameter from TransferListener. 2018-07-24 14:56:45 +01:00
jobdispatcher Enable java 8 for some missing projects 2018-06-05 12:44:56 +01:00
leanback Deprecate Player.DefaultEventListener in favor of default no-ops in interface. 2018-06-22 17:49:25 +01:00
mediasession Cleanup: Remove unnecessary generic types 2018-07-23 10:25:23 +01:00
okhttp Fix nullness warnings in Util and Assertions, and provide own castNonNull. 2018-07-26 18:27:46 +01:00
opus Use maxInputSize for extension decoders where possible 2018-07-17 20:37:13 +01:00
rtmp Remove generic type parameter from TransferListener. 2018-07-24 14:56:45 +01:00
vp9 Use maxInputSize for extension decoders where possible 2018-07-17 20:37:13 +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.