intel / libva

Libva is an implementation for VA-API (Video Acceleration API)
http://intel.github.io/libva/
Other
663 stars 302 forks source link

Add flag to swap references. #817

Closed FurongZhang closed 1 month ago

FurongZhang commented 6 months ago

There are different understanding of forward references(could be past frames or future frames) and backward references (could be past frames or future frames).

This flag allows the user to configure the reference as past or future frames.

ceyusa commented 6 months ago

would be possible to the driver to ignore the swap request?

FurongZhang commented 5 months ago

would be possible to the driver to ignore the swap request?

If the application does not need swap, the application can ignore the swap.