aboutsummaryrefslogtreecommitdiffstats
path: root/libavfilter/vf_interlace_vulkan.c
Commit message (Collapse)AuthorAgeFilesLines
* avfilter/vf_interlace_vulkan: fix FPS and PTS calculationNiklas Haas2025-05-211-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 filterNiklas Haas2025-02-171-0/+313
This is a Vulkan-accelerated version of the existing interlace filter.