From: Sean McGovern <gseanmcg@gmail.com>
To: FFmpeg development discussions and patches <ffmpeg-devel@ffmpeg.org>
Subject: Re: [FFmpeg-devel] [PATCH 2/3] lavc: replace ff_thread_get_buffer() with ff_get_buffer()
Date: Fri, 8 Mar 2024 10:42:01 -0500
Message-ID: <CAPBf_O=Fac1EVXZ-1EOKRFNiU1=zPnYVxsKiZS2fN99UTVHTWw@mail.gmail.com> (raw)
In-Reply-To: <CABLWnS-46XANWicTO=buYp6Nb2D3hZDqR6UyhHUS8wOQ0P3AmA@mail.gmail.com>
On Fri, Mar 8, 2024, 10:37 Vittorio Giovara <vittorio.giovara@gmail.com>
wrote:
> On Fri, Mar 8, 2024 at 4:34 PM Sean McGovern <gseanmcg@gmail.com> wrote:
>
> > On Fri, Mar 8, 2024, 10:31 Paul B Mahol <onemda@gmail.com> wrote:
> >
> > > On Fri, Mar 8, 2024 at 4:21 PM Vittorio Giovara <
> > > vittorio.giovara@gmail.com>
> > > wrote:
> > >
> > > > On Fri, Mar 8, 2024 at 4:10 PM Sean McGovern <gseanmcg@gmail.com>
> > wrote:
> > > >
> > > > > On Fri, Mar 8, 2024, 08:20 Nicolas George <george@nsup.org> wrote:
> > > > >
> > > > > > Andreas Rheinhardt (12024-03-08):
> > > > > > > What maintenance cost and complexity are you referring to? I
> > > checked
> > > > > and
> > > > > > > could not find a single commit where one had to fix an
> > > > ff_get_buffer()
> > > > > > > to ff_thread_get_buffer() because it has been forgotten when
> the
> > > > > decoder
> > > > > > > has been declared to support frame threading.
> > > > > >
> > > > > > Welcome to the new FFmpeg, where absolute consistency, i.e.
> > catering
> > > > for
> > > > > > hypothetical mediocre contributors, is more important than easy
> > > > > > optimizations and new approaches.
> > > > > >
> > > > > > And if you do not like it, “shut up, I'm on the TC and I won't
> > > recuse”.
> > > > > >
> > > > > > And if you do not like that, “shut up, I'm on the CC too”.
> > > > > >
> > > > > > Regards,
> > > > > >
> > > > > > --
> > > > > > Nicolas George
> > > > > > _______________________________________________
> > > > > > 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".
> > > > > >
> > > > >
> > > > > Everybody can we *please* keep the responses civil/professional on
> > the
> > > > ML.
> > > > >
> > > >
> > > > I'd just be happy with "on-topic" but it seems like people with
> agendas
> > > > like to project on unrelated threads.
> > > >
> > >
> > > LibAV actions speak more than words once again.
> > >
> > >
> > > > --
> > > > Vittorio
> > > > _______________________________________________
> > > > 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".
> > >
> >
> > It is really mean-spirited to make such comments about a project that is
> no
> > longer in operation. Can't we look forward instead of behind us?
> >
>
> Could you guys look forward in a separate thread? 🙏
> --
> Vittorio
> _______________________________________________
> 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".
>
I see what you did there (ref: $subj)! :)
-- Sean McGovern
_______________________________________________
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".
next prev parent reply other threads:[~2024-03-08 15:42 UTC|newest]
Thread overview: 31+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-03-08 8:27 [FFmpeg-devel] [PATCH 1/3] lavc/thread: move generic-layer API to avcodec_internal.h Anton Khirnov
2024-03-08 8:27 ` [FFmpeg-devel] [PATCH 2/3] lavc: replace ff_thread_get_buffer() with ff_get_buffer() Anton Khirnov
2024-03-08 10:03 ` Andreas Rheinhardt
2024-03-08 10:14 ` Anton Khirnov
2024-03-08 10:19 ` Andreas Rheinhardt
2024-03-08 10:21 ` Anton Khirnov
2024-03-08 10:44 ` Andreas Rheinhardt
2024-03-08 11:04 ` Anton Khirnov
2024-03-08 11:18 ` Andreas Rheinhardt
2024-03-08 13:19 ` Nicolas George
2024-03-08 13:28 ` Paul B Mahol
2024-03-08 15:09 ` Sean McGovern
2024-03-08 15:18 ` Nicolas George
2024-03-08 15:25 ` Sean McGovern
2024-03-08 15:21 ` Vittorio Giovara
2024-03-08 15:30 ` Paul B Mahol
2024-03-08 15:34 ` Sean McGovern
2024-03-08 15:37 ` Vittorio Giovara
2024-03-08 15:42 ` Sean McGovern [this message]
2024-03-08 15:46 ` Nicolas George
2024-03-08 15:55 ` Kieran Kunhya
2024-03-08 16:41 ` Nicolas George
2024-03-08 16:44 ` Kieran Kunhya
2024-03-08 16:49 ` Nicolas George
2024-03-08 17:01 ` Kieran Kunhya
2024-03-08 17:06 ` Vittorio Giovara
2024-03-08 16:11 ` Ronald S. Bultje
2024-03-08 16:39 ` Nicolas George
2024-03-08 14:43 ` Vittorio Giovara
2024-03-08 8:27 ` [FFmpeg-devel] [PATCH 3/3] lavc/thread.h: drop unnecessary includes Anton Khirnov
2024-03-09 23:26 ` [FFmpeg-devel] [PATCH 1/3] lavc/thread: move generic-layer API to avcodec_internal.h Michael Niedermayer
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='CAPBf_O=Fac1EVXZ-1EOKRFNiU1=zPnYVxsKiZS2fN99UTVHTWw@mail.gmail.com' \
--to=gseanmcg@gmail.com \
--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