From: "softworkz ." <softworkz-at-hotmail.com@ffmpeg.org>
To: FFmpeg development discussions and patches <ffmpeg-devel@ffmpeg.org>
Subject: Re: [FFmpeg-devel] Enhanced waves filter
Date: Mon, 12 May 2025 15:47:51 +0000
Message-ID: <DM8P223MB036507244079DB520CF9AD28BA97A@DM8P223MB0365.NAMP223.PROD.OUTLOOK.COM> (raw)
In-Reply-To: <9fe2f20d-d842-46c7-80ee-462b283d1867@gmail.com>
> -----Original Message-----
> From: ffmpeg-devel <ffmpeg-devel-bounces@ffmpeg.org> On Behalf Of CLUSTERF***
> Sent: Montag, 12. Mai 2025 17:01
> To: ffmpeg-devel@ffmpeg.org
> Subject: [FFmpeg-devel] Enhanced waves filter
>
> Hello, FFmpeg developers.
>
> I am making my first steps in developing FFmpeg filters. I don't know if
> this filter was invented by copilot based on my prompts or if it
> exists/used to exist in other versions/forks. There is one reference to
> a ffmpeg wavefilt.c on search engines. I am really sorry I am not
> proficient with git and not sending this piece of code using the
> recommended procedure.
>
> Is an enhanced waves video filter of any interest ? Used FFmpeg 6.0.
>
> Best regards,
>
> Jim
Hi Jim,
Welcome, and thanks for offering to share new filter work. To keep things short and on‑point, here’s what you’ll want to do next:
1. Send the patch the FFmpeg way
- Work in a clean branch based on current master.
- Split the work into one logical change per commit (e.g. one commit that adds the new filter).
- Make sure it compiles (./configure && make -j) and make fate still passes.
- Run git commit --signoff (Developer Certificate of Origin) and give a concise, descriptive commit message (lavfi: add waves filter).
- Generate the patch with git format-patch -1 (or -N for N commits).
- Mail it with git send-email *.patch to this list (you need send‑email configured; developer.html explains how).
- Stick to plain text, no top‑posting.
- Full instructions are under “Submitting patches” and “Coding rules” at https://ffmpeg.org/developer.html.
2. Authorship & licensing must be crystal‑clear
You (not Copilot) need to be the author of every line you submit. If an LLM suggested code, you must have rewritten, understood, and be able to explain every piece; otherwise we can’t accept it. Anything merged becomes LGPL/GPL, so only code you can personally vouch for, backed by your Signed‑off‑by line, is eligible. If unsure, rewrite from scratch.
3. Documentation & tests
- Add a short entry to doc/filters.texi showing usage and options.
- If the filter’s output is deterministic, include a FATE test so regressions are caught automatically. There’s a minimal template in tests/fate/filter-video.mak.
4. Check for prior art
wavefilt.c doesn’t exist in current FFmpeg, but you may find similar ideas in old forks. It’s fine to re‑implement, but please mention any inspiration in the commit message.
Send the patch when you’re ready and it will be reviewed on‑list.
DISCLAIMER: Like your code, this message was generated by AI.
_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
To unsubscribe, visit link above, or email
ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe".
prev parent reply other threads:[~2025-05-12 15:48 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-05-12 15:00 CLUSTERF***
2025-05-12 15:47 ` softworkz . [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=DM8P223MB036507244079DB520CF9AD28BA97A@DM8P223MB0365.NAMP223.PROD.OUTLOOK.COM \
--to=softworkz-at-hotmail.com@ffmpeg.org \
--cc=ffmpeg-devel@ffmpeg.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Git Inbox Mirror of the ffmpeg-devel mailing list - see https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
This inbox may be cloned and mirrored by anyone:
git clone --mirror https://master.gitmailbox.com/ffmpegdev/0 ffmpegdev/git/0.git
# If you have public-inbox 1.1+ installed, you may
# initialize and index your mirror using the following commands:
public-inbox-init -V2 ffmpegdev ffmpegdev/ https://master.gitmailbox.com/ffmpegdev \
ffmpegdev@gitmailbox.com
public-inbox-index ffmpegdev
Example config snippet for mirrors.
AGPL code for this site: git clone https://public-inbox.org/public-inbox.git