> From: Chris Miceli
> Sent: 2020年10月14日 6:15
> To: FFmpeg development discussions and patches
> Cc: Guo, Yejun
> Subject: Re: [FFmpeg-devel] [PATCH] dnn_backend_tf.c: add option sess_config
> for tf backend
>
> Hi!
>
> With proto files they can be serialised to many different formats, is the
Chris Miceli 于2020年10月13日周二 下午1:59写道:
>
> new_init_section will return NULL under circumstances where the init
> failed and this code needed to check for that. ret and goto fail are how
> this is handled throughout the code.
> ---
> libavformat/hls.c | 4
> 1 file changed, 4 insertions(+)
>
> -Original Message-
> From: ffmpeg-devel On Behalf Of Chris
> Miceli
> Sent: 2020年10月14日 9:00
> To: ffmpeg-devel@ffmpeg.org
> Cc: Chris Miceli
> Subject: [FFmpeg-devel] [PATCH] libavfilter/dnn/dnn_backend{openvino, tf}:
> check memory alloc non-NULL
>
> These previously would not chec
From 64abde49dffd7ef80f77210f2b943388e4682be6 Mon Sep 17 00:00:00 2001
From: Alex Pokotilo
Date: Wed, 14 Oct 2020 02:19:25 +
Subject: [PATCH] lavc/qsvenc: fix poor video quality with "-force_key_frames"
if run ffmpeg with "-force_key_frames" flag without this fix,
all new frames will have "M
> -Original Message-
> From: ffmpeg-devel On Behalf Of Chris
> Miceli
> Sent: 2020年10月14日 8:20
> To: ffmpeg-devel@ffmpeg.org
> Cc: Chris Miceli
> Subject: [FFmpeg-devel] [PATCH] libavfilter/dnn_backend_native: check mem
> allocation
>
> check that frame allocations return non-null.
> -
These previously would not check that the return value was non-null
meaning it was susceptible to a sigsegv. This checks those values.
---
libavfilter/dnn/dnn_backend_openvino.c | 14 +-
libavfilter/dnn/dnn_backend_tf.c | 16 +++-
2 files changed, 28 insertions(+), 2
check that frame allocations return non-null.
---
libavfilter/dnn/dnn_backend_native.c | 17 -
1 file changed, 16 insertions(+), 1 deletion(-)
diff --git a/libavfilter/dnn/dnn_backend_native.c
b/libavfilter/dnn/dnn_backend_native.c
index d45e211f0c..4fc3ba2044 100644
--- a/libavf
From: Mohammad Izadi
HDR10+ is dynamic metadata (A/341 Amendment - SMPTE2094-40) that needs to be
decoded from ITU-T T.35 in HEVC bitstream. The HDR10+ is transferred to side
data packet to be used or passed through.
The fate test file can be found here:
https://drive.google.com/file/d/1Hadzc
Hi!
With proto files they can be serialised to many different formats, is there
a reason for it to use hex? The reason I ask is that it's not trivially
readable for those debugging the command line. Perhaps something like json
is better?
Even if not using json, maybe a file is a little easier? In
On Tue, 2020-10-13 at 20:11 +0200, Andreas Rheinhardt wrote:
>
> Joakim Tjernlund:
> > On Tue, 2020-10-13 at 15:24 +0100, Derek Buitenhuis wrote:
> > >
> > > On 13/10/2020 15:19, Joakim Tjernlund wrote:
> > > > For now just fixing av_malloc_max(0) will do, av_max_malloc2() etc. is
> > > > beyond
Joakim Tjernlund:
> On Tue, 2020-10-13 at 15:24 +0100, Derek Buitenhuis wrote:
>>
>> On 13/10/2020 15:19, Joakim Tjernlund wrote:
>>> For now just fixing av_malloc_max(0) will do, av_max_malloc2() etc. is
>>> beyond this patch.
>>
>> As Ronald mentioned, if you're going to fix the ABI/API, you sho
On Tue, 2020-10-13 at 14:03 -0300, James Almer wrote:
>
>
> On 10/13/2020 11:24 AM, Derek Buitenhuis wrote:
> > On 13/10/2020 15:19, Joakim Tjernlund wrote:
> > > For now just fixing av_malloc_max(0) will do, av_max_malloc2() etc. is
> > > beyond this patch.
> >
> > As Ronald mentioned, if you'
From https://bugs.chromium.org/p/chromium/issues/detail?id=1095962
This seems to be caused by the custom handling of "av_max_alloc(0)" in
Chromium's ffmpeg fork to mean unlimited (added in [1]).
Upstream ffmpeg doesn't treat 0 as a special value; versions before 4.3
s
On 10/13/2020 11:24 AM, Derek Buitenhuis wrote:
> On 13/10/2020 15:19, Joakim Tjernlund wrote:
>> For now just fixing av_malloc_max(0) will do, av_max_malloc2() etc. is
>> beyond this patch.
>
> As Ronald mentioned, if you're going to fix the ABI/API, you should actually
> fix every use of that A
On Tue, 2020-10-13 at 15:24 +0100, Derek Buitenhuis wrote:
>
> On 13/10/2020 15:19, Joakim Tjernlund wrote:
> > For now just fixing av_malloc_max(0) will do, av_max_malloc2() etc. is
> > beyond this patch.
>
> As Ronald mentioned, if you're going to fix the ABI/API, you should actually
> fix eve
On 13/10/2020 15:19, Joakim Tjernlund wrote:
> For now just fixing av_malloc_max(0) will do, av_max_malloc2() etc. is beyond
> this patch.
As Ronald mentioned, if you're going to fix the ABI/API, you should actually
fix every use of that ABI/API, not just the one you care about (0).
So max value
Am Mo., 12. Okt. 2020 um 21:42 Uhr schrieb Philip Langdale <
phil...@overt.org>:
> On Sun, 11 Oct 2020 18:36:42 +0200
> Thomas Mundt wrote:
>
> > Hi Philip,
> >
> > Am Fr., 9. Okt. 2020 um 18:33 Uhr schrieb Philip Langdale
> > > >:
> >
> > > I've been sitting on this for a couple of years now, a
On Tue, 2020-10-13 at 09:41 -0400, Ronald S. Bultje wrote:
> CAUTION: This email originated from outside of the organization. Do not click
> links or open attachments unless you recognize the sender and know the
> content is safe.
>
> Hi,
>
> On Tue, Oct 13, 2020 at 6:30 AM Joakim Tjernlund
>
Hi,
On Tue, Oct 13, 2020 at 6:30 AM Joakim Tjernlund <
joakim.tjernl...@infinera.com> wrote:
> From https://bugs.chromium.org/p/chromium/issues/detail?id=1095962
>
> This seems to be caused by the custom handling of "av_max_alloc(0)" in
> Chromium's ffmpeg fork to mea
On Mon, Oct 12, 2020 at 8:43 PM Paul B Mahol wrote:
> On Mon, Oct 12, 2020 at 07:01:17PM +0200, Romane Lafon wrote:
> > This patch extends aphasemeter to detect out of phase or mono sequences
> in
> > stereo streams. Same patch as v8, but doc updated with the latest master
> > branch.
> >
>
> pro
From https://bugs.chromium.org/p/chromium/issues/detail?id=1095962
This seems to be caused by the custom handling of "av_max_alloc(0)" in
Chromium's ffmpeg fork to mean unlimited (added in [1]).
Upstream ffmpeg doesn't treat 0 as a special value; versions before 4.3
s
This patch fixes the total failure to parse cues when style and region
definition blocks are contained in the input file, and ensures those
blocks are written to the output when copying.
The sample attached needs to be added to samples at the path shown in
the patch in order to validate that the o
uninit is already called automatically (even when configuring the filter
failed).
Signed-off-by: Andreas Rheinhardt
---
libavfilter/af_mcompand.c | 19 +++
1 file changed, 3 insertions(+), 16 deletions(-)
diff --git a/libavfilter/af_mcompand.c b/libavfilter/af_mcompand.c
index f
Signed-off-by: Andreas Rheinhardt
---
libavcodec/v308enc.c | 6 --
libavcodec/v408enc.c | 7 ---
2 files changed, 13 deletions(-)
diff --git a/libavcodec/v308enc.c b/libavcodec/v308enc.c
index 29b7f8bedd..0891251dea 100644
--- a/libavcodec/v308enc.c
+++ b/libavcodec/v308enc.c
@@ -68,11 +
The ASUS V2 format is designed for a little-endian bitstream reader, yet
our encoder used an ordinary big-endian bitstream writer to write it;
the bits of every byte were swapped at the end and some data (namely the
numbers not in static tables) had to be bitreversed before writing it at
all, so th
Signed-off-by: Andreas Rheinhardt
---
libavcodec/ylc.c | 10 +-
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/libavcodec/ylc.c b/libavcodec/ylc.c
index 2afe3fc9d5..ecfecc0292 100644
--- a/libavcodec/ylc.c
+++ b/libavcodec/ylc.c
@@ -371,7 +371,7 @@ static int decode_frame(A
Signed-off-by: Andreas Rheinhardt
---
libavcodec/asvenc.c | 7 ++-
1 file changed, 2 insertions(+), 5 deletions(-)
diff --git a/libavcodec/asvenc.c b/libavcodec/asvenc.c
index 054ec8ee65..49df3ffbe1 100644
--- a/libavcodec/asvenc.c
+++ b/libavcodec/asvenc.c
@@ -291,12 +291,9 @@ static int en
Up until now the ASV2 decoder used an ordinary big-endian bitreader to
read data actually destined for a little-endian bitreader; this is done
by reversing the whole input packet bitwise, using the big-endian
bigreader and reversing (and shifting) the result again. This commit
stops this and instea
Signed-off-by: Andreas Rheinhardt
---
libavcodec/asvenc.c | 8
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/libavcodec/asvenc.c b/libavcodec/asvenc.c
index 28f7a94071..054ec8ee65 100644
--- a/libavcodec/asvenc.c
+++ b/libavcodec/asvenc.c
@@ -47,7 +47,7 @@ static inline v
Signed-off-by: Andreas Rheinhardt
---
libavcodec/asvdec.c | 27 +++
1 file changed, 15 insertions(+), 12 deletions(-)
diff --git a/libavcodec/asvdec.c b/libavcodec/asvdec.c
index 9a11446f52..a21e4277b3 100644
--- a/libavcodec/asvdec.c
+++ b/libavcodec/asvdec.c
@@ -34,7 +3
Signed-off-by: Andreas Rheinhardt
---
libavcodec/asvdec.c | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/libavcodec/asvdec.c b/libavcodec/asvdec.c
index a21e4277b3..6198188fc5 100644
--- a/libavcodec/asvdec.c
+++ b/libavcodec/asvdec.c
@@ -235,7 +235,9 @@ static int decode_
On Mon, Oct 12, 2020 at 11:20 PM Jan Ekström wrote:
>
> On Tue, Oct 13, 2020 at 12:07 AM Dave Evans wrote:
> >
> > This patch fixes the total failure to parse cues when style and region
> > definition blocks are contained in the input file, and ensures those blocks
> > are written to the output w
TensorFlow C library accepts config for session options to
set different parameters for the inference. This patch exports
this interface.
The config is a serialized tensorflow.ConfigProto proto, so we need
two steps to use it:
1. generate the serialized proto with python (see script example below)
---
libavformat/rtsp.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavformat/rtsp.h b/libavformat/rtsp.h
index 54a9a30c16..2b37f5b49f 100644
--- a/libavformat/rtsp.h
+++ b/libavformat/rtsp.h
@@ -315,7 +315,7 @@ typedef struct RTSPState {
/** some MS RTSP streams cont
> -Original Message-
> From: ffmpeg-devel On Behalf Of Chris
> Miceli
> Sent: 2020年10月13日 13:16
> To: ffmpeg-devel@ffmpeg.org
> Cc: Chris Miceli
> Subject: [FFmpeg-devel] [PATCH] libavfilter/dnn_backend_native: check mem
> allocation
>
> check that frame allocations return non-null.
>
fix ticket: 8904
parse the SPS from extradata and get profile_tier_level
write the profile_tier_level info into CODECS Attribute
HLS CODECS Attribute reference to
:https://developer.apple.com/documentation/http_live_streaming/hls_authoring_specification_for_apple_devices/hls_authoring_specificati
36 matches
Mail list logo