media/libraries
ibaker 338aef4830 Fix transformer, effect, muxer and container API dependencies
The public APIs of these modules reference symbols in some of their
dependencies, so these should be API dependencies, not implementation:
> An API dependency is one that contains at least one type that is
> exposed in the library binary interface, often referred to as its ABI
> (Application Binary Interface).

https://docs.gradle.org/current/userguide/java_library_plugin.html#sec:java_library_recognizing_dependencies

Transformer also uses symbols from `lib-common`, but these are already
an API dep of `lib-exoplayer` so no need to duplicate that here.

PiperOrigin-RevId: 605660621
2024-02-09 10:05:54 -08:00
..
cast Return empty timeline when media info is null 2023-11-20 09:55:36 -08:00
common Version bump to media3:1.3.0-rc01 2024-02-09 02:44:25 -08:00
container Fix transformer, effect, muxer and container API dependencies 2024-02-09 10:05:54 -08:00
database Do not trim audio samples by changing their timestamp 2023-06-29 22:50:04 +00:00
datasource Add supportsMimeType API to bitmapLoader 2024-01-12 13:49:38 -08:00
datasource_cronet Replace or suppress deprecated usages 2024-01-26 10:06:18 -08:00
datasource_okhttp Replace or suppress deprecated usages 2024-01-26 10:06:18 -08:00
datasource_rtmp Remove exoplayer2-only javadoc machinery from media3 2023-06-05 09:47:58 +00:00
decoder Satisfy nullness checker correctness by using local variable 2023-10-31 12:56:32 +00:00
decoder_av1 Replace or suppress deprecated usages 2024-01-26 10:06:18 -08:00
decoder_ffmpeg Replace or suppress deprecated usages 2024-01-26 10:06:18 -08:00
decoder_flac Replace or suppress deprecated usages 2024-01-26 10:06:18 -08:00
decoder_midi MidiExtractor: mark only the first sample as key-frame 2023-11-21 07:39:46 -08:00
decoder_opus Replace or suppress deprecated usages 2024-01-26 10:06:18 -08:00
decoder_vp9 Replace or suppress deprecated usages 2024-01-26 10:06:18 -08:00
effect Fix transformer, effect, muxer and container API dependencies 2024-02-09 10:05:54 -08:00
exoplayer Report the skipped silence more deterministically 2024-02-08 10:40:40 -08:00
exoplayer_dash Rollback of 406c0a15be 2024-02-07 09:56:59 -08:00
exoplayer_hls Rollback of 406c0a15be 2024-02-07 09:56:59 -08:00
exoplayer_ima Replace or suppress deprecated usages 2024-01-26 10:06:18 -08:00
exoplayer_rtsp Replace or suppress deprecated usages 2024-01-26 10:06:18 -08:00
exoplayer_smoothstreaming Rollback of 406c0a15be 2024-02-07 09:56:59 -08:00
exoplayer_workmanager Remove exoplayer2-only javadoc machinery from media3 2023-06-05 09:47:58 +00:00
extractor Set correct track id when skipping empty tracks in Mp4Extractor 2024-02-07 03:39:59 -08:00
muxer Fix transformer, effect, muxer and container API dependencies 2024-02-09 10:05:54 -08:00
session Add constructor that takes only a Context 2024-02-06 08:47:03 -08:00
test_data Replace setModificationTime API with setTimestampData in Mp4Muxer 2024-02-09 04:15:53 -08:00
test_exoplayer_playback Disable 'skip buffers with identical release times' in GTS tests 2024-01-22 03:27:17 -08:00
test_session_common Add session extras to the state of the controller 2023-11-21 14:32:33 -08:00
test_session_current Replace or suppress deprecated usages 2024-01-26 10:06:18 -08:00
test_utils Move retrieveTrackFormat() method to TestUtil 2024-02-09 09:18:14 -08:00
test_utils_robolectric Replace or suppress deprecated usages 2024-01-26 10:06:18 -08:00
transformer Fix transformer, effect, muxer and container API dependencies 2024-02-09 10:05:54 -08:00
ui Replace or suppress deprecated usages 2024-01-26 10:06:18 -08:00
ui_leanback Bump effect and leanback minSdk to 19 2024-01-10 07:22:00 -08:00
lint.xml Update recommended way to suppress @UnstableApi errors in lint.xml 2023-11-15 02:34:40 -08:00