media/libraries
andrewlewis 5b22b06ec4 Encapsulate attributes and uniforms within Program
Document that apps should retain `GlUtil.Program` while the program is in use,
and keep a reference to attributes/uniforms within the program to make sure
they don't get GC'd causing any allocated buffers passed to GL to become
invalid.

Tested manually by running gldemo and transformer.

PiperOrigin-RevId: 411516894
2021-11-22 17:21:14 +00:00
..
cast Fixes for some minor misc issues 2021-11-19 14:44:25 +00:00
common Encapsulate attributes and uniforms within Program 2021-11-22 17:21:14 +00:00
database Update to androidx.media3 2021-10-27 09:12:46 +01:00
datasource Remove null keys from DefaultHttpDataSource#getResponseHeaders 2021-11-19 14:56:43 +00:00
datasource_cronet Update dependency versions 2021-11-19 14:42:25 +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 Make package in test manifest consistent 2021-11-08 15:18:26 +00:00
decoder_av1 Update to androidx.media3 2021-10-27 09:12:46 +01:00
decoder_ffmpeg Make package in test manifest consistent 2021-11-08 15:18:26 +00:00
decoder_flac Make package in test manifest consistent 2021-11-08 15:18:26 +00:00
decoder_opus Make package in test manifest consistent 2021-11-08 15:18:26 +00:00
decoder_vp9 Make package in test manifest consistent 2021-11-08 15:18:26 +00:00
exoplayer Encapsulate attributes and uniforms within Program 2021-11-22 17:21:14 +00:00
exoplayer_dash Set LogSessionId on MediaParser for DASH sources. 2021-11-19 15:16:39 +00:00
exoplayer_hls Merge pull request #9536 from TiVo:p-fix-issue-2882 2021-11-22 17:00:01 +00:00
exoplayer_ima Update dependency versions 2021-11-19 14:42:25 +00:00
exoplayer_rtsp Fix sequence number calculation logic. 2021-11-19 15:00:12 +00:00
exoplayer_smoothstreaming Move DrmSessionManager initial player setup to its own method. 2021-11-19 15:12:13 +00:00
exoplayer_workmanager Update to androidx.media3 2021-10-27 09:12:46 +01:00
extractor Populate ICY headers into MediaMetadata 2021-11-19 14:55:51 +00:00
session Remove statically initialized SessionResult 2021-11-09 10:10:10 +00:00
test_data Do not queue empty input buffers. 2021-11-22 17:20:34 +00:00
test_exoplayer_playback Make package in test manifest consistent 2021-11-08 15:18:26 +00:00
test_session_common Migrate media3.session references from Window to MediaItem 2021-11-08 15:13:41 +00:00
test_session_current Fixes for some minor misc issues 2021-11-19 14:44:25 +00:00
test_utils Merge pull request #9536 from TiVo:p-fix-issue-2882 2021-11-22 17:00:01 +00:00
test_utils_robolectric Migrate usages of Window-based Player methods 2021-11-09 10:07:30 +00:00
transformer Encapsulate attributes and uniforms within Program 2021-11-22 17:21:14 +00:00
ui Assign class member in StyledPlayerControlView before using it 2021-11-19 15:04:08 +00:00
ui_leanback Fixes for some minor misc issues 2021-11-19 14:44:25 +00:00