>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
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
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
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
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
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
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
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:
> > >
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,
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
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
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
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
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
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
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
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);
> >
> >
> -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
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
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.
_
> -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_
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
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
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
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
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
> -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
> -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
> -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
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:
> 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
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:
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
> -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
> -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
35 matches
Mail list logo