Re: [FFmpeg-devel] [PATCH] Add tools/merge-all-source-plugins

2025-05-15 Thread softworkz .
> -Original Message- > From: ffmpeg-devel On Behalf Of Michael > Niedermayer > Sent: Donnerstag, 15. Mai 2025 17:27 > To: FFmpeg development discussions and patches > Subject: Re: [FFmpeg-devel] [PATCH] Add tools/merge-all-source-plugins > > Hi Zhao Zhili > &

Re: [FFmpeg-devel] [PATCH] Add tools/merge-all-source-plugins

2025-05-15 Thread Zhao Zhili
> On May 15, 2025, at 23:27, Michael Niedermayer wrote: > > Hi Zhao Zhili > > On Thu, May 15, 2025 at 06:58:54PM +0800, Zhao Zhili wrote: >> >> >>> On May 14, 2025, at 18:55, Michael Niedermayer >>> wrote: >>> >>> Simple script to merge all source plugins. >> >> I think this is confusing

Re: [FFmpeg-devel] [PATCH] Add tools/merge-all-source-plugins

2025-05-15 Thread Michael Niedermayer
Hi Zhao Zhili On Thu, May 15, 2025 at 06:58:54PM +0800, Zhao Zhili wrote: > > > > On May 14, 2025, at 18:55, Michael Niedermayer > > wrote: > > > > Simple script to merge all source plugins. > > I think this is confusing. The operation of merging multiple branches can > hardly be considered

Re: [FFmpeg-devel] [PATCH] Add tools/merge-all-source-plugins

2025-05-15 Thread Zhao Zhili
> On May 14, 2025, at 18:55, Michael Niedermayer wrote: > > Simple script to merge all source plugins. I think this is confusing. The operation of merging multiple branches can hardly be considered a plugin. > > Signed-off-by: Michael Niedermayer > --- > INSTALL.md | 3

Re: [FFmpeg-devel] [PATCH] Add tools/merge-all-source-plugins

2025-05-15 Thread Rémi Denis-Courmont
Hi, Le 14 mai 2025 13:55:09 GMT+03:00, Michael Niedermayer a écrit : >Simple script to merge all source plugins. > >Signed-off-by: Michael Niedermayer >--- > INSTALL.md | 3 +++ > tools/merge-all-source-plugins | 3 +++ > 2 files changed, 6 insertions(+) > create mode 100644 t

Re: [FFmpeg-devel] [PATCH] Add tools/merge-all-source-plugins

2025-05-15 Thread Michael Niedermayer
On Wed, May 14, 2025 at 12:55:09PM +0200, Michael Niedermayer wrote: > Simple script to merge all source plugins. > > Signed-off-by: Michael Niedermayer > --- > INSTALL.md | 3 +++ > tools/merge-all-source-plugins | 3 +++ > 2 files changed, 6 insertions(+) > create mode 100

[FFmpeg-devel] [PATCH] Add tools/merge-all-source-plugins

2025-05-14 Thread Michael Niedermayer
Simple script to merge all source plugins. Signed-off-by: Michael Niedermayer --- INSTALL.md | 3 +++ tools/merge-all-source-plugins | 3 +++ 2 files changed, 6 insertions(+) create mode 100644 tools/merge-all-source-plugins diff --git a/INSTALL.md b/INSTALL.md index bdf581