google / ExoPlayer

This project is deprecated and stale. The latest ExoPlayer code is available in https://github.com/androidx/media
https://developer.android.com/media/media3/exoplayer
Apache License 2.0
21.7k stars 6.02k forks source link

Add AV1 color space parsing in MP4 atom parser #11304

Closed haixia-meta closed 1 year ago

haixia-meta commented 1 year ago

This adds av1C parsing based on the AV1 bitstream specification: https://aomediacodec.github.io/av1-spec/av1-spec.pdf

This fix is needed to have correct color space parsing in av1C atom when using hardware AV1 decoder.

haixia-meta commented 1 year ago

Looks like this repository is deprecated.

Will close and make this PR against the https://github.com/androidx/media project instead.