Re: [FFmpeg-devel] [PATCH] avfilter/formats: fix wrong function name in error message

2017-12-11 Thread Jun Zhao
On 2017/12/7 8:49, Jun Zhao wrote: > > On 2017/12/5 17:25, Hendrik Leppkes wrote: >> On Tue, Dec 5, 2017 at 6:42 AM, Jun Zhao <mypopy...@gmail.com> wrote: >>> On 2017/12/5 2:32, Michael Niedermayer wrote: >>>> On Mon, Dec 04, 2017 at 11:07:11AM +0100, Hen

Re: [FFmpeg-devel] [PATCH V2] lavc/vp8: Fix HWAccel VP8 decoder can't support resolution change.

2017-12-11 Thread Jun Zhao
Re-ping, any comments? On 2017/12/5 11:03, Jun Zhao wrote: > ping ? > > On 2017/11/30 7:53, Jun Zhao wrote: >> V2: fix the V1 lead to webp crash issue. ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/

Re: [FFmpeg-devel] [PATCH] avfilter/formats: fix wrong function name in error message

2017-12-06 Thread Jun Zhao
On 2017/12/5 17:25, Hendrik Leppkes wrote: > On Tue, Dec 5, 2017 at 6:42 AM, Jun Zhao <mypopy...@gmail.com> wrote: >> >> On 2017/12/5 2:32, Michael Niedermayer wrote: >>> On Mon, Dec 04, 2017 at 11:07:11AM +0100, Hendrik Leppkes wrote: >>>> On Mon, Dec 4

Re: [FFmpeg-devel] [PATCH] lavc/vaap_encode_h265: Init the refs with predefined value.

2017-12-06 Thread Jun Zhao
On 2017/12/7 8:29, Mark Thompson wrote: > On 06/12/17 21:32, Mark Thompson wrote: >> On 06/12/17 08:20, Jun Zhao wrote: >>> From 7519718216a2b98eb289ba20ba27685dff1cf686 Mon Sep 17 00:00:00 2001 >>> From: Jun Zhao <jun.z...@intel.com> >>> Date: Wed, 6 D

[FFmpeg-devel] [PATCH] lavc/vaap_encode_h265: Init the refs with predefined value.

2017-12-06 Thread Jun Zhao
From 7519718216a2b98eb289ba20ba27685dff1cf686 Mon Sep 17 00:00:00 2001 From: Jun Zhao <jun.z...@intel.com> Date: Wed, 6 Dec 2017 15:50:05 +0800 Subject: [PATCH] lavc/vaap_encode_h265: Init the refs with predefined value. Give a explicit init value to ref0/ref1 list to avoid use default

Re: [FFmpeg-devel] [PATCH] avfilter/formats: fix wrong function name in error message

2017-12-04 Thread Jun Zhao
On 2017/12/5 2:32, Michael Niedermayer wrote: > On Mon, Dec 04, 2017 at 11:07:11AM +0100, Hendrik Leppkes wrote: >> On Mon, Dec 4, 2017 at 10:53 AM, Moritz Barsnick <barsn...@gmx.net> wrote: >>> On Mon, Dec 04, 2017 at 13:02:20 +0800, Jun Zhao wrote: >>>> Use

Re: [FFmpeg-devel] [PATCH V2] lavc/vp8: Fix HWAccel VP8 decoder can't support resolution change.

2017-12-04 Thread Jun Zhao
ping ? On 2017/11/30 7:53, Jun Zhao wrote: > V2: fix the V1 lead to webp crash issue. ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

[FFmpeg-devel] [PATCH] avfilter/formats: fix wrong function name in error message

2017-12-03 Thread Jun Zhao
From 336be81bef86244a28b378b4c143ad8924c9e2d9 Mon Sep 17 00:00:00 2001 From: Jun Zhao <jun.z...@intel.com> Date: Mon, 4 Dec 2017 12:50:34 +0800 Subject: [PATCH] avfilter/formats: fix wrong function name in error message Use perdefined micro __FUNCTION__ rather than hard coding functio

[FFmpeg-devel] [PATCH V2] lavc/vp8: Fix HWAccel VP8 decoder can't support resolution change.

2017-11-29 Thread Jun Zhao
V2: fix the V1 lead to webp crash issue. From b943c2814789288d09b4032fa6cdfbc3fd672a2b Mon Sep 17 00:00:00 2001 From: Jun Zhao <jun.z...@intel.com> Date: Wed, 29 Nov 2017 10:22:03 +0800 Subject: [PATCH V2] lavc/vp8: Fix HWAccel VP8 decoder can't support resolution change. Use the fol

Re: [FFmpeg-devel] [PATCH] lavc/vp8: Fix HWAccel VP8 decoder can't support resolution change.

2017-11-28 Thread Jun Zhao
On 2017/11/28 21:23, Carl Eugen Hoyos wrote: > 2017-11-28 6:20 GMT+01:00 Jun Zhao <mypopy...@gmail.com>: > > Could be split. Do you means split with 2 patches? 1) for issue fix 2) for coding reconstruct ? > > Carl Eugen > __

Re: [FFmpeg-devel] [PATCH] lavc/vp8: Fix HWAccel VP8 decoder can't support resolution change.

2017-11-28 Thread Jun Zhao
On 2017/11/29 7:09, Michael Niedermayer wrote: > On Tue, Nov 28, 2017 at 01:20:59PM +0800, Jun Zhao wrote: >> vp8.c | 46 ++ >> 1 file changed, 34 insertions(+), 12 deletions(-) >> d548af3b82a9d77f67fe9621fc7aeee0392fcc89

Re: [FFmpeg-devel] [PATCH] examples/hw_decode: Use hw-config information to find pixfmt

2017-11-28 Thread Jun Zhao
On 2017/11/29 8:34, Mark Thompson wrote: > This removes all remaining device-type specificity. > --- > doc/examples/hw_decode.c | 55 > > 1 file changed, 23 insertions(+), 32 deletions(-) > > diff --git a/doc/examples/hw_decode.c

Re: [FFmpeg-devel] [PATCH] lavu/hwcontext_opencl.h: fix build on macOS

2017-11-27 Thread Jun Zhao
On 2017/11/28 13:38, Rodger Combs wrote: > --- > libavutil/hwcontext_opencl.h | 4 > 1 file changed, 4 insertions(+) > > diff --git a/libavutil/hwcontext_opencl.h b/libavutil/hwcontext_opencl.h > index 8e34df44cd..ef54486c95 100644 > --- a/libavutil/hwcontext_opencl.h > +++

[FFmpeg-devel] [PATCH] lavc/vp8: Fix HWAccel VP8 decoder can't support resolution change.

2017-11-27 Thread Jun Zhao
From 94d511d93fdb83103fdafbd9ca0d02abfbd2e305 Mon Sep 17 00:00:00 2001 From: Jun Zhao <jun.z...@intel.com> Date: Tue, 28 Nov 2017 21:05:18 +0800 Subject: [PATCH] lavc/vp8: Fix HWAccel VP8 decoder can't support resolution change. Use the following command to reproduce this issue: make fa

Re: [FFmpeg-devel] [PATCH V3] examples/vaapi_encode: Add a VA-API encode example.

2017-11-27 Thread Jun Zhao
Ping ? On 2017/11/20 9:38, Jun Zhao wrote: > V3: Use av_hwframe_transfer_date load YUV to HW surface ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Re: [FFmpeg-devel] [PATCH 16/17] hwcontext_vaapi: Move better-matching surface formats earlier

2017-11-24 Thread Jun Zhao
On 2017/11/24 8:51, Mark Thompson wrote: > In particular, avoid selecting YV12/YV16 when I420/422H are available. > --- > libavutil/hwcontext_vaapi.c | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > > diff --git a/libavutil/hwcontext_vaapi.c b/libavutil/hwcontext_vaapi.c > index

Re: [FFmpeg-devel] [PATCH 14/17] mjpegdec: Add hwaccel hooks

2017-11-23 Thread Jun Zhao
On 2017/11/24 8:51, Mark Thompson wrote: > Also adds some extra fields to the main context structure that may > be needed by a hwaccel decoder. > --- > The YUVJ formats really mess with this. This patch hacks them out so that > the hwaccel works, suggestions welcome on what to actually do

Re: [FFmpeg-devel] [PATCH] ffmpeg: add return value check to suppress the build warning.

2017-11-22 Thread Jun Zhao
On 2017/11/23 11:00, Carl Eugen Hoyos wrote: > 2017-11-20 10:07 GMT+01:00 刘歧 : > >> diff --git a/fftools/ffmpeg.c b/fftools/ffmpeg.c >> index babd85f7bc..0c16e75ab0 100644 >> --- a/fftools/ffmpeg.c >> +++ b/fftools/ffmpeg.c >> @@ -220,13 +220,18 @@ static void

Re: [FFmpeg-devel] [PATCH 03/15] hwcontext_opencl: VAAPI to OpenCL mapping for Intel i965+beignet

2017-11-21 Thread Jun Zhao
On 2017/11/15 3:47, Mark Thompson wrote: > Supports all surface formats in common between the two. > --- > configure| 6 + > libavutil/hwcontext_opencl.c | 298 > +++ > 2 files changed, 304 insertions(+) > > diff --git a/configure

Re: [FFmpeg-devel] [PATCH 1/2] hwcontext_vaapi: add support when driver return unimplemented.

2017-11-20 Thread Jun Zhao
On 2017/11/20 19:37, Mark Thompson wrote: > On 20/11/17 00:36, Jun Zhao wrote: >> From 5cbcd032de46e6a3f9563d1781776ea26728079d Mon Sep 17 00:00:00 2001 >> From: Jun Zhao <jun.z...@intel.com> >> Date: Sat, 18 Nov 2017 10:44:44 +0800 >> Subject: [PATCH 1/2]

Re: [FFmpeg-devel] [PATCH] avformat/avio: check input URLContext value NULL

2017-11-19 Thread Jun Zhao
On 2017/11/20 15:43, Jun Zhao wrote: > > On 2017/11/20 15:35, 刘歧 wrote: >>> 在 2017年11月20日,15:23,Jun Zhao <mypopy...@gmail.com> 写道: >>> >>> >>> >>> On 2017/11/20 14:45, Steven Liu wrote: >>>> fix ticket id: #6846 >>>>

Re: [FFmpeg-devel] [PATCH] avformat/avio: check input URLContext value NULL

2017-11-19 Thread Jun Zhao
On 2017/11/20 15:35, 刘歧 wrote: > >> 在 2017年11月20日,15:23,Jun Zhao <mypopy...@gmail.com> 写道: >> >> >> >> On 2017/11/20 14:45, Steven Liu wrote: >>> fix ticket id: #6846 >>> >>> Signed-off-by: Steven Liu <l...@chinaffmpeg.o

Re: [FFmpeg-devel] [PATCH] avformat/avio: check input URLContext value NULL

2017-11-19 Thread Jun Zhao
On 2017/11/20 14:45, Steven Liu wrote: > fix ticket id: #6846 > > Signed-off-by: Steven Liu > --- > libavformat/avio.c | 8 > 1 file changed, 8 insertions(+) > > diff --git a/libavformat/avio.c b/libavformat/avio.c > index 4dc468350c..e719326660 100644 > ---

[FFmpeg-devel] [PATCH V3] examples/vaapi_encode: Add a VA-API encode example.

2017-11-19 Thread Jun Zhao
V3: Use av_hwframe_transfer_date load YUV to HW surface From c0edef97f4f123e74e62396b45db01236ae6477d Mon Sep 17 00:00:00 2001 From: Jun Zhao <jun.z...@intel.com> Date: Mon, 6 Nov 2017 14:45:27 +0800 Subject: [PATCH V3] examples/vaapi_encode: Add a VA-API encode example. add a VA-API

[FFmpeg-devel] [PATCH] ffmpeg: add return value check to suppress the build warning.

2017-11-19 Thread Jun Zhao
From 01a66eb4559fb3fec0765ee03417a65ef5e06fe1 Mon Sep 17 00:00:00 2001 From: Jun Zhao <jun.z...@intel.com> Date: Sat, 18 Nov 2017 13:24:24 +0800 Subject: [PATCH] ffmpeg: add return value check to supress the build warning. add return value check to supress the build warning message like &q

[FFmpeg-devel] [PATCH 2/2] hwcontext_vaapi: add the fourcc of I420 format map.

2017-11-19 Thread Jun Zhao
From f31e492201b7a8c59bdf7c266c2df016057897c4 Mon Sep 17 00:00:00 2001 From: Jun Zhao <jun.z...@intel.com> Date: Sat, 18 Nov 2017 11:57:41 +0800 Subject: [PATCH 2/2] hwcontext_vaapi: add the fourcc of I420 format map. VA-API 2.0 have enable the I420, so enable this map. Signed-off-by: Ju

[FFmpeg-devel] [PATCH 1/2] hwcontext_vaapi: add support when driver return unimplemented.

2017-11-19 Thread Jun Zhao
From 5cbcd032de46e6a3f9563d1781776ea26728079d Mon Sep 17 00:00:00 2001 From: Jun Zhao <jun.z...@intel.com> Date: Sat, 18 Nov 2017 10:44:44 +0800 Subject: [PATCH 1/2] hwcontext_vaapi: add support when driver return unimplemented. iHD driver sometime return unimplemented when query s

Re: [FFmpeg-devel] [PATCH] example/vaapi_transcode: Add a VA-VAPI transcode example.

2017-11-08 Thread Jun Zhao
On 2017/11/2 9:49, Jun Zhao wrote: Ping, any comments? ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

[FFmpeg-devel] [PATCH 2/2] lavc/libx265: switch to ff_alloc_packet2

2017-11-08 Thread Jun Zhao
From 5afdf252b3bb6f8c7a276c2a8bde8f4a95d170e4 Mon Sep 17 00:00:00 2001 From: Jun Zhao <jun.z...@intel.com> Date: Wed, 8 Nov 2017 21:04:51 +0800 Subject: [PATCH 2/2] lavc/libx265: switch to ff_alloc_packet2 ff_alloc_packet have been deprecated, switch to use ff_alloc_packet2. Signed-off-b

[FFmpeg-devel] [PATCH 1/2] lavc/libkvazaar: switch to ff_alloc_packet2

2017-11-08 Thread Jun Zhao
From 190d3cf31345e9a94169278ffe0c195868a6d400 Mon Sep 17 00:00:00 2001 From: Jun Zhao <jun.z...@intel.com> Date: Wed, 8 Nov 2017 21:02:23 +0800 Subject: [PATCH 1/2] lavc/libkvazaar: switch to ff_alloc_packet2. ff_alloc_packet have been deprecated, switch to use the ff_alloc_packet2. Sign

[FFmpeg-devel] [PATCH 3/3] lavc/vaapi_encode_h265: enable multi-reference frames.

2017-11-08 Thread Jun Zhao
From f7e5e56c5a64d0414a7e5fceb22cf9d962e09dc1 Mon Sep 17 00:00:00 2001 From: Jun Zhao <jun.z...@intel.com> Date: Tue, 7 Nov 2017 14:33:39 +0800 Subject: [PATCH 3/3] lavc/vaapi_encode_h265: enable multi-reference frames. Enable the multi-reference frames and respect "refs" opti

[FFmpeg-devel] [PATCH 2/3] lavc/vaapi_encode_h264: enable mutil-reference frames.

2017-11-08 Thread Jun Zhao
From ed976e6cde34521ffd59269100d49526e68a301e Mon Sep 17 00:00:00 2001 From: Jun Zhao <jun.z...@intel.com> Date: Tue, 7 Nov 2017 14:32:42 +0800 Subject: [PATCH 2/3] lavc/vaapi_encode_h264: enable mutil-reference frames. Add mutil-reference frames support and respect "refs" opti

[FFmpeg-devel] [PATCH 1/3] lavc/vaapi_encode: Change the encode common code to support mutil-refs.

2017-11-08 Thread Jun Zhao
-hwaccel vaapi -hwaccel_device /dev/dri/renderD128 -hwaccel_output_format vaapi -i input.mp4 -c:v hevc_vaapi -refs 4 output_refs4.mp4 From 703e4425942eb51cfddda578bd21d1662cc50be7 Mon Sep 17 00:00:00 2001 From: Jun Zhao <jun.z...@intel.com> Date: Tue, 7 Nov 2017 14:30:57 +0800 Subject: [PAT

[FFmpeg-devel] [PATCH V2] examples/vaapi_encode: Add a VA-API encode example.

2017-11-06 Thread Jun Zhao
V2: Fix the build error (avfiltergraph.h have been remove with merge 99ba85a0). From 48fa48129de4f81812c2c11faf30fff7312640d4 Mon Sep 17 00:00:00 2001 From: Jun Zhao <jun.z...@intel.com> Date: Mon, 6 Nov 2017 14:45:27 +0800 Subject: [PATCH V2] examples/vaapi_encode: Add a VA-API encode e

Re: [FFmpeg-devel] [PATCH] examples/vaapi_encode: Add a VA-API encode example.

2017-11-06 Thread Jun Zhao
On 2017/11/7 9:38, Michael Niedermayer wrote: > On Mon, Nov 06, 2017 at 02:56:16PM +0800, Jun Zhao wrote: >> configure |2 >> doc/examples/Makefile |1 >> doc/examples/vaapi_encode.c | 308 >> +

[FFmpeg-devel] [PATCH] examples/vaapi_encode: Add a VA-API encode example.

2017-11-05 Thread Jun Zhao
From d16f766363d9ecc240b0f8e025c2a8f91ea4775e Mon Sep 17 00:00:00 2001 From: Jun Zhao <jun.z...@intel.com> Date: Mon, 6 Nov 2017 14:45:27 +0800 Subject: [PATCH] examples/vaapi_encode: Add a VA-API encode example. add a VA-API encode example, only support NV12 input, usage like: ./vaapi_

[FFmpeg-devel] [PATCH] example/vaapi_transcode: Add a VA-VAPI transcode example.

2017-11-01 Thread Jun Zhao
From eb747cb25f86b4f3db5549ac5b0699927ee7c559 Mon Sep 17 00:00:00 2001 From: Jun Zhao <jun.z...@intel.com> Date: Wed, 1 Nov 2017 14:46:14 +0800 Subject: [PATCH] example/vaapi_transcode: Add a VA-VAPI transcode example. Signed-off-by: Jun Zhao <jun.z...@intel.com> Signed-off-by:

Re: [FFmpeg-devel] [PATCH 1/2] lavc/vaapi_encode: correct the HRD buffer size calculate.

2017-10-31 Thread Jun Zhao
On 2017/10/31 23:45, Mark Thompson wrote: > On 31/10/17 15:11, Jun Zhao wrote:> On 2017/10/31 18:19, Mark Thompson wrote: >>> On 31/10/17 02:37, Jun Zhao wrote: >>>> From 7eef9be1c8a92bf625d62a0f97f762f1342c6d78 Mon Sep 17 00:00:00 2001 >>>> From: Jun Zhao

Re: [FFmpeg-devel] [PATCH 2/2] lavc/vaapi_encode_h264: correct bit_rate_scale setting.

2017-10-31 Thread Jun Zhao
On 2017/10/31 18:26, Mark Thompson wrote: > On 31/10/17 02:37, Jun Zhao wrote: >> From d1e105057e93e7c2788d6d684292db9008fbf3ac Mon Sep 17 00:00:00 2001 >> From: Jun Zhao <jun.z...@intel.com> >> Date: Tue, 31 Oct 2017 10:19:08 +0800 >> Subject: [PATCH 2/2

Re: [FFmpeg-devel] [PATCH 1/2] lavc/vaapi_encode: correct the HRD buffer size calculate.

2017-10-31 Thread Jun Zhao
On 2017/10/31 18:19, Mark Thompson wrote: > On 31/10/17 02:37, Jun Zhao wrote: >> From 7eef9be1c8a92bf625d62a0f97f762f1342c6d78 Mon Sep 17 00:00:00 2001 >> From: Jun Zhao <jun.z...@intel.com> >> Date: Tue, 31 Oct 2017 10:13:42 +0800 >> Subject: [PATCH 1/2] l

[FFmpeg-devel] [PATCH 3/3] examples/filtering_audio: suppress the build warning.

2017-10-31 Thread Jun Zhao
From 6e8dbeb70f03312deee47a3cf0b5b47a7241ffb5 Mon Sep 17 00:00:00 2001 From: Jun Zhao <jun.z...@intel.com> Date: Tue, 31 Oct 2017 16:12:36 +0800 Subject: [PATCH 3/3] examples/filtering_audio: suppress the build warning. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Tr

[FFmpeg-devel] [PATCH 2/3] examples/filtering_video: suppress the build warning.

2017-10-31 Thread Jun Zhao
From e192b42ab0fdc4b8faad50ff7bb01c6028945f19 Mon Sep 17 00:00:00 2001 From: Jun Zhao <jun.z...@intel.com> Date: Tue, 31 Oct 2017 16:11:06 +0800 Subject: [PATCH 2/3] examples/filtering_video: suppress the build warning. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Tr

[FFmpeg-devel] [PATCH 1/3] examples/transcoding: suppress build warning.

2017-10-31 Thread Jun Zhao
From 3ee6e7f01aa2c709afa7ad23f39af919c64f85d5 Mon Sep 17 00:00:00 2001 From: Jun Zhao <jun.z...@intel.com> Date: Tue, 31 Oct 2017 16:09:45 +0800 Subject: [PATCH 1/3] examples/transcoding: suppress build warning. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-En

[FFmpeg-devel] [PATCH 2/2] lavc/vaapi_encode_h264: correct bit_rate_scale setting.

2017-10-30 Thread Jun Zhao
From d1e105057e93e7c2788d6d684292db9008fbf3ac Mon Sep 17 00:00:00 2001 From: Jun Zhao <jun.z...@intel.com> Date: Tue, 31 Oct 2017 10:19:08 +0800 Subject: [PATCH 2/2] lavc/vaapi_encode_h264: correct bit_rate_scale setting. As H264 Spec 2012 E.2.2, bit_rate_scale means the max input bi

[FFmpeg-devel] [PATCH 1/2] lavc/vaapi_encode: correct the HRD buffer size calculate.

2017-10-30 Thread Jun Zhao
From 7eef9be1c8a92bf625d62a0f97f762f1342c6d78 Mon Sep 17 00:00:00 2001 From: Jun Zhao <jun.z...@intel.com> Date: Tue, 31 Oct 2017 10:13:42 +0800 Subject: [PATCH 1/2] lavc/vaapi_encode: correct the HRD buffer size calculate. when rc_buffer_size didn't setting, always use the max bit ra

[FFmpeg-devel] [PATCH V2] lavc/vaapi_encode_h264: correct VUI max_dec_frame_buffering setting.

2017-10-24 Thread Jun Zhao
From 24b8e1c70fd4bf4eb76404fd9e2020fe3bbd90cb Mon Sep 17 00:00:00 2001 From: Jun Zhao <jun.z...@intel.com> Date: Tue, 24 Oct 2017 13:25:21 +0800 Subject: [PATCH V2] lavc/vaapi_encode_h264: correct VUI max_dec_frame_buffering setting. vseq.max_num_ref_frames not init before t

Re: [FFmpeg-devel] [PATCH] lavc/vaapi_encode_h264: correct VUI max_dec_frame_buffering setting.

2017-10-24 Thread Jun Zhao
On 2017/10/24 13:42, Jun Zhao wrote: The commit comment is wrong, will re-submit V2 to fix the typo. ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

[FFmpeg-devel] [PATCH] lavc/vaapi_encode_h264: correct VUI max_dec_frame_buffering setting.

2017-10-23 Thread Jun Zhao
From db142742fa9adb74dea2b376db618075c86a5731 Mon Sep 17 00:00:00 2001 From: Jun Zhao <jun.z...@intel.com> Date: Tue, 24 Oct 2017 13:25:21 +0800 Subject: [PATCH] lavc/vaapi_encode_h264: correct VUI max_dec_frame_buffering setting. vseq.max_num_ref_frames not init before t

Re: [FFmpeg-devel] lavfi: add ProcAmp(color balance) vaapi video filter

2017-10-11 Thread Jun Zhao
On 2017/10/12 6:42, Michael Niedermayer wrote: > On Wed, Oct 11, 2017 at 02:58:22PM +0800, Jun Zhao wrote: >> Makefile |1 >> allfilters.c |1 >> vf_procamp_vaapi.c | 543 >> + >>

[FFmpeg-devel] [V3 4/4] lavc/vaapi_decode: fix profile search when disable exact profile match.

2017-10-09 Thread Jun Zhao
From ef75f07943ff51c63bf7735a90c38a11559cad33 Mon Sep 17 00:00:00 2001 From: Jun Zhao <jun.z...@intel.com> Date: Thu, 21 Sep 2017 02:44:42 -0400 Subject: [V3 4/4] lavc/vaapi_decode: fix profile search when disable exact profile match. when disable exact profile, use the alt_profile for

[FFmpeg-devel] [V3 3/4] doc/codecs: document the -hwaccel_flags option.

2017-10-09 Thread Jun Zhao
From 2c5609811a1bad27fed802c674c9fb095edbb59b Mon Sep 17 00:00:00 2001 From: Jun Zhao <jun.z...@intel.com> Date: Mon, 9 Oct 2017 02:41:37 -0400 Subject: [V3 3/4] doc/codecs: document the -hwaccel_flags option. Signed-off-by: Jun Zhao <jun.z...@intel.com> --- doc/code

[FFmpeg-devel] [V3 2/4] lavc: enable hwaccel_flags option

2017-10-09 Thread Jun Zhao
From ba5f522929f5232132121f339c288fb6464fdd39 Mon Sep 17 00:00:00 2001 From: Jun Zhao <jun.z...@intel.com> Date: Mon, 9 Oct 2017 02:22:38 -0400 Subject: [V3 2/4] lavc: enable hwaccel_flags option enable pre-stream hwaccel_flags. Signed-off-by: Jun Zhao <jun.z...@intel.com> ---

[FFmpeg-devel] [V3 1/4] ffmpeg: remove hwaccel_lax_profile_check opt.

2017-10-09 Thread Jun Zhao
V3: Remove hwaccel_lax_profile_check opt, and add new pre-stream hwaccel_flags option From 2b1585fd6e6e68c81761ace0a8503385067086e0 Mon Sep 17 00:00:00 2001 From: Jun Zhao <jun.z...@intel.com> Date: Mon, 9 Oct 2017 02:13:14 -0400 Subject: [V3 1/4] ffmpeg: remove hwaccel_lax_profile_che

Re: [FFmpeg-devel] [PATCH V2 1/2] ffmpeg: re-enable hwaccel_lax_profile_check use hwaccel_flags.

2017-10-08 Thread Jun Zhao
On 2017/10/1 23:20, Mark Thompson wrote: > On 29/09/17 02:58, Jun Zhao wrote: >> From e2a7cce88d2a47c7e598b59d24258fea8d809c22 Mon Sep 17 00:00:00 2001 >> From: Jun Zhao <jun.z...@intel.com> >> Date: Thu, 21 Sep 2017 02:41:29 -0400 >> Subject:

Re: [FFmpeg-devel] [PATCH V2 2/2] lavc/vaapi_decode: fix profile search when disable exact profile match.

2017-10-08 Thread Jun Zhao
On 2017/10/1 23:47, Mark Thompson wrote: > On 29/09/17 02:58, Jun Zhao wrote: >> From 94604d623de1fec6f363dcda4d61712865257a0a Mon Sep 17 00:00:00 2001 >> From: Jun Zhao <jun.z...@intel.com> >> Date: Thu, 21 Sep 2017 02:44:42 -0400 >> Subject: [PATCH V2 2/2] lavc

[FFmpeg-devel] [PATCH V2 1/2] ffmpeg: re-enable hwaccel_lax_profile_check use hwaccel_flags.

2017-09-28 Thread Jun Zhao
From e2a7cce88d2a47c7e598b59d24258fea8d809c22 Mon Sep 17 00:00:00 2001 From: Jun Zhao <jun.z...@intel.com> Date: Thu, 21 Sep 2017 02:41:29 -0400 Subject: [PATCH V2 1/2] ffmpeg: re-enable hwaccel_lax_profile_check use hwaccel_flags. re-enable hwaccel_lax_profile_check option use hwaccel

[FFmpeg-devel] [PATCH V2 2/2] lavc/vaapi_decode: fix profile search when disable exact profile match.

2017-09-28 Thread Jun Zhao
From 94604d623de1fec6f363dcda4d61712865257a0a Mon Sep 17 00:00:00 2001 From: Jun Zhao <jun.z...@intel.com> Date: Thu, 21 Sep 2017 02:44:42 -0400 Subject: [PATCH V2 2/2] lavc/vaapi_decode: fix profile search when disable exact profile match. when disable exact profile, use the alt_p

Re: [FFmpeg-devel] [PATCH 2/2] lavc/vaapi_decode: fix profile search when disable exact profile match.

2017-09-28 Thread Jun Zhao
On 2017/9/28 5:40, Mark Thompson wrote: > On 21/09/17 08:22, Jun Zhao wrote: >> From d7dc5c00692302e810412dea44ae3d2f122fb9a4 Mon Sep 17 00:00:00 2001 >> From: Jun Zhao <jun.z...@intel.com> >> Date: Thu, 21 Sep 2017 02:44:42 -0400 >> Subject: [PATCH 2/2] lavc

Re: [FFmpeg-devel] [PATCH 1/2] ffmpeg: re-enable hwaccel_lax_profile_check use hwaccel_flags.

2017-09-25 Thread Jun Zhao
On 2017/9/21 15:21, Jun Zhao wrote: Ping? and can you help to review the small patch ? ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Re: [FFmpeg-devel] [PATCH] option: allow to set slice_flags to video decoder

2017-09-21 Thread Jun Zhao
On 2017/9/21 14:17, Zhong Li wrote: > Make slice_flags setable as avcodec.h definition > > Signed-off-by: Zhong Li > --- > libavcodec/options_table.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/libavcodec/options_table.h

[FFmpeg-devel] [PATCH 1/2] ffmpeg: re-enable hwaccel_lax_profile_check use hwaccel_flags.

2017-09-21 Thread Jun Zhao
From 742a7fb25d36543a7c2092103001278bd707d9ea Mon Sep 17 00:00:00 2001 From: Jun Zhao <jun.z...@intel.com> Date: Thu, 21 Sep 2017 02:41:29 -0400 Subject: [PATCH 1/2] ffmpeg: re-enable hwaccel_lax_profile_check use hwaccel_flags. re-enable hwaccel_lax_profile_check option use hwaccel

[FFmpeg-devel] [PATCH 2/2] lavc/vaapi_decode: fix profile search when disable exact profile match.

2017-09-21 Thread Jun Zhao
From d7dc5c00692302e810412dea44ae3d2f122fb9a4 Mon Sep 17 00:00:00 2001 From: Jun Zhao <jun.z...@intel.com> Date: Thu, 21 Sep 2017 02:44:42 -0400 Subject: [PATCH 2/2] lavc/vaapi_decode: fix profile search when disable exact profile match. When disable exact profile match, alway use the p

Re: [FFmpeg-devel] [PATCH] mpeg2_hwaccel: always submit twice for a frame with two fileds.

2017-09-20 Thread Jun Zhao
On 2017/9/21 11:26, Zhong Li wrote: > Though this patch to fix https://trac.ffmpeg.org/ticket/6668, and allows > to set the slice_flags option to decoder, I belive it is unnecessary to set > SLICE_FLAG_ALLOW_FIELD flag to other hwaccels(dxva, vdpau, etc). > > Signed-off-by: Zhong Li

Re: [FFmpeg-devel] [V5 3/4] lavc/vaapi_encode_h264: respect "slices" option in h264 vaapi encoder

2017-09-13 Thread Jun Zhao
On 2017/9/13 20:20, Moritz Barsnick wrote: > On Thu, Aug 24, 2017 at 09:13:20 +0800, Jun Zhao wrote: >> +av_log(avctx, AV_LOG_ERROR, "The max slices number per frame " >> + "cannot more than %d.\n", ctx->max_slices); > &qu

Re: [FFmpeg-devel] [V5 2/4] lavc/vaapi_encode: Add max slices number query.

2017-09-13 Thread Jun Zhao
On 2017/9/13 20:18, Moritz Barsnick wrote: > On Thu, Aug 24, 2017 at 09:13:09 +0800, Jun Zhao wrote: >> +// Supported max-slices number per frame. (0 means driver cannot >> +// support max mutil-slices query) > ^ multi > > Morit

[FFmpeg-devel] [PATCH] kmsgrab: fix build error when use old libdrm

2017-09-13 Thread Jun Zhao
From 8c7ddfcabf686f213aa59544d90055d20bdac0f7 Mon Sep 17 00:00:00 2001 From: Jun Zhao <jun.z...@intel.com> Date: Wed, 13 Sep 2017 20:21:38 -0400 Subject: [PATCH] kmsgrab: fix build error when use old libdrm DRM_FORMAT_R16 adding from libdrm 2.4.82, fix the build error when libdrm &l

[FFmpeg-devel] [PATCH] lavc/vaapi_encode_mpeg2: fix frame rate calc error when use, time_base.

2017-09-05 Thread Jun Zhao
From a6f3aaa9c1ff6d35d19eef587a49c04916fceca1 Mon Sep 17 00:00:00 2001 From: Jun Zhao <jun.z...@intel.com> Date: Tue, 5 Sep 2017 23:07:15 -0400 Subject: [PATCH] lavc/vaapi_encode_mpeg2: fix frame rate calc error when use time_base. fix frame rate calc error when use time_base. Sign

Re: [FFmpeg-devel] [V5 1/4] lavc/vaapi_encode: Change the slice/parameter buffers to dynamic alloc.

2017-09-05 Thread Jun Zhao
On 2017/8/28 20:28, Mark Thompson wrote: > On 24/08/17 02:13, Jun Zhao wrote: >> V5: - In h265_vaapi encoder, when setting slice number > max slice number >> supported by driver, report error and return. Same as h264_vaapi. >> - Clea

[FFmpeg-devel] [PATCH] lavc/vaapi_encode_h265: Enable VBR mode

2017-08-25 Thread Jun Zhao
From 483204cf7c25077d556c86b9e70f591fc2c0d4a3 Mon Sep 17 00:00:00 2001 From: Jun Zhao <jun.z...@intel.com> Date: Fri, 25 Aug 2017 03:50:37 -0400 Subject: [PATCH] lavc/vaapi_encode_h265: Enable VBR mode Follow vaapi_h264 style, enable the VBR mode. Signed-off-by: Jun Zhao <jun.z...@

Re: [FFmpeg-devel] [PATCH V6] lavfi/scale_vaapi: add denoise/sharpness support.

2017-08-23 Thread Jun Zhao
ping? On 2017/8/4 15:25, Jun Zhao wrote: > V6 : - Re-work with current scale_vaapi and double check i965 have fix the > sharpness issue. >https://bugs.freedesktop.org/show_bug.cgi?id=96988 > v5 : - fix the commit message as review(Mark Thompson and Moritz Barsnick) >

[FFmpeg-devel] [V5 2/4] lavc/vaapi_encode: Add max slices number query.

2017-08-23 Thread Jun Zhao
From 4cac77cf990e91fececaf3dc5bffe606fcdae17c Mon Sep 17 00:00:00 2001 From: Jun Zhao <jun.z...@intel.com> Date: Tue, 1 Aug 2017 04:16:30 -0400 Subject: [V5 2/4] lavc/vaapi_encode: Add max slices number query. Add max slices number query. Signed-off-by: Jun Zhao <jun.z...@

[FFmpeg-devel] [V5 3/4] lavc/vaapi_encode_h264: respect "slices" option in h264 vaapi encoder

2017-08-23 Thread Jun Zhao
From 8795c55762da131ae29554290c1c352eab092580 Mon Sep 17 00:00:00 2001 From: Jun Zhao <jun.z...@intel.com> Date: Tue, 1 Aug 2017 23:05:44 -0400 Subject: [V5 3/4] lavc/vaapi_encode_h264: respect "slices" option in h264 vaapi encoder Enable multi-slice support in AVC/H.264 vaapi

[FFmpeg-devel] [V5 1/4] lavc/vaapi_encode: Change the slice/parameter buffers to dynamic alloc.

2017-08-23 Thread Jun Zhao
- Change the slice/parameter buffers to dynamic alloc and split the mutil-slice support for AVC/HEVC. From a1078385915d53ec94559ed897eb253e537d1f65 Mon Sep 17 00:00:00 2001 From: Jun Zhao <jun.z...@intel.com> Date: Mon, 31 Jul 2017 22:46:23 -0400 Subject: [V5 1/4] lavc/vaapi_encode: C

[FFmpeg-devel] [V5 4/4] lavc/vaapi_encode_h265: respect "slices" option in h265 vaapi encoder

2017-08-23 Thread Jun Zhao
From 9baf5d8b4b2a6119a8406bb52a05d4a1b67f9a3e Mon Sep 17 00:00:00 2001 From: Jun Zhao <jun.z...@intel.com> Date: Tue, 1 Aug 2017 23:07:34 -0400 Subject: [V5 4/4] lavc/vaapi_encode_h265: respect "slices" option in h265 vaapi encoder Enable multi-slice support in AVC/H.265 vaapi

Re: [FFmpeg-devel] [PATCH V4 4/4] lavc/vaapi_encode_h265: respect "slices" option in h265 vaapi encoder

2017-08-23 Thread Jun Zhao
On 2017/8/23 19:12, Steven Liu wrote: > 2017-08-23 18:34 GMT+08:00 Jun Zhao <mypopy...@gmail.com>: > >From dae9051c0828f7c86417308d06f1deb0640534bc Mon Sep 17 00:00:00 2001 > From: Jun Zhao <jun.z...@intel.com> > Date: Tue, 1 Aug 2017 23:07:34 -0400 >

[FFmpeg-devel] [PATCH V4 4/4] lavc/vaapi_encode_h265: respect "slices" option in h265 vaapi encoder

2017-08-23 Thread Jun Zhao
From dae9051c0828f7c86417308d06f1deb0640534bc Mon Sep 17 00:00:00 2001 From: Jun Zhao <jun.z...@intel.com> Date: Tue, 1 Aug 2017 23:07:34 -0400 Subject: [PATCH V4 4/4] lavc/vaapi_encode_h265: respect "slices" option in h265 vaapi encoder Enable multi-slice support in AVC/H.2

[FFmpeg-devel] [PATCH V4 2/4] lavc/vaapi_encode: Add max slices number query.

2017-08-23 Thread Jun Zhao
From 4cac77cf990e91fececaf3dc5bffe606fcdae17c Mon Sep 17 00:00:00 2001 From: Jun Zhao <jun.z...@intel.com> Date: Tue, 1 Aug 2017 04:16:30 -0400 Subject: [PATCH V4 2/4] lavc/vaapi_encode: Add max slices number query. Add max slices number query. Signed-off-by: Jun Zhao <jun.z...@

[FFmpeg-devel] [PATCH V4 3/4] lavc/vaapi_encode_h264: respect "slices" option in h264 vaapi encoder

2017-08-23 Thread Jun Zhao
From 8795c55762da131ae29554290c1c352eab092580 Mon Sep 17 00:00:00 2001 From: Jun Zhao <jun.z...@intel.com> Date: Tue, 1 Aug 2017 23:05:44 -0400 Subject: [PATCH V4 3/4] lavc/vaapi_encode_h264: respect "slices" option in h264 vaapi encoder Enable multi-slice support in AVC/H.2

[FFmpeg-devel] [PATCH V4 1/4] lavc/vaapi_encode: Change the slice/parameter buffers to dynamic alloc.

2017-08-23 Thread Jun Zhao
00:00:00 2001 From: Jun Zhao <jun.z...@intel.com> Date: Mon, 31 Jul 2017 22:46:23 -0400 Subject: [PATCH V4 1/4] lavc/vaapi_encode: Change the slice/parameter buffers to dynamic alloc. Change the slice/parameter buffers to be allocated dynamically. Signed-off-by: Wang, Yi A <yi.a.w...@in

Re: [FFmpeg-devel] [PATCH V3 3/4] lavc/vaapi_encode_h264: respect "slices" option in h264 vaapi encoder

2017-08-23 Thread Jun Zhao
On 2017/8/21 1:16, Mark Thompson wrote: > On 18/08/17 03:14, Jun Zhao wrote: >> From 64c53df3134c0b478d212f141e6dbe4c3743b3c6 Mon Sep 17 00:00:00 2001 >> From: Jun Zhao <jun.z...@intel.com> >> Date: Tue, 1 Aug 2017 23:05:44 -0400 >> Subject: [PATCH V3 3/4] lavc/v

Re: [FFmpeg-devel] [PATCH 1/2] vaapi_hevc: Add an option to set quality level

2017-08-20 Thread Jun Zhao
On 2017/8/21 11:04, Zhong Li wrote: > Just like vaapi_h264 encoder, quality_level is set for tradeoff quality > and performance. > > Signed-off-by: Zhong Li > --- > libavcodec/vaapi_encode_h265.c | 27 +++ > 1 file changed, 27 insertions(+) > >

[FFmpeg-devel] [PATCH V3 3/4] lavc/vaapi_encode_h264: respect "slices" option in h264 vaapi encoder

2017-08-17 Thread Jun Zhao
From 64c53df3134c0b478d212f141e6dbe4c3743b3c6 Mon Sep 17 00:00:00 2001 From: Jun Zhao <jun.z...@intel.com> Date: Tue, 1 Aug 2017 23:05:44 -0400 Subject: [PATCH V3 3/4] lavc/vaapi_encode_h264: respect "slices" option in h264 vaapi encoder Enable multi-slice support in AVC/H.2

[FFmpeg-devel] [PATCH V3 4/4] lavc/vaapi_encode_h265: respect "slices" option in h265 vaapi encoder

2017-08-17 Thread Jun Zhao
From 183ee30f5d9c1d4bb33ddbb0f0a8dcc952e3572e Mon Sep 17 00:00:00 2001 From: Jun Zhao <jun.z...@intel.com> Date: Tue, 1 Aug 2017 23:07:34 -0400 Subject: [PATCH V3 4/4] lavc/vaapi_encode_h265: respect "slices" option in h265 vaapi encoder Enable multi-slice support in AVC/H.2

[FFmpeg-devel] [PATCH V3 2/4] lavc/vaapi_encode: Add max slices number query.

2017-08-17 Thread Jun Zhao
From 23201c7288b07fc117279a2efca7372158564730 Mon Sep 17 00:00:00 2001 From: Jun Zhao <jun.z...@intel.com> Date: Tue, 1 Aug 2017 04:16:30 -0400 Subject: [PATCH V3 2/4] lavc/vaapi_encode: Add max slices number query. Add max slices number query. Signed-off-by: Jun Zhao <jun.z...@

[FFmpeg-devel] [PATCH V3 1/4] lavc/vaapi_encode: Change the slice/parameter buffers to dynamic alloc.

2017-08-17 Thread Jun Zhao
Change the slice/parameter buffers to dynamic alloc and split the mutil-slice support for AVC/HEVC. From 4b2414cf589b8b64639e87c2ab1b4045099b8ba0 Mon Sep 17 00:00:00 2001 From: Jun Zhao <jun.z...@intel.com> Date: Mon, 31 Jul 2017 22:46:23 -0400 Subject: [PATCH V3 1/4] lavc/vaapi_encode: Chan

Re: [FFmpeg-devel] lavc/vaapi_encode_h265: respect "slices" option in h265 vaapi encoder

2017-08-17 Thread Jun Zhao
On 2017/8/10 6:14, Mark Thompson wrote: > On 02/08/17 06:57, Jun Zhao wrote: >> From 82eb7d1c3120081a7073cfb379802a28c769ae18 Mon Sep 17 00:00:00 2001 >> From: Jun Zhao <jun.z...@intel.com> >> Date: Tue, 1 Aug 2017 23:07:34 -0400 >> Subject: [PATCH V2 4/4] lavc/v

[FFmpeg-devel] [PATCH V3 1/2] lavc/vaapi_encode_h264: add "coder" option support

2017-08-15 Thread Jun Zhao
V3: Clean the code and add docs for "coder" option base on Steven code review. V2: Follow libx264 "coder" option style, base on Hendrik Leppkes code review. From 5a8927c04ed7b7f4820d26a124df99b5419deab1 Mon Sep 17 00:00:00 2001 From: Jun Zhao <jun.z...@intel.com> Date

Re: [FFmpeg-devel] [PATCH V2] lavc/vaapi_encode_h264: add "coder" option support

2017-08-14 Thread Jun Zhao
On 2017/8/15 10:41, Steven Liu wrote: > 2017-08-15 8:48 GMT+08:00 Jun Zhao <mypopy...@gmail.com>: >> ping? > No Documentation for the coder options? Do you means man page or the other docs ? >> >> On 2017/8/9 9:39, Jun Zhao wrote: >>> V2: Follow libx26

Re: [FFmpeg-devel] [PATCH V2] lavc/vaapi_encode_h264: add "coder" option support

2017-08-14 Thread Jun Zhao
ping? On 2017/8/9 9:39, Jun Zhao wrote: > V2: Follow libx264 "coder" option style, base on Hendrik Leppkes code review. > ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Re: [FFmpeg-devel] [PATCH V2 1/4] lavc/vaapi_encode: Change the slice/parameter buffers to dynamic alloc.

2017-08-11 Thread Jun Zhao
On 2017/8/10 5:11, Mark Thompson wrote: > On 02/08/17 06:53, Jun Zhao wrote: >> V2: Change the slice/parameter buffers to dynamic alloc and split >> the mutil-slice support for AVC/HEVC. >> >> From 39fd7852df0c96217310c525107da06a7ec0a062 Mon Sep 17 00:00:00 20

Re: [FFmpeg-devel] lavc/vaapi_encode_h264: respect "slices" option in h264 vaapi encoder

2017-08-10 Thread Jun Zhao
On 2017/8/10 6:05, Mark Thompson wrote: > On 02/08/17 06:56, Jun Zhao wrote: >> From f9b42385faedd64dacf613785c393c7b025237c9 Mon Sep 17 00:00:00 2001 >> From: Jun Zhao <jun.z...@intel.com> >> Date: Tue, 1 Aug 2017 23:05:44 -0400 >> Subject: [PATCH V2 3/4] lavc/v

Re: [FFmpeg-devel] [PATCH V2 2/4] lavc/vaapi_encode: Add max slices number query.

2017-08-09 Thread Jun Zhao
On 2017/8/10 5:29, Mark Thompson wrote: > On 02/08/17 06:55, Jun Zhao wrote: >> From 2a0bd4795fcf7d889c3c93b03e8698015a519260 Mon Sep 17 00:00:00 2001 >> From: Jun Zhao <jun.z...@intel.com> >> Date: Tue, 1 Aug 2017 04:16:30 -0400 >> Subject: [PATCH V2 2/4]

Re: [FFmpeg-devel] [PATCH V2 1/4] lavc/vaapi_encode: Change the slice/parameter buffers to dynamic alloc.

2017-08-09 Thread Jun Zhao
On 2017/8/10 5:11, Mark Thompson wrote: > On 02/08/17 06:53, Jun Zhao wrote: >> V2: Change the slice/parameter buffers to dynamic alloc and split >> the mutil-slice support for AVC/HEVC. >> >> From 39fd7852df0c96217310c525107da06a7ec0a062 Mon Sep 17 00:00:00 20

[FFmpeg-devel] [PATCH V2] lavc/vaapi_encode_h264: add "coder" option support

2017-08-08 Thread Jun Zhao
V2: Follow libx264 "coder" option style, base on Hendrik Leppkes code review. From 28e4dc3533be2b7c7493a08de7143c042c9923c1 Mon Sep 17 00:00:00 2001 From: Jun Zhao <jun.z...@intel.com> Date: Tue, 8 Aug 2017 03:33:53 -0400 Subject: [PATCH V2] lavc/vaapi_encode_h264: add "

Re: [FFmpeg-devel] [PATCH] lavc/vaapi_encode_h264: add "cabac" option support

2017-08-08 Thread Jun Zhao
On 2017/8/8 15:49, Hendrik Leppkes wrote: > On Tue, Aug 8, 2017 at 9:40 AM, Jun Zhao <mypopy...@gmail.com> wrote: >> > > Making the option compatible with what libx264 takes, for example, > would probably be best. > > ie. libx264 uses for CABAC: > -coder ca

[FFmpeg-devel] [PATCH] lavc/vaapi_encode_h264: add "cabac" option support

2017-08-08 Thread Jun Zhao
From c95be027e1f109fbcec3102371a6cb0cbfc7e551 Mon Sep 17 00:00:00 2001 From: Jun Zhao <jun.z...@intel.com> Date: Tue, 8 Aug 2017 03:33:53 -0400 Subject: [PATCH] lavc/vaapi_encode_h264: add "cabac" option support 0 means no-cabac, 1 means enable cabac when profile > baseline

Re: [FFmpeg-devel] [PATCH V2 1/4] lavc/vaapi_encode: Change the slice/parameter buffers to dynamic alloc.

2017-08-07 Thread Jun Zhao
On 2017/8/2 13:53, Jun Zhao wrote: > V2: Change the slice/parameter buffers to dynamic alloc and split > the mutil-slice support for AVC/HEVC. > ping? ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listin

[FFmpeg-devel] [PATCH V6] lavfi/scale_vaapi: add denoise/sharpness support.

2017-08-04 Thread Jun Zhao
ess mapping issue v2 : fix filter support flag check logic issue From 5a97b6c307480b59d27f3dc2aabdb0781912835d Mon Sep 17 00:00:00 2001 From: Jun Zhao <jun.z...@intel.com> Date: Fri, 4 Aug 2017 03:10:40 -0400 Subject: [PATCH V6] lavfi/scale_vaapi: add denoise/sharpness support. add denoise/sharpnes

[FFmpeg-devel] [PATCH V2 2/4] lavc/vaapi_encode: Add max slices number query.

2017-08-02 Thread Jun Zhao
From 2a0bd4795fcf7d889c3c93b03e8698015a519260 Mon Sep 17 00:00:00 2001 From: Jun Zhao <jun.z...@intel.com> Date: Tue, 1 Aug 2017 04:16:30 -0400 Subject: [PATCH V2 2/4] lavc/vaapi_encode: Add max slices number query. Add max slices number query. Signed-off-by: Jun Zhao <jun.z...@

[FFmpeg-devel] lavc/vaapi_encode_h265: respect "slices" option in h265 vaapi encoder

2017-08-01 Thread Jun Zhao
From 82eb7d1c3120081a7073cfb379802a28c769ae18 Mon Sep 17 00:00:00 2001 From: Jun Zhao <jun.z...@intel.com> Date: Tue, 1 Aug 2017 23:07:34 -0400 Subject: [PATCH V2 4/4] lavc/vaapi_encode_h265: respect "slices" option in h265 vaapi encoder Enable multi-slice support in AVC/H.2

<    4   5   6   7   8   9   10   11   >