Re: [FFmpeg-devel] [PATCH 3/3] lavfi/formats: document the negotiation process

2021-08-27 Thread Soft Works
> -Original Message- > From: ffmpeg-devel On Behalf Of > Nicolas George > Sent: Friday, 27 August 2021 09:27 > To: FFmpeg development discussions and patches de...@ffmpeg.org> > Subject: Re: [FFmpeg-devel] [PATCH 3/3] lavfi/formats: document the > negotiation

Re: [FFmpeg-devel] [PATCH 3/3] lavfi/formats: document the negotiation process

2021-08-27 Thread Nicolas George
Soft Works (12021-08-27): > I finally came to review your proposed changes as documented in this > patch and I also watched your presentation: This patch does not propose changes, except minor optimizations. -- A Nicolas ___ ffmpeg-devel mailing li

Re: [FFmpeg-devel] [PATCH 3/3] lavfi/formats: document the negotiation process

2021-08-26 Thread Soft Works
> -Original Message- > From: ffmpeg-devel On Behalf Of > Nicolas George > Sent: Thursday, 19 August 2021 17:31 > To: ffmpeg-devel@ffmpeg.org > Subject: [FFmpeg-devel] [PATCH 3/3] lavfi/formats: document the > negotiation process > > Signed-off-by: Nicolas George > --- > libavfilter/f

Re: [FFmpeg-devel] [PATCH 3/3] lavfi/formats: document the negotiation process

2021-08-20 Thread Nicolas George
Nicolas George (12021-08-19): > + *FIXME: the similarity logic (the ref argument to > + *pick_format()) added in FFmpeg duplicates and > + *overrides the swapping logic added in libav. Better > + *merge them into a scor

Re: [FFmpeg-devel] [PATCH 3/3] lavfi/formats: document the negotiation process

2021-08-19 Thread ffmpegandmahanstreamer
lgtm August 19, 2021 11:30 AM, "Nicolas George" wrote: > Signed-off-by: Nicolas George > --- > libavfilter/formats.h | 85 +++ > 1 file changed, 85 insertions(+) > > diff --git a/libavfilter/formats.h b/libavfilter/formats.h > index d94977a3aa..7c8258ed08