[FFmpeg-devel] [PATCH] Fix fate-filter-drawvg-video in MINGW64. (PR #21030)

2025-11-26 Thread Ayose C. via ffmpeg-devel
PR #21030 opened by Ayose C. (ayosec) URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/21030 Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/21030.patch This pull-request is an alternative to #21008. The test `fate-filter-drawvg-video` is failing on Windows when `SRC_PATH` contains the ch

[FFmpeg-devel] [PATCH] fftools/tf_mermaid: close subgraph header when there are no inputs. (PR #20898)

2025-11-12 Thread Ayose C. via ffmpeg-devel
PR #20898 opened by Ayose C. (ayosec) URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20898 Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20898.patch ### Problem FFmpeg can be used with no inputs. For example, the command ```bash $ ffmpeg -filter_complex color=blue:d=1 /tmp/blue.mp4 `