media/library
ibaker b6b282672c Permit duplicate Opus headers
This reinstates the permissive behaviour removed by
fe7e5b8181

Test file created by opening bear.opus in a hex editor and naively
duplicating the two header packets, starting at (and including) the
first `OggS` in the file and ending just before the third `OggS`.

#minor-release

Issue: google/ExoPlayer#10038
PiperOrigin-RevId: 452015662
2022-05-31 14:00:59 +00:00
..
all Fix minimum API level issue 2022-02-08 11:03:36 +00:00
common Add some imports required for javadoc 2022-05-31 11:09:58 +00:00
core Add @deprecated javadoc to all @Deprecated @Override methods 2022-05-31 11:06:26 +00:00
dash Rollback of e705999cf3 2022-05-23 17:12:22 +01:00
database Reformat some javadoc 2022-02-18 15:02:33 +00:00
datasource Disable transcoding when reading content URIs 2022-05-06 15:54:21 +01:00
decoder Expect PresentationTime Discontinuity During Stream Transitions 2022-04-26 14:25:46 +01:00
extractor Permit duplicate Opus headers 2022-05-31 14:00:59 +00:00
hls Rollback of e705999cf3 2022-05-23 17:12:22 +01:00
rtsp Rollback of e705999cf3 2022-05-23 17:12:22 +01:00
smoothstreaming Rollback of e705999cf3 2022-05-23 17:12:22 +01:00
transformer Move program initialization to texture processor constructor. 2022-05-31 11:02:40 +00:00
ui Migrate leaf listeners of Player to new onCues override 2022-05-24 11:55:09 +01: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.