Re: [FFmpeg-devel] [PATCH] avformat/webmdashenc: fix on-demand profile string

2022-04-07 Thread Hendrik Leppkes
On Fri, Apr 8, 2022 at 2:58 AM James Almer wrote: > > Fixes ticket #9596 > > Signed-off-by: James Almer > --- > libavformat/webmdashenc.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/libavformat/webmdashenc.c b/libavformat/webmdashenc.c > index a942c484e9..f8f2274556

Re: [FFmpeg-devel] [PATCH] avformat/webmdashenc: fix on-demand profile string

2022-04-07 Thread myp...@gmail.com
On Fri, Apr 8, 2022 at 8:58 AM James Almer wrote: > > Fixes ticket #9596 > > Signed-off-by: James Almer > --- > libavformat/webmdashenc.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/libavformat/webmdashenc.c b/libavformat/webmdashenc.c > index a942c484e9..f8f2274556

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

2022-04-07 Thread zhilizhao(赵志立)
> 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(???)" >>> Sent: Wednesday, 6 April 2022 11:46 >>> To: FFmpeg development discussions an

Re: [FFmpeg-devel] [PATCH] qsvenc: fix typo

2022-04-07 Thread Eoff, Ullysses A
> -Original Message- > From: ffmpeg-devel On Behalf Of Haihao Xiang > Sent: Thursday, April 7, 2022 3:01 AM > To: ffmpeg-devel@ffmpeg.org > Cc: Xiang, Haihao > Subject: [FFmpeg-devel] [PATCH] qsvenc: fix typo > > --- > libavcodec/qsvenc.c | 2 +- > 1 file changed, 1 insertion(+), 1 dele

[FFmpeg-devel] [PATCH] avformat/webmdashenc: fix on-demand profile string

2022-04-07 Thread James Almer
Fixes ticket #9596 Signed-off-by: James Almer --- libavformat/webmdashenc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavformat/webmdashenc.c b/libavformat/webmdashenc.c index a942c484e9..f8f2274556 100644 --- a/libavformat/webmdashenc.c +++ b/libavformat/webmdashenc.

Re: [FFmpeg-devel] [PATCH] ffmpeg: document -d option

2022-04-07 Thread Stefano Sabatini
On date Wednesday 2022-04-06 16:43:02 +0200, Michael Niedermayer wrote: > On Tue, Apr 05, 2022 at 11:27:08PM +0200, Stefano Sabatini wrote: > > On date Tuesday 2022-04-05 07:23:27 +0200, Anton Khirnov wrote: > > > Quoting Stefano Sabatini (2022-04-03 17:27:06) > > > > Option was added in commit 39a

Re: [FFmpeg-devel] [PATCH 3/3] tests: add README.md file with simple instructions

2022-04-07 Thread Stefano Sabatini
On date Wednesday 2022-04-06 09:24:16 +0200, Thilo Borgmann wrote: > Am 05.04.22 um 23:40 schrieb Stefano Sabatini: > > On date Monday 2022-04-04 10:30:27 +0200, Thilo Borgmann wrote: > > > Hi, > > > > > > Am 03.04.22 um 15:59 schrieb Stefano Sabatini: > > > > --- > > > >tests/README.md | 48 +

Re: [FFmpeg-devel] [PATCH v13 1/1] avformat: Add IPFS protocol support.

2022-04-07 Thread Mark Gaiser
On Wed, Apr 6, 2022 at 2:02 PM Mark Gaiser wrote: > This patch adds support for: > - ffplay ipfs:// > - ffplay ipns:// > > IPFS data can be played from so called "ipfs gateways". > A gateway is essentially a webserver that gives access to the > distributed IPFS network. > > This protocol support

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

2022-04-07 Thread Wang Cao
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, Apr 4, 2022 at 3:28 PM Marton Balint wrote: > >> > >> > > >> > > >> >

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

2022-04-07 Thread Jan Ekström
On Thu, Apr 7, 2022 at 11:42 AM Eran Kornblau wrote: > > > > > > > -Original Message- > > From: ffmpeg-devel On Behalf Of > > "zhilizhao(???)" > > Sent: Wednesday, 6 April 2022 11:46 > > To: FFmpeg development discussions and patches > > Subject: Re: [FFmpeg-devel] movenc: add write_btr

Re: [FFmpeg-devel] [PATCH 3/3] avformat/movenc: Add support for AVIF muxing

2022-04-07 Thread Vignesh Venkatasubramanian
On Mon, Mar 28, 2022 at 1:49 PM Vignesh Venkatasubramanian wrote: > > Add an AVIF muxer by re-using the existing the mov/mp4 muxer. > > AVIF Specifiation: https://aomediacodec.github.io/av1-avif > > Sample usage for still image: > ffmpeg -i image.png -c:v libaom-av1 -avif-image 1 image.avif > > Sa

[FFmpeg-devel] [PATCH] doc: install css files along html docs

2022-04-07 Thread Timo Rothenpieler
--- doc/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/Makefile b/doc/Makefile index 58ca3fabd8..0f09783699 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -27,6 +27,9 @@ HTMLPAGES = $(AVPROGS-yes:%=doc/%.html) $(AVPROGS-yes:%=doc/%-all.html) $(COMP doc/maili

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

2022-04-07 Thread zhilizhao(赵志立)
> On Apr 7, 2022, at 4:42 PM, Eran Kornblau wrote: > >> >> >> -Original Message- >> From: ffmpeg-devel On Behalf Of >> "zhilizhao(???)" >> Sent: Wednesday, 6 April 2022 11:46 >> To: FFmpeg development discussions and patches >> Subject: Re: [FFmpeg-devel] movenc: add write_btrt opti

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

2022-04-07 Thread Paul B Mahol
Signed-off-by: Paul B Mahol --- libavfilter/vf_colorkey.c | 192 +- 1 file changed, 107 insertions(+), 85 deletions(-) diff --git a/libavfilter/vf_colorkey.c b/libavfilter/vf_colorkey.c index 96e0f12878..b4f7c4a7c6 100644 --- a/libavfilter/vf_colorkey.c +++ b/

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

2022-04-07 Thread TADANO Tokumei
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 immediate future one. ffmpeg doesn't need to parse it but current (1) one. ref: section 5.1.1 of DVB BlueBook A038 (EN 300 468) Signed-off-

Re: [FFmpeg-devel] [PATCH] libavformat/mpegts.c: fix to check end of each descriptor of SDT

2022-04-07 Thread TADANO Tokumei
will apply On 2022/04/03 19:07, TADANO Tokumei wrote: Current code incorrectly check against end of section rather than end of descriptor. Signed-off-by: TADANO Tokumei --- libavformat/mpegts.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libavformat/mpegts.c b/

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

2022-04-07 Thread Anton Khirnov
Quoting Soft Works (2022-04-06 18:29:53) > > > > -Original Message- > > From: ffmpeg-devel On Behalf Of > > Anton Khirnov > > Sent: Wednesday, April 6, 2022 10:42 AM > > To: FFmpeg development discussions and patches > de...@ffmpeg.org> > > Subject: Re: [FFmpeg-devel] [RFC] Switching ff

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

2022-04-07 Thread Paul B Mahol
On Wed, Apr 6, 2022 at 1:49 PM Paul B Mahol wrote: > > > On Tue, Apr 5, 2022 at 8:57 PM Wang Cao > wrote: > >> On Mon, Apr 4, 2022 at 3:28 PM Marton Balint wrote: >> >> > >> > >> > On Mon, 4 Apr 2022, Paul B Mahol wrote: >> > >> > > On Sun, Mar 27, 2022 at 11:41 PM Marton Balint wrote: >> > >

[FFmpeg-devel] [PATCH] qsvenc: fix typo

2022-04-07 Thread Haihao Xiang
--- libavcodec/qsvenc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/qsvenc.c b/libavcodec/qsvenc.c index 2514d5b256..fbb22ca436 100644 --- a/libavcodec/qsvenc.c +++ b/libavcodec/qsvenc.c @@ -1003,7 +1003,7 @@ static int init_video_param(AVCodecContext *avctx, QS