Re: [FFmpeg-devel] [PATCH] libavformat/mpegts.c: ignore a section with next flag

2022-04-08 Thread TADANO Tokumei
sorry, I don't have permission to push the commits. I've misunderstood the Developer Document. On 2022/04/07 18:26, TADANO Tokumei wrote: will apply On 2022/04/03 19:23, TADANO Tokumei wrote: 'current_next_indicator' of 0 (next) on each section header indicates the service information is for i

Re: [FFmpeg-devel] movenc: add write_btrt option

2022-04-08 Thread Jan Ekström
On Fri, Apr 8, 2022 at 5:47 AM "zhilizhao(赵志立)" wrote: > > > > > On Apr 8, 2022, at 4:36 AM, Jan Ekström wrote: > > > > On Thu, Apr 7, 2022 at 11:42 AM Eran Kornblau > > wrote: > >> > >>> > >>> > >>> -Original Message- > >>> From: ffmpeg-devel On Behalf Of > >>> "zhilizhao(???)" > >>>

Re: [FFmpeg-devel] [RFC] Switching ffmpeg.c to a threaded architecture

2022-04-08 Thread Soft Works
> -Original Message- > From: ffmpeg-devel On Behalf Of > Anton Khirnov > Sent: Thursday, April 7, 2022 10:33 AM > To: FFmpeg development discussions and patches de...@ffmpeg.org> > Subject: Re: [FFmpeg-devel] [RFC] Switching ffmpeg.c to a threaded > architecture > > Quoting Soft Works

Re: [FFmpeg-devel] [PATCH] avfilter/vf_colorkey: add >8 depth support

2022-04-08 Thread Timo Rothenpieler
Looks sensible to me. Didn't have time to test it, but assuming you verified nothing broke and the new stuff works fine, you have my approval. Will give it a test soon as well. ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/ma

Re: [FFmpeg-devel] [PATCH] avfilter/vf_colorkey: add >8 depth support

2022-04-08 Thread Paul B Mahol
On Fri, Apr 8, 2022 at 5:52 PM Timo Rothenpieler wrote: > Looks sensible to me. Didn't have time to test it, but assuming you > verified nothing broke and the new stuff works fine, you have my approval. > > I made some extra changes to make filter at same speed or even faster than before. > Wil

Re: [FFmpeg-devel] [PATCH] avfilter/alimiter: Add "flush_buffer" option to flush the remaining valid data to the output

2022-04-08 Thread Paul B Mahol
On Thu, Apr 7, 2022 at 11:56 PM Wang Cao wrote: > On Thu, Apr 7, 2022 at 12:44 AM Paul B Mahol wrote: > > > On Wed, Apr 6, 2022 at 1:49 PM Paul B Mahol wrote: > > > > > > > > > > > On Tue, Apr 5, 2022 at 8:57 PM Wang Cao < > > wangcao-at-google@ffmpeg.org> > > > wrote: > > > > > >> On Mon,

Re: [FFmpeg-devel] [PATCH] avfilter/alimiter: Add "flush_buffer" option to flush the remaining valid data to the output

2022-04-08 Thread Wang Cao
On Fri, Apr 8, 2022 at 11:40 AM Paul B Mahol wrote: > On Thu, Apr 7, 2022 at 11:56 PM Wang Cao > > wrote: > > > On Thu, Apr 7, 2022 at 12:44 AM Paul B Mahol wrote: > > > > > On Wed, Apr 6, 2022 at 1:49 PM Paul B Mahol wrote: > > > > > > > > > > > > > > > On Tue, Apr 5, 2022 at 8:57 PM Wang Cao