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

2017-10-23 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 V2] lavc/vaapi_encode_h264: correct VUI max_dec_frame_buffering setting.

2017-10-23 Thread Jun Zhao
From 24b8e1c70fd4bf4eb76404fd9e2020fe3bbd90cb Mon Sep 17 00:00:00 2001 From: Jun Zhao 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 the VUI max_dec_frame_buffering setting

[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 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 rate per second as HRD b

[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 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 bit rate. Signed-off-by: Jun Zhao

[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 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-Encoding: 8bit suppress the

[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 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-Transfer-Encoding: 8bit

[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 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-Transfer-Encoding: 8bit

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 >> Date: Tue, 31 Oct 2017 10:13:42 +0800 >> Subject: [PATCH 1/2] lavc/vaapi_encode:

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 >> Date: Tue, 31 Oct 2017 10:19:08 +0800 >> Subject: [PATCH 2/2] lavc/vaapi_encode_h264: cor

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 Zha

[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 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 Signed-off-by: Liu, Kaixuan --- configure | 2

[FFmpeg-devel] [PATCH] lavc/vaapi_encode_h265: fix the hevc vaapi encoder output shaking issue.

2016-11-10 Thread Jun Zhao
From 5db0b2cd0930ed88d853114f13b69a80a44d9c4c Mon Sep 17 00:00:00 2001 From: Jun Zhao Date: Fri, 11 Nov 2016 10:04:53 +0800 Subject: [PATCH] lavc/vaapi_encode_h265: fix the hevc vaapi encoder output shaking issue. the max_num_reorder_pics/max_dec_pic_buffering_minus in vps/sps are incorrect

[FFmpeg-devel] [PATCH] lavc/vaapi_encode_h264: fix poc incorrect issue after meeting idr frame.

2016-11-10 Thread Jun Zhao
From 25a5cc94fba53405acd53f9613fa5d206ce748f0 Mon Sep 17 00:00:00 2001 From: Jun Zhao Date: Fri, 11 Nov 2016 14:53:49 +0800 Subject: [PATCH] lavc/vaapi_encode_h264: fix poc incorrect issue after meeting idr frame. when meeting IDR frame, vaapi_encode_h264 poc sometime is wrong, now fix this

[FFmpeg-devel] [PATCH] lavc/vaapi: Add VP8 decode hwaccel

2016-11-10 Thread Jun Zhao
From 4635e7e4a0ea24f77e71ffc9a9074e75c61bfe44 Mon Sep 17 00:00:00 2001 From: Jun Zhao Date: Fri, 11 Nov 2016 15:51:01 +0800 Subject: [PATCH] lavc/vaapi: Add VP8 decode hwaccel Add VP8 decode hwaccel based on the libav: commit a9fb134730da1f9642eb5a2baa50943b8a4aa245 lavc/vaapi: Add VP8

[FFmpeg-devel] [PATCH] lavc/vc1dec: add multi-slice decoding support for hwaccel.

2016-11-11 Thread Jun Zhao
From 95eebc4d94a2f2db9f03e569b660d94ae083d26c Mon Sep 17 00:00:00 2001 From: Jun Zhao Date: Fri, 11 Nov 2016 16:05:57 +0800 Subject: [PATCH] lavc/vc1dec: add multi-slice decoding support for hwaccel. add multi-slice decoding support for hwaccel, now only test with vaapi as backend. Reviewed-by

Re: [FFmpeg-devel] [PATCH] lavc/vaapi_encode_h265: fix the hevc vaapi encoder output shaking issue.

2016-11-13 Thread Jun Zhao
On 2016/11/12 22:00, Mark Thompson wrote: > On 11/11/16 02:24, Jun Zhao wrote: >> From 5db0b2cd0930ed88d853114f13b69a80a44d9c4c Mon Sep 17 00:00:00 2001 >> From: Jun Zhao >> Date: Fri, 11 Nov 2016 10:04:53 +0800 >> Subject: [PATCH] lavc/vaapi_encode_h265: fix th

Re: [FFmpeg-devel] [PATCH] lavc/vaapi: Add VP8 decode hwaccel

2016-11-13 Thread Jun Zhao
On 2016/11/12 21:57, Mark Thompson wrote: > On 11/11/16 07:57, Jun Zhao wrote: >> From 4635e7e4a0ea24f77e71ffc9a9074e75c61bfe44 Mon Sep 17 00:00:00 2001 >> From: Jun Zhao >> Date: Fri, 11 Nov 2016 15:51:01 +0800 >> Subject: [PATCH] lavc/vaapi: Add VP8 decode hwaccel &

Re: [FFmpeg-devel] [PATCH] lavc/vaapi: Add VP8 decode hwaccel

2016-11-13 Thread Jun Zhao
On 2016/11/11 20:34, Timo Rothenpieler wrote: > This patch seems incomplete. > Did you forget to add the vaapi_vp8.c file before commiting? > Yes, I forget to add the vaapi_vp8.c. And because Mark will merge the vaapi_vp8 hwaccel and other vaapi infrastructure from Libav, so I will don't update

Re: [FFmpeg-devel] [PATCH] lavc/vc1dec: add multi-slice decoding support for hwaccel.

2016-11-13 Thread Jun Zhao
On 2016/11/11 16:29, Hendrik Leppkes wrote: > On Fri, Nov 11, 2016 at 9:09 AM, Jun Zhao wrote: >> > > Do you have a sample file for this case? AFAIK all vc1 files I ever > saw worked with the DXVA2 hwaccel before, just want to make sure they > are not getting broken. >

[FFmpeg-devel] [PATCH v2] lavc/vaapi_encode_h264: fix poc incorrect issue after meeting idr frame.

2016-11-13 Thread Jun Zhao
V2 : - Change the last_idr_frame filed location based on Mark code review. - Modify the commit message to actually explain the problem. From a1bf2b021effd36f8297b331855a282d775f2a44 Mon Sep 17 00:00:00 2001 From: Jun Zhao Date: Fri, 11 Nov 2016 14:53:49 +0800 Subject: [PATCH v2] lavc

[FFmpeg-devel] [PATCH v2] lavc/vc1dec: add multi-slice decoding support for hwaccel.

2016-11-15 Thread Jun Zhao
;make HWACCEL='vaapi -vaapi_device /dev/dri/renderD128 -hwaccel_output_format yuv420p' fate-vc1 -i" reproduce and verify From fe93d69cf9ffe8a9a84c1371f185dc8d10d0aec4 Mon Sep 17 00:00:00 2001 From: Jun Zhao Date: Tue, 15 Nov 2016 15:09:50 +0800 Subject: [PATCH v2] lavc/vc1dec: add multi

[FFmpeg-devel] [PATCH] lavc/vaapi_hevc: fix scaling list duplicate transfer issue.

2016-11-22 Thread Jun Zhao
From 4059bc56cba30b26bc194673968c3a51014e315f Mon Sep 17 00:00:00 2001 From: Jun Zhao Date: Tue, 22 Nov 2016 15:58:50 +0800 Subject: [PATCH] lavc/vaapi_hevc: fix scaling list duplicate transfer issue. scaling list is already transfered to raster scan during head parsing, so no need to transfer

[FFmpeg-devel] [PATCH] lavc/vaapi_h26[45]: add crop info support in vaapi_h26[4, 5]

2016-11-29 Thread Jun Zhao
From 20bedd18213420c77d5e8a26fbe741d8d204ac10 Mon Sep 17 00:00:00 2001 From: Jun Zhao Date: Tue, 29 Nov 2016 14:14:25 +0800 Subject: [PATCH] lavc/vaapi_h26[45]: add crop info support in vaapi_h26[4,5] add crop information support in vaapi_h26[4,5] hwaccel decode, and align h264/hevc software

Re: [FFmpeg-devel] [PATCH] lavc/vaapi_h26[45]: add crop info support in vaapi_h26[4, 5]

2016-12-02 Thread Jun Zhao
On 2016/12/1 19:03, wm4 wrote: > On Wed, 30 Nov 2016 18:25:59 +0100 > Michael Niedermayer wrote: > AVFrame had a pan_scan parameter to store one or more croping rectangles. That is now available as side data I remember the intend that this could be used for multiple rec

[FFmpeg-devel] [PATCH] lavf: fix the wrong warning msg and comments about av_find_stream_info

2016-12-04 Thread Jun Zhao
From 1c4b61ef42baae788e950c36f292ddd2e7cd9943 Mon Sep 17 00:00:00 2001 From: Jun Zhao Date: Mon, 5 Dec 2016 15:17:13 +0800 Subject: [PATCH] lavf: fix the wrong warning msg and comments about av_find_stream_info av_find_stream_info() was deprecated by avformat_find_stream_info(), correct the

[FFmpeg-devel] [PATCH] lavc/vaapi_encode_h264: add option to indicate the h264 encode profile

2016-12-13 Thread Jun Zhao
, disable B frames base on H.264 spec Annex A.2.1 Signed-off-by: Jun Zhao Signed-off-by: Yi A Wang --- doc/codecs.texi| 8 libavcodec/options_table.h | 5 - libavcodec/vaapi_encode_h264.c | 5 + 3 files changed, 17 insertions(+), 1 deletion(-) diff --git a/doc

Re: [FFmpeg-devel] [PATCH] lavc/vaapi_encode_h264: add option to indicate the h264 encode profile

2016-12-14 Thread Jun Zhao
On 2016/12/15 7:13, Hendrik Leppkes wrote: > On Thu, Dec 15, 2016 at 12:02 AM, Mark Thompson wrote: >> On 14/12/16 01:55, Jun Zhao wrote: >>> From 03030392ec2458679cdfb14802b80cbb196eae40 Mon Sep 17 00:00:00 2001 >>> From: Yi A Wang >>> Date: Tue, 13 Dec 201

Re: [FFmpeg-devel] [PATCH] lavc/vaapi_encode_h264: add option to indicate the h264 encode profile

2016-12-14 Thread Jun Zhao
On 2016/12/15 7:02, Mark Thompson wrote: > On 14/12/16 01:55, Jun Zhao wrote: >> From 03030392ec2458679cdfb14802b80cbb196eae40 Mon Sep 17 00:00:00 2001 >> From: Yi A Wang >> Date: Tue, 13 Dec 2016 10:50:54 +0800 >> Subject: [PATCH] lavc/vaapi_encode_h264: add

[FFmpeg-devel] [PATCH] lavc/vaapi_encode_h264: disable B frame in baseline profile

2016-12-15 Thread Jun Zhao
From a4b410e02ac4864c7d82b15474a65ed42a84da6a Mon Sep 17 00:00:00 2001 From: Jun Zhao Date: Fri, 16 Dec 2016 09:49:57 +0800 Subject: [PATCH] lavc/vaapi_encode_h264: disable B frame in baseline profile. disable B frames when usd baseline/constrined baseline profile, it's base on H.264 spec

[FFmpeg-devel] [PATCH] opt: delete duplicate "hwaccel_output_format" option

2016-07-19 Thread Jun Zhao
From d712488fd73bebaa8c8f38ee29b70aa34c1df7fa Mon Sep 17 00:00:00 2001 From: Jun Zhao Date: Fri, 24 Jun 2016 15:06:08 +0800 Subject: [PATCH] =?UTF-8?q?ffmpeg=5Fopt:=20Delete=20duplicate=20=E2=80=9Ch?= =?UTF-8?q?waccel=5Foutput=5Fformat=E2=80=9D=20option.?= MIME-Version: 1.0 Content-Type: text

[FFmpeg-devel] [PATCH] ffmpeg/qsv: fix QSV-accelerated transcode performance drop issue

2016-08-11 Thread Jun Zhao
From cafa70e97ce48b65e2a4a99782f6ce3557fef755 Mon Sep 17 00:00:00 2001 From: Jun Zhao Date: Thu, 11 Aug 2016 15:34:01 +0800 Subject: [PATCH] ffmpeg/qsv: fix QSV-accelerated transcode performance drop issue. the merge commit 1b04ea1 "avconv: create simple filtergraphs earlier" wil

Re: [FFmpeg-devel] [PATCH] ffmpeg/qsv: fix QSV-accelerated transcode performance drop issue

2016-08-14 Thread Jun Zhao
ping? On 2016/8/11 15:59, Jun Zhao wrote: ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

[FFmpeg-devel] [PATCH 1/5] lavc : yami : add libyami decoder/encoder

2016-08-15 Thread Jun Zhao
add libyami decoder/encoder/vpp in ffmpeg, about build step, please refer to the link: https://github.com/01org/ffmpeg_libyami/wiki/Build From 7147fdb375cb7241d69823d8b9b6e94f66df3a32 Mon Sep 17 00:00:00 2001 From: Jun Zhao Date: Mon, 15 Aug 2016 15:36:14 +0800 Subject: [[PATCH] 1/5] lavc : yami

[FFmpeg-devel] [PATCH 2/5] utils : yami : fix yami decoder issue

2016-08-15 Thread Jun Zhao
From 5f72c65d6e33397a64770dca2cedc02d43589236 Mon Sep 17 00:00:00 2001 From: Jun Zhao Date: Mon, 15 Aug 2016 15:51:09 +0800 Subject: [[PATCH] 2/5] utils : fix yami decoder carsh issue. when used the external yami h264 decoder lib, can't used sps from external yami h264 decoder lib. Signe

[FFmpeg-devel] [PATCH 3/5] lavf : yamivpp : add libyami vpp support

2016-08-15 Thread Jun Zhao
From 2a5725766835fb049f6391b0580e5320252b93db Mon Sep 17 00:00:00 2001 From: Jun Zhao Date: Mon, 15 Aug 2016 15:53:52 +0800 Subject: [[PATCH] 3/5] lavf : yamivpp : add yami vpp support. add the yami vpp support, supported scale/de-noise/de-interlance/ sharpless. Signed-off-by: Jun Zhao

[FFmpeg-devel] [PATCH 5/5] Changelog : add libyami changelog entries.

2016-08-15 Thread Jun Zhao
From df32ce14924f733401ee78c7b88d714481b64161 Mon Sep 17 00:00:00 2001 From: Jun Zhao Date: Mon, 15 Aug 2016 16:04:58 +0800 Subject: [[PATCH] 5/5] Changelog : add libyami changelog entry. Signed-off-by: Jun Zhao --- Changelog | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Changelog b

Re: [FFmpeg-devel] [PATCH 1/5] lavc : yami : add libyami decoder/encoder

2016-08-15 Thread Jun Zhao
On 2016/8/16 1:48, Jean-Baptiste Kempf wrote: > On 15 Aug, Hendrik Leppkes wrote : >> > On Mon, Aug 15, 2016 at 10:22 AM, Jun Zhao wrote: >>> > > add libyami decoder/encoder/vpp in ffmpeg, about build step, >>> > > please refer to the link: >>&g

Re: [FFmpeg-devel] [PATCH 1/5] lavc : yami : add libyami decoder/encoder

2016-08-15 Thread Jun Zhao
On 2016/8/16 10:14, Chao Liu wrote: > On Mon, Aug 15, 2016 at 6:00 PM, Jun Zhao wrote: > >> >> >> On 2016/8/16 1:48, Jean-Baptiste Kempf wrote: >>> On 15 Aug, Hendrik Leppkes wrote : >>>>> On Mon, Aug 15, 2016 at 10:22 AM, Jun Zhao >> wr

Re: [FFmpeg-devel] [PATCH 1/5] lavc : yami : add libyami decoder/encoder

2016-08-15 Thread Jun Zhao
On 2016/8/16 11:07, Timothy Gu wrote: > Hi > > On Mon, Aug 15, 2016 at 7:44 PM Jun Zhao wrote: > >> >> >> On 2016/8/16 10:14, Chao Liu wrote: >>> Sorry for this little diversion: what are the differences between QSV and >>> vaapi? >>> M

Re: [FFmpeg-devel] [PATCH 1/5] lavc : yami : add libyami decoder/encoder

2016-08-16 Thread Jun Zhao
On 2016/8/16 15:37, Chao Liu wrote: > On Mon, Aug 15, 2016 at 7:44 PM, Jun Zhao wrote: > >> >> >> On 2016/8/16 10:14, Chao Liu wrote: >>> On Mon, Aug 15, 2016 at 6:00 PM, Jun Zhao wrote: >>> >>>> >>>> >>>> On 201

Re: [FFmpeg-devel] [PATCH 1/5] lavc : yami : add libyami decoder/encoder

2016-08-16 Thread Jun Zhao
On 2016/8/16 15:40, Chao Liu wrote: > On Mon, Aug 15, 2016 at 10:22 PM, Jun Zhao wrote: > >> >> >> On 2016/8/16 11:07, Timothy Gu wrote: >>> Hi >>> >>> On Mon, Aug 15, 2016 at 7:44 PM Jun Zhao wrote: >>> >>>> >>>

Re: [FFmpeg-devel] [PATCH 1/5] lavc : yami : add libyami decoder/encoder

2016-08-16 Thread Jun Zhao
On 2016/8/16 15:40, Chao Liu wrote: > On Mon, Aug 15, 2016 at 10:22 PM, Jun Zhao wrote: > cult... >> >> I used the ffmpeg_QSV/ffmpeg_libyami/ffmpeg_vaapi to do zero-copy mode >> transcode with default setting as profile case. >> > Perhaps you could share your

Re: [FFmpeg-devel] [PATCH 1/5] lavc : yami : add libyami decoder/encoder

2016-08-16 Thread Jun Zhao
On 2016/8/17 2:33, Mark Thompson wrote: > On 16/08/16 09:51, Jun Zhao wrote: >> >> barry@barry:~/Source/video/yami/ffmpeg_libyami$ ./ffmpeg -y -vaapi_device >> /dev/dri/card0 -hwaccel vaapi -hwaccel_output_format vaapi -i >> ../ffmpeg_yami_testcase/skyfall2-trailer.m

Re: [FFmpeg-devel] [PATCH 1/5] lavc : yami : add libyami decoder/encoder

2016-08-16 Thread Jun Zhao
On 2016/8/17 2:27, Mark Thompson wrote: > On 16/08/16 03:44, Jun Zhao wrote: >> >> >> On 2016/8/16 10:14, Chao Liu wrote: >>> On Mon, Aug 15, 2016 at 6:00 PM, Jun Zhao wrote: >>> >>>> >>>> >>>> On 2016/8/16 1:48, Jean-Ba

[FFmpeg-devel] lavf : scale_vaapi : add denoise/sharpless support

2016-08-30 Thread Jun Zhao
From 78421d6b3a4da21dc1e7793777946cf057fc6cfe Mon Sep 17 00:00:00 2001 From: Jun Zhao Date: Tue, 30 Aug 2016 14:36:00 +0800 Subject: [PATCH] lavf : scale_vaapi : add denoise/sharpless support. add denoise/sharpless support, used scope [-1, 100] as the input scope. Signed-off-by: Jun Zhao

[FFmpeg-devel] [PATCH v2] lavf : scale_vaapi : add denoise/sharpless support

2016-08-30 Thread Jun Zhao
From 1d2d7e0671027948644e08ca79853cc40b0fcf27 Mon Sep 17 00:00:00 2001 From: Jun Zhao Date: Tue, 30 Aug 2016 14:36:00 +0800 Subject: [PATCH] lavf : scale_vaapi : add denoise/sharpless support. add denoise/sharpless support, used scope [-1, 100] as the input scope. Signed-off-by: Jun Zhao

[FFmpeg-devel] [PATCH v3] lavf : scale_vaapi : add denoise/sharpless support

2016-08-30 Thread Jun Zhao
v3 : fix sharpless mapping issue v2 : fix filter support flag check logic issue From 415b00c6157d8311cc18713e6347400895f7333c Mon Sep 17 00:00:00 2001 From: Jun Zhao Date: Tue, 30 Aug 2016 14:36:00 +0800 Subject: [PATCH v3] lavf : scale_vaapi : add denoise/sharpless support. add denoise

Re: [FFmpeg-devel] [PATCH v3] lavf : scale_vaapi : add denoise/sharpless support

2016-09-04 Thread Jun Zhao
On 2016/8/31 6:48, Mark Thompson wrote: > On 30/08/16 09:00, Jun Zhao wrote: >> v3 : fix sharpless mapping issue >> v2 : fix filter support flag check logic issue > > Hi, > > A general remark to start: vf_scale_vaapi is named to be a scaling filter > (i.e. it

Re: [FFmpeg-devel] [PATCH v3] lavf : scale_vaapi : add denoise/sharpless support

2016-09-04 Thread Jun Zhao
On 2016/8/31 6:48, Mark Thompson wrote: > On 30/08/16 09:00, Jun Zhao wrote: >> v3 : fix sharpless mapping issue >> v2 : fix filter support flag check logic issue > > Hi, > > A general remark to start: vf_scale_vaapi is named to be a scaling filter > (i.e. it

[FFmpeg-devel] Fwd: Re: [PATCH v3] lavf : scale_vaapi : add denoise/sharpless support

2016-09-08 Thread Jun Zhao
cc Mark Forwarded Message Subject: Re: [FFmpeg-devel] [PATCH v3] lavf : scale_vaapi : add denoise/sharpless support Date: Mon, 5 Sep 2016 09:33:43 +0800 From: Jun Zhao To: ffmpeg-devel@ffmpeg.org On 2016/8/31 6:48, Mark Thompson wrote: > On 30/08/16 09:00, Jun Zhao wr

[FFmpeg-devel] Fwd: Re: [PATCH v3] lavf : scale_vaapi : add denoise/sharpless support

2016-09-08 Thread Jun Zhao
cc Mark Forwarded Message Subject: Re: [FFmpeg-devel] [PATCH v3] lavf : scale_vaapi : add denoise/sharpless support Date: Mon, 5 Sep 2016 09:52:22 +0800 From: Jun Zhao To: FFmpeg development discussions and patches On 2016/8/31 6:48, Mark Thompson wrote: > On 30/08/16

[FFmpeg-devel] [PATCH v4] lavf : scale_vaapi : add denoise/sharpless support

2016-09-08 Thread Jun Zhao
sue From d1f0b556bdd6be4dffcd3b1b93cba5cd1098908a Mon Sep 17 00:00:00 2001 From: Jun Zhao Date: Tue, 30 Aug 2016 14:36:00 +0800 Subject: [PATCH v4] lavf : scale_vaapi : add denoise/sharpless support. add denoise/sharpless support, used scope [-1, 100] as the input scope. Signed-off-by: Jun Zhao --- libavfilter/vf_scale

Re: [FFmpeg-devel] [PATCH v4] lavf : scale_vaapi : add denoise/sharpless support

2016-09-11 Thread Jun Zhao
On 2016/9/10 3:29, Mark Thompson wrote: > On 09/09/16 04:31, Jun Zhao wrote: >> v4 : - fix sharpless typo(sharpless -> sharpness) >> - when don't support denoise/sharpness, report the error and return >> - fix denoise/sharpness params buffer leak in error

Re: [FFmpeg-devel] [PATCH v4] lavf : scale_vaapi : add denoise/sharpless support

2016-09-11 Thread Jun Zhao
On 2016/9/12 1:37, Moritz Barsnick wrote: > On Fri, Sep 09, 2016 at 11:31:22 +0800, Jun Zhao wrote: >> v4 : - fix sharpless typo(sharpless -> sharpness) > [...] > >> Date: Tue, 30 Aug 2016 14:36:00 +0800 >> Subject: [PATCH v4] lavf : scale_vaapi : add denois

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

2016-09-12 Thread Jun Zhao
- when don't support denoise/sharpness, report the error and return - fix denoise/sharpness params buffer leak in error handle v3 : fix sharpless mapping issue v2 : fix filter support flag check logic issue From 21471c5e222873dd03bc3f9878598314710d7784 Mon Sep 17 00:00:00 2001 From: J

Re: [FFmpeg-devel] [PATCH] lavfi: VAAPI video processing filter

2016-09-13 Thread Jun Zhao
On 2016/9/14 6:06, Mark Thompson wrote: > WIP. > --- > On 05/09/16 02:52, Jun Zhao wrote: >> On 2016/8/31 6:48, Mark Thompson wrote: >>> On 30/08/16 09:00, Jun Zhao wrote: >>>> v3 : fix sharpless mapping issue >>>> v2 : fix filter support flag

Re: [FFmpeg-devel] [PATCH] lavfi: VAAPI video processing filter

2016-09-17 Thread Jun Zhao
i|nv12,hwupload,scale_vaapi=w=1280:h=720' -c:v h264_vaapi -qp 20 out_scale.mp4 254 fps I will try this after find the SKL. :) On 2016/9/14 6:06, Mark Thompson wrote: > WIP. > --- > On 05/09/16 02:52, Jun Zhao wrote: >> On 2016/8/31 6:48, Mark Thompson wrote: >>> On 30

Re: [FFmpeg-devel] [PATCH] lavc/vaapi_encode_h264: disable B frame in baseline profile

2017-01-06 Thread Jun Zhao
ping ? On 2016/12/16 10:21, Jun Zhao wrote: ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

[FFmpeg-devel] [PATCH v2] lavc/vaapi_encode_h264: disable B frame in baseline profile.

2017-01-08 Thread Jun Zhao
V2: rephrasing based on Moritz Barsnick's comments From f9e62cc90b546643419e394c09b93e901d517997 Mon Sep 17 00:00:00 2001 From: Jun Zhao Date: Sun, 8 Jan 2017 11:01:32 +0800 Subject: [PATCH v2] lavc/vaapi_encode_h264: disable B frame in baseline profile. disable B frames when enabling bas

[FFmpeg-devel] [PATCH] lavfi: remove the duplicate expression evaluation.

2017-01-08 Thread Jun Zhao
From 80ea322e8bd634dbf93291f7a4d78bc87834c0a8 Mon Sep 17 00:00:00 2001 From: Jun Zhao Date: Sun, 8 Jan 2017 14:26:39 +0800 Subject: [PATCH] lavfi: remove the duplicate expression evaluation. remove the duplicate expression evaluation in crop/drawtext/overlay. Signed-off-by: Jun Zhao

Re: [FFmpeg-devel] [PATCH] lavfi: remove the duplicate expression evaluation.

2017-01-08 Thread Jun Zhao
On 2017/1/9 8:21, Mark Thompson wrote: > On 09/01/17 00:12, Jun Zhao wrote: >> From 80ea322e8bd634dbf93291f7a4d78bc87834c0a8 Mon Sep 17 00:00:00 2001 >> From: Jun Zhao >> Date: Sun, 8 Jan 2017 14:26:39 +0800 >> Subject: [PATCH] lavfi: remove the duplicate expression e

[FFmpeg-devel] [PATCH] lavc/vaapi_encode: enable "force_key_frames" option in vaapi_encode

2017-01-08 Thread Jun Zhao
From 40804a849556e1303f6351f5560d5552e2588b12 Mon Sep 17 00:00:00 2001 From: Jun Zhao Date: Mon, 9 Jan 2017 14:05:59 +0800 Subject: [PATCH] lavc/vaapi_encode: enable "force_key_frames" option in vaapi_encode enable the opt "force_key_frame" to force IDR output in vaapi_enc

Re: [FFmpeg-devel] [PATCH] lavc/vaapi_encode: enable "force_key_frames" option in vaapi_encode

2017-01-11 Thread Jun Zhao
On 2017/1/12 4:39, Mark Thompson wrote: > On 09/01/17 06:19, Jun Zhao wrote: >> From 40804a849556e1303f6351f5560d5552e2588b12 Mon Sep 17 00:00:00 2001 >> From: Jun Zhao >> Date: Mon, 9 Jan 2017 14:05:59 +0800 >> Subject: [PATCH] lavc/vaapi_encode: enable &

[FFmpeg-devel] [PATCH] lavc/vaapi_encode: fix PoC negative issue

2017-02-07 Thread Jun Zhao
From e37b2598d372b790c0a496c7b750802a1aa102be Mon Sep 17 00:00:00 2001 From: Jun Zhao Date: Wed, 8 Feb 2017 15:25:18 +0800 Subject: [PATCH] lavc/vaapi_encode: fix PoC negative issue. the issue occurs when setting a large b frames number with option "bf", it results from hard

Re: [FFmpeg-devel] [PATCH 4/4] lavfi: Add VAAPI deinterlacer

2017-02-22 Thread Jun Zhao
On 2017/2/20 1:23, Mark Thompson wrote: > (cherry picked from commit ade370a4d7eab1866b6023c91c135d27c77ca465) > (cherry picked from commit 2d518aec4c781316092be65893b47922c8f71b67) > --- > configure | 1 + > libavfilter/Makefile | 1 + > libavfilter/al

Re: [FFmpeg-devel] [PATCH] lavc/vaapi_encode: fix PoC negative issue

2017-02-22 Thread Jun Zhao
Ping? I know the commit "eefa4b" give a fix, but I think this one more better for this issue :) On 2017/2/8 15:39, Jun Zhao wrote: ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

[FFmpeg-devel] [PATCH] vf_hwupload: Add missing return value checks

2017-02-26 Thread Jun Zhao
From e60a958c78ba084e0745acebec5125394387c5b1 Mon Sep 17 00:00:00 2001 From: Jun Zhao Date: Mon, 27 Feb 2017 10:08:36 +0800 Subject: [PATCH] vf_hwupload: Add missing return value checks Add missing return value checks to fix the build warning. Signed-off-by: Jun Zhao --- libavfilter

[FFmpeg-devel] [PATCH] vf_hwupload: Add missing return value check

2017-02-26 Thread Jun Zhao
From e60a958c78ba084e0745acebec5125394387c5b1 Mon Sep 17 00:00:00 2001 From: Jun Zhao Date: Mon, 27 Feb 2017 10:08:36 +0800 Subject: [PATCH] vf_hwupload: Add missing return value checks Add missing return value checks to fix the build warning. Signed-off-by: Jun Zhao --- libavfilter

Re: [FFmpeg-devel] [PATCH] vf_hwupload: Add missing return value check

2017-03-02 Thread Jun Zhao
On 2017/3/1 5:44, Mark Thompson wrote: > On 27/02/17 02:23, Jun Zhao wrote: >> From e60a958c78ba084e0745acebec5125394387c5b1 Mon Sep 17 00:00:00 2001 >> From: Jun Zhao >> Date: Mon, 27 Feb 2017 10:08:36 +0800 >> Subject: [PATCH] vf_hwupload: Add missing return val

[FFmpeg-devel] [PATCH V2] vf_hwupload: Add missing return value check

2017-03-02 Thread Jun Zhao
V2: Fix the potential memory leak.2 From eb283d277679b5dac9c43e8d3c98bcc9367b592f Mon Sep 17 00:00:00 2001 From: Jun Zhao Date: Fri, 3 Mar 2017 09:25:53 +0800 Subject: [PATCH] vf_hwupload: Add missing return value check Add missing return value checks and fix the potential memory leak. Signed

Re: [FFmpeg-devel] [PATCH V2] vf_hwupload: Add missing return value check

2017-03-07 Thread Jun Zhao
ping ? On 2017/3/3 9:35, Jun Zhao wrote: > V2: Fix the potential memory leak.2 > ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Re: [FFmpeg-devel] [PATCH V2] vf_hwupload: Add missing return value check

2017-03-08 Thread Jun Zhao
On 2017/3/8 16:58, Mark Thompson wrote: > On 08/03/17 01:25, Jun Zhao wrote: >> ping ? >> >> On 2017/3/3 9:35, Jun Zhao wrote: >>> V2: Fix the potential memory leak.2 >>> >>> From eb283d277679b5dac9c43e8d3c98bcc9367b592f Mon Sep 17 00:00:00 2001

Re: [FFmpeg-devel] [PATCH V2] vf_hwupload: Add missing return value check

2017-03-09 Thread Jun Zhao
On 2017/3/10 7:49, Mark Thompson wrote: > On 09/03/17 00:33, Jun Zhao wrote: >> On 2017/3/8 16:58, Mark Thompson wrote: >>> On 08/03/17 01:25, Jun Zhao wrote: >>>> ping ? >>>> >>>> On 2017/3/3 9:35, Jun Zhao wrote: >

[FFmpeg-devel] [PATCH V3] vf_hwupload: Add missing return value check

2017-03-09 Thread Jun Zhao
V3: just remove noop ff_formats_unref() and add missing return value checks to suppress build warning. From 67633ff014ee472a6494d792c8c8e057acc197c4 Mon Sep 17 00:00:00 2001 From: Jun Zhao Date: Fri, 3 Mar 2017 09:25:53 +0800 Subject: [PATCH] vf_hwupload: Add missing return value check Add

Re: [FFmpeg-devel] [PATCH v2 1/2] lavu: Add DRM hwcontext

2017-07-06 Thread Jun Zhao
On 2017/7/6 7:02, Mark Thompson wrote: > --- > Updated following discussion: > * Back to using nested arrays. > * Documentation improved. > * Configure option now called libdrm. > * Other minor fixups. > > > configure | 3 + > libavutil/Makefile | 2 + > li

[FFmpeg-devel] [PATCH V2] examples/vaapi_dec: Add a VA-API hwaccel decoding example

2017-07-10 Thread Jun Zhao
V2: re-work with new hw decoding API. From 0e4d230ae4c98949a962c6bbdad31d216b54bb6a Mon Sep 17 00:00:00 2001 From: Jun Zhao Date: Tue, 21 Mar 2017 11:04:41 +0800 Subject: [V2] examples/vaapi_dec: Add a VA-API hwaccel decoding example. Add a VA-API hwaccel decoding example. Signed-off-by: Liu

Re: [FFmpeg-devel] [PATCH V2] examples/vaapi_dec: Add a VA-API hwaccel decoding example

2017-07-10 Thread Jun Zhao
On 2017/7/11 12:38, 刘歧 wrote: > From 0e4d230ae4c98949a962c6bbdad31d216b54bb6a Mon Sep 17 00:00:00 2001 > From: Jun Zhao > Date: Tue, 21 Mar 2017 11:04:41 +0800 > Subject: [V2] examples/vaapi_dec: Add a VA-API hwaccel decoding example. > > Add a VA-API hwaccel decoding exampl

Re: [FFmpeg-devel] [PATCH V2] examples/vaapi_dec: Add a VA-API hwaccel decoding example

2017-07-16 Thread Jun Zhao
On 2017/7/11 15:58, wm4 wrote: > On Tue, 11 Jul 2017 12:06:10 +0800 > Jun Zhao wrote: > >> From 0e4d230ae4c98949a962c6bbdad31d216b54bb6a Mon Sep 17 00:00:00 2001 >> From: Jun Zhao >> Date: Tue, 21 Mar 2017 11:04:41 +0800 >> Subject: [V2] examples/vaapi_d

[FFmpeg-devel] [PATCH] lavc/vaapi_encode_h265: Remove duplicate slice_segment_address.

2017-07-17 Thread Jun Zhao
From ee094ddd0fedecc81ee0107df58fc0ec80369c13 Mon Sep 17 00:00:00 2001 From: Jun Zhao Date: Tue, 18 Jul 2017 00:01:09 -0400 Subject: [PATCH] lavc/vaapi_encode_h265: Remove duplicate slice_segment_address. the VAEncSliceParameterBufferHEVC in libva have support this field, so remove the

Re: [FFmpeg-devel] [PATCH V2] examples/vaapi_dec: Add a VA-API hwaccel decoding example

2017-07-18 Thread Jun Zhao
On 2017/7/19 7:30, Mark Thompson wrote: > On 17/07/17 03:51, Jun Zhao wrote> On 2017/7/11 15:58, wm4 wrote: >>> On Tue, 11 Jul 2017 12:06:10 +0800 >>> Jun Zhao wrote: >>> >>>> From 0e4d230ae4c98949a962c6bbdad31d216b54bb6a Mon Sep 17 00:00:00 2001 >

[FFmpeg-devel] [PATCH V3] examples/hw_decode: Add a HWAccel decoding example.

2017-07-19 Thread Jun Zhao
V3: re-work to support the other hwaccels, just test with vaapi, dxva2|d3d11va|videotoolbox might work as well. V2: re-work with new hw decoding API. From bd8cbd5c16be3001b950f0c4ae3548909a396bc6 Mon Sep 17 00:00:00 2001 From: Jun Zhao Date: Thu, 20 Jul 2017 00:58:56 -0400 Subject: [PATCH V3

Re: [FFmpeg-devel] [PATCH V3] examples/hw_decode: Add a HWAccel decoding example.

2017-07-20 Thread Jun Zhao
On 2017/7/20 14:17, Steven Liu wrote: > 2017-07-20 13:29 GMT+08:00 Jun Zhao : >> V3: re-work to support the other hwaccels, just test with vaapi, >> dxva2|d3d11va|videotoolbox might work as well. >> V2: re-work wit

[FFmpeg-devel] [PATCH V4] examples/hw_decode: Add a HWAccel decoding example.

2017-07-20 Thread Jun Zhao
From 718f92731d308423e5a09d0384f7bf2361f5a307 Mon Sep 17 00:00:00 2001 From: Jun Zhao Date: Thu, 20 Jul 2017 00:58:56 -0400 Subject: [PATCH V4] examples/hw_decode: Add a HWAccel decoding example. Add a HWAccel decoding example. Just test with vaapi, dxva2|d3d11va|videotoolbox might work as well. Signed-off-by: Liu, Kaixuan S

Re: [FFmpeg-devel] [PATCH V4] examples/hw_decode: Add a HWAccel decoding example.

2017-07-20 Thread Jun Zhao
On 2017/7/21 6:44, Mark Thompson wrote: > On 20/07/17 08:54, Jun Zhao wrote: >> V4: fix potential memory leak issue base on Steven Liu's review. >> V3: re-work to support the other hwaccels, rename from vaapi_dec.c to >> hw_decode.c. >>just test with vaapi,

[FFmpeg-devel] [PATCH V5] examples/hw_decode: Add a HWAccel decoding example.

2017-07-20 Thread Jun Zhao
d11va|videotoolbox might work as well. V2: re-work with new hw decoding API. From df532eb81df163eb11f3d6c9c8bdc13fdc96ed32 Mon Sep 17 00:00:00 2001 From: Jun Zhao Date: Thu, 20 Jul 2017 00:58:56 -0400 Subject: [PATCH V5] examples/hw_decode: Add a HWAccel decoding example. Add a HWAccel decoding ex

[FFmpeg-devel] [PATCH V6] examples/hw_decode: Add a HWAccel decoding example.

2017-07-25 Thread Jun Zhao
from vaapi_dec.c to hw_decode.c. just test with vaapi, dxva2|d3d11va|videotoolbox might work as well. V2: re-work with new hw decoding API. From dc36e9daf2e03b4f896a462f83ee38a4929a6fc2 Mon Sep 17 00:00:00 2001 From: Jun Zhao Date: Thu, 20 Jul 2017 00:58:56 -0400 Subject: [PATCH V6] exa

[FFmpeg-devel] [PATCH] examples/vaapi_enc: Add a VAAPI encoding example.

2017-07-27 Thread Jun Zhao
From d5414b451012b3a0169740a26f452785eb44cce5 Mon Sep 17 00:00:00 2001 From: Jun Zhao Date: Fri, 28 Jul 2017 01:39:27 -0400 Subject: [PATCH] examples/vaapi_enc: Add a VAAPI encoding example. Add a VAAPI encoding example. Use hwupload loading the raw date in HW surface, usage like this

Re: [FFmpeg-devel] [PATCH] examples/vaapi_enc: Add a VAAPI encoding example.

2017-07-30 Thread Jun Zhao
On 2017/7/30 18:45, Moritz Barsnick wrote: > On Fri, Jul 28, 2017 at 14:01:37 +0800, Jun Zhao wrote: > > It doesn't really matter much functionally, but I consider it good > style to report errors properly, especially in an example which will be > used by othe> >>

Re: [FFmpeg-devel] [PATCH] examples/vaapi_enc: Add a VAAPI encoding example.

2017-07-30 Thread Jun Zhao
On 2017/7/30 8:07, Mark Thompson wrote: > On 28/07/17 07:01, Jun Zhao wrote: >> From d5414b451012b3a0169740a26f452785eb44cce5 Mon Sep 17 00:00:00 2001 >> From: Jun Zhao >> Date: Fri, 28 Jul 2017 01:39:27 -0400 >> Subject: [PATCH] examples/vaapi_enc: Add a VAAPI en

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

2017-08-01 Thread Jun Zhao
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 2001 From: Jun Zhao Date: Mon, 31 Jul 2017 22:46:23 -0400 Subject: [PATCH V2 1/4] lavc/vaapi_encode: Change the slice

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

2017-08-01 Thread Jun Zhao
From f9b42385faedd64dacf613785c393c7b025237c9 Mon Sep 17 00:00:00 2001 From: Jun Zhao Date: Tue, 1 Aug 2017 23:05:44 -0400 Subject: [PATCH V2 3/4] lavc/vaapi_encode_h264: respect "slices" option in h264 vaapi encoder Enable multi-slice support in AVC/H.264 vaapi encoder. Signed-of

[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 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.265 vaapi encoder. Signed-of

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

2017-08-01 Thread Jun Zhao
From 2a0bd4795fcf7d889c3c93b03e8698015a519260 Mon Sep 17 00:00:00 2001 From: Jun Zhao 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 --- libavcodec/vaapi_encode.c | 4

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

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

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] 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 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. Default is enable cabac.

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 wrote: >> > > Making the option compatible with what libx264 takes, for example, > would probably be best. > > ie. libx264 uses for CABAC: > -coder cabac > -coder ac > > o

[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 Date: Tue, 8 Aug 2017 03:33:53 -0400 Subject: [PATCH V2] lavc/vaapi_encode_h264: add "coder" option support Fol

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 2001

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 >> Date: Tue, 1 Aug 2017 04:16:30 -0400 >> Subject: [PATCH V2 2/4] lavc/vaapi_encode: Add max sli

<    2   3   4   5   6   7   8   9   10   11   >