Re: [FFmpeg-devel] [PATCH] avformat/mxg: return reference counted packets

2018-03-02 Thread James Almer
On 3/2/2018 12:10 PM, wm4 wrote: > On Tue, 27 Feb 2018 00:09:47 -0300 > James Almer wrote: > >> Signed-off-by: James Almer >> --- >> libavformat/mxg.c | 17 +++-- >> 1 file changed, 11 insertions(+), 6 deletions(-) >> >> diff --git

Re: [FFmpeg-devel] [PATCH v3 0/2] libavfilter/vf_fps: Rewrite using activate callback

2018-03-02 Thread Calvin Walton
Ping? I've been using this patch set in my production system for the past week. There I've been running some fairly complicated filter pipelines generated by scripts with good results - it's working reliably (no stalls/hangs) and has solved my memory usage issue. Calvin. On Thu, 2018-02-22 at

[FFmpeg-devel] [PATCH] Add manu/modl to mov_read_udta_string.

2018-03-02 Thread Tianqiang Liu
From: Tianqiang Liu Documentation: http://mp4ra.org/atoms.html --- libavformat/mov.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libavformat/mov.c b/libavformat/mov.c index f01116874c..00b3b25944 100644 --- a/libavformat/mov.c +++ b/libavformat/mov.c @@ -336,6 +336,8

Re: [FFmpeg-devel] [PATCH] checkasm/hevc_sao : add hevc_sao for checkasm

2018-03-02 Thread Martin Vignali
2018-03-02 12:48 GMT+01:00 Yingming Fan : > If you want to test checkasm of hevc_sao, please use `checkasm > --test=hevc_sao`, or `checkasm --test=hevc_sao --bench`. > > > > > On 2 Mar 2018, at 7:03 PM, Yingming Fan wrote: > > > > --- > >

Re: [FFmpeg-devel] [PATCH v2] lavu/frame: add QP side data

2018-03-02 Thread James Almer
On 3/2/2018 1:47 PM, wm4 wrote: > On Fri, 2 Mar 2018 13:11:35 -0300 > James Almer wrote: > >> On 3/2/2018 8:16 AM, wm4 wrote: >>> This adds a way for an API user to transfer QP data and metadata without >>> having to keep the reference to AVFrame, and without having to >>>

Re: [FFmpeg-devel] [PATCH v2] lavu/frame: add QP side data

2018-03-02 Thread James Almer
On 3/2/2018 3:19 PM, wm4 wrote: > On Fri, 2 Mar 2018 14:30:28 -0300 > James Almer wrote: > >> On 3/2/2018 1:47 PM, wm4 wrote: >>> On Fri, 2 Mar 2018 13:11:35 -0300 >>> James Almer wrote: >>> On 3/2/2018 8:16 AM, wm4 wrote: > This adds a way for an

Re: [FFmpeg-devel] [PATCH v2] lavu/frame: add QP side data

2018-03-02 Thread wm4
On Fri, 2 Mar 2018 13:11:35 -0300 James Almer wrote: > On 3/2/2018 8:16 AM, wm4 wrote: > > This adds a way for an API user to transfer QP data and metadata without > > having to keep the reference to AVFrame, and without having to > > explicitly care about QP APIs. It might

Re: [FFmpeg-devel] [PATCH v3 0/2] libavfilter/vf_fps: Rewrite using activate callback

2018-03-02 Thread Nicolas George
Calvin Walton (2018-03-02): > Ping? > > I've been using this patch set in my production system for the past > week. There I've been running some fairly complicated filter pipelines > generated by scripts with good results - it's working reliably (no > stalls/hangs) and has solved my memory usage

Re: [FFmpeg-devel] [PATCH v2] lavu/frame: add QP side data

2018-03-02 Thread wm4
On Fri, 2 Mar 2018 14:30:28 -0300 James Almer wrote: > On 3/2/2018 1:47 PM, wm4 wrote: > > On Fri, 2 Mar 2018 13:11:35 -0300 > > James Almer wrote: > > > >> On 3/2/2018 8:16 AM, wm4 wrote: > >>> This adds a way for an API user to transfer QP data and

Re: [FFmpeg-devel] [PATCH v2] lavu/frame: add QP side data

2018-03-02 Thread James Almer
On 3/2/2018 8:16 AM, wm4 wrote: > This adds a way for an API user to transfer QP data and metadata without > having to keep the reference to AVFrame, and without having to > explicitly care about QP APIs. It might also provide a way to finally > remove the deprecated QP related fields. In the end,

Re: [FFmpeg-devel] [PATCH v2] lavu/frame: add QP side data

2018-03-02 Thread wm4
On Fri, 2 Mar 2018 15:36:02 -0300 James Almer wrote: > On 3/2/2018 3:19 PM, wm4 wrote: > > On Fri, 2 Mar 2018 14:30:28 -0300 > > James Almer wrote: > > > >> On 3/2/2018 1:47 PM, wm4 wrote: > >>> On Fri, 2 Mar 2018 13:11:35 -0300 > >>> James Almer

Re: [FFmpeg-devel] [PATCH] parseutils: add support for ms and us suffix for AV_OPT_TYPE_DURATION

2018-03-02 Thread Michael Niedermayer
On Thu, Mar 01, 2018 at 09:41:20PM +0100, Aurelien Jacobs wrote: > supported suffixes are: > - s: seconds (default when no suffix specified) > - m or ms: milliseconds > - u or us: microseconds > --- > libavutil/parseutils.c | 15 +-- > 1 file changed, 13 insertions(+), 2 deletions(-)

Re: [FFmpeg-devel] [PATCH v2] lavu/frame: add QP side data

2018-03-02 Thread Michael Niedermayer
On Fri, Mar 02, 2018 at 03:36:02PM -0300, James Almer wrote: > On 3/2/2018 3:19 PM, wm4 wrote: > > On Fri, 2 Mar 2018 14:30:28 -0300 > > James Almer wrote: > > > >> On 3/2/2018 1:47 PM, wm4 wrote: > >>> On Fri, 2 Mar 2018 13:11:35 -0300 > >>> James Almer

[FFmpeg-devel] Win7 64b/mingw32 compilation fix

2018-03-02 Thread Pierre Chatelier
Hello, I had an issue to compile ffmpeg under Win7 64 bits/mingw32 Adding an include was the solution. Here is a patch Pierre Chatelier From 91f049a9424f80961a8bc3406dc60bccd1d516b9 Mon Sep 17 00:00:00 2001 From: Pierre Chatelier Date: Fri, 2 Mar 2018 11:28:48 +0100

[FFmpeg-devel] [PATCH] checkasm/hevc_sao : add hevc_sao for checkasm

2018-03-02 Thread Yingming Fan
--- tests/checkasm/Makefile | 2 +- tests/checkasm/checkasm.c | 1 + tests/checkasm/checkasm.h | 1 + tests/checkasm/hevc_sao.c | 158 ++ tests/fate/checkasm.mak | 1 + 5 files changed, 162 insertions(+), 1 deletion(-) create mode 100644

Re: [FFmpeg-devel] [PATCH 2/3] swscale: Add p016 output support and generalise yuv420p1x to p010

2018-03-02 Thread Philip Langdale
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Sat, 3 Mar 2018 00:55:25 +0100 Michael Niedermayer wrote: > On Thu, Mar 01, 2018 at 08:26:52PM -0800, Philip Langdale wrote: > > To make the best use of existing code, I generalised the wrapper > > that currently does

Re: [FFmpeg-devel] [PATCH 3/3] avcodec/nvenc: Declare support for P016

2018-03-02 Thread Philip Langdale
On Fri, 2 Mar 2018 11:14:21 +0100 Timo Rothenpieler wrote: > > It's definitely better than the current situation, and I can't think > of a scenario where it breaks something that's not already broken. > So LGTM from me. > > The other patches also look sensible to me, but

Re: [FFmpeg-devel] [PATCH v2] lavu/frame: add QP side data

2018-03-02 Thread James Almer
On 3/2/2018 6:27 PM, wm4 wrote: > On Fri, 2 Mar 2018 18:17:30 -0300 > James Almer wrote: > >> On 3/2/2018 5:54 PM, Michael Niedermayer wrote: >>> On Fri, Mar 02, 2018 at 03:36:02PM -0300, James Almer wrote: On 3/2/2018 3:19 PM, wm4 wrote: > On Fri, 2 Mar 2018

Re: [FFmpeg-devel] [PATCH] parseutils: add support for ms and us suffix for AV_OPT_TYPE_DURATION

2018-03-02 Thread Marton Balint
On Fri, 2 Mar 2018, Hendrik Leppkes wrote: On Fri, Mar 2, 2018 at 11:19 PM, Aurelien Jacobs wrote: On Fri, Mar 02, 2018 at 10:02:58PM +, Rostislav Pehlivanov wrote: On 2 March 2018 at 21:57, Aurelien Jacobs wrote: > On Fri, Mar 02, 2018 at

Re: [FFmpeg-devel] [PATCH 2/3] swscale: Add p016 output support and generalise yuv420p1x to p010

2018-03-02 Thread Michael Niedermayer
On Thu, Mar 01, 2018 at 08:26:52PM -0800, Philip Langdale wrote: > To make the best use of existing code, I generalised the wrapper > that currently does yuv420p10 to p010 to support any mixture of > input and output sizes between 10 and 16 bits. This had the side > effect of yielding a working

[FFmpeg-devel] [PATCH 1/7] avcodec/mediacodecdec_common: refactor mediacodec_dec_parse_format()

2018-03-02 Thread Matthieu Bouron
--- libavcodec/mediacodecdec_common.c | 82 ++- 1 file changed, 30 insertions(+), 52 deletions(-) diff --git a/libavcodec/mediacodecdec_common.c b/libavcodec/mediacodecdec_common.c index b44abaef7f..ab26df04bd 100644 --- a/libavcodec/mediacodecdec_common.c

Re: [FFmpeg-devel] [PATCH v2] lavu/frame: add QP side data

2018-03-02 Thread wm4
On Fri, 2 Mar 2018 18:17:30 -0300 James Almer wrote: > On 3/2/2018 5:54 PM, Michael Niedermayer wrote: > > On Fri, Mar 02, 2018 at 03:36:02PM -0300, James Almer wrote: > >> On 3/2/2018 3:19 PM, wm4 wrote: > >>> On Fri, 2 Mar 2018 14:30:28 -0300 > >>> James Almer

Re: [FFmpeg-devel] [PATCH 1/1] libavformat/dashenc: Option to set timeout for socket I/O operation

2018-03-02 Thread Michael Niedermayer
On Fri, Mar 02, 2018 at 12:27:40PM +0530, rpata...@akamai.com wrote: > From: Ravindra Patagar > > Signed-off-by: Ravindra > --- > doc/muxers.texi | 2 ++ > libavformat/dashenc.c | 4 > 2 files changed, 6 insertions(+) > > diff --git

Re: [FFmpeg-devel] [PATCH v2 1/2] fftools/ffmpeg: fix progress log message in case pts is not available

2018-03-02 Thread Michael Niedermayer
On Fri, Mar 02, 2018 at 09:07:06AM +0100, Tobias Rapp wrote: > On 01.03.2018 22:08, Michael Niedermayer wrote: > >On Wed, Feb 28, 2018 at 09:47:15AM +0100, Tobias Rapp wrote: > >>On 27.02.2018 19:03, Michael Niedermayer wrote: > >>>On Tue, Feb 27, 2018 at 08:49:19AM +0100, Tobias Rapp wrote: >

[FFmpeg-devel] [PATCH 3/7] avcodec/mediacodecdec_common: remove unused field from MediaCodecDecContext

2018-03-02 Thread Matthieu Bouron
--- libavcodec/mediacodecdec_common.c | 2 +- libavcodec/mediacodecdec_common.h | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/libavcodec/mediacodecdec_common.c b/libavcodec/mediacodecdec_common.c index 195cc70ba7..929db78361 100644 --- a/libavcodec/mediacodecdec_common.c

[FFmpeg-devel] [PATCH 7/7] avcodec/mediacodecdec: factorize codec declarations

2018-03-02 Thread Matthieu Bouron
--- libavcodec/mediacodecdec.c | 116 ++--- 1 file changed, 24 insertions(+), 92 deletions(-) diff --git a/libavcodec/mediacodecdec.c b/libavcodec/mediacodecdec.c index 4579da1fa5..5e9714ee6e 100644 --- a/libavcodec/mediacodecdec.c +++

[FFmpeg-devel] [PATCH 6/7] avcodec/mediacodecdec: factorize common extradata functions

2018-03-02 Thread Matthieu Bouron
--- libavcodec/mediacodecdec.c | 41 + 1 file changed, 9 insertions(+), 32 deletions(-) diff --git a/libavcodec/mediacodecdec.c b/libavcodec/mediacodecdec.c index ad09d16398..4579da1fa5 100644 --- a/libavcodec/mediacodecdec.c +++

[FFmpeg-devel] [PATCH 4/7] avcodec/mediacodec_wrapper: load and use MediaFormat.constainsKey()

2018-03-02 Thread Matthieu Bouron
Avoids triggering an exception in MediaFormat getter functions if the key does not exists. --- libavcodec/mediacodec_wrapper.c | 39 +++ 1 file changed, 39 insertions(+) diff --git a/libavcodec/mediacodec_wrapper.c b/libavcodec/mediacodec_wrapper.c index

[FFmpeg-devel] [PATCH 5/7] avcodec/mediacodecdec: add missing "libavutil/internal.h" include

2018-03-02 Thread Matthieu Bouron
libavutil/internal.h defines NULL_IF_CONFIG_SMALL. --- libavcodec/mediacodecdec.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libavcodec/mediacodecdec.c b/libavcodec/mediacodecdec.c index 363e12427e..ad09d16398 100644 --- a/libavcodec/mediacodecdec.c +++ b/libavcodec/mediacodecdec.c @@

[FFmpeg-devel] [PATCH 2/7] avcodec/mediacodecdec_common: remove spurious space

2018-03-02 Thread Matthieu Bouron
--- libavcodec/mediacodecdec_common.c | 1 - 1 file changed, 1 deletion(-) diff --git a/libavcodec/mediacodecdec_common.c b/libavcodec/mediacodecdec_common.c index ab26df04bd..195cc70ba7 100644 --- a/libavcodec/mediacodecdec_common.c +++ b/libavcodec/mediacodecdec_common.c @@ -415,7 +415,6 @@

Re: [FFmpeg-devel] [PATCH v2] lavu/frame: add QP side data

2018-03-02 Thread James Almer
On 3/2/2018 5:54 PM, Michael Niedermayer wrote: > On Fri, Mar 02, 2018 at 03:36:02PM -0300, James Almer wrote: >> On 3/2/2018 3:19 PM, wm4 wrote: >>> On Fri, 2 Mar 2018 14:30:28 -0300 >>> James Almer wrote: >>> On 3/2/2018 1:47 PM, wm4 wrote: > On Fri, 2 Mar 2018

Re: [FFmpeg-devel] [PATCH v2] lavu/frame: add QP side data

2018-03-02 Thread James Almer
On 3/2/2018 6:38 PM, Michael Niedermayer wrote: > On Fri, Mar 02, 2018 at 06:17:30PM -0300, James Almer wrote: >> On 3/2/2018 5:54 PM, Michael Niedermayer wrote: >>> On Fri, Mar 02, 2018 at 03:36:02PM -0300, James Almer wrote: On 3/2/2018 3:19 PM, wm4 wrote: > On Fri, 2 Mar 2018 14:30:28

Re: [FFmpeg-devel] [PATCH v2 1/2] fftools/ffmpeg: fix progress log message in case pts is not available

2018-03-02 Thread wm4
On Fri, 2 Mar 2018 22:48:07 +0100 Michael Niedermayer wrote: > On Fri, Mar 02, 2018 at 09:07:06AM +0100, Tobias Rapp wrote: > > On 01.03.2018 22:08, Michael Niedermayer wrote: > > >On Wed, Feb 28, 2018 at 09:47:15AM +0100, Tobias Rapp wrote: > > >>On 27.02.2018 19:03,

Re: [FFmpeg-devel] [PATCH] parseutils: add support for ms and us suffix for AV_OPT_TYPE_DURATION

2018-03-02 Thread Aurelien Jacobs
On Fri, Mar 02, 2018 at 10:02:58PM +, Rostislav Pehlivanov wrote: > On 2 March 2018 at 21:57, Aurelien Jacobs wrote: > > > On Fri, Mar 02, 2018 at 09:39:48PM +0100, Michael Niedermayer wrote: > > > On Thu, Mar 01, 2018 at 09:41:20PM +0100, Aurelien Jacobs wrote: > > > >

Re: [FFmpeg-devel] [PATCH] parseutils: add support for ms and us suffix for AV_OPT_TYPE_DURATION

2018-03-02 Thread Rostislav Pehlivanov
On 2 March 2018 at 21:57, Aurelien Jacobs wrote: > On Fri, Mar 02, 2018 at 09:39:48PM +0100, Michael Niedermayer wrote: > > On Thu, Mar 01, 2018 at 09:41:20PM +0100, Aurelien Jacobs wrote: > > > supported suffixes are: > > > - s: seconds (default when no suffix specified) > > >

Re: [FFmpeg-devel] [PATCH] parseutils: add support for ms and us suffix for AV_OPT_TYPE_DURATION

2018-03-02 Thread Hendrik Leppkes
On Fri, Mar 2, 2018 at 11:19 PM, Aurelien Jacobs wrote: > On Fri, Mar 02, 2018 at 10:02:58PM +, Rostislav Pehlivanov wrote: >> On 2 March 2018 at 21:57, Aurelien Jacobs wrote: >> >> > On Fri, Mar 02, 2018 at 09:39:48PM +0100, Michael Niedermayer wrote: >>

Re: [FFmpeg-devel] [PATCH v2] lavu/frame: add QP side data

2018-03-02 Thread wm4
On Fri, 2 Mar 2018 18:39:27 -0300 James Almer wrote: > On 3/2/2018 6:27 PM, wm4 wrote: > > On Fri, 2 Mar 2018 18:17:30 -0300 > > James Almer wrote: > > > >> On 3/2/2018 5:54 PM, Michael Niedermayer wrote: > >>> On Fri, Mar 02, 2018 at 03:36:02PM -0300,

Re: [FFmpeg-devel] [PATCH 7/7] avcodec/mediacodecdec: factorize codec declarations

2018-03-02 Thread Aman Gupta
On Fri, Mar 2, 2018 at 4:13 PM, Matthieu Bouron wrote: > --- > libavcodec/mediacodecdec.c | 116 ++ > --- > 1 file changed, 24 insertions(+), 92 deletions(-) > > diff --git a/libavcodec/mediacodecdec.c

Re: [FFmpeg-devel] [PATCH v2] lavu/frame: add QP side data

2018-03-02 Thread Michael Niedermayer
On Fri, Mar 02, 2018 at 06:17:30PM -0300, James Almer wrote: > On 3/2/2018 5:54 PM, Michael Niedermayer wrote: > > On Fri, Mar 02, 2018 at 03:36:02PM -0300, James Almer wrote: > >> On 3/2/2018 3:19 PM, wm4 wrote: > >>> On Fri, 2 Mar 2018 14:30:28 -0300 > >>> James Almer wrote:

Re: [FFmpeg-devel] [PATCH] parseutils: add support for ms and us suffix for AV_OPT_TYPE_DURATION

2018-03-02 Thread Aurelien Jacobs
On Fri, Mar 02, 2018 at 09:39:48PM +0100, Michael Niedermayer wrote: > On Thu, Mar 01, 2018 at 09:41:20PM +0100, Aurelien Jacobs wrote: > > supported suffixes are: > > - s: seconds (default when no suffix specified) > > - m or ms: milliseconds > > - u or us: microseconds > > --- > >

[FFmpeg-devel] [PATCH] ffmpeg: Initialize a potential gap in ctts_data in mov_build_index

2018-03-02 Thread Matthew Wolenetz
From c40925a0d3ec1397cd6ed7d29bae573c5bdf1ec2 Mon Sep 17 00:00:00 2001 From: Matt Wolenetz Date: Fri, 2 Mar 2018 15:12:41 -0800 Subject: [PATCH] ffmpeg: Initialize a potential gap in ctts_data in mov_build_index mov_read_ctts ignores ctts entries having count <= 0.

Re: [FFmpeg-devel] [PATCH 7/7] avcodec/mediacodecdec: factorize codec declarations

2018-03-02 Thread Aman Gupta
On Fri, Mar 2, 2018 at 4:24 PM, Aman Gupta wrote: > > > On Fri, Mar 2, 2018 at 4:13 PM, Matthieu Bouron > wrote: > >> --- >> libavcodec/mediacodecdec.c | 116 ++ >> --- >> 1 file changed, 24 insertions(+), 92

Re: [FFmpeg-devel] [PATCH] checkasm/hevc_sao : add hevc_sao for checkasm

2018-03-02 Thread Yingming Fan
Thank you for your remind and i have already sent another patch fix the issue. Yingming Fan > On 3 Mar 2018, at 2:23 AM, Martin Vignali wrote: > > 2018-03-02 12:48 GMT+01:00 Yingming Fan >: > >> If you want to

Re: [FFmpeg-devel] [PATCH v2 1/2] fftools/ffmpeg: fix progress log message in case pts is not available

2018-03-02 Thread Tobias Rapp
On 01.03.2018 22:08, Michael Niedermayer wrote: On Wed, Feb 28, 2018 at 09:47:15AM +0100, Tobias Rapp wrote: On 27.02.2018 19:03, Michael Niedermayer wrote: On Tue, Feb 27, 2018 at 08:49:19AM +0100, Tobias Rapp wrote: On 27.02.2018 01:12, Michael Niedermayer wrote: On Mon, Feb 26, 2018 at

Re: [FFmpeg-devel] [PATCH] avformat/mxg: return reference counted packets

2018-03-02 Thread James Almer
On 2/27/2018 12:09 AM, James Almer wrote: > Signed-off-by: James Almer > --- > libavformat/mxg.c | 17 +++-- > 1 file changed, 11 insertions(+), 6 deletions(-) > > diff --git a/libavformat/mxg.c b/libavformat/mxg.c > index 6fbf99cfa3..fe5879ecf0 100644 > ---

Re: [FFmpeg-devel] [PATCH] avformat/mxg: return reference counted packets

2018-03-02 Thread wm4
On Tue, 27 Feb 2018 00:09:47 -0300 James Almer wrote: > Signed-off-by: James Almer > --- > libavformat/mxg.c | 17 +++-- > 1 file changed, 11 insertions(+), 6 deletions(-) > > diff --git a/libavformat/mxg.c b/libavformat/mxg.c > index

Re: [FFmpeg-devel] [PATCH 2/3 v1.2] avcodec/vaapi: add fields for VAAPI VC-1 interlaced decoding

2018-03-02 Thread Hendrik Leppkes
On Fri, Mar 2, 2018 at 2:23 AM, Jun Zhao wrote: > > > On 2018/3/2 6:43, Mark Thompson wrote: >> On 01/03/18 08:07, Jerome Borsboom wrote: >>> v1.1->v1.2: Changed ifdefs around vc1_get_INTCOMPFIELD, vc1_get_LUMSCALE2, >>> and vc1_get_LUMSHIFT2 to av_unused. >>> >>>

[FFmpeg-devel] add hevc_sao for checkasm

2018-03-02 Thread Yingming Fan
Hi there. We are working on add some neon optimization for hevc decoder. But before submit neon codes i'd like to submit some checkasm codes. First one will be checkasm codes of SAO. Yingming Fan ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org

Re: [FFmpeg-devel] [PATCH 3/3] avcodec/nvenc: Declare support for P016

2018-03-02 Thread Timo Rothenpieler
On 02.03.2018 05:26, Philip Langdale wrote: > nvenc doesn't support P016, but we have two problems today: > > 1) We declare support for YUV444P16 which nvenc also doesn't support. >We do this because it's the only pix_fmt we have that can >approximate nvenc's internal format that is

[FFmpeg-devel] [PATCH] checkasm/hevc_sao : add hevc_sao for checkasm

2018-03-02 Thread Yingming Fan
--- tests/checkasm/Makefile | 2 +- tests/checkasm/checkasm.c | 1 + tests/checkasm/checkasm.h | 1 + tests/checkasm/hevc_sao.c | 158 ++ 4 files changed, 161 insertions(+), 1 deletion(-) create mode 100644 tests/checkasm/hevc_sao.c diff --git

[FFmpeg-devel] [PATCH v2] lavu/frame: add QP side data

2018-03-02 Thread wm4
This adds a way for an API user to transfer QP data and metadata without having to keep the reference to AVFrame, and without having to explicitly care about QP APIs. It might also provide a way to finally remove the deprecated QP related fields. In the end, the QP table should be handled in a

Re: [FFmpeg-devel] [PATCH] checkasm/hevc_sao : add hevc_sao for checkasm

2018-03-02 Thread Yingming Fan
If you want to test checkasm of hevc_sao, please use `checkasm --test=hevc_sao`, or `checkasm --test=hevc_sao --bench`. > On 2 Mar 2018, at 7:03 PM, Yingming Fan wrote: > > --- > tests/checkasm/Makefile | 2 +- > tests/checkasm/checkasm.c | 1 + >

Re: [FFmpeg-devel] [PATCH] https://trac.ffmpeg.org/ticket/7030 fix

2018-03-02 Thread Hendrik Leppkes
On Fri, Mar 2, 2018 at 12:54 PM, Yuri Palich wrote: > From 7056d06412214bd601afb4b423d20ab6100e6ac5 Mon Sep 17 00:00:00 2001 > From: palich2000 > Date: Fri, 2 Mar 2018 11:48:22 + > Subject: [PATCH] https://trac.ffmpeg.org/ticket/7030 fix > > --- >

[FFmpeg-devel] [PATCH] https://trac.ffmpeg.org/ticket/7030 fix

2018-03-02 Thread Yuri Palich
From 7056d06412214bd601afb4b423d20ab6100e6ac5 Mon Sep 17 00:00:00 2001 From: palich2000 Date: Fri, 2 Mar 2018 11:48:22 + Subject: [PATCH] https://trac.ffmpeg.org/ticket/7030 fix --- libavcodec/qsvenc_h264.c | 15 +++ 1 file changed, 15 insertions(+) diff

Re: [FFmpeg-devel] [PATCH] https://trac.ffmpeg.org/ticket/7030 fix

2018-03-02 Thread Yuri Palich
How can I get qsv to work without them? ​ ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel