media/extensions
Alexander Capehart 157f1f0787
Rework ID3v2 text frame values interface
Rework the interface for ID3v2 text frames by:
- Switching from a mutable array to ImmutableList
- Never leaving the array empty, instead filling it with "" if there
are no values

This makes the surface safer and more in line with the rest of the
module.
2022-11-21 11:35:05 -07:00
..
av1 Fix Dackka parameter name error in Gav1Decoder and VpxDecoder 2022-11-10 15:38:06 +00:00
cast Rename getVideoSurfaceSize to getSurfaceSize 2022-11-16 12:32:35 +00:00
cronet Handle buffers in DefaultAudioSink with AudioProcessingPipeline. 2022-11-16 12:10:21 +00:00
ffmpeg Fix Dackka/Metalava errors in av1, flac, ffmpeg, midi, and opus modules 2022-11-10 15:26:45 +00:00
flac Fix Dackka/Metalava errors in av1, flac, ffmpeg, midi, and opus modules 2022-11-10 15:26:45 +00:00
ima Rework ID3v2 text frame values interface 2022-11-21 11:35:05 -07:00
leanback Handle buffers in DefaultAudioSink with AudioProcessingPipeline. 2022-11-16 12:10:21 +00:00
media2 Add manifest to make gradle build work 2022-10-20 02:35:14 +00:00
mediasession Fix the position of IntDefs to match TYPE_USE 2022-02-08 12:34:06 +00:00
okhttp Annotate methods that always return this with @CanIgnoreReturnValue 2022-07-25 22:19:11 +01:00
opus Fix Dackka/Metalava errors in av1, flac, ffmpeg, midi, and opus modules 2022-11-10 15:26:45 +00:00
rtmp Annotate methods that always return this with @CanIgnoreReturnValue 2022-07-25 22:19:11 +01:00
vp9 Fix Dackka parameter name error in Gav1Decoder and VpxDecoder 2022-11-10 15:38:06 +00:00
workmanager Reformat some javadoc 2022-02-18 15:02:33 +00:00
README.md Tweak and add READMEs + remove refs to V1 2017-08-17 22:59:34 +01:00

ExoPlayer extensions

ExoPlayer extensions are modules that depend on external libraries to provide additional functionality. Browse the individual extensions and their READMEs to learn more.