media icon indicating copy to clipboard operation
media copied to clipboard

Support dav1d decoder

Open wqerrewetw opened this issue 1 year ago • 4 comments

https://github.com/google/ExoPlayer/issues/10387

wqerrewetw avatar Dec 17 '24 11:12 wqerrewetw

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.

tonihei avatar Dec 18 '24 10:12 tonihei

is there any update regarding this?

JosephSanjaya avatar Jan 24 '25 03:01 JosephSanjaya

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).

tonihei avatar Jun 11 '25 17:06 tonihei

libdav1d-static.zip

https://github.com/wqerrewetw/build_dav1d

wqerrewetw avatar Jun 13 '25 14:06 wqerrewetw

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.

rohitjoins avatar Sep 16 '25 20:09 rohitjoins