Git Inbox Mirror of the ffmpeg-devel mailing list - see https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
 help / color / mirror / Atom feed
* [FFmpeg-devel] FFmpeg 6.0
@ 2023-02-10 17:47 Michael Niedermayer
  2023-02-10 18:50 ` Lynne
                   ` (3 more replies)
  0 siblings, 4 replies; 21+ messages in thread
From: Michael Niedermayer @ 2023-02-10 17:47 UTC (permalink / raw)
  To: FFmpeg development discussions and patches


[-- Attachment #1.1: Type: text/plain, Size: 525 bytes --]

Hi all

i plan to branch off release/6.0 from master in the next days 
If theres something blocking and i should wait, please reply here

6.0 release will be maybe 1 week after the branch point
once it has branched all important fixes should be backported of course

thx

-- 
Michael     GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB

In fact, the RIAA has been known to suggest that students drop out
of college or go to community college in order to be able to afford
settlements. -- The RIAA

[-- Attachment #1.2: signature.asc --]
[-- Type: application/pgp-signature, Size: 195 bytes --]

[-- Attachment #2: Type: text/plain, Size: 251 bytes --]

_______________________________________________
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".

^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: [FFmpeg-devel] FFmpeg 6.0
  2023-02-10 17:47 [FFmpeg-devel] FFmpeg 6.0 Michael Niedermayer
@ 2023-02-10 18:50 ` Lynne
  2023-02-15 23:14   ` Michael Niedermayer
  2023-02-11  5:44 ` Anton Khirnov
                   ` (2 subsequent siblings)
  3 siblings, 1 reply; 21+ messages in thread
From: Lynne @ 2023-02-10 18:50 UTC (permalink / raw)
  To: FFmpeg development discussions and patches

Feb 10, 2023, 18:47 by michael@niedermayer.cc:

> Hi all
>
> i plan to branch off release/6.0 from master in the next days 
> If theres something blocking and i should wait, please reply here
>
> 6.0 release will be maybe 1 week after the branch point
> once it has branched all important fixes should be backported of course
>

Working hard on the Vulkan rewrite with video decoding, finished
the infra today, just need to port all filters to it. I should be done
in a couple of days, so please wait for it.
It's rather important this gets merged, as the whole ecosystem's
based on ffmpeg, and with drivers and libplacebo supporting it,
we're what's blocking adoption.
I can fix whatever bugs arise during the week of testing for 6.0.
_______________________________________________
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".

^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: [FFmpeg-devel] FFmpeg 6.0
  2023-02-10 17:47 [FFmpeg-devel] FFmpeg 6.0 Michael Niedermayer
  2023-02-10 18:50 ` Lynne
@ 2023-02-11  5:44 ` Anton Khirnov
  2023-02-21 11:38 ` Michael Niedermayer
  2023-02-26 13:18 ` Michael Niedermayer
  3 siblings, 0 replies; 21+ messages in thread
From: Anton Khirnov @ 2023-02-11  5:44 UTC (permalink / raw)
  To: FFmpeg development discussions and patches

Quoting Michael Niedermayer (2023-02-10 18:47:03)
> Hi all
> 
> i plan to branch off release/6.0 from master in the next days 
> If theres something blocking and i should wait, please reply here
> 
> 6.0 release will be maybe 1 week after the branch point
> once it has branched all important fixes should be backported of course

I'd like my new lavfi graph parsing API to go in if possible.
The set had no comments since January, so I'll push it on Sunday if
nobody objects.

-- 
Anton Khirnov
_______________________________________________
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".

^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: [FFmpeg-devel] FFmpeg 6.0
  2023-02-10 18:50 ` Lynne
@ 2023-02-15 23:14   ` Michael Niedermayer
  2023-02-17  3:50     ` Lynne
  0 siblings, 1 reply; 21+ messages in thread
From: Michael Niedermayer @ 2023-02-15 23:14 UTC (permalink / raw)
  To: FFmpeg development discussions and patches


[-- Attachment #1.1: Type: text/plain, Size: 1021 bytes --]

On Fri, Feb 10, 2023 at 07:50:29PM +0100, Lynne wrote:
> Feb 10, 2023, 18:47 by michael@niedermayer.cc:
> 
> > Hi all
> >
> > i plan to branch off release/6.0 from master in the next days 
> > If theres something blocking and i should wait, please reply here
> >
> > 6.0 release will be maybe 1 week after the branch point
> > once it has branched all important fixes should be backported of course
> >
> 
> Working hard on the Vulkan rewrite with video decoding, finished
> the infra today, just need to port all filters to it. I should be done
> in a couple of days, so please wait for it.

Please reply here when its no longer blocking branching

thx

[...]
-- 
Michael     GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB

Dictatorship: All citizens are under surveillance, all their steps and
actions recorded, for the politicians to enforce control.
Democracy: All politicians are under surveillance, all their steps and
actions recorded, for the citizens to enforce control.

[-- Attachment #1.2: signature.asc --]
[-- Type: application/pgp-signature, Size: 195 bytes --]

[-- Attachment #2: Type: text/plain, Size: 251 bytes --]

_______________________________________________
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".

^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: [FFmpeg-devel] FFmpeg 6.0
  2023-02-15 23:14   ` Michael Niedermayer
@ 2023-02-17  3:50     ` Lynne
  0 siblings, 0 replies; 21+ messages in thread
From: Lynne @ 2023-02-17  3:50 UTC (permalink / raw)
  To: FFmpeg development discussions and patches

Feb 16, 2023, 00:14 by michael@niedermayer.cc:

> On Fri, Feb 10, 2023 at 07:50:29PM +0100, Lynne wrote:
>
>> Feb 10, 2023, 18:47 by michael@niedermayer.cc:
>>
>> > Hi all
>> >
>> > i plan to branch off release/6.0 from master in the next days 
>> > If theres something blocking and i should wait, please reply here
>> >
>> > 6.0 release will be maybe 1 week after the branch point
>> > once it has branched all important fixes should be backported of course
>> >
>>
>> Working hard on the Vulkan rewrite with video decoding, finished
>> the infra today, just need to port all filters to it. I should be done
>> in a couple of days, so please wait for it.
>>
>
> Please reply here when its no longer blocking branching
>

Just submitted my patchset for review.
Once I get some reviews, will try to decide what can be fixed
now or during the testing period with backporting so I don't
hold the branching off too long.
I'll ping this thread once it's merged so you can branch.

Thanks for waiting for it
_______________________________________________
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".

^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: [FFmpeg-devel] FFmpeg 6.0
  2023-02-10 17:47 [FFmpeg-devel] FFmpeg 6.0 Michael Niedermayer
  2023-02-10 18:50 ` Lynne
  2023-02-11  5:44 ` Anton Khirnov
@ 2023-02-21 11:38 ` Michael Niedermayer
  2023-02-21 11:49   ` Paul B Mahol
                     ` (5 more replies)
  2023-02-26 13:18 ` Michael Niedermayer
  3 siblings, 6 replies; 21+ messages in thread
From: Michael Niedermayer @ 2023-02-21 11:38 UTC (permalink / raw)
  To: FFmpeg development discussions and patches


[-- Attachment #1.1: Type: text/plain, Size: 797 bytes --]

On Fri, Feb 10, 2023 at 06:47:03PM +0100, Michael Niedermayer wrote:
> Hi all
> 
> i plan to branch off release/6.0 from master in the next days 
> If theres something blocking and i should wait, please reply here
> 
> 6.0 release will be maybe 1 week after the branch point
> once it has branched all important fixes should be backported of course

What name shall 6.0 bear ?

ill pick what has the highest number of votes

Here are some previously suggested names:
Darwin, De broglie, Desitter, Galois, Gauss, Heaviside, Jacobi, Maxwell, Mellin, Perelman, Poincaré, Ramanujan, Sagan, Viterbi, Voltaire, Von Neumann

thx

[...]


-- 
Michael     GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB

It is what and why we do it that matters, not just one of them.

[-- Attachment #1.2: signature.asc --]
[-- Type: application/pgp-signature, Size: 195 bytes --]

[-- Attachment #2: Type: text/plain, Size: 251 bytes --]

_______________________________________________
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".

^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: [FFmpeg-devel] FFmpeg 6.0
  2023-02-21 11:38 ` Michael Niedermayer
@ 2023-02-21 11:49   ` Paul B Mahol
  2023-02-21 12:12   ` Gijs Peskens
                     ` (4 subsequent siblings)
  5 siblings, 0 replies; 21+ messages in thread
From: Paul B Mahol @ 2023-02-21 11:49 UTC (permalink / raw)
  To: FFmpeg development discussions and patches

On Tue, Feb 21, 2023 at 12:38 PM Michael Niedermayer <michael@niedermayer.cc>
wrote:

> On Fri, Feb 10, 2023 at 06:47:03PM +0100, Michael Niedermayer wrote:
> > Hi all
> >
> > i plan to branch off release/6.0 from master in the next days
> > If theres something blocking and i should wait, please reply here
> >
> > 6.0 release will be maybe 1 week after the branch point
> > once it has branched all important fixes should be backported of course
>
> What name shall 6.0 bear ?
>
> ill pick what has the highest number of votes
>
> Here are some previously suggested names:
> Darwin, De broglie, Desitter, Galois, Gauss, Heaviside, Jacobi, Maxwell,
> Mellin, Perelman, Poincaré, Ramanujan, Sagan, Viterbi, Voltaire, Von Neumann
>
>
Carl, you keep censoring and removing that name all the time for some
reason.


> thx
>
> [...]
>
>
> --
> Michael     GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB
>
> It is what and why we do it that matters, not just one of them.
> _______________________________________________
> 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".
>
_______________________________________________
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".

^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: [FFmpeg-devel] FFmpeg 6.0
  2023-02-21 11:38 ` Michael Niedermayer
  2023-02-21 11:49   ` Paul B Mahol
@ 2023-02-21 12:12   ` Gijs Peskens
  2023-02-21 12:31     ` Reto Kromer
  2023-02-21 12:31   ` Kieran Kunhya
                     ` (3 subsequent siblings)
  5 siblings, 1 reply; 21+ messages in thread
From: Gijs Peskens @ 2023-02-21 12:12 UTC (permalink / raw)
  To: ffmpeg-devel

On 21-02-2023 12:38, Michael Niedermayer wrote:
> On Fri, Feb 10, 2023 at 06:47:03PM +0100, Michael Niedermayer wrote:
>> Hi all
>>
>> i plan to branch off release/6.0 from master in the next days
>> If theres something blocking and i should wait, please reply here
>>
>> 6.0 release will be maybe 1 week after the branch point
>> once it has branched all important fixes should be backported of course
> What name shall 6.0 bear ?
>
> ill pick what has the highest number of votes
>
> Here are some previously suggested names:
> Darwin, De broglie, Desitter, Galois, Gauss, Heaviside, Jacobi, Maxwell, Mellin, Perelman, Poincaré, Ramanujan, Sagan, Viterbi, Voltaire, Von Neumann
>
> thx
>
> [...]
>
Assuming with Desitter the Dutch mathematician 
(https://en.wikipedia.org/wiki/Willem_de_Sitter) is intended the correct 
name would be "de Sitter"
>
> _______________________________________________
> 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".
_______________________________________________
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".

^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: [FFmpeg-devel] FFmpeg 6.0
  2023-02-21 11:38 ` Michael Niedermayer
  2023-02-21 11:49   ` Paul B Mahol
  2023-02-21 12:12   ` Gijs Peskens
@ 2023-02-21 12:31   ` Kieran Kunhya
  2023-02-21 12:48     ` RADSL
  2023-02-21 13:20   ` Jean-Baptiste Kempf
                     ` (2 subsequent siblings)
  5 siblings, 1 reply; 21+ messages in thread
From: Kieran Kunhya @ 2023-02-21 12:31 UTC (permalink / raw)
  To: FFmpeg development discussions and patches

On Tue, 21 Feb 2023, 11:38 Michael Niedermayer, <michael@niedermayer.cc>
wrote:

> On Fri, Feb 10, 2023 at 06:47:03PM +0100, Michael Niedermayer wrote:
> > Hi all
> >
> > i plan to branch off release/6.0 from master in the next days
> > If theres something blocking and i should wait, please reply here
> >
> > 6.0 release will be maybe 1 week after the branch point
> > once it has branched all important fixes should be backported of course
>
> What name shall 6.0 bear ?
>
> ill pick what has the highest number of votes
>
> Here are some previously suggested names:
> Darwin, De broglie, Desitter, Galois, Gauss, Heaviside, Jacobi, Maxwell,
> Mellin, Perelman, Poincaré, Ramanujan, Sagan, Viterbi, Voltaire, Von Neumann
>
> thx.
>

I would like to propose "Jemison" after Mae Jemison, the first female
African-American in space or Katherine Johnson, mathematician on the Apollo
programme.

Kieran
_______________________________________________
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".

^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: [FFmpeg-devel] FFmpeg 6.0
  2023-02-21 12:12   ` Gijs Peskens
@ 2023-02-21 12:31     ` Reto Kromer
  0 siblings, 0 replies; 21+ messages in thread
From: Reto Kromer @ 2023-02-21 12:31 UTC (permalink / raw)
  To: FFmpeg development discussions and patches

Gijs Peskens wrote:

>> Here are some previously suggested names:
>> Darwin, De broglie, Desitter, Galois, Gauss, Heaviside,
>> Jacobi, Maxwell, Mellin, Perelman, Poincaré, Ramanujan,
>> Sagan, Viterbi, Voltaire, Von Neumann
>
>Assuming with Desitter the Dutch mathematician 
>(https://en.wikipedia.org/wiki/Willem_de_Sitter) is intended
>the correct name would be "de Sitter"

There is another Dutch gentleman I would like to suggest:
Dijkstra. He was very influential for today's IT, but is little
known.

Best regards from Reto

_______________________________________________
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".

^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: [FFmpeg-devel] FFmpeg 6.0
  2023-02-21 12:31   ` Kieran Kunhya
@ 2023-02-21 12:48     ` RADSL
  2023-02-22 17:51       ` Michael Niedermayer
  0 siblings, 1 reply; 21+ messages in thread
From: RADSL @ 2023-02-21 12:48 UTC (permalink / raw)
  To: ffmpeg-devel


On 2/21/2023 4:31 AM, Kieran Kunhya wrote:
> On Tue, 21 Feb 2023, 11:38 Michael Niedermayer, <michael@niedermayer.cc>
> wrote:
>
>> On Fri, Feb 10, 2023 at 06:47:03PM +0100, Michael Niedermayer wrote:
>>> Hi all
>>>
>>> i plan to branch off release/6.0 from master in the next days
>>> If theres something blocking and i should wait, please reply here
>>>
>>> 6.0 release will be maybe 1 week after the branch point
>>> once it has branched all important fixes should be backported of course
>> What name shall 6.0 bear ?
>>
>> ill pick what has the highest number of votes
>>
>> Here are some previously suggested names:
>> Darwin, De broglie, Desitter, Galois, Gauss, Heaviside, Jacobi, Maxwell,
>> Mellin, Perelman, Poincaré, Ramanujan, Sagan, Viterbi, Voltaire, Von Neumann
>>
>> thx.
>>
> I would like to propose "Jemison" after Mae Jemison, the first female
> African-American in space or Katherine Johnson, mathematician on the Apollo
> programme.
>
> Kieran
> _______________________________________________
> 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".

suggestion:

Heavens

_______________________________________________
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".

^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: [FFmpeg-devel] FFmpeg 6.0
  2023-02-21 11:38 ` Michael Niedermayer
                     ` (2 preceding siblings ...)
  2023-02-21 12:31   ` Kieran Kunhya
@ 2023-02-21 13:20   ` Jean-Baptiste Kempf
  2023-02-21 15:58     ` Michael Niedermayer
  2023-02-24 15:56   ` Niklas Haas
  2023-02-26 16:45   ` Michael Niedermayer
  5 siblings, 1 reply; 21+ messages in thread
From: Jean-Baptiste Kempf @ 2023-02-21 13:20 UTC (permalink / raw)
  To: ffmpeg-devel



On Tue, 21 Feb 2023, at 12:38, Michael Niedermayer wrote:
> On Fri, Feb 10, 2023 at 06:47:03PM +0100, Michael Niedermayer wrote:
>> Hi all
>> 
>> i plan to branch off release/6.0 from master in the next days 
>> If theres something blocking and i should wait, please reply here
>> 
>> 6.0 release will be maybe 1 week after the branch point
>> once it has branched all important fixes should be backported of course
>
> What name shall 6.0 bear ?

Why don’t you select 3 or 4 names from the list
And we do a proper vote on vote.ffmpeg.org?


-- 
Jean-Baptiste Kempf -  President
+33 672 704 734
_______________________________________________
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".

^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: [FFmpeg-devel] FFmpeg 6.0
  2023-02-21 13:20   ` Jean-Baptiste Kempf
@ 2023-02-21 15:58     ` Michael Niedermayer
  2023-02-24  4:01       ` Gyan Doshi
  0 siblings, 1 reply; 21+ messages in thread
From: Michael Niedermayer @ 2023-02-21 15:58 UTC (permalink / raw)
  To: FFmpeg development discussions and patches


[-- Attachment #1.1: Type: text/plain, Size: 956 bytes --]

On Tue, Feb 21, 2023 at 02:20:26PM +0100, Jean-Baptiste Kempf wrote:
> 
> 
> On Tue, 21 Feb 2023, at 12:38, Michael Niedermayer wrote:
> > On Fri, Feb 10, 2023 at 06:47:03PM +0100, Michael Niedermayer wrote:
> >> Hi all
> >> 
> >> i plan to branch off release/6.0 from master in the next days 
> >> If theres something blocking and i should wait, please reply here
> >> 
> >> 6.0 release will be maybe 1 week after the branch point
> >> once it has branched all important fixes should be backported of course
> >
> > What name shall 6.0 bear ?
> 

> Why don’t you select 3 or 4 names from the list
> And we do a proper vote 

how do you select 3 or 4 names while maintaining it as a
proper vote where people can add name suggestions ?


> on vote.ffmpeg.org?

thx

[...]
-- 
Michael     GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB

Observe your enemies, for they first find out your faults. -- Antisthenes

[-- Attachment #1.2: signature.asc --]
[-- Type: application/pgp-signature, Size: 195 bytes --]

[-- Attachment #2: Type: text/plain, Size: 251 bytes --]

_______________________________________________
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".

^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: [FFmpeg-devel] FFmpeg 6.0
  2023-02-21 12:48     ` RADSL
@ 2023-02-22 17:51       ` Michael Niedermayer
  0 siblings, 0 replies; 21+ messages in thread
From: Michael Niedermayer @ 2023-02-22 17:51 UTC (permalink / raw)
  To: FFmpeg development discussions and patches


[-- Attachment #1.1: Type: text/plain, Size: 1845 bytes --]

On Tue, Feb 21, 2023 at 04:48:41AM -0800, RADSL wrote:
> 
> On 2/21/2023 4:31 AM, Kieran Kunhya wrote:
> > On Tue, 21 Feb 2023, 11:38 Michael Niedermayer, <michael@niedermayer.cc>
> > wrote:
> > 
> > > On Fri, Feb 10, 2023 at 06:47:03PM +0100, Michael Niedermayer wrote:
> > > > Hi all
> > > > 
> > > > i plan to branch off release/6.0 from master in the next days
> > > > If theres something blocking and i should wait, please reply here
> > > > 
> > > > 6.0 release will be maybe 1 week after the branch point
> > > > once it has branched all important fixes should be backported of course
> > > What name shall 6.0 bear ?
> > > 
> > > ill pick what has the highest number of votes
> > > 
> > > Here are some previously suggested names:
> > > Darwin, De broglie, Desitter, Galois, Gauss, Heaviside, Jacobi, Maxwell,
> > > Mellin, Perelman, Poincaré, Ramanujan, Sagan, Viterbi, Voltaire, Von Neumann
> > > 
> > > thx.
> > > 
> > I would like to propose "Jemison" after Mae Jemison, the first female
> > African-American in space or Katherine Johnson, mathematician on the Apollo
> > programme.
> > 
> > Kieran
> > _______________________________________________
> > 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".
> 
> suggestion:
> 
> Heavens

Can you clarify who that refers to ? google seems not point to anything clear
like one would get with Ramanujan

thx

[...]
-- 
Michael     GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB

Into a blind darkness they enter who follow after the Ignorance,
they as if into a greater darkness enter who devote themselves
to the Knowledge alone. -- Isha Upanishad

[-- Attachment #1.2: signature.asc --]
[-- Type: application/pgp-signature, Size: 195 bytes --]

[-- Attachment #2: Type: text/plain, Size: 251 bytes --]

_______________________________________________
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".

^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: [FFmpeg-devel] FFmpeg 6.0
  2023-02-21 15:58     ` Michael Niedermayer
@ 2023-02-24  4:01       ` Gyan Doshi
  2023-02-25 12:58         ` Michael Niedermayer
  0 siblings, 1 reply; 21+ messages in thread
From: Gyan Doshi @ 2023-02-24  4:01 UTC (permalink / raw)
  To: ffmpeg-devel



On 2023-02-21 09:28 pm, Michael Niedermayer wrote:
> On Tue, Feb 21, 2023 at 02:20:26PM +0100, Jean-Baptiste Kempf wrote:
>>
>> On Tue, 21 Feb 2023, at 12:38, Michael Niedermayer wrote:
>>> On Fri, Feb 10, 2023 at 06:47:03PM +0100, Michael Niedermayer wrote:
>>>> Hi all
>>>>
>>>> i plan to branch off release/6.0 from master in the next days
>>>> If theres something blocking and i should wait, please reply here
>>>>
>>>> 6.0 release will be maybe 1 week after the branch point
>>>> once it has branched all important fixes should be backported of course
>>> What name shall 6.0 bear ?
>> Why don’t you select 3 or 4 names from the list
>> And we do a proper vote
> how do you select 3 or 4 names while maintaining it as a
> proper vote where people can add name suggestions ?
>
>
>> on vote.ffmpeg.org?

Is naming the only hold-up for this release?

Regards,
Gyan

_______________________________________________
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".

^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: [FFmpeg-devel] FFmpeg 6.0
  2023-02-21 11:38 ` Michael Niedermayer
                     ` (3 preceding siblings ...)
  2023-02-21 13:20   ` Jean-Baptiste Kempf
@ 2023-02-24 15:56   ` Niklas Haas
  2023-02-24 16:40     ` Brad Isbell
  2023-02-26 16:45   ` Michael Niedermayer
  5 siblings, 1 reply; 21+ messages in thread
From: Niklas Haas @ 2023-02-24 15:56 UTC (permalink / raw)
  To: FFmpeg development discussions and patches

On Tue, 21 Feb 2023 12:38:38 +0100 Michael Niedermayer <michael@niedermayer.cc> wrote:
> On Fri, Feb 10, 2023 at 06:47:03PM +0100, Michael Niedermayer wrote:
> > Hi all
> > 
> > i plan to branch off release/6.0 from master in the next days 
> > If theres something blocking and i should wait, please reply here
> > 
> > 6.0 release will be maybe 1 week after the branch point
> > once it has branched all important fixes should be backported of course
> 
> What name shall 6.0 bear ?
> 
> ill pick what has the highest number of votes
> 
> Here are some previously suggested names:
> Darwin, De broglie, Desitter, Galois, Gauss, Heaviside, Jacobi, Maxwell, Mellin, Perelman, Poincaré, Ramanujan, Sagan, Viterbi, Voltaire, Von Neumann
> 
> thx
> 
> [...]

+1 to Von Neumann

But I would agree that proper vote would be better.
_______________________________________________
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".

^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: [FFmpeg-devel] FFmpeg 6.0
  2023-02-24 15:56   ` Niklas Haas
@ 2023-02-24 16:40     ` Brad Isbell
  0 siblings, 0 replies; 21+ messages in thread
From: Brad Isbell @ 2023-02-24 16:40 UTC (permalink / raw)
  To: FFmpeg development discussions and patches

For the release name, I vote 6.0.  ;-)

Brad Isbell // AudioPump, Inc.
brad@audiopump.co
Phone: +1 312-488-4680


On Fri, Feb 24, 2023 at 9:56 AM Niklas Haas <ffmpeg@haasn.xyz> wrote:
>
> On Tue, 21 Feb 2023 12:38:38 +0100 Michael Niedermayer <michael@niedermayer.cc> wrote:
> > On Fri, Feb 10, 2023 at 06:47:03PM +0100, Michael Niedermayer wrote:
> > > Hi all
> > >
> > > i plan to branch off release/6.0 from master in the next days
> > > If theres something blocking and i should wait, please reply here
> > >
> > > 6.0 release will be maybe 1 week after the branch point
> > > once it has branched all important fixes should be backported of course
> >
> > What name shall 6.0 bear ?
> >
> > ill pick what has the highest number of votes
> >
> > Here are some previously suggested names:
> > Darwin, De broglie, Desitter, Galois, Gauss, Heaviside, Jacobi, Maxwell, Mellin, Perelman, Poincaré, Ramanujan, Sagan, Viterbi, Voltaire, Von Neumann
> >
> > thx
> >
> > [...]
>
> +1 to Von Neumann
>
> But I would agree that proper vote would be better.
> _______________________________________________
> 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".
_______________________________________________
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".

^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: [FFmpeg-devel] FFmpeg 6.0
  2023-02-24  4:01       ` Gyan Doshi
@ 2023-02-25 12:58         ` Michael Niedermayer
  0 siblings, 0 replies; 21+ messages in thread
From: Michael Niedermayer @ 2023-02-25 12:58 UTC (permalink / raw)
  To: FFmpeg development discussions and patches


[-- Attachment #1.1: Type: text/plain, Size: 1469 bytes --]

On Fri, Feb 24, 2023 at 09:31:33AM +0530, Gyan Doshi wrote:
> 
> 
> On 2023-02-21 09:28 pm, Michael Niedermayer wrote:
> > On Tue, Feb 21, 2023 at 02:20:26PM +0100, Jean-Baptiste Kempf wrote:
> > > 
> > > On Tue, 21 Feb 2023, at 12:38, Michael Niedermayer wrote:
> > > > On Fri, Feb 10, 2023 at 06:47:03PM +0100, Michael Niedermayer wrote:
> > > > > Hi all
> > > > > 
> > > > > i plan to branch off release/6.0 from master in the next days
> > > > > If theres something blocking and i should wait, please reply here
> > > > > 
> > > > > 6.0 release will be maybe 1 week after the branch point
> > > > > once it has branched all important fixes should be backported of course
> > > > What name shall 6.0 bear ?
> > > Why don’t you select 3 or 4 names from the list
> > > And we do a proper vote
> > how do you select 3 or 4 names while maintaining it as a
> > proper vote where people can add name suggestions ?
> > 
> > 
> > > on vote.ffmpeg.org?
> 
> Is naming the only hold-up for this release?

There are some bugfixes which need to be backported which is blocked by
the videolan git server issue atm

thx

[...]
-- 
Michael     GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB

If the United States is serious about tackling the national security threats 
related to an insecure 5G network, it needs to rethink the extent to which it
values corporate profits and government espionage over security.-Bruce Schneier

[-- Attachment #1.2: signature.asc --]
[-- Type: application/pgp-signature, Size: 195 bytes --]

[-- Attachment #2: Type: text/plain, Size: 251 bytes --]

_______________________________________________
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".

^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: [FFmpeg-devel] FFmpeg 6.0
  2023-02-10 17:47 [FFmpeg-devel] FFmpeg 6.0 Michael Niedermayer
                   ` (2 preceding siblings ...)
  2023-02-21 11:38 ` Michael Niedermayer
@ 2023-02-26 13:18 ` Michael Niedermayer
  2023-02-27  1:32   ` Wang Bin
  3 siblings, 1 reply; 21+ messages in thread
From: Michael Niedermayer @ 2023-02-26 13:18 UTC (permalink / raw)
  To: FFmpeg development discussions and patches


[-- Attachment #1.1: Type: text/plain, Size: 626 bytes --]

On Fri, Feb 10, 2023 at 06:47:03PM +0100, Michael Niedermayer wrote:
> Hi all
> 
> i plan to branch off release/6.0 from master in the next days 
> If theres something blocking and i should wait, please reply here
> 
> 6.0 release will be maybe 1 week after the branch point
> once it has branched all important fixes should be backported of course

I intend to make the 6.0 release soon from release/6.0
if theres anything you want in, backport soon!

thx

[...]

-- 
Michael     GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB

Avoid a single point of failure, be that a person or equipment.

[-- Attachment #1.2: signature.asc --]
[-- Type: application/pgp-signature, Size: 195 bytes --]

[-- Attachment #2: Type: text/plain, Size: 251 bytes --]

_______________________________________________
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".

^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: [FFmpeg-devel] FFmpeg 6.0
  2023-02-21 11:38 ` Michael Niedermayer
                     ` (4 preceding siblings ...)
  2023-02-24 15:56   ` Niklas Haas
@ 2023-02-26 16:45   ` Michael Niedermayer
  5 siblings, 0 replies; 21+ messages in thread
From: Michael Niedermayer @ 2023-02-26 16:45 UTC (permalink / raw)
  To: FFmpeg development discussions and patches


[-- Attachment #1.1: Type: text/plain, Size: 1950 bytes --]

On Tue, Feb 21, 2023 at 12:38:38PM +0100, Michael Niedermayer wrote:
> On Fri, Feb 10, 2023 at 06:47:03PM +0100, Michael Niedermayer wrote:
> > Hi all
> > 
> > i plan to branch off release/6.0 from master in the next days 
> > If theres something blocking and i should wait, please reply here
> > 
> > 6.0 release will be maybe 1 week after the branch point
> > once it has branched all important fixes should be backported of course
> 
> What name shall 6.0 bear ?
> 
> ill pick what has the highest number of votes
> 
> Here are some previously suggested names:
> Darwin, De broglie, Desitter, Galois, Gauss, Heaviside, Jacobi, Maxwell, Mellin, Perelman, Poincaré, Ramanujan, Sagan, Viterbi, Voltaire, Von Neumann

Vote results:

Carl:               1 (Paul)
Dijkstra:           1 (Reto)
Jemison:            1 (Kieran)
Katherine Johnson:  1 (Kieran)
Heavens:            1 (RADSL)
Von Neumann:        1+L (Niklas)
6.0:                1 (Brad)

Von Neumann is the only who has more than 1 vote, whatever positive 
value one assigns to previous votes, its the winner.
"Carl" above lacks a previous one as IIRC it is only Paul voting for
"Carl" every time.

If people want to use a more complex voting system next time, then 
the first question to awnser is how to select which names would become
candidates ? or we need a system that allows candidates to be added
by anyone or allow a rather large list.
I mean i can surely pick some from the suggestsions but then iam not sure
how that would be better than this ML based vote.
Also deciding on another vote system for the name should happen not
in the last week before 6.1 especially when people want that release
to happen on time

thx

[...]
-- 
Michael     GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB

I have never wished to cater to the crowd; for what I know they do not
approve, and what they approve I do not know. -- Epicurus

[-- Attachment #1.2: signature.asc --]
[-- Type: application/pgp-signature, Size: 195 bytes --]

[-- Attachment #2: Type: text/plain, Size: 251 bytes --]

_______________________________________________
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".

^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: [FFmpeg-devel] FFmpeg 6.0
  2023-02-26 13:18 ` Michael Niedermayer
@ 2023-02-27  1:32   ` Wang Bin
  0 siblings, 0 replies; 21+ messages in thread
From: Wang Bin @ 2023-02-27  1:32 UTC (permalink / raw)
  To: FFmpeg development discussions and patches

On Fri, Feb 10, 2023 at 06:47:03PM +0100, Michael Niedermayer wrote:
> > Hi all
> >
> > i plan to branch off release/6.0 from master in the next days
> > If theres something blocking and i should wait, please reply here
> >
> > 6.0 release will be maybe 1 week after the branch point
> > once it has branched all important fixes should be backported of course
>
> I intend to make the 6.0 release soon from release/6.0
> if theres anything you want in, backport soon!
>
> thx
>

We forgot to bump swresample major version.
_______________________________________________
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".

^ permalink raw reply	[flat|nested] 21+ messages in thread

end of thread, other threads:[~2023-02-27  1:33 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-10 17:47 [FFmpeg-devel] FFmpeg 6.0 Michael Niedermayer
2023-02-10 18:50 ` Lynne
2023-02-15 23:14   ` Michael Niedermayer
2023-02-17  3:50     ` Lynne
2023-02-11  5:44 ` Anton Khirnov
2023-02-21 11:38 ` Michael Niedermayer
2023-02-21 11:49   ` Paul B Mahol
2023-02-21 12:12   ` Gijs Peskens
2023-02-21 12:31     ` Reto Kromer
2023-02-21 12:31   ` Kieran Kunhya
2023-02-21 12:48     ` RADSL
2023-02-22 17:51       ` Michael Niedermayer
2023-02-21 13:20   ` Jean-Baptiste Kempf
2023-02-21 15:58     ` Michael Niedermayer
2023-02-24  4:01       ` Gyan Doshi
2023-02-25 12:58         ` Michael Niedermayer
2023-02-24 15:56   ` Niklas Haas
2023-02-24 16:40     ` Brad Isbell
2023-02-26 16:45   ` Michael Niedermayer
2023-02-26 13:18 ` Michael Niedermayer
2023-02-27  1:32   ` Wang Bin

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