Commit Graph

181 Commits

Author SHA1 Message Date
Max Rumpf
6c94e128ba
Update AGP to 7.0.3 (#15) 2021-11-08 14:19:26 +01:00
Max Rumpf
95e7eb8f56
Fully remove JCenter (#14)
Previously required for some ExoPlayer dependencies
2021-11-08 13:55:02 +01:00
dependabot[bot]
bbc81017f0
ci: bump ExoPlayer from 95e6db9 to 7fe9ecc (#13)
Bumps [ExoPlayer](https://github.com/google/ExoPlayer) from `95e6db9` to `7fe9ecc`.
- [Release notes](https://github.com/google/ExoPlayer/releases)
- [Commits](95e6db931a...7fe9ecc1c5)

---
updated-dependencies:
- dependency-name: ExoPlayer
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-11-08 09:58:36 +01:00
dependabot[bot]
1123c865e2
ci: bump ffmpeg from 2e68ac6 to 60037d6 (#12)
Bumps ffmpeg from `2e68ac6` to `60037d6`.

---
updated-dependencies:
- dependency-name: ffmpeg
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-10-18 15:30:17 +02:00
dependabot[bot]
fc2332dba1
ci: bump ffmpeg from c9f3835 to 2e68ac6 (#11)
Bumps ffmpeg from `c9f3835` to `2e68ac6`.

---
updated-dependencies:
- dependency-name: ffmpeg
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-10-11 10:18:07 +02:00
Max Rumpf
2de540f9f3
Switch CI to temurin Java distribution, enable Gradle cache via setup-java (#10) 2021-10-05 17:40:17 +02:00
dependabot[bot]
ea5af0a104
ci: bump ExoPlayer from 2a88f0f to 95e6db9 (#9)
Bumps [ExoPlayer](https://github.com/google/ExoPlayer) from `2a88f0f` to `95e6db9`.
- [Release notes](https://github.com/google/ExoPlayer/releases)
- [Commits](2a88f0fb29...95e6db931a)

---
updated-dependencies:
- dependency-name: ExoPlayer
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-10-04 08:55:05 +02:00
dependabot[bot]
cf753956d9
ci: bump ExoPlayer from 02f7aaf to 2a88f0f (#8)
Bumps [ExoPlayer](https://github.com/google/ExoPlayer) from `02f7aaf` to `2a88f0f`.
- [Release notes](https://github.com/google/ExoPlayer/releases)
- [Commits](02f7aafe67...2a88f0fb29)

---
updated-dependencies:
- dependency-name: ExoPlayer
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-09-27 08:27:51 +02:00
Max Rumpf
72410b6547
Update AGP to 7.0.2 (#7) 2021-09-04 13:28:02 +02:00
Max Rumpf
745bf1802a
Use build script for ffmpeg in CI (#6) 2021-09-03 21:57:52 +02:00
Max Rumpf
155f61d54f
Fix enabled decoders missing in CI env (#5) 2021-09-03 21:36:04 +02:00
Max Rumpf
db20b24984
Fix snapshot publishing (#4) 2021-09-03 14:55:21 +02:00
Max Rumpf
98ab3de282
Move group and version specification to root build file (#3) 2021-09-03 12:16:31 +02:00
Max Rumpf
81f6e2ad9d
Specify publish workflow environment (#2) 2021-09-03 11:57:14 +02:00
Max Rumpf
7c6f3176cd
Add publishing config (#1) 2021-09-03 09:11:09 +02:00
Maxr1998
75c9664ce9
Add dependabot config for git submodules 2021-08-24 19:41:37 +02:00
Maxr1998
6c63289f4f
Add dependabot config for GitHub actions 2021-08-24 19:37:21 +02:00
Maxr1998
9d8bf6504b
Add LICENSE 2021-08-24 19:27:44 +02:00
Maxr1998
66eea71979
Fix swapped dev id/name in POM 2021-08-24 19:27:44 +02:00
Maxr1998
c424b99945
Tweak POM name and description 2021-08-24 19:27:05 +02:00
Maxr1998
b105953d60
Adapt CI script to new repo owner 2021-08-24 19:26:42 +02:00
Maxr1998
bc19d6b382
Sync library version with ExoPlayer version 2021-08-24 18:14:42 +02:00
Maxr1998
cdf5ee61f4
Set module group and name to "org.jellyfin.exoplayer:exoplayer-ffmpeg-extension" 2021-08-24 18:06:41 +02:00
Maxr1998
b65d9aea4c
Enable more decoders 2021-08-24 17:59:43 +02:00
Maxr1998
959ff1d7c9
Setup cache for Gradle 2021-08-24 01:28:11 +02:00
Maxr1998
dfb9d2ba32
Setup library project 2021-08-23 02:50:59 +02:00
Maxr1998
5f641721cb
Add editorconfig 2021-08-22 23:38:25 +02:00
Maxr1998
3777a1a6ab
Setup Gradle project 2021-08-22 23:30:26 +02:00
Maxr1998
c3f0781253
Add CLI ffmpeg build script 2021-08-22 23:20:49 +02:00
Maxr1998
a88e2e29e6
Add workflow to build ffmpeg 2021-08-22 23:15:34 +02:00
Maxr1998
c59ee9bbd8
Initial: add submodules for ExoPlayer and ffmpeg 2021-08-22 22:21:32 +02:00