media/extensions
hoangtc fb5e31d3d6 Simplify logic to handle FLAC files with ID3 header.
LibFlac internally can skip ID3 tags correctly. Therefore, we don't need to keep track of the whole ID3 header section and skip through this section in Java code. We can just set the whole stream to the native library, and it will handle skipping ID3 tags correctly.

The only thing that the Java part need to do is peeking and parsing ID3 tags (if present), in order to populate the track format metadata.

GitHub: #4055.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=193327602
2018-05-07 05:30:29 +01:00
..
cast Use misc status code string when a Cast status code description is not available 2018-04-16 10:36:07 +01:00
cronet Remove test max SDK version overrides. 2018-04-08 16:39:57 +01:00
ffmpeg Update Ffmpeg README with supported NDK versions disclaimer. 2018-03-29 13:30:24 +01:00
flac Simplify logic to handle FLAC files with ID3 header. 2018-05-07 05:30:29 +01:00
gvr Clean up AudioProcessor implementations 2018-03-29 13:47:19 +01:00
ima Allow setting the ad media load timeout in ImaAdsLoader 2018-04-16 10:50:32 +01:00
jobdispatcher Remove "r" from instructions for extension modules 2018-03-07 15:24:33 +00:00
leanback Remove "r" from instructions for extension modules 2018-03-07 15:24:33 +00:00
mediasession Update translations 2018-05-07 05:27:02 +01:00
okhttp OkHttp extension - Improved configuration 2018-04-03 15:42:26 +01:00
opus Remove test max SDK version overrides. 2018-04-08 16:39:57 +01:00
rtmp Remove "r" from instructions for extension modules 2018-03-07 15:24:33 +00:00
vp9 Remove test max SDK version overrides. 2018-04-08 16:39:57 +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.