jc-kynesim / rpi-ffmpeg

FFmpeg work for RPI
Other
107 stars 25 forks source link

Mainlining? #72

Open Headcrabed opened 1 year ago

Headcrabed commented 1 year ago

Would v4l2-request support submitted to upstream ffmpeg?

jc-kynesim commented 1 year ago

You are right that I should get round to trying to do that, but as it stands there isn't a hope in hell that it would be accepted - not because it doesn't work - it does - but because it is written as a separate thing that is just attached to ffmpeg due to having started life as a vaapi-v4l2 shim that I'd previously written so it obeys nearly none of ffmpegs normal conventions. But yes - I should get round to reworking it into a better shape for upstreaming.

Headcrabed commented 1 year ago

Thanks for reply. I also asked @jernejsk about this, who has another implementation of v4l2-request support. He says that your implementation has better performance (async vs lockstep) and would wait you to upstream basic HEVC stuff, then he or other LibreELEC devs would add more support for that. Maybe you could cooperate with them on this?

Headcrabed commented 9 months ago

Hello, any progress on this?