media/library
olly 4d03d30890 Audio extension decoders: Pass decoder to getOutputFormat
It seems generally useful to have access to the decoder in
getOutputFormat. We're currently working around lack of access
by using member variables in the concrete audio extension
renderers. In the case of the Ffmpeg extension, holding a
reference to the decoder is preventing it from being garbage
collected when the decoder is released by the base class.

PiperOrigin-RevId: 324799670
2020-08-07 19:00:18 +01:00
..
all Move common gradle setup to a setting file. 2020-06-26 11:13:25 +01:00
common Remove deprecated parts of demo app IntentUtil 2020-08-07 18:59:11 +01:00
core Audio extension decoders: Pass decoder to getOutputFormat 2020-08-07 19:00:18 +01:00
dash Add a builder for DownloadRequest 2020-08-07 18:59:30 +01:00
extractor FragmentedMp4Extractor: Fix clearHeaderSize handling 2020-08-07 18:58:21 +01:00
hls Prevent extractor reuse after upstream discard. 2020-08-07 19:00:09 +01:00
smoothstreaming Add a builder for DownloadRequest 2020-08-07 18:59:30 +01:00
ui Final string import for 2.12 2020-08-07 18:58:51 +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.