media/libraries
aquilescanta 66aa1faf7e Remove most allocations in SampleQueue.release
SampleQueues may be released in the context of a finally block
after an out of memory error. Allocating in that scenario can
throw yet a new OutOfMemoryError. By safely releasing SampleQueue
memory, we increase the possibility of handling the error
gracefully.

PiperOrigin-RevId: 420859022
2022-01-11 13:46:10 +00:00
..
cast Include mediaId when marshalling a MediaItem to JSON 2022-01-11 13:29:06 +00:00
common Add Gradle constraints to common module to enforce matching versions 2022-01-05 12:15:35 +00:00
database
datasource
datasource_cronet
datasource_okhttp
datasource_rtmp
decoder
decoder_av1 Rename some references from PlayerView to LegacyPlayerView 2022-01-11 13:41:50 +00:00
decoder_ffmpeg
decoder_flac
decoder_opus
decoder_vp9 Rename some references from PlayerView to LegacyPlayerView 2022-01-11 13:41:50 +00:00
exoplayer Remove most allocations in SampleQueue.release 2022-01-11 13:46:10 +00:00
exoplayer_dash Remove setTag from (Ss|Hls|Dash)MediaSource.Factory 2022-01-11 13:44:06 +00:00
exoplayer_hls Remove setTag from (Ss|Hls|Dash)MediaSource.Factory 2022-01-11 13:44:06 +00:00
exoplayer_ima
exoplayer_rtsp Use RTSP server for RTSP auth realm. 2022-01-11 13:32:41 +00:00
exoplayer_smoothstreaming Remove setTag from (Ss|Hls|Dash)MediaSource.Factory 2022-01-11 13:44:06 +00:00
exoplayer_workmanager
extractor
session MediaSessionService: Add missing addSession call 2022-01-11 13:36:23 +00:00
test_data
test_exoplayer_playback
test_session_common
test_session_current
test_utils
test_utils_robolectric
transformer Replace static method with a static field. 2022-01-11 13:38:41 +00:00
ui Remove 'styled' from styledPlayerControlView field name 2022-01-11 13:42:59 +00:00
ui_leanback