media/libraries
hschlueter d6a6b44715 Combine all native GL errors in a GlException instead of logging.
The native GL errors are in an arbitrary order according to
https://www.khronos.org/registry/OpenGL-Refpages/es2.0/xhtml/glGetError.xml
This means any of them could contain the most useful message
so it's better to use all for the GlException's message rather than
picking the last message and logging all others.

PiperOrigin-RevId: 454130460
2022-06-13 11:11:31 +00:00
..
cast Add COMMAND_SET_MEDIA_ITEM to Player.Commands 2022-06-09 17:46:14 +00:00
common Combine all native GL errors in a GlException instead of logging. 2022-06-13 11:11:31 +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 10:44:48 +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 Force CMake version 3.21.0+ for the FFMPEG extension 2022-03-14 13:42:31 +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:00:28 +00:00
decoder_vp9 Make sure native library loads use correct class loader 2022-02-22 11:25:44 +00:00
exoplayer Ensure DRAIN_ACTION_FLUSH_AND_UPDATE_DRM_SESSION is always executed 2022-06-13 11:10:43 +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 17:50:41 +00:00
exoplayer_ima Simplify DefaultMediaSourceFactory instantiation in a test 2022-05-30 16:32:59 +00:00
exoplayer_rtsp Merge pull request #69 from ittiam-systems:rtp_amr_test 2022-06-09 17:47:15 +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 Permit duplicate Opus headers 2022-05-31 13:55:14 +00:00
session Add session URI to Intent used with the notification 2022-06-09 17:48:28 +00:00
test_data Transformer GL: Split Presentation and Crop. 2022-06-09 17:44:04 +00:00
test_exoplayer_playback Move TrackGroupArray back to ExoPlayer 2022-03-17 13:08:56 +00:00
test_session_common Implement session extras for Media3 and legacy controllers 2022-05-30 16:52:43 +00:00
test_session_current Add COMMAND_SET_MEDIA_ITEM to Player.Commands 2022-06-09 17:46:14 +00:00
test_utils Rename DefaultTrackSelector.ParametersBuilder to Parameters.Builder 2022-06-07 16:29:17 +00:00
test_utils_robolectric Migrate leaf listeners of Player to new onCues override 2022-05-24 11:02:03 +01:00
transformer Check targetSdkVersion for frame dropping workaround. 2022-06-09 18:48:45 +00:00
ui Migrate leaf listeners of Player to new onCues override 2022-05-24 11:02:03 +01:00
ui_leanback Fixes for some minor misc issues 2021-11-19 14:44:25 +00:00