Prebuilt AndroidX Media3 extension(s) used in the Jellyfin project.
Go to file
Max Rumpf ce6e646b62
Patch POM to include compile dependencies (#162)
The ffmpeg decoder extension implicitly depends on the androidx.media3 media3-decoder and media3-exoplayer modules, but didn't publish this in its Maven POM. Because Gradle depends on this information for things like bytecode transformations, this could cause apps using this library to crash if required rewrites weren't applied to this library as well.
Thus, we now manually modify the POM to explicitly depend on the public versions of the library dependencies specified in androidx/media:libraries/decoder_ffmpeg/build.gradle.
2024-04-25 02:15:43 +02:00
.github/workflows Update actions/checkout action to v4.1.3 (#161) 2024-04-23 15:23:13 +02:00
buildSrc Fix snapshot publishing (#4) 2021-09-03 14:55:21 +02:00
ffmpeg@af1bc3a91f Update ffmpeg digest to af1bc3a (#159) 2024-04-15 12:29:47 +02:00
gradle/wrapper Update dependency gradle to v8.7 (#152) 2024-04-02 16:26:46 +02:00
media@d833d59124 Update media digest to d833d59 (#151) 2024-04-16 01:21:38 +02:00
media3-ffmpeg-decoder Patch POM to include compile dependencies (#162) 2024-04-25 02:15:43 +02:00
.editorconfig Add editorconfig 2021-08-22 23:38:25 +02:00
.gitignore Setup Gradle project 2021-08-22 23:30:26 +02:00
.gitmodules Update ffmpeg to 6.0 2024-02-04 17:37:48 +01:00
build.gradle.kts Update dependency com.android.tools.build:gradle to v8.3.2 (#157) 2024-04-15 12:31:40 +02:00
build.sh Fix NDK directory check 2024-02-04 22:04:10 +01:00
gradle.properties Fix support for Java 17 2022-07-11 08:30:24 +02:00
gradlew Update dependency gradle to v8.7 (#152) 2024-04-02 16:26:46 +02:00
gradlew.bat Update dependency gradle to v8.7 (#152) 2024-04-02 16:26:46 +02:00
LICENSE Add LICENSE 2021-08-24 19:27:44 +02:00
renovate.json Apply labels to submodule updates 2022-07-22 12:52:08 +02:00
settings.gradle.kts Migrate to AndroidX Media3 2023-12-24 11:30:32 +01:00