media/library
OxygenCobalt b9191615ee
Rework OPUS comment header parsing
Simplify how the comment header is parsed and eliminate a few possible
bugs in the process, such as:
- Metadata being overwritten directly by the comments header.
- The packet being rewound to 0 if it cannot find a comment header,
which might result in the cursor being moved to a bad position.
2022-01-17 09:09:01 -07:00
..
all Add database module 2021-10-26 14:19:43 +01:00
common Include role and selection flags when logging a track's Format 2021-12-21 17:18:28 +00:00
core Fix AllocationNode javadoc and simplify internal state 2022-01-07 16:31:29 +00:00
dash Make EventSampleStream honour FLAG_PEEK and FLAG_OMIT_SAMPLE_DATA 2022-01-07 16:57:38 +00:00
database Add database module 2021-10-26 14:19:43 +01:00
datasource Change DefaultHttpDataSourceTest to an instrumentation test 2021-12-14 10:30:35 +00:00
decoder Make package in test manifest consistent 2021-10-29 11:35:26 +01:00
extractor Rework OPUS comment header parsing 2022-01-17 09:09:01 -07:00
hls Add MediaSource.Factory and deprecate MediaSourceFactory 2022-01-04 12:51:47 +00:00
rtsp Use RTSP server for RTSP auth realm. 2022-01-07 16:46:25 +00:00
smoothstreaming Add MediaSource.Factory and deprecate MediaSourceFactory 2022-01-04 12:51:47 +00:00
transformer Refactor AudioSamplePipeline configuration. 2022-01-07 16:53:52 +00:00
ui Add translatable playback speed strings 2022-01-05 12:46:14 +00:00
README.md Tweak and add READMEs + remove refs to V1 2017-08-17 22:59:34 +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.