On Wed, Jan 08, 2020 at 23:46:02 +0800, lance.lmw...@gmail.com wrote:
> +/* Only print the user data details if it's string */
> +if (string_is_print(user_data)) {
> +av_log(ctx, AV_LOG_INFO, "User Data=");
> +av_log(ctx, AV_LOG_INFO, "%s", user_data);
> +}
Is this miss
On Thu, Jan 9, 2020 at 1:04 AM Hendrik Leppkes wrote:
> On Thu, Jan 9, 2020 at 12:32 AM Max Dmitrichenko
> wrote:
> > > Historically, QSV failed at accepting the array-textures that are used
> > > by a D3D11 decoder, which is why this was not included.
> > >
> > >
> >
> > right but not anymore,
Hi,
Re-sending the patch after incorporating the review comments over the previous
patch sent yesterday.
This patch has the implementation for supporting frame duplication (doubling/
tripling) by FFmpeg's HEVC decoder based on the picture_structre SEI value
present in the encoded video.
pictur
On Thu, Jan 09, 2020 at 10:37:44AM +0100, Moritz Barsnick wrote:
> On Wed, Jan 08, 2020 at 23:46:02 +0800, lance.lmw...@gmail.com wrote:
> > +/* Only print the user data details if it's string */
> > +if (string_is_print(user_data)) {
> > +av_log(ctx, AV_LOG_INFO, "User Data=");
> >
From: Limin Wang
Fixes CID 1457234
Signed-off-by: Limin Wang
---
libavcodec/libx265.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/libavcodec/libx265.c b/libavcodec/libx265.c
index 9e4711e50b..7f18db92e4 100644
--- a/libavcodec/libx265.c
+++ b/libavcodec/libx265.c
@@ -549,6 +549,8 @@
On Thu, 9 Jan 2020 at 10:09, Praveen Kumar wrote:
> Hi,
>
> Re-sending the patch after incorporating the review comments over the
> previous patch sent yesterday.
>
Hi,
Leave ticks_per_frame alone. I don't see why you are changing it.
Kieran
___
ffmp
Fixes: left shift of 3329 by 20 places cannot be represented in type 'int'
Fixes: signed integer overflow: -199378355 + -1948950833 cannot be represented
in type 'int'
Fixes:
19837/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_WMALOSSLESS_fuzzer-5752565837070336
Fixes:
19839/clusterfuzz-test
On Wed, 8 Jan 2020 14:31:05 -0800
Josh Allmann wrote:
>
> Hi Phil,
>
> Flushing and resumption is documented/supported in nvenc via
> NV_ENC_FLAGS_EOS, but I wasn't sure if this was a feature that
> ffmpeg's integration was intentionally designed for. But if you
> confirm we can expect this beha
Signed-off-by: Ting Fu
---
V7:
Fix compile issue when user configure with --disable-mmx.
Fix issue when running ./ffmpeg with --cpuflags mmx/ssse3.
Adjust the SIMD verify logic in libswscale/x86/yuv2rgb.c
libswscale/x86/Makefile | 1 +
libswscale/x86/swscale.c |
Tested using this command:
/ffmpeg -pix_fmt yuv420p -s 1920*1080 -i ArashRawYuv420.yuv \
-vcodec rawvideo -s 1920*1080 -pix_fmt rgb24 -f null /dev/null
The fps increase from 389 to 640 on Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz
Signed-off-by: Ting Fu
---
libswscale/x86/yuv2rgb.c | 38
> -Original Message-
> From: ffmpeg-devel On Behalf Of
> Michael Niedermayer
> Sent: Thursday, January 9, 2020 06:17 AM
> To: FFmpeg development discussions and patches de...@ffmpeg.org>
> Subject: Re: [FFmpeg-devel] [PATCH V6 2/2] libswscale/x86/yuv2rgb: add
> ssse3 version
>
> On Wed
> -Original Message-
> From: ffmpeg-devel On Behalf Of Ting
> Fu
> Sent: Friday, January 10, 2020 01:38 AM
> To: ffmpeg-devel@ffmpeg.org
> Subject: [FFmpeg-devel] [PATCH V7 1/2] libswscale/x86/yuv2rgb: Change
> inline assembly into nasm code
>
> Signed-off-by: Ting Fu
> ---
> V7:
>
On Sun, Nov 10, 2019 at 5:07 AM Andreas Rheinhardt <
andreas.rheinha...@gmail.com> wrote:
> This will likely also fix CID 1452574 and 1452565, false positives
> resulting from Coverity thinking that av_dict_set() automatically
> frees its key and value parameters (even without the
> AV_DICT_DONT_S
On Wed, Jan 01, 2020 at 08:10:06PM +0100, Marton Balint wrote:
>
>
> On Tue, 31 Dec 2019, Michael Niedermayer wrote:
>
> >On Tue, Dec 31, 2019 at 12:37:02PM +0100, Nicolas George wrote:
> >>Marton Balint (12019-12-28):
> >>>v2: simplified example
> >>>
> >>>Signed-off-by: Marton Balint
> >>>---
On Wed, 8 Jan 2020, Martin Storsjö wrote:
On Fri, 20 Dec 2019, Michael Niedermayer wrote:
On Tue, Dec 17, 2019 at 03:15:09PM +0200, Martin Storsjö wrote:
Keep all the existing data fields as they are (there's lots and
lots of nontrivial calculation and heuristics based on them in
their curren
On Sat, 4 Jan 2020, Alexandre Heitor Schmidt wrote:
Hi there! I'm just writing to make sure this patch wasn't forgotten. :)
Thanks, I think the patch is fine now, I will apply it tomorrow if there
are no further comments.
Regards,
Marton
Best wishes to you all!
Alex.
On 01/01/2020 17
On Wed, Jan 01, 2020 at 05:40:33PM +0100, Marton Balint wrote:
>
>
> On Wed, 1 Jan 2020, Michael Niedermayer wrote:
>
> >On Mon, Dec 30, 2019 at 11:23:40PM +0100, Marton Balint wrote:
> >>Also add helper functions to allocate and free such a struct, and make it
> >>usable by providing a new av_e
On Thu, Jan 09, 2020 at 11:32:03PM +0200, Martin Storsjö wrote:
> On Wed, 8 Jan 2020, Martin Storsjö wrote:
>
> >On Fri, 20 Dec 2019, Michael Niedermayer wrote:
> >
> >>On Tue, Dec 17, 2019 at 03:15:09PM +0200, Martin Storsjö wrote:
> >>>Keep all the existing data fields as they are (there's lots
On Thu, 9 Jan 2020, Michael Niedermayer wrote:
On Wed, Jan 01, 2020 at 05:40:33PM +0100, Marton Balint wrote:
On Wed, 1 Jan 2020, Michael Niedermayer wrote:
On Mon, Dec 30, 2019 at 11:23:40PM +0100, Marton Balint wrote:
Also add helper functions to allocate and free such a struct, and ma
On Wed, Jan 8, 2020 at 3:00 PM Wonkap Jang
wrote:
>
> Documentation change for adding support for encoding
> with temporal scalability in VP9.
> ---
> doc/encoders.texi | 18 +++---
> 1 file changed, 15 insertions(+), 3 deletions(-)
>
This could be a part of the first patch in the se
On 07-01-2020 05:44 pm, Gyan Doshi wrote:
Useful for monitoring sparse data in realtime
---
doc/filters.texi | 3 +++
libavfilter/f_metadata.c | 6 ++
2 files changed, 9 insertions(+)
diff --git a/doc/filters.texi b/doc/filters.texi
index fc2d198077..e682ba62bb 100644
--- a/doc
21 matches
Mail list logo