* [FFmpeg-devel] [PATCH 1/2] web/donations: Add section for individual developers
2025-11-13 0:04 [FFmpeg-devel] [PATCH 0/2] web/donations: Add section for individual developers Michael Niedermayer via ffmpeg-devel
@ 2025-11-13 0:04 ` Michael Niedermayer via ffmpeg-devel
2025-11-13 0:04 ` [FFmpeg-devel] [PATCH 2/2] web/donations: Add myself to the " Michael Niedermayer via ffmpeg-devel
` (2 subsequent siblings)
3 siblings, 0 replies; 7+ messages in thread
From: Michael Niedermayer via ffmpeg-devel @ 2025-11-13 0:04 UTC (permalink / raw)
To: FFmpeg development discussions and patches; +Cc: Michael Niedermayer
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
---
src/donations | 14 ++++++++++++++
1 file changed, 14 insertions(+)
diff --git a/src/donations b/src/donations
index 14cb9e8..d6f647b 100644
--- a/src/donations
+++ b/src/donations
@@ -1,3 +1,5 @@
+<h1>Donate to FFmpeg</h1>
+
<p class="with-icon">
<span class="pull-left" style="color: #e55"><i class="fa fa-heart fa-5x"></i></span>
Donations will be used to fund expenses related to development
@@ -49,6 +51,18 @@
</div> <!-- col -->
</div> <!-- row -->
+<br><br>
+
+<h1>Donate to individual developers</h1>
+
+<p class="with-icon">
+ <span class="pull-left" style="color: #e55"><i class="fa fa-heart fa-5x"></i></span>
+ Donations in this section go directly to the selected individual developer as a personal gift. They are independent of the project's general funds and may be used entirely at the developer's own discretion. By donating here, you are expressing appreciation and support for the developer's work and past contributions, without attaching the donation to any specific purpose, deliverable, or service.
+</p>
+
+<br><br>
+
+
<div class="row">
<div class="col-md-offset-4 col-md-8">
</div>
--
2.51.0
_______________________________________________
ffmpeg-devel mailing list -- ffmpeg-devel@ffmpeg.org
To unsubscribe send an email to ffmpeg-devel-leave@ffmpeg.org
^ permalink raw reply [flat|nested] 7+ messages in thread* [FFmpeg-devel] [PATCH 2/2] web/donations: Add myself to the section for individual developers
2025-11-13 0:04 [FFmpeg-devel] [PATCH 0/2] web/donations: Add section for individual developers Michael Niedermayer via ffmpeg-devel
2025-11-13 0:04 ` [FFmpeg-devel] [PATCH 1/2] " Michael Niedermayer via ffmpeg-devel
@ 2025-11-13 0:04 ` Michael Niedermayer via ffmpeg-devel
2025-11-13 0:38 ` [FFmpeg-devel] Re: [PATCH 0/2] web/donations: Add " compn via ffmpeg-devel
2025-11-14 18:00 ` Michael Niedermayer via ffmpeg-devel
3 siblings, 0 replies; 7+ messages in thread
From: Michael Niedermayer via ffmpeg-devel @ 2025-11-13 0:04 UTC (permalink / raw)
To: FFmpeg development discussions and patches; +Cc: Michael Niedermayer
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
---
src/donations | 17 +++++++++++++++++
1 file changed, 17 insertions(+)
diff --git a/src/donations b/src/donations
index d6f647b..54c7388 100644
--- a/src/donations
+++ b/src/donations
@@ -62,6 +62,23 @@
<br><br>
+<div class="row">
+ <div class="col-md-4">
+ <div class="well">
+ <h3>Michael Niedermayer</h3>
+ <p>
+ Releases, Security fixes
+ </p>
+ <div class="text-center">
+ <a class="btn btn-success btn-lg"
+ href="https://paypal.me/niedermayermichael">PayPal</a><br><br>
+ <div class="pp-amounts">
+ </div>
+ </div>
+ </div> <!-- well -->
+ </div> <!-- col -->
+</div> <!-- row -->
+
<div class="row">
<div class="col-md-offset-4 col-md-8">
--
2.51.0
_______________________________________________
ffmpeg-devel mailing list -- ffmpeg-devel@ffmpeg.org
To unsubscribe send an email to ffmpeg-devel-leave@ffmpeg.org
^ permalink raw reply [flat|nested] 7+ messages in thread
* [FFmpeg-devel] Re: [PATCH 0/2] web/donations: Add section for individual developers
2025-11-13 0:04 [FFmpeg-devel] [PATCH 0/2] web/donations: Add section for individual developers Michael Niedermayer via ffmpeg-devel
2025-11-13 0:04 ` [FFmpeg-devel] [PATCH 1/2] " Michael Niedermayer via ffmpeg-devel
2025-11-13 0:04 ` [FFmpeg-devel] [PATCH 2/2] web/donations: Add myself to the " Michael Niedermayer via ffmpeg-devel
@ 2025-11-13 0:38 ` compn via ffmpeg-devel
2025-11-14 18:00 ` Michael Niedermayer via ffmpeg-devel
3 siblings, 0 replies; 7+ messages in thread
From: compn via ffmpeg-devel @ 2025-11-13 0:38 UTC (permalink / raw)
To: FFmpeg development discussions and patches; +Cc: ff
On 2025-11-12 16:04, Michael Niedermayer via ffmpeg-devel wrote:
> This was suggested to me.
>
> Allowing only donations to a 501(c)(3) restricts both donators as well
> as developers
This style of donation page has worked well for other projects.
I agree we have had issues with limited scope of donations. This should
make it easier for all involved and less issues.
Donations can be specific , even hardware donations if you ask for a
specific computer hardware piece. Does not have to be monetary
donations.
Just send a patch to add yourself to the page. ez done.
are we going alphabetical ? randomizer order? only people with git write
access are allowed in the page? or just anyone with any maintainership ?
i doubt there will be many people who want to be listed who arent
maintainers, but i vote for inclusion if they wish to be there. for
people who are still actively maintaining some filter or chipset. or
maybe they maintain some multimedia wiki that we all use.
this would be similar to the consulting page layout ?
https://ffmpeg.org/consulting.html
-compn
_______________________________________________
ffmpeg-devel mailing list -- ffmpeg-devel@ffmpeg.org
To unsubscribe send an email to ffmpeg-devel-leave@ffmpeg.org
^ permalink raw reply [flat|nested] 7+ messages in thread
* [FFmpeg-devel] Re: [PATCH 0/2] web/donations: Add section for individual developers
2025-11-13 0:04 [FFmpeg-devel] [PATCH 0/2] web/donations: Add section for individual developers Michael Niedermayer via ffmpeg-devel
` (2 preceding siblings ...)
2025-11-13 0:38 ` [FFmpeg-devel] Re: [PATCH 0/2] web/donations: Add " compn via ffmpeg-devel
@ 2025-11-14 18:00 ` Michael Niedermayer via ffmpeg-devel
2025-11-14 18:19 ` Gyan Doshi via ffmpeg-devel
3 siblings, 1 reply; 7+ messages in thread
From: Michael Niedermayer via ffmpeg-devel @ 2025-11-14 18:00 UTC (permalink / raw)
To: FFmpeg development discussions and patches; +Cc: Michael Niedermayer
[-- Attachment #1.1: Type: text/plain, Size: 492 bytes --]
On Thu, Nov 13, 2025 at 01:04:17AM +0100, Michael Niedermayer via ffmpeg-devel wrote:
> This was suggested to me.
>
> Allowing only donations to a 501(c)(3) restricts both donators as well as developers
patchset applied
@everyone, dont hesitate to add yourself too, if you want
[...]
--
Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB
While the State exists there can be no freedom; when there is freedom there
will be no State. -- Vladimir Lenin
[-- Attachment #1.2: signature.asc --]
[-- Type: application/pgp-signature, Size: 195 bytes --]
[-- Attachment #2: Type: text/plain, Size: 163 bytes --]
_______________________________________________
ffmpeg-devel mailing list -- ffmpeg-devel@ffmpeg.org
To unsubscribe send an email to ffmpeg-devel-leave@ffmpeg.org
^ permalink raw reply [flat|nested] 7+ messages in thread* [FFmpeg-devel] Re: [PATCH 0/2] web/donations: Add section for individual developers
2025-11-14 18:00 ` Michael Niedermayer via ffmpeg-devel
@ 2025-11-14 18:19 ` Gyan Doshi via ffmpeg-devel
2025-11-14 21:57 ` Michael Niedermayer via ffmpeg-devel
0 siblings, 1 reply; 7+ messages in thread
From: Gyan Doshi via ffmpeg-devel @ 2025-11-14 18:19 UTC (permalink / raw)
To: ffmpeg-devel; +Cc: Gyan Doshi
On 2025-11-14 11:30 pm, Michael Niedermayer via ffmpeg-devel wrote:
> On Thu, Nov 13, 2025 at 01:04:17AM +0100, Michael Niedermayer via ffmpeg-devel wrote:
>> This was suggested to me.
>>
>> Allowing only donations to a 501(c)(3) restricts both donators as well as developers
> patchset applied
Is ffmpeg-cvslog-ml not working anymore for the web repo?
Regards,
Gyan
_______________________________________________
ffmpeg-devel mailing list -- ffmpeg-devel@ffmpeg.org
To unsubscribe send an email to ffmpeg-devel-leave@ffmpeg.org
^ permalink raw reply [flat|nested] 7+ messages in thread
* [FFmpeg-devel] Re: [PATCH 0/2] web/donations: Add section for individual developers
2025-11-14 18:19 ` Gyan Doshi via ffmpeg-devel
@ 2025-11-14 21:57 ` Michael Niedermayer via ffmpeg-devel
0 siblings, 0 replies; 7+ messages in thread
From: Michael Niedermayer via ffmpeg-devel @ 2025-11-14 21:57 UTC (permalink / raw)
To: FFmpeg development discussions and patches; +Cc: Michael Niedermayer
[-- Attachment #1.1: Type: text/plain, Size: 911 bytes --]
Hi Gyan
On Fri, Nov 14, 2025 at 11:49:23PM +0530, Gyan Doshi via ffmpeg-devel wrote:
>
>
> On 2025-11-14 11:30 pm, Michael Niedermayer via ffmpeg-devel wrote:
> > On Thu, Nov 13, 2025 at 01:04:17AM +0100, Michael Niedermayer via ffmpeg-devel wrote:
> > > This was suggested to me.
> > >
> > > Allowing only donations to a 501(c)(3) restricts both donators as well as developers
> > patchset applied
>
> Is ffmpeg-cvslog-ml not working anymore for the web repo?
It seems working:
https://lists.ffmpeg.org/archives/list/ffmpeg-cvslog@ffmpeg.org/thread/NOUKGOEXALDCZOZ6ZKCPVIXCWJCLE3ZY/
I did nothing special, just checked held messages when I read your reply
which was empty
thx
[...]
--
Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB
Those who are too smart to engage in politics are punished by being
governed by those who are dumber. -- Plato
[-- Attachment #1.2: signature.asc --]
[-- Type: application/pgp-signature, Size: 195 bytes --]
[-- Attachment #2: Type: text/plain, Size: 163 bytes --]
_______________________________________________
ffmpeg-devel mailing list -- ffmpeg-devel@ffmpeg.org
To unsubscribe send an email to ffmpeg-devel-leave@ffmpeg.org
^ permalink raw reply [flat|nested] 7+ messages in thread