media/library
huangdarwin 4dca984aa5 Transformer GL: Apply transformation_matrix to vertex position.
Previously, transformation_matrix was incorrectly applied to
texture sampling coordinates, which led to transformations
seemingly moving in the opposite position, and an undesirable
GL_CLAMP_TO_EDGE behavior when sampling outside the edge of
the texture.

PiperOrigin-RevId: 413653360
2021-12-06 12:25:46 +00:00
..
all
common Prohibit duplicate TrackGroups in TrackGroupArray 2021-12-02 15:21:34 +00:00
core Prohibit duplicate TrackGroups in TrackGroupArray 2021-12-02 15:21:34 +00:00
dash Add optional id to TrackGroup. 2021-12-02 15:21:33 +00:00
database
datasource Remove null keys from DefaultHttpDataSource#getResponseHeaders 2021-11-18 13:17:40 +00:00
decoder Make package in test manifest consistent 2021-10-29 11:35:26 +01:00
extractor Fix 1 ErrorProneStyle finding 2021-12-02 15:21:02 +00:00
hls Add optional id to TrackGroup. 2021-12-02 15:21:33 +00:00
rtsp Add optional id to TrackGroup. 2021-12-02 15:21:33 +00:00
smoothstreaming Add optional id to TrackGroup. 2021-12-02 15:21:33 +00:00
transformer Transformer GL: Apply transformation_matrix to vertex position. 2021-12-06 12:25:46 +00:00
ui Document that channelNameResourceId needs to be set 2021-11-26 15:26:35 +00:00
README.md

ExoPlayer library

The ExoPlayer library is split into multiple modules. See ExoPlayer's top level README for more information about the available library modules and how to use them.