Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | avfilter/vf_interlace_vulkan: fix FPS and PTS calculation | Niklas Haas | 2025-05-21 | 1 | -1/+9 |
| | | | | | | ol->frame_rate is 0/0, so we need to calcalute the correct value based on the il->frame_rate instead. Also adjust the time base, PTS and frame_duration values accordingly. (Logic taken from vf_tinterlace.c) | ||||
* | avfilter/interlace_vulkan: add interlace_vulkan filter | Niklas Haas | 2025-02-17 | 1 | -0/+313 |
This is a Vulkan-accelerated version of the existing interlace filter. |