Integrate with libass-android to support SSA/ASS subtitles in ExoPlayer (#569)

## Description
Add better ASS/SSA support to ExoPlayer by using
[`libass-android`](https://github.com/peerless2012/libass-android).

This is enabled with the "Use libass for ASS subtitles" advanced
settings for ExoPlayer. It is enabled by default.

### Related issues
Related to #22
This commit is contained in:
Ray 2026-03-06 08:34:57 -05:00 committed by GitHub
parent 014bed1bf3
commit 83ebd922d9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 573 additions and 512 deletions

View file

@ -231,6 +231,7 @@ dependencies {
implementation(libs.androidx.media3.exoplayer.dash)
implementation(libs.androidx.media3.ui)
implementation(libs.androidx.media3.ui.compose)
implementation(libs.ass.media)
implementation(libs.coil.core)
implementation(libs.coil.compose)