media/libraries
tonihei 9274f08b89 Clean up offload state tracking
1. The offloadSchedulingEnabled value doesn't need to be in
   PlaybackInfo because it's never updated in EPII.
2. The sleepingForOffload value in EPII wasn't updated explicitly
   (just via the return value of a method). It was also only
   meant to be enabled while the player is actively playing, but
   confusingly triggered from a path where the player may
   theoretically be buffering as well.
3. The offload sleeping (=not scheduling doSomeWork) was interwoven
   into the actual scheduling code making it slightly hard to follow.
   This can be improved slightly by keeping the offload sleeping
   decision and the scheduling separate.

PiperOrigin-RevId: 457427293
(cherry picked from commit 5c2752b4a9)
2022-06-27 09:34:56 +00:00
..
cast Add COMMAND_SET_MEDIA_ITEM to Player.Commands 2022-06-09 18:36:35 +00:00
common Misc improvement in Util 2022-06-16 14:39:46 +00:00
database Mark all non-public IntDefs as only TYPE_USE 2022-02-21 16:56:36 +00:00
datasource Remove InvalidResponseCodeException#headerFields from the stable API 2022-05-26 11:51:27 +00:00
datasource_cronet Add @deprecated javadoc to all @Deprecated @Override methods 2022-05-31 13:51:49 +00:00
datasource_okhttp Workaround for OkHttp Interrupt issues. 2022-05-09 10:59:41 +01:00
datasource_rtmp Remove references to deprecated DefaultDataSourceFactory from dev guide 2022-03-24 15:13:09 +00:00
decoder Expect PresentationTime Discontinuity During Stream Transitions 2022-04-26 14:21:36 +01:00
decoder_av1 Make sure native library loads use correct class loader 2022-02-22 11:25:44 +00:00
decoder_ffmpeg Remove FfmpegVideoRenderer from 2.18.0 release 2022-05-30 17:58:14 +00:00
decoder_flac Make sure native library loads use correct class loader 2022-02-22 11:25:44 +00:00
decoder_opus Ignore decoding test cases when library not available 2022-05-31 15:33:33 +00:00
decoder_vp9 Make sure native library loads use correct class loader 2022-02-22 11:25:44 +00:00
exoplayer Clean up offload state tracking 2022-06-27 09:34:56 +00:00
exoplayer_dash Rollback of e01bb47263 2022-05-23 17:12:22 +01:00
exoplayer_hls Fix bug: playback is frozen with HLS chunkless preparation 2022-06-09 18:36:35 +00:00
exoplayer_ima Simplify DefaultMediaSourceFactory instantiation in a test 2022-05-30 16:32:59 +00:00
exoplayer_rtsp Merge pull request #63 from ittiam-systems:rtp-h263 2022-06-16 11:41:49 +00:00
exoplayer_smoothstreaming Rollback of e01bb47263 2022-05-23 17:12:22 +01:00
exoplayer_workmanager Reformat some javadoc 2022-02-18 14:54:02 +00:00
extractor Fix parsing H265 short term reference picture sets 2022-06-20 16:46:15 +01:00
session Avoid out of bounds when setting less media items than in playlist 2022-06-15 19:05:26 +00:00
test_data Merge pull request #9915 from dburckh:avi 2022-06-15 16:52:51 +00:00
test_exoplayer_playback Move TrackGroupArray back to ExoPlayer 2022-03-17 13:08:56 +00:00
test_session_common Remove setMediaUri/onSetMediaUri 2022-06-15 17:00:27 +00:00
test_session_current Avoid out of bounds when setting less media items than in playlist 2022-06-15 19:05:26 +00:00
test_utils Make HttpDataSourceTestEnv require API 19 2022-06-15 16:52:51 +00:00
test_utils_robolectric Clean up offload state tracking 2022-06-27 09:34:56 +00:00
transformer Skip BitrateAnalysisTest if device is incapable. 2022-05-30 16:51:51 +00:00
ui Add lint base xml file for string.xml files 2022-06-16 13:05:17 +00:00
ui_leanback Fixes for some minor misc issues 2021-11-19 14:44:25 +00:00