media/library
hschlueter 649fe702f2 Deduce encoder video format from decoder format.
When no encoder video MIME type is specified, the `TransformerTranscodingVideoRenderer` now uses the video MIME type of the input for the encoder format.
The input format is now read in a new method `ensureInputFormatRead` which is called before the other configuration methods. This removes the logic for reading the input format from `ensureDecoderConfigured`, because it is now needed for both encoder and decoder configuration but the encoder needs to be configured before GL and GL needs to be configured before the decoder, so the decoder can't read the format.
The width and height are now inferred from the input and the frame rate and bit rate are still hard-coded but set by the `MediaCodecAdapterWrapper` instead of `TranscodingTransformer`.

PiperOrigin-RevId: 405631263
2021-10-27 12:50:28 +01:00
..
all Add database module 2021-10-26 14:19:43 +01:00
common Add database module 2021-10-26 14:19:43 +01:00
core Add database module 2021-10-26 14:19:43 +01:00
dash Tidy READMEs 2021-10-26 14:08:21 +01:00
database Add database module 2021-10-26 14:19:43 +01:00
datasource Add database module 2021-10-26 14:19:43 +01:00
decoder Tidy READMEs 2021-10-26 14:08:21 +01:00
extractor Tidy READMEs 2021-10-26 14:08:21 +01:00
hls Tidy READMEs 2021-10-26 14:08:21 +01:00
rtsp Tidy READMEs 2021-10-26 14:08:21 +01:00
smoothstreaming Tidy READMEs 2021-10-26 14:08:21 +01:00
transformer Deduce encoder video format from decoder format. 2021-10-27 12:50:28 +01:00
ui Tidy READMEs 2021-10-26 14:08:21 +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.