media/libraries
andrewlewis b96787d374 Avoid attempting to mux out of order pre-API 25
Calling `MediaMuxer.writeSampleData` can block indefinitely on old API versions. It is better not to call this method to fail quickly with an exception rather than getting stuck.

Based on on-device testing media muxer doesn't generally handle out of order samples before API 25. There are a small number of devices where this does succeed but it seems preferable to turn this off everywhere to keep the code simple and have consistent behavior. Once we switch to in-app muxing this limitation will no longer apply.

#mse-bug-week

PiperOrigin-RevId: 429070255
2022-02-17 11:52:24 +00:00
..
cast Add TracksInfo methods for track selection UI 2022-02-17 11:52:23 +00:00
common Add TracksInfo methods for track selection UI 2022-02-17 11:52:23 +00:00
database Mark all non-public IntDefs as only TYPE_USE 2022-02-04 14:51:52 +00:00
datasource Fix the position of IntDefs to match TYPE_USE 2022-02-08 11:07:50 +00:00
datasource_cronet Remove deprecated CronetDataSource constructors 2022-02-17 10:01:00 +00:00
datasource_okhttp Update to androidx.media3 2021-10-27 09:12:46 +01:00
datasource_rtmp Make package in test manifest consistent 2021-11-08 15:18:26 +00:00
decoder Fix the position of IntDefs to match TYPE_USE 2022-02-08 11:07:50 +00:00
decoder_av1 Fix the position of IntDefs to match TYPE_USE 2022-02-08 11:07:50 +00:00
decoder_ffmpeg Fix the position of IntDefs to match TYPE_USE 2022-02-08 11:07:50 +00:00
decoder_flac Fix the position of IntDefs to match TYPE_USE 2022-02-08 11:07:50 +00:00
decoder_opus Trim CodecDelay/PreSkip In New OpusDecoder Instances By Default 2022-02-17 10:18:14 +00:00
decoder_vp9 Fix the position of IntDefs to match TYPE_USE 2022-02-08 11:07:50 +00:00
exoplayer Add TracksInfo methods for track selection UI 2022-02-17 11:52:23 +00:00
exoplayer_dash Fix the position of IntDefs to match TYPE_USE 2022-02-08 11:07:50 +00:00
exoplayer_hls Fix the position of IntDefs to match TYPE_USE 2022-02-08 11:07:50 +00:00
exoplayer_ima Clear ad playback state map when AdsLoader is released 2022-02-17 11:52:24 +00:00
exoplayer_rtsp Fix the position of IntDefs to match TYPE_USE 2022-02-08 11:07:50 +00:00
exoplayer_smoothstreaming Remove setTag from (Ss|Hls|Dash)MediaSource.Factory 2022-01-11 13:44:06 +00:00
exoplayer_workmanager Update to androidx.media3 2021-10-27 09:12:46 +01:00
extractor Fix Sample Size For Supplemental Data In MatroskaExtractor 2022-02-17 10:17:19 +00:00
session Create BitmapLoader 2022-02-17 11:52:23 +00:00
test_data Skip played server side inserted ads in a single period window 2022-02-17 11:52:23 +00:00
test_exoplayer_playback Extend support for audio spatialization in MediaCodecAudioRenderer 2022-01-25 18:59:43 +00:00
test_session_common Fix flaky MediaBrowserListenerTest 2022-01-25 18:34:25 +00:00
test_session_current Fix the position of IntDefs to match TYPE_USE 2022-02-08 11:07:50 +00:00
test_utils Do not manipulate the duration of SSAI periods in FakeTimeline 2022-02-17 11:52:23 +00:00
test_utils_robolectric Fix the position of IntDefs to match TYPE_USE 2022-02-08 11:07:50 +00:00
transformer Avoid attempting to mux out of order pre-API 25 2022-02-17 11:52:24 +00:00
ui Flatten TrackSelectionParameters 2022-02-17 11:52:23 +00:00
ui_leanback Fixes for some minor misc issues 2021-11-19 14:44:25 +00:00