media/library
Kei Murayama f05197c4d5 Support parsing MPEG-H 3D Audio
First intention to support parsing MPEG-H 3D Audio in ExoPlayer is to
take advantage of parsing capability from MediaParser API in AOSP.
Just with this change ExoPlayer does't support decoding MPEG-H 3D Audio
but can support decoding either by adding decoder with an extension or
by using Android OS which has decoder capability with MediaCodec API.
2021-05-10 17:55:03 +09:00
..
all Add Transformer "Getting started" page 2021-02-03 15:03:16 +00:00
common Support parsing MPEG-H 3D Audio 2021-05-10 17:55:03 +09:00
core Deprecate ExoPlayer.Builder. 2021-05-10 09:38:08 +01:00
dash Format Java source files 2021-05-06 13:32:25 +01:00
extractor Support parsing MPEG-H 3D Audio 2021-05-10 17:55:03 +09:00
hls Format Java source files 2021-05-06 13:32:25 +01:00
rtsp Use correct Log class 2021-05-06 13:35:40 +01:00
smoothstreaming Format Java source files 2021-05-06 13:32:25 +01:00
transformer Format Java source files 2021-05-06 13:32:25 +01:00
ui Format Java source files 2021-05-06 13:32:25 +01:00
README.md Tweak and add READMEs + remove refs to V1 2017-08-17 22:59:34 +01:00

ExoPlayer library

The ExoPlayer library is split into multiple modules. See ExoPlayer's top level README for more information about the available library modules and how to use them.