media/library
christosts 45a5a7584d Enable immediate codec start after flush
We verified there is a race condition in the
AsynchronousMediaCodecAdapter when flushing the adapter
multiple times. The race condition results in calling MediaCodec.start()
and MediaCodec.flush() in parallel and that makes the MediaCodec
raise an exception.

This changes the default behavior to call MediaCodec.start() on the
same thread after MediaCodec.flush() to avoid the race condition.

#minor-release

PiperOrigin-RevId: 410509388
2021-11-18 13:22:05 +00:00
..
all Add database module 2021-10-26 14:19:43 +01:00
common Populate ICY headers into MediaMetadata 2021-11-18 13:13:27 +00:00
core Enable immediate codec start after flush 2021-11-18 13:22:05 +00:00
dash Add parsed essential/supplemental properties to the Representation. 2021-11-15 14:52:25 +00:00
database Add database module 2021-10-26 14:19:43 +01:00
datasource Remove null keys from DefaultHttpDataSource#getResponseHeaders 2021-11-18 13:17:40 +00:00
decoder Make package in test manifest consistent 2021-10-29 11:35:26 +01:00
extractor Populate ICY headers into MediaMetadata 2021-11-18 13:13:27 +00:00
hls HLS: Merge muxedAudioFormat into primary audio tracks 2021-11-16 16:17:34 +00:00
rtsp Add missing RetentionPolicy for IntDef 2021-11-03 15:12:19 +00:00
smoothstreaming Add @Deprecated to MediaSourceFactory deprecated overrides 2021-11-08 14:41:45 +00:00
transformer Update transformer error codes bug references 2021-11-16 16:13:11 +00:00
ui Remove disabled types in StyledPlayerControlView when selecting tracks. 2021-11-16 16:22:09 +00: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.