Re: [FFmpeg-devel] [PATCH]download: Fix the release link

2020-06-27 Thread Carl Eugen Hoyos
Am Do., 28. März 2019 um 12:00 Uhr schrieb Carl Eugen Hoyos : > > Attached patch also simplifies the release process. Finally applied with the requested simplified commit message. Carl Eugen ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://

Re: [FFmpeg-devel] [PATCH]download: Fix the release link

2019-04-12 Thread Michael Niedermayer
On Wed, Apr 10, 2019 at 02:04:21PM -0400, Lou Logan wrote: > On Fri, Mar 29, 2019, at 9:39 AM, Michael Niedermayer wrote: > > > > and i would suggest we consider setting up some bug bounties for these > > 151 ? regressions or a subset of them. This may help to draw more > > interrest towards them .

Re: [FFmpeg-devel] [PATCH]download: Fix the release link

2019-04-10 Thread Lou Logan
On Fri, Mar 29, 2019, at 9:39 AM, Michael Niedermayer wrote: > > and i would suggest we consider setting up some bug bounties for these > 151 ? regressions or a subset of them. This may help to draw more > interrest towards them ... Getting off-topic here, but I think some of the donated funds sho

Re: [FFmpeg-devel] [PATCH]download: Fix the release link

2019-04-10 Thread Michael Niedermayer
On Wed, Apr 10, 2019 at 05:10:53PM +0200, Paul B Mahol wrote: > On 3/29/19, Michael Niedermayer wrote: > > On Fri, Mar 29, 2019 at 01:16:41AM +0100, Carl Eugen Hoyos wrote: > >> 2019-03-28 20:52 GMT+01:00, Michael Niedermayer : > >> > On Thu, Mar 28, 2019 at 06:47:52PM +0100, Carl Eugen Hoyos wrot

Re: [FFmpeg-devel] [PATCH]download: Fix the release link

2019-04-10 Thread Paul B Mahol
On 3/29/19, Michael Niedermayer wrote: > On Fri, Mar 29, 2019 at 01:16:41AM +0100, Carl Eugen Hoyos wrote: >> 2019-03-28 20:52 GMT+01:00, Michael Niedermayer : >> > On Thu, Mar 28, 2019 at 06:47:52PM +0100, Carl Eugen Hoyos wrote: >> >> 2019-03-28 18:31 GMT+01:00, Michael Niedermayer >> >> : >> >>

Re: [FFmpeg-devel] [PATCH]download: Fix the release link

2019-04-06 Thread Reto Kromer
Michael Niedermayer wrote: >i think we should probably make a new major release ... +1 Best regards, Reto ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or emai

Re: [FFmpeg-devel] [PATCH]download: Fix the release link

2019-03-29 Thread Michael Niedermayer
On Fri, Mar 29, 2019 at 01:16:41AM +0100, Carl Eugen Hoyos wrote: > 2019-03-28 20:52 GMT+01:00, Michael Niedermayer : > > On Thu, Mar 28, 2019 at 06:47:52PM +0100, Carl Eugen Hoyos wrote: > >> 2019-03-28 18:31 GMT+01:00, Michael Niedermayer : > >> > On Thu, Mar 28, 2019 at 12:00:39PM +0100, Carl Eu

Re: [FFmpeg-devel] [PATCH]download: Fix the release link

2019-03-28 Thread Lou Logan
On Thu, Mar 28, 2019, at 3:00 AM, Carl Eugen Hoyos wrote: > Hi! > > Attached patch also simplifies the release process. > > Please comment, Carl Eugen LGTM. I prefer if you omit the commit message as it may confuse users. We do backport to point releases and users may view that as some sort of

Re: [FFmpeg-devel] [PATCH]download: Fix the release link

2019-03-28 Thread Carl Eugen Hoyos
2019-03-28 20:52 GMT+01:00, Michael Niedermayer : > On Thu, Mar 28, 2019 at 06:47:52PM +0100, Carl Eugen Hoyos wrote: >> 2019-03-28 18:31 GMT+01:00, Michael Niedermayer : >> > On Thu, Mar 28, 2019 at 12:00:39PM +0100, Carl Eugen Hoyos wrote: >> >> >> - ffmpeg-4.1.2.tar.bz2 >> >> + ffmpeg-

Re: [FFmpeg-devel] [PATCH]download: Fix the release link

2019-03-28 Thread Michael Niedermayer
On Thu, Mar 28, 2019 at 06:47:52PM +0100, Carl Eugen Hoyos wrote: > 2019-03-28 18:31 GMT+01:00, Michael Niedermayer : > > On Thu, Mar 28, 2019 at 12:00:39PM +0100, Carl Eugen Hoyos wrote: > > >> - ffmpeg-4.1.2.tar.bz2 > >> + ffmpeg-snapshot.tar.bz2 > > > > Iam not sure if this is wise. T

Re: [FFmpeg-devel] [PATCH]download: Fix the release link

2019-03-28 Thread Carl Eugen Hoyos
2019-03-28 18:31 GMT+01:00, Michael Niedermayer : > On Thu, Mar 28, 2019 at 12:00:39PM +0100, Carl Eugen Hoyos wrote: >> - ffmpeg-4.1.2.tar.bz2 >> + ffmpeg-snapshot.tar.bz2 > > Iam not sure if this is wise. This would increase the burden > for security fixes because now any fix to a bug

Re: [FFmpeg-devel] [PATCH]download: Fix the release link

2019-03-28 Thread Michael Niedermayer
On Thu, Mar 28, 2019 at 12:00:39PM +0100, Carl Eugen Hoyos wrote: > Hi! > > Attached patch also simplifies the release process. > > Please comment, Carl Eugen > download |4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > c16157dd6203b7d2f8adbf991030fe43ba8e79dc > 0001-download-F

Re: [FFmpeg-devel] [PATCH]download: Fix the release link

2019-03-28 Thread Tobias Rapp
On 28.03.2019 15:02, Carl Eugen Hoyos wrote: 2019-03-28 15:00 GMT+01:00, Tobias Rapp : On 28.03.2019 12:00, Carl Eugen Hoyos wrote: Attached patch also simplifies the release process. Personally I'd prefer to keep the link to the latest release. Why? Such a link is already listed below.

Re: [FFmpeg-devel] [PATCH]download: Fix the release link

2019-03-28 Thread Carl Eugen Hoyos
2019-03-28 15:00 GMT+01:00, Tobias Rapp : > On 28.03.2019 12:00, Carl Eugen Hoyos wrote: >> >> Attached patch also simplifies the release process. > Personally I'd prefer to keep the link to the latest release. Why? Such a link is already listed below. I always found it extremely disturbing and

Re: [FFmpeg-devel] [PATCH]download: Fix the release link

2019-03-28 Thread Tobias Rapp
On 28.03.2019 12:00, Carl Eugen Hoyos wrote: Hi! Attached patch also simplifies the release process. Please comment, Carl Eugen Personally I'd prefer to keep the link to the latest release. There is already a "Download Snapshot" button on the "Get the Sources" panel. Regards, Tobias _

[FFmpeg-devel] [PATCH]download: Fix the release link

2019-03-28 Thread Carl Eugen Hoyos
Hi! Attached patch also simplifies the release process. Please comment, Carl Eugen From cfefed3d6e67d029960f1042c20a34c8026d3fc6 Mon Sep 17 00:00:00 2001 From: Carl Eugen Hoyos Date: Thu, 28 Mar 2019 11:59:00 +0100 Subject: [PATCH] download: Fix the main download link to point to a snapshot. Th