media/extensions
ibaker f834419744 Add set -eu to all shell scripts
These flags ensure that any errors cause the script to exit (instead of
just carrying on) (`-e`) and that any unrecognised substitution variables
cause an error instead of silently resolving to an empty string (`-u`).

Issues like Issue: google/ExoPlayer#10791 should be more quickly resolved with
`set -e` because the script will clearly fail with an error like
`make: command not found` which would give the user a clear pointer
towards the cause of the problem.

#minor-release

PiperOrigin-RevId: 490001419
2022-11-22 09:51:36 +00:00
..
av1 Remove @hide javadoc annotation from ExoPlayer GitHub 2022-11-21 15:12:52 +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 Add set -eu to all shell scripts 2022-11-22 09:51:36 +00:00
flac Remove @hide javadoc annotation from ExoPlayer GitHub 2022-11-21 15:12:52 +00:00
ima Refactor transformation completion 2022-11-21 14:27:00 +00:00
leanback Refactor transformation completion 2022-11-21 14:27:00 +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 Add set -eu to all shell scripts 2022-11-22 09:51:36 +00:00
rtmp Annotate methods that always return this with @CanIgnoreReturnValue 2022-07-25 22:19:11 +01:00
vp9 Add set -eu to all shell scripts 2022-11-22 09:51:36 +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.