memorysafety / rav1d

An AV1 decoder in Rust.
BSD 2-Clause "Simplified" License
249 stars 17 forks source link

Backport updates from dav1d 1.4.1 #813

Open randomPoison opened 5 months ago

fbossen commented 2 months ago

Remaining:

kkysen commented 2 months ago

@randomPoison @rinon, is it important to implement trim dsp?

rinon commented 2 months ago

Eventually yeah, that's a code size issue which does matter.

kkysen commented 2 months ago

I'm just not sure how much people care about it or would use it. If it is used, we probably also want to measure perf with -C target-cpu=native and -march=native.