Support dav1d decoder
https://github.com/google/ExoPlayer/issues/10387
This is a duplicate of https://github.com/google/ExoPlayer/issues/10387 as you already noted. We can move the issue over this issue tracker if it helps.
is there any update regarding this?
We started open-sourcing the dav1d based extension at https://github.com/androidx/media/tree/main/libraries/decoder_dav1d. Note that we are still adding more convenient build steps (although the current ones work already) and that the code will not stay there but replace the current libgav1 based extension completely (likely for the 1.9.0 release).
The dav1d decoder is now available in the main branch via the decoder_av1 module (commit).
This will be part of the 1.9.0 release.