Re: [FFmpeg-devel] [PATCH v2] avformat/mpegts: add option max_packet_size

2022-01-15 Thread Gyan Doshi
On 2022-01-16 01:39 am, Marton Balint wrote: On Sat, 15 Jan 2022, Gyan Doshi wrote: Plan to push tomorrow. On 2022-01-12 08:57 pm, Gyan Doshi wrote:  Makes maximum size of emitted packet user-tunable.  ---    doc/demuxers.texi    | 4    libavformat/mpegts.c | 9 ++---    2 files c

Re: [FFmpeg-devel] AVFrame data alignment issues

2022-01-15 Thread Ronald S. Bultje
Hi, On Sat, Jan 15, 2022 at 7:59 PM Marton Balint wrote: > How this should be fixed? > The current state (I believe this is documented) is that libavfilter buffers are not guaranteed to be aligned, but libavcodec buffers are. If a libavfilter without alignment is input into avcodec without expl

[FFmpeg-devel] AVFrame data alignment issues

2022-01-15 Thread Marton Balint
Hi, I wonder if there are strict requirements for alignment of AVFrame buffers. Yes, it is usually aligned by default, but there are filters, like crop or pad which tries to avoid copying data even at the cost of breaking the alignment. This unfortunately causes crashes for code which require

Re: [FFmpeg-devel] [PATCH] avformat/hlsenc: Fix path handling on Windows

2022-01-15 Thread Soft Works
> -Original Message- > From: ffmpeg-devel On Behalf Of Andreas > Rheinhardt > Sent: Saturday, January 15, 2022 10:45 PM > To: ffmpeg-devel@ffmpeg.org > Subject: Re: [FFmpeg-devel] [PATCH] avformat/hlsenc: Fix path handling on > Windows > > Soft Works: > > > > > >> -Original Message

Re: [FFmpeg-devel] [PATCH] avformat/hlsenc: Fix path handling on Windows

2022-01-15 Thread Andreas Rheinhardt
Soft Works: > > >> -Original Message- >> From: ffmpeg-devel On Behalf Of Andreas >> Rheinhardt >> Sent: Saturday, January 15, 2022 7:34 PM >> To: ffmpeg-devel@ffmpeg.org >> Subject: Re: [FFmpeg-devel] [PATCH] avformat/hlsenc: Fix path handling on >> Windows >> >> Soft Works: >>> >>>

Re: [FFmpeg-devel] [PATCH] avformat/hlsenc: Fix path handling on Windows

2022-01-15 Thread Soft Works
> -Original Message- > From: ffmpeg-devel On Behalf Of Soft Works > Sent: Saturday, January 15, 2022 10:18 PM > To: FFmpeg development discussions and patches > Subject: Re: [FFmpeg-devel] [PATCH] avformat/hlsenc: Fix path handling on > Windows > > > > > -Original Message- >

Re: [FFmpeg-devel] [PATCH] avformat/hlsenc: Fix path handling on Windows

2022-01-15 Thread Soft Works
> -Original Message- > From: ffmpeg-devel On Behalf Of Andreas > Rheinhardt > Sent: Saturday, January 15, 2022 7:34 PM > To: ffmpeg-devel@ffmpeg.org > Subject: Re: [FFmpeg-devel] [PATCH] avformat/hlsenc: Fix path handling on > Windows > > Soft Works: > > > > > >> -Original Message-

Re: [FFmpeg-devel] [PATCH v2] avformat/mpegts: add option max_packet_size

2022-01-15 Thread Marton Balint
On Sat, 15 Jan 2022, Gyan Doshi wrote: Plan to push tomorrow. On 2022-01-12 08:57 pm, Gyan Doshi wrote: Makes maximum size of emitted packet user-tunable. --- doc/demuxers.texi| 4 libavformat/mpegts.c | 9 ++--- 2 files changed, 10 insertions(+), 3 deletions(-) diff

Re: [FFmpeg-devel] [PATCH] avformat/hlsenc: Fix path handling on Windows

2022-01-15 Thread Andreas Rheinhardt
Soft Works: > > >> -Original Message- >> From: ffmpeg-devel On Behalf Of Andreas >> Rheinhardt >> Sent: Saturday, January 15, 2022 7:40 AM >> To: ffmpeg-devel@ffmpeg.org >> Subject: Re: [FFmpeg-devel] [PATCH] avformat/hlsenc: Fix path handling on >> Windows >> >> ffmpegagent: >>> From: s

Re: [FFmpeg-devel] [PATCH] Website release notes for 5.0

2022-01-15 Thread Lynne
15 Jan 2022, 15:24 by mich...@niedermayer.cc: > On Sat, Jan 15, 2022 at 01:48:40AM +0100, Lynne wrote: > >> 14 Jan 2022, 20:39 by d...@lynne.ee: >> >> > 14 Jan 2022, 20:32 by mich...@niedermayer.cc: >> > >> >> On Fri, Jan 14, 2022 at 08:02:35PM +0100, Lynne wrote: >> >> >> >>> 14 Jan 2022, 18:48 b

Re: [FFmpeg-devel] [PATCH 277/281] ffmpeg: convert to new channel layout-API

2022-01-15 Thread James Almer
On 1/15/2022 10:47 AM, Michael Niedermayer wrote: On Thu, Jan 13, 2022 at 04:44:55PM -0300, James Almer wrote: On 1/13/2022 3:40 PM, James Almer wrote: On 1/13/2022 3:29 PM, Michael Niedermayer wrote: On Wed, Jan 12, 2022 at 11:09:09PM -0300, James Almer wrote: Signed-off-by: James Almer

[FFmpeg-devel] [PATCH] fix bs2b parameter description

2022-01-15 Thread Yue Wang
>From f0fdf5360ecd52d5f4031af9165b94c211defa03 Mon Sep 17 00:00:00 2001 From: Yue Wang Date: Sat, 15 Jan 2022 10:14:17 +0900 Subject: [PATCH] fix bs2b parameter description. --- libavfilter/af_bs2b.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavfilter/af_bs2b.c b/liba

Re: [FFmpeg-devel] [PATCH v20 02/20] avutil/frame: Prepare AVFrame\n for subtitle handling

2022-01-15 Thread Michael Niedermayer
On Mon, Dec 13, 2021 at 11:30:20PM +, Soft Works wrote: [...] > > ./ffmpeg -i ~/tickets/4752/dump_dvbsubtitles.mp4 -ss 5 -t 1 -filter_complex > > '[0:v][0:s]overlay' -bitexact /tmp/withsubtitles.ts > > I can't find the file. The link in the ticket doesn't work anymore and I > can't find it o

Re: [FFmpeg-devel] [PATCH] Website release notes for 5.0

2022-01-15 Thread Michael Niedermayer
On Sat, Jan 15, 2022 at 01:48:40AM +0100, Lynne wrote: > 14 Jan 2022, 20:39 by d...@lynne.ee: > > > 14 Jan 2022, 20:32 by mich...@niedermayer.cc: > > > >> On Fri, Jan 14, 2022 at 08:02:35PM +0100, Lynne wrote: > >> > >>> 14 Jan 2022, 18:48 by mich...@niedermayer.cc: > >>> > >>> > On Tue, Jan 04, 2

Re: [FFmpeg-devel] [PATCH 277/281] ffmpeg: convert to new channel layout-API

2022-01-15 Thread Michael Niedermayer
On Thu, Jan 13, 2022 at 04:44:55PM -0300, James Almer wrote: > > > On 1/13/2022 3:40 PM, James Almer wrote: > > On 1/13/2022 3:29 PM, Michael Niedermayer wrote: > > > On Wed, Jan 12, 2022 at 11:09:09PM -0300, James Almer wrote: > > > > Signed-off-by: James Almer > > > > --- > > > >   fftools/cmd

Re: [FFmpeg-devel] [PATCH v2] avformat/mpegts: add option max_packet_size

2022-01-15 Thread Gyan Doshi
Plan to push tomorrow. On 2022-01-12 08:57 pm, Gyan Doshi wrote: Makes maximum size of emitted packet user-tunable. --- doc/demuxers.texi| 4 libavformat/mpegts.c | 9 ++--- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/doc/demuxers.texi b/doc/demuxers.texi ind

Re: [FFmpeg-devel] [PATCH] Website release notes for 5.0

2022-01-15 Thread James Almer
On 1/15/2022 2:01 AM, Lynne wrote: 15 Jan 2022, 05:08 by ffm...@gyani.pro: On 2022-01-15 06:18 am, Lynne wrote: 14 Jan 2022, 20:39 by d...@lynne.ee: 14 Jan 2022, 20:32 by mich...@niedermayer.cc: On Fri, Jan 14, 2022 at 08:02:35PM +0100, Lynne wrote: 14 Jan 2022, 18:48 by mich...@nie

Re: [FFmpeg-devel] [PATCH 21/24] fftools/ffmpeg: Introduce subtitle filtering new frame-based subtitle encoding

2022-01-15 Thread Soft Works
> -Original Message- > From: ffmpeg-devel On Behalf Of Michael > Niedermayer > Sent: Friday, January 14, 2022 5:53 PM > To: FFmpeg development discussions and patches > Subject: Re: [FFmpeg-devel] [PATCH 21/24] fftools/ffmpeg: Introduce subtitle > filtering new frame-based subtitle enc

Re: [FFmpeg-devel] [PATCH] avfilter: Added siti filter

2022-01-15 Thread Paul B Mahol
On Sat, Jan 15, 2022 at 9:25 AM Paul B Mahol wrote: > > > On Fri, Jan 14, 2022 at 5:22 PM Thilo Borgmann > wrote: > >> Hi, >> >> Am 19.01.21 um 05:49 schrieb Lynne: >> > Jan 19, 2021, 01:07 by borba...@fb.com: >> > >> >> Calculate Spatial Info (SI) and Temporal Info (TI) scores for a video, >> a

Re: [FFmpeg-devel] [PATCH] avfilter: Added siti filter

2022-01-15 Thread Paul B Mahol
On Fri, Jan 14, 2022 at 5:22 PM Thilo Borgmann wrote: > Hi, > > Am 19.01.21 um 05:49 schrieb Lynne: > > Jan 19, 2021, 01:07 by borba...@fb.com: > > > >> Calculate Spatial Info (SI) and Temporal Info (TI) scores for a video, > as defined > >> in ITU-T P.910: Subjective video quality assessment met

Re: [FFmpeg-devel] [PATCH 06/24] avcodec/subtitles: Migrate subtitle encoders to frame-based API

2022-01-15 Thread Soft Works
> -Original Message- > From: ffmpeg-devel On Behalf Of Michael > Niedermayer > Sent: Friday, January 14, 2022 6:22 PM > To: FFmpeg development discussions and patches > Subject: Re: [FFmpeg-devel] [PATCH 06/24] avcodec/subtitles: Migrate subtitle > encoders to frame-based API > > On F