media/libraries
hschlueter d59186e53c Combine multiple matrix transformations in one shader.
When using a MatrixTransformationFrameProcessor per transformation
matrix, each frame processor's shader applies the matrix to the
vertices and clips the result to the NDC range when drawing the
output frame.
This change combines consecutive MatrixTransformations into a single
MatrixTransformationFrameProcessor by multiplying the individual
matrices while updating and clipping the visible polygon after
each matrix and mapping the resulting visible polygon back to the
input space so that its vertices and the combined transformation
matrix can be used in the shader.

PiperOrigin-RevId: 448521068
2022-05-24 10:44:15 +01:00
..
cast Rename Player.COMMAND_GET_TRACK_INFOS to COMMAND_GET_TRACKS 2022-04-26 14:41:41 +01:00
common Combine multiple matrix transformations in one shader. 2022-05-24 10:44:15 +01:00
database Mark all non-public IntDefs as only TYPE_USE 2022-02-21 16:56:36 +00:00
datasource Disable transcoding when reading content URIs 2022-05-09 11:04:52 +01:00
datasource_cronet Remove references to deprecated DefaultDataSourceFactory from dev guide 2022-03-24 15:13:09 +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 Make sure native library loads use correct class loader 2022-02-22 11:25:44 +00:00
decoder_vp9 Make sure native library loads use correct class loader 2022-02-22 11:25:44 +00:00
exoplayer Add DefaultMediaSourceFactory.{set,clear}LocalAdInsertionConfig 2022-05-24 10:41:26 +01:00
exoplayer_dash Remove ExoPlayer's RawCcExtractor 2022-05-09 11:02:25 +01:00
exoplayer_hls Migrate usages from C.TYPE_* to C.CONTENT_TYPE_* 2022-05-09 10:46:04 +01:00
exoplayer_ima Fix warning about ambiguous @EnsuresNonNull annotation 2022-05-24 10:42:20 +01:00
exoplayer_rtsp Add support for static RTP payload types. 2022-05-24 10:38:44 +01:00
exoplayer_smoothstreaming Migrate usages from C.TYPE_* to C.CONTENT_TYPE_* 2022-05-09 10:46:04 +01:00
exoplayer_workmanager Reformat some javadoc 2022-02-18 14:54:02 +00:00
extractor Refactor MIDI and Flac extractor loaders for deduplication 2022-05-24 10:33:06 +01:00
session Improve JavaDoc of MediaSession.release 2022-05-24 10:43:23 +01:00
test_data Combine multiple matrix transformations in one shader. 2022-05-24 10:44:15 +01:00
test_exoplayer_playback Move TrackGroupArray back to ExoPlayer 2022-03-17 13:08:56 +00:00
test_session_common Update error state of legacy playback state if authentication fails 2022-04-06 11:25:27 +01:00
test_session_current Add MediaSession.setCustomLayout(List<CommandButton>) 2022-05-24 10:30:00 +01:00
test_utils Migrate usages from C.TYPE_* to C.CONTENT_TYPE_* 2022-05-09 10:46:04 +01:00
test_utils_robolectric Fix the position of IntDefs to match TYPE_USE 2022-02-21 17:04:12 +00:00
transformer Combine multiple matrix transformations in one shader. 2022-05-24 10:44:15 +01:00
ui Don't implement Player.Listener from SubtitleView 2022-05-10 17:48:12 +01:00
ui_leanback Fixes for some minor misc issues 2021-11-19 14:44:25 +00:00