media/libraries
tonihei a1954f7e0a Clarify behavior for out-of-bounds indices and align implementations
Some Player methods operate relative to existing indices in the
playlist (add,remove,move,seek). As these operations may be issued
from a place with a stale playlist (e.g. a controller that sends
a command while the playlist is changing), we have to handle out-
of-bounds indices gracefully. In most cases this is already
documented and implemented correctly. However, some cases are not
documented and the existing player implementations don't handle
these cases consistently (or in some cases not even correctly).

PiperOrigin-RevId: 495856295
2022-12-21 15:07:20 +00:00
..
cast Clarify behavior for out-of-bounds indices and align implementations 2022-12-21 15:07:20 +00:00
common Clarify behavior for out-of-bounds indices and align implementations 2022-12-21 15:07:20 +00:00
database Add javadoc links to README files 2022-12-12 11:19:23 +00:00
datasource Add javadoc links to README files 2022-12-12 11:19:23 +00:00
datasource_cronet Add javadoc links to README files 2022-12-12 11:19:23 +00:00
datasource_okhttp Add javadoc links to README files 2022-12-12 11:19:23 +00:00
datasource_rtmp Add javadoc links to README files 2022-12-12 11:19:23 +00:00
decoder Add javadoc links to README files 2022-12-12 11:19:23 +00:00
decoder_av1 Add javadoc links to README files 2022-12-12 11:19:23 +00:00
decoder_ffmpeg Add javadoc links to README files 2022-12-12 11:19:23 +00:00
decoder_flac Add javadoc links to README files 2022-12-12 11:19:23 +00:00
decoder_opus Add javadoc links to README files 2022-12-12 11:19:23 +00:00
decoder_vp9 Add javadoc links to README files 2022-12-12 11:19:23 +00:00
effect Replace Pair with Size in effects. 2022-12-21 15:02:20 +00:00
exoplayer Clarify behavior for out-of-bounds indices and align implementations 2022-12-21 15:07:20 +00:00
exoplayer_dash Add javadoc links to README files 2022-12-12 11:19:23 +00:00
exoplayer_hls Add javadoc links to README files 2022-12-12 11:19:23 +00:00
exoplayer_ima Add javadoc links to README files 2022-12-12 11:19:23 +00:00
exoplayer_rtsp Add javadoc links to README files 2022-12-12 11:19:23 +00:00
exoplayer_smoothstreaming Add javadoc links to README files 2022-12-12 11:19:23 +00:00
exoplayer_workmanager Add javadoc links to README files 2022-12-12 11:19:23 +00:00
extractor Add javadoc links to README files 2022-12-12 11:19:23 +00:00
session Clarify behavior for out-of-bounds indices and align implementations 2022-12-21 15:07:20 +00:00
test_data HDR: Implement GlEffectsFrameProcessor HLG to SDR tone-mapping. 2022-12-15 16:11:42 +00:00
test_exoplayer_playback Fix instrumentation tests not working via Gradle 2022-09-30 18:03:11 +00:00
test_session_common Migrate BROWSER_ROOT_HINTS_KEY_ROOT_CHILDREN_SUPPORTED_FLAGS to Media3 2022-11-24 14:38:41 +00:00
test_session_current Clarify behavior for out-of-bounds indices and align implementations 2022-12-21 15:07:20 +00:00
test_utils Remove extra colons in build.gradles 2022-12-21 15:06:29 +00:00
test_utils_robolectric Remove extra colons in build.gradles 2022-12-21 15:06:29 +00:00
transformer Pass required value into TransformationTestResult.Builder constructor 2022-12-21 15:04:23 +00:00
ui Use theme when loading drawables on API 21+ 2022-12-21 15:01:09 +00:00
ui_leanback Refactor transformation completion 2022-11-22 09:44:47 +00:00