media/libraries
ibaker 0f8ddd5d1a Suffix package in test AndroidManifest.xml files with .test
This is blocking the upgrade to AGP 8.0.1. The Android Studio Upgrade
Assistant refuses to run with the error:
> Modules have the same package for their `main` and `androidTest`
> artifacts
>
> The package specifications in `AndroidManifest.xml` files define the
> same package for the `main` and `androidTest` artifacts, in the
> following modules: `effect`, `muxer`, `transformer`,
`test_exoplayer_abr`, `test_exoplayer_performance`, and `container`.

This change also adds the `.test` suffix to `test/AndroidManifest.xml`
files where it's missing, because although it's not mentioned in the
Upgrade Assistant error it does cause problems later.

```
> Incorrect package="androidx.media3.database" found in source AndroidManifest.xml: libraries/database/src/test/AndroidManifest.xml.
  Setting the namespace via the package attribute in the source AndroidManifest.xml is no longer supported.
  Recommendation: remove package="androidx.media3.database" from the source AndroidManifest.xml: libraries/database/src/test/AndroidManifest.xml.
```

Issue: androidx/media#409
PiperOrigin-RevId: 533460180
2023-05-19 17:18:22 +01:00
..
cast Add Builder for DeviceInfo 2023-04-24 11:33:13 +01:00
common Effect: Use callback to release texture 2023-05-19 17:10:53 +01:00
container Suffix package in test AndroidManifest.xml files with .test 2023-05-19 17:18:22 +01:00
database Suffix package in test AndroidManifest.xml files with .test 2023-05-19 17:18:22 +01:00
datasource Remove two deprecated InvalidResponseCodeException constructors 2023-05-16 09:57:39 +01:00
datasource_cronet Update dependencies to latest versions 2023-04-26 15:49:57 +01:00
datasource_okhttp Fix javadoc links in media README files 2023-03-30 17:26:40 +00:00
datasource_rtmp Fix javadoc links in media README files 2023-03-30 17:26:40 +00:00
decoder Update dependencies to latest versions 2023-04-26 15:49:57 +01:00
decoder_av1 Remove Javadoc TODO from README of decoder extensions 2023-04-05 15:48:58 +01:00
decoder_ffmpeg Remove Javadoc TODO from README of decoder extensions 2023-04-05 15:48:58 +01:00
decoder_flac Update dependencies to latest versions 2023-04-26 15:49:57 +01:00
decoder_opus Update dependencies to latest versions 2023-04-26 15:49:57 +01:00
decoder_vp9 Update dependencies to latest versions 2023-04-26 15:49:57 +01:00
effect Suffix package in test AndroidManifest.xml files with .test 2023-05-19 17:18:22 +01:00
exoplayer Add FilteringMediaSource that only provides tracks of given types 2023-05-19 17:12:52 +01:00
exoplayer_dash Allow mock(Random.class) to work with Java 17 2023-05-19 17:09:35 +01:00
exoplayer_hls media3: Capitalize "MIME" for MIME types. 2023-05-11 10:05:01 +00:00
exoplayer_ima Enable live DASH stream for IMA DAI 2023-05-17 08:38:06 +01:00
exoplayer_rtsp Move NAL unit related methods from common to container module 2023-05-17 16:32:46 +01:00
exoplayer_smoothstreaming Ensure DrmSessionManager.setPlayer() is called before prepare() 2023-04-24 11:40:19 +01:00
exoplayer_workmanager Remove deprecated WorkManagerScheduler constructor 2023-05-17 08:49:45 +01:00
extractor Move Mp4LocationData from extractor module to container module 2023-05-17 16:37:57 +01:00
muxer Suffix package in test AndroidManifest.xml files with .test 2023-05-19 17:18:22 +01:00
session Add logging where we were swallowing failed futures in media3.session 2023-05-19 17:17:23 +01:00
test_data Add test file with metadata track 2023-05-15 10:36:17 +01:00
test_exoplayer_playback Update dependencies to latest versions 2023-04-26 15:49:57 +01:00
test_session_common Add MediaSession.setSessionActivity(PendingIntent) 2023-05-11 09:52:04 +00:00
test_session_current Add consistency check to sending and receiving position updates 2023-05-16 09:48:50 +01:00
test_utils Effect: Use callback to release texture 2023-05-19 17:10:53 +01:00
test_utils_robolectric End-to-end Robolectric playback test for audio capabilities 2023-05-12 10:06:47 +01:00
transformer Suffix package in test AndroidManifest.xml files with .test 2023-05-19 17:18:22 +01:00
ui Rollback of 509830f38f 2023-05-15 10:41:58 +01:00
ui_leanback Use Util method for common UI play/pause button logic. 2023-04-26 15:52:50 +01:00