Re: [FFmpeg-devel] [PATCH v3 0/1] Add-probe_streams-option

2021-10-19 Thread Nicolas Gaullier
>Nicolas Gaullier (1): > avformat: Add probe_streams option > > doc/formats.texi| 3 +++ > libavformat/avformat.h | 9 + > libavformat/mpeg.c | 5 +++-- > libavformat/mpegts.c| 10 ++ > libavformat/options_table.h | 1 + > libavformat/version.h

Re: [FFmpeg-devel] [PATCH 1/4] lavc/aarch64: add hevc sao edge 16x16

2021-10-19 Thread Martin Storsjö
On Thu, 7 Oct 2021, J. Dekker wrote: --bench on AWS Graviton: hevc_sao_edge_16x16_8_c: 1857.0 hevc_sao_edge_16x16_8_neon: 211.0 hevc_sao_edge_32x32_8_c: 7802.2 hevc_sao_edge_32x32_8_neon: 808.2 hevc_sao_edge_48x48_8_c: 16764.2 hevc_sao_edge_48x48_8_neon: 1796.5 hevc_sao_edge_64x64_8_c: 32647.5

Re: [FFmpeg-devel] [PATCH 2/4] lavc/aarch64: add hevc sao edge 8x8

2021-10-19 Thread Martin Storsjö
On Thu, 7 Oct 2021, J. Dekker wrote: --bench on AWS Graviton: hevc_sao_edge_8x8_8_c: 516.0 hevc_sao_edge_8x8_8_neon: 81.0 Signed-off-by: J. Dekker --- libavcodec/aarch64/hevcdsp_init_aarch64.c | 3 ++ libavcodec/aarch64/hevcdsp_sao_neon.S | 52 +++ 2 files changed, 55 i

Re: [FFmpeg-devel] [FFmpeg-cvslog] libavcodec/libx264: add user data unregistered SEI encoding

2021-10-19 Thread Brad Hards
On Tuesday, 19 October 2021 1:29:17 PM AEDT Brad Hards wrote: > On Tuesday, 19 October 2021 9:53:50 AM AEDT James Almer wrote: > > On 10/18/2021 7:38 PM, James Almer wrote: > > > On 10/18/2021 7:34 PM, Derek Buitenhuis wrote: > > >> On 10/18/2021 11:05 PM, Michael Niedermayer wrote: > > >>> This co

Re: [FFmpeg-devel] [PATCH 3/4] lavc/aarch64: add hevc sao band 8x8 tiling

2021-10-19 Thread Martin Storsjö
On Thu, 7 Oct 2021, J. Dekker wrote: --bench on AWS Graviton: hevc_sao_band_8x8_8_c: 317.5 hevc_sao_band_8x8_8_neon: 97.5 hevc_sao_band_16x16_8_c: 1115.0 hevc_sao_band_16x16_8_neon: 322.7 hevc_sao_band_32x32_8_c: 4599.2 hevc_sao_band_32x32_8_neon: 1246.2 hevc_sao_band_48x48_8_c: 10021.7 hevc_sa

Re: [FFmpeg-devel] [PATCH 1/4] lavc/aarch64: add hevc sao edge 16x16

2021-10-19 Thread Martin Storsjö
On Thu, 7 Oct 2021, J. Dekker wrote: --bench on AWS Graviton: hevc_sao_edge_16x16_8_c: 1857.0 hevc_sao_edge_16x16_8_neon: 211.0 hevc_sao_edge_32x32_8_c: 7802.2 hevc_sao_edge_32x32_8_neon: 808.2 hevc_sao_edge_48x48_8_c: 16764.2 hevc_sao_edge_48x48_8_neon: 1796.5 hevc_sao_edge_64x64_8_c: 32647.5

Re: [FFmpeg-devel] [PATCH 4/4] lavc/aarch64: clean-up sao band 8x8 function formatting

2021-10-19 Thread Martin Storsjö
On Thu, 7 Oct 2021, J. Dekker wrote: Signed-off-by: J. Dekker --- libavcodec/aarch64/hevcdsp_sao_neon.S | 103 +++--- 1 file changed, 44 insertions(+), 59 deletions(-) diff --git a/libavcodec/aarch64/hevcdsp_sao_neon.S b/libavcodec/aarch64/hevcdsp_sao_neon.S index 263747149

Re: [FFmpeg-devel] [FFmpeg-cvslog] libavcodec/libx264: add user data unregistered SEI encoding

2021-10-19 Thread Michael Niedermayer
On Tue, Oct 19, 2021 at 07:34:10PM +1100, Brad Hards wrote: > On Tuesday, 19 October 2021 1:29:17 PM AEDT Brad Hards wrote: > > On Tuesday, 19 October 2021 9:53:50 AM AEDT James Almer wrote: > > > On 10/18/2021 7:38 PM, James Almer wrote: > > > > On 10/18/2021 7:34 PM, Derek Buitenhuis wrote: > > >

Re: [FFmpeg-devel] [FFmpeg-cvslog] libavcodec/libx264: add user data unregistered SEI encoding

2021-10-19 Thread Brad Hards
On Tuesday, 19 October 2021 9:53:44 PM AEDT Michael Niedermayer wrote: > On Tue, Oct 19, 2021 at 07:34:10PM +1100, Brad Hards wrote: > > On Tuesday, 19 October 2021 1:29:17 PM AEDT Brad Hards wrote: > > > On Tuesday, 19 October 2021 9:53:50 AM AEDT James Almer wrote: > > > > On 10/18/2021 7:38 PM,

Re: [FFmpeg-devel] [FFmpeg-cvslog] libavcodec/libx264: add user data unregistered SEI encoding

2021-10-19 Thread James Almer
On 10/18/2021 11:29 PM, Brad Hards wrote: On Tuesday, 19 October 2021 9:53:50 AM AEDT James Almer wrote: On 10/18/2021 7:38 PM, James Almer wrote: On 10/18/2021 7:34 PM, Derek Buitenhuis wrote: On 10/18/2021 11:05 PM, Michael Niedermayer wrote: This code breaks bitexact mode for some files, i

Re: [FFmpeg-devel] [PATCH] libavformat/rtpdec_mpeg: handle bare ADTS packets with explicit decoder config

2021-10-19 Thread Jeff Mahoney
On 10/17/21 21:28, lance.lmw...@gmail.com wrote: > On Fri, Oct 01, 2021 at 06:53:23PM -0400, Jeff Mahoney wrote: >> When SDP specifies a decoder config, there may not be any AU headers >> provided by the sender. This can result in rtp_parse_mp4_au failing >> and aac_parse_packet reporting "Error p

Re: [FFmpeg-devel] [PATCH 1/2] fftools/ffmpeg: exit application when decoding returns AVERROR_EXIT

2021-10-19 Thread James Almer
On 10/19/2021 2:07 AM, Soft Works wrote: -Original Message- From: ffmpeg-devel On Behalf Of Gyan Doshi Sent: Tuesday, October 19, 2021 6:51 AM To: ffmpeg-devel@ffmpeg.org Subject: Re: [FFmpeg-devel] [PATCH 1/2] fftools/ffmpeg: exit application when decoding returns AVERROR_EXIT On

[FFmpeg-devel] [PATCH 1/2] configure: add hls demuxer link dependencies

2021-10-19 Thread lance . lmwang
From: Limin Wang Fixes building with --disable-everything --enable-demuxer=hls Signed-off-by: Limin Wang --- configure | 1 + 1 file changed, 1 insertion(+) diff --git a/configure b/configure index 92610c7..0fe3937 100755 --- a/configure +++ b/configure @@ -3363,6 +3363,7 @@ flac_demuxer_sele

[FFmpeg-devel] [PATCH 2/2] avutil/hwcontext_videotoolbox: fix use of unknown builtin '__builtin_available'

2021-10-19 Thread lance . lmwang
From: Limin Wang OSX version: 10.11.6 Apple LLVM version 8.0.0 (clang-800.0.42.1) Target: x86_64-apple-darwin15.6.0 Signed-off-by: Limin Wang --- libavutil/hwcontext_videotoolbox.c | 12 1 file changed, 12 insertions(+) diff --git a/libavutil/hwcontext_videotoolbox.c b/libavutil

Re: [FFmpeg-devel] [FFmpeg-cvslog] libavcodec/libx264: add user data unregistered SEI encoding

2021-10-19 Thread Michael Niedermayer
On Tue, Oct 19, 2021 at 08:45:03AM -0300, James Almer wrote: > On 10/18/2021 11:29 PM, Brad Hards wrote: > > On Tuesday, 19 October 2021 9:53:50 AM AEDT James Almer wrote: > > > On 10/18/2021 7:38 PM, James Almer wrote: > > > > On 10/18/2021 7:34 PM, Derek Buitenhuis wrote: > > > > > On 10/18/2021

Re: [FFmpeg-devel] [PATCH v3 3/3] avformat/avio{, buf}: introduce public AVIOContext::bytes_{read, written}

2021-10-19 Thread Michael Niedermayer
On Mon, Oct 18, 2021 at 03:47:23PM +0300, Jan Ekström wrote: > Such fields can be seen as generally useful in cases where the > API user is not implementing custom AVIO callbacks, but still would > like to know if data is being read or written out, such as in case > data is being read from input bu

Re: [FFmpeg-devel] [PATCH] avformat/mov: Do not hard fail if bit rate calculation overflows unless in explode mode

2021-10-19 Thread Michael Niedermayer
On Mon, Oct 18, 2021 at 02:24:08PM +0100, Derek Buitenhuis wrote: > Hi, > > Sorry for the slow reply. > > On 10/12/2021 8:18 PM, Michael Niedermayer wrote: > > i was thinking of something like > > st->codecpar->bit_rate = av_rescale(sc->data_size, c->time_scale * 8LL, > > st->duration); > > > >

Re: [FFmpeg-devel] [PATCH 1/2] fftools/ffmpeg: exit application when decoding returns AVERROR_EXIT

2021-10-19 Thread Soft Works
> -Original Message- > From: ffmpeg-devel On Behalf Of > James Almer > Sent: Tuesday, October 19, 2021 4:39 PM > To: ffmpeg-devel@ffmpeg.org > Subject: Re: [FFmpeg-devel] [PATCH 1/2] fftools/ffmpeg: exit > application when decoding returns AVERROR_EXIT > > On 10/19/2021 2:07 AM, Soft W

Re: [FFmpeg-devel] [PATCH 1/2] fftools/ffmpeg: exit application when decoding returns AVERROR_EXIT

2021-10-19 Thread Paul B Mahol
Feel free to keep hacks for yourself. No need to send it to us, it is considered as spam as more useful patches are forgotten this way. ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe

Re: [FFmpeg-devel] [PATCH 1/2] fftools/ffmpeg: exit application when decoding returns AVERROR_EXIT

2021-10-19 Thread James Almer
On 10/19/2021 4:51 PM, Paul B Mahol wrote: Feel free to keep hacks for yourself. No need to send it to us, it is considered as spam as more useful patches are forgotten this way. No, you keep this kind of reply to yourself. Don't badmouth contributors. _

Re: [FFmpeg-devel] [PATCH 1/2] fftools/ffmpeg: exit application when decoding returns AVERROR_EXIT

2021-10-19 Thread Soft Works
> -Original Message- > From: ffmpeg-devel On Behalf Of > Paul B Mahol > Sent: Tuesday, October 19, 2021 9:52 PM > To: FFmpeg development discussions and patches de...@ffmpeg.org> > Subject: Re: [FFmpeg-devel] [PATCH 1/2] fftools/ffmpeg: exit > application when decoding returns AVERROR_

Re: [FFmpeg-devel] [PATCH 1/2] fftools/ffmpeg: exit application when decoding returns AVERROR_EXIT

2021-10-19 Thread James Almer
On 10/19/2021 3:59 PM, Soft Works wrote: -Original Message- From: ffmpeg-devel On Behalf Of James Almer Sent: Tuesday, October 19, 2021 4:39 PM To: ffmpeg-devel@ffmpeg.org Subject: Re: [FFmpeg-devel] [PATCH 1/2] fftools/ffmpeg: exit application when decoding returns AVERROR_EXIT On 1

Re: [FFmpeg-devel] [PATCH v3 2/3] avformat/avio{, buf}: deprecate AVIOContext::written

2021-10-19 Thread Jan Ekström
On Mon, Oct 18, 2021 at 3:47 PM Jan Ekström wrote: > > Originally added as a private entry in commit > 3f75e5116b900f1428aa13041fc7d6301bf1988a, but its grouping with > the comment noting its private state was missed during merging of > the field from Libav (most likely due to an already existing

[FFmpeg-devel] [PATCH v2] libavformat/rtpdec_mpeg: handle bare ADTS packets with explicit decoder config

2021-10-19 Thread Jeff Mahoney
When SDP specifies a decoder config, there may not be any AU headers provided by the sender. This can result in rtp_parse_mp4_au failing and aac_parse_packet reporting "Error parsing AU headers." and no audio is recovered from the stream. This commit modifies aac_parse_header to check for an expl

Re: [FFmpeg-devel] [PATCH v6 00/10] make QSV works with the Intel's oneVPL

2021-10-19 Thread Jean-Baptiste Kempf
Hello, On Fri, 15 Oct 2021, at 22:23, Soft Works wrote: > I really appreciate all the effort that Intel is taking to improve > ffmppeg for QSV hw acceleration, but in this case I'm not convinced > that this should be merged into ffmpeg at this time. > > [...] > In its current state, oneVPL is all

Re: [FFmpeg-devel] AAC - Fetching data out of data stream elements/DSE?

2021-10-19 Thread Carsten Gross
Hello, Am Dienstag, 3. August 2021, 17:48:12 CEST schrieb Andreas Rheinhardt: >> Carsten Gross: >> [RDS data on new ARD satellite audio transponder in AAC-LATM, e.g. NDR] > > Using frame side data (or also packet side data -- a matching packet > side data would be needed if one wanted to preserve

Re: [FFmpeg-devel] [PATCH v6 00/10] make QSV works with the Intel's oneVPL

2021-10-19 Thread Soft Works
> -Original Message- > From: ffmpeg-devel On Behalf Of > Jean-Baptiste Kempf > Sent: Tuesday, October 19, 2021 11:19 PM > To: ffmpeg-devel@ffmpeg.org > Subject: Re: [FFmpeg-devel] [PATCH v6 00/10] make QSV works with the > Intel's oneVPL > > Hello, > > On Fri, 15 Oct 2021, at 22:23, Soft

Re: [FFmpeg-devel] [PATCH 1/2] fftools/ffmpeg: exit application when decoding returns AVERROR_EXIT

2021-10-19 Thread Soft Works
> -Original Message- > From: ffmpeg-devel On Behalf Of > James Almer > Sent: Tuesday, October 19, 2021 10:51 PM > To: ffmpeg-devel@ffmpeg.org > Subject: Re: [FFmpeg-devel] [PATCH 1/2] fftools/ffmpeg: exit > application when decoding returns AVERROR_EXIT > > On 10/19/2021 3:59 PM, Soft

Re: [FFmpeg-devel] [PATCH 1/2] fftools/ffmpeg: exit application when decoding returns AVERROR_EXIT

2021-10-19 Thread Soft Works
> -Original Message- > From: ffmpeg-devel On Behalf Of > James Almer > Sent: Tuesday, October 19, 2021 10:51 PM > To: ffmpeg-devel@ffmpeg.org > Subject: Re: [FFmpeg-devel] [PATCH 1/2] fftools/ffmpeg: exit > application when decoding returns AVERROR_EXIT > You didn't ask for alternativ

[FFmpeg-devel] [PATCH v1] libavformat/mov: ffmpeg can't read mp4 track title metadata

2021-10-19 Thread xutopiaf
From: xutopia Signed-off-by: xutopia --- libavformat/mov.c | 12 +++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/libavformat/mov.c b/libavformat/mov.c index 57c67e3aac..9673234734 100644 --- a/libavformat/mov.c +++ b/libavformat/mov.c @@ -521,7 +521,17 @@ retry:

Re: [FFmpeg-devel] [PATCH v1] libavformat/mov: ffmpeg can't read mp4 track title metadata

2021-10-19 Thread Steven Liu
> 2021年10月20日 上午10:38,xutop...@gmail.com 写道: > > From: xutopia > > Signed-off-by: xutopia > --- > libavformat/mov.c | 12 +++- > 1 file changed, 11 insertions(+), 1 deletion(-) > > diff --git a/libavformat/mov.c b/libavformat/mov.c > index 57c67e3aac..9673234734 100644 > --- a/libavfo

[FFmpeg-devel] [PATCH v2] libavformat/mov: ffmpeg can't read mp4 track title metadata

2021-10-19 Thread xutopiaf
From: xutopia Signed-off-by: xutopia --- libavformat/mov.c | 12 +++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/libavformat/mov.c b/libavformat/mov.c index 57c67e3aac..8132bdae76 100644 --- a/libavformat/mov.c +++ b/libavformat/mov.c @@ -521,7 +521,17 @@ retry:

Re: [FFmpeg-devel] [PATCH v6 00/10] make QSV works with the Intel's oneVPL

2021-10-19 Thread Jean-Baptiste Kempf
On Wed, 20 Oct 2021, at 01:00, Soft Works wrote: >> -Original Message- >> From: ffmpeg-devel On Behalf Of >> Jean-Baptiste Kempf >> Sent: Tuesday, October 19, 2021 11:19 PM >> To: ffmpeg-devel@ffmpeg.org >> Subject: Re: [FFmpeg-devel] [PATCH v6 00/10] make QSV works with the >> Intel's o

Re: [FFmpeg-devel] [PATCH v6 00/10] make QSV works with the Intel's oneVPL

2021-10-19 Thread Soft Works
> -Original Message- > From: ffmpeg-devel On Behalf Of > Jean-Baptiste Kempf > Sent: Wednesday, October 20, 2021 8:01 AM > To: ffmpeg-devel@ffmpeg.org > Subject: Re: [FFmpeg-devel] [PATCH v6 00/10] make QSV works with the > Intel's oneVPL > > > > On Wed, 20 Oct 2021, at 01:00, Soft Wo

Re: [FFmpeg-devel] [PATCH v6 00/10] make QSV works with the Intel's oneVPL

2021-10-19 Thread Soft Works
> -Original Message- > From: ffmpeg-devel On Behalf Of > Jean-Baptiste Kempf > Sent: Wednesday, October 20, 2021 8:01 AM > To: ffmpeg-devel@ffmpeg.org > Subject: Re: [FFmpeg-devel] [PATCH v6 00/10] make QSV works with the > Intel's oneVPL > > > > On Wed, 20 Oct 2021, at 01:00, Soft Wo