[FFmpeg-devel] [PATCH] avfilter/vf_frei0r: fix time when input is realigned (PR #20903)

2025-11-12 Thread breunigs via ffmpeg-devel
PR #20903 opened by breunigs URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20903 Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20903.patch av_frame_copy doesn't copy the input's PTS property, which resulted in the frei0r filter always receiving the same static time. Example that has a

[FFmpeg-devel] [PATCH] avfilter/vf_frei0r: fix time not being passed in seconds (PR #20379)

2025-08-31 Thread breunigs via ffmpeg-devel
PR #20379 opened by breunigs URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20379 Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20379.patch The frei0r API expects the time in seconds, but was given it in milliseconds. The bug might exist since 41f1d3a (~14 years ago), but plugins depend