media/library
huangdarwin 15f0865d62 HDR: Remove HDR-specific error codes.
It may be confusing for 3P apps, for us to have separate error codes for (1) if
encoding HDR is not supported at all by the device, and (2) if encoding the
format, which happens to be HDR, is not supported by the device. Instead, we can
communicate this in the error message.

PiperOrigin-RevId: 509188666
2023-02-13 12:22:55 +00:00
..
all Fix minimum API level issue 2022-02-08 11:03:36 +00:00
common Update frame & texture processors to handle SDR image input 2023-02-10 14:32:07 +00:00
core Fix audio generation in silence skipping test 2023-02-13 12:19:31 +00:00
dash Merge pull request #248 from lemondoglol:update-segment-size 2023-02-08 15:38:48 +00:00
database Reformat some javadoc 2022-02-18 15:02:33 +00:00
datasource Merge pull request #10959 from balachandarlinks:handle-sql-exception-in-cached-content-index 2023-02-14 16:10:55 +00:00
decoder Expect PresentationTime Discontinuity During Stream Transitions 2022-04-26 14:25:46 +01:00
effect Update frame & texture processors to handle SDR image input 2023-02-10 14:32:07 +00:00
extractor Encapsulate Opus frames in Ogg during audio offload 2023-02-08 15:54:41 +00:00
hls Update SampleQueue.sourceId to be a long rather than an int. 2023-02-14 16:06:47 +00:00
rtsp Add javadoc links to README files 2022-12-12 13:07:19 +00:00
smoothstreaming Merge pull request #248 from lemondoglol:update-segment-size 2023-02-08 15:38:48 +00:00
transformer HDR: Remove HDR-specific error codes. 2023-02-13 12:22:55 +00:00
ui Tweak UI behavior when commands are missing. 2023-02-01 14:03:50 +00:00
README.md Update to androidx.media3 2021-10-27 09:12:46 +01:00

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.