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 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 <jun.z...@intel.com> Date: Mon, 15 Aug 2016 16:04:58 +0800 Subject: [[PATCH] 5/5] Changelog : add libyami changelog entry. Signed-off-by: Jun Zhao <jun.z...@intel.com> --- Changelog | 3 +++ 1 fil

[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 <jun.z...@intel.com> Date: Mon, 15 Aug 2016 15:36:14 +0800 S

[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 <jun.z...@intel.com> 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. Sign

[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 <jun.z...@intel.com> 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 yam

[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 <mypopy...@gmail.com> 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-Versio

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 <mypopy...@gmail.com> wrote: > >> >> >> On 2016/8/16 11:07, Timothy Gu wrote: >>> Hi >>> >>> On Mon, Aug 15, 2016 at 7:44 PM Jun Zhao <mypopy...@gmail

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 <mypopy...@gmail.com> wrote: > >> >> >> On 2016/8/16 10:14, Chao Liu wrote: >>> Sorry for this little diversion: what are the differences between QSV and &g

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 <mypopy...@gmail.com> wrote: > >> >> >> On 2016/8/16 10:14, Chao Liu wrote: >>> On Mon, Aug 15, 2016 at 6:00 PM, Jun Zhao <mypopy...@gmail.com> 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 <mypopy...@gmail.com> wrote: > cult... >> >> I used the ffmpeg_QSV/ffmpeg_libyami/ffmpeg_vaapi to do zero-copy mode >> transcode with default setting as profile case. >>

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 <mypopy...@gmail.com> wrote: >>> >>>> >>>> >>>&g

[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 <jun.z...@intel.com> 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 r

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 + >

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

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 <mypopy...@gmail.com> wrote: >>> > > add libyami decoder/encoder/vpp in ffmpeg, about build step, >>> > > please refe

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 <mypopy...@gmail.com> wrote: > >> >> >> On 2016/8/16 1:48, Jean-Baptiste Kempf wrote: >>> On 15 Aug, Hendrik Leppkes wrote : >>>>> On Mon, Aug 15, 201

[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 <jun.z...@intel.com> 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

[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 <jun.z...@intel.com> 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

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

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

[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 <mypopy...@gmail.com> Date: Tue, 30 Aug 2016 14:36:00 +0800 Subject: [PATCH v3] lavf : scale_vaapi : add denoise/sharpless s

[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 <mypopy...@gmail.com> 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.

[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 <mypopy...@gmail.com> 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.

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

2016-09-12 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 hand

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

2016-09-12 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
hen 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: Jun Zhao <

[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 <mypopy...@gmail.com> To: ffmpeg-devel@ffmpeg.org On 2016/8/31 6:48, Mark Thompson wrote: > On 30

[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 <mypopy...@gmail.com> To: FFmpeg development discussions and patches <ffmpeg-devel@ffmpeg.org>

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

2016-09-08 Thread Jun Zhao
rom d1f0b556bdd6be4dffcd3b1b93cba5cd1098908a Mon Sep 17 00:00:00 2001 From: Jun Zhao <mypopy...@gmail.com> 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 Zh

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
' -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/08/16 09:00, Jun Zhao wrote: >>>>

[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 <jun.z...@intel.com> 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

[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 <jun.z...@intel.com> 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 so

[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 <jun.z...@intel.com> 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

[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 <jun.z...@intel.com> 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

[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 <mypopy...@gmail.com> 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 parsi

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

2016-11-15 Thread Jun Zhao
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 <mypopy...@gmail.com> Date: Tue, 15 Nov 2016 15:09:50 +0800 Subject: [PATCH v2] lavc/vc1dec: add mult

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 <jun.z...@intel.com> >> Date: Fri, 11 Nov 2016 10:04:53 +0800 >> Subject: [PATCH] lavc/vaap

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 <jun.z...@intel.com> >> Date: Fri, 11 Nov 2016 15:51:01 +0800 >> Subject: [PATCH] l

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

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 <mypopy...@gmail.com> 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

[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 <jun.z...@intel.com> Date: Fri, 11 Nov 2016 14:53:49 +0800 S

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

2016-12-13 Thread Jun Zhao
or avc constrained baseline, disable B frames base on H.264 spec Annex A.2.1 Signed-off-by: Jun Zhao <jun.z...@intel.com> Signed-off-by: Yi A Wang <yi.a.w...@intel.com> --- doc/codecs.texi| 8 libavcodec/options_table.h | 5 - libavcodec/vaapi_encode_h

[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 <jun.z...@intel.com> 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'

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 <s...@jkqxz.net> wrote: >> On 14/12/16 01:55, Jun Zhao wrote: >>> From 03030392ec2458679cdfb14802b80cbb196eae40 Mon Sep 17 00:00:00 2001 >>> From: Yi A Wang <yi.a.w

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 <yi.a.w...@intel.com> >> Date: Tue, 13 Dec 2016 10:50:54 +0800 >> Subject: [PATCH] l

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 <jun.z...@intel.com> >> Date: Mon, 9 Jan 2017 14:05:59 +0800 >> Subject: [PATCH] lavc/vaapi

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

[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 <jun.z...@intel.com> 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

[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 <jun.z...@intel.com> 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 depr

[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 <jun.z...@intel.com> 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

[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 <mypopy...@gmail.com> Date: Sun, 8 Jan 2017 11:01:32 +0800 Subject: [PATCH v2] lavc/vaapi_encode_h264: disable B frame in baseline profile. disable B

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 <mypopy...@gmail.com> >> Date: Sun, 8 Jan 2017 14:26:39 +0800 >> Subject: [PATCH] lavfi

[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 <mypopy...@gmail.com> 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. Sign

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] lavc/vaapi_encode: fix p_per_i calculate issue.

2017-03-29 Thread Jun Zhao
From 3afe863771fdb1ebf2316d2f6ae5ea2351e7cb4f Mon Sep 17 00:00:00 2001 From: Jun Zhao <jun.z...@intel.com> Date: Wed, 29 Mar 2017 17:18:59 +0800 Subject: [PATCH] lavc/vaapi_encode: fix p_per_i calculate issue. now gop_size <= (max_b_frames + 1) * p_per_i + 1 (IDR frame), so celin

[FFmpeg-devel] [PATCH] hwcontext: fix comments for av_hwdevice_ctx_alloc()

2017-03-19 Thread Jun Zhao
From 74fa715cdc1e17ab3a59a9e3efa6ef142dd35d1a Mon Sep 17 00:00:00 2001 From: Jun Zhao <jun.z...@intel.com> Date: Sun, 19 Mar 2017 15:44:46 +0800 Subject: [PATCH] hwcontext: fix comments for av_hwdevice_ctx_alloc() fix the wrong comments for av_hwdevice_ctx_alloc() Signed-off-by: Jun Zhao

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

2017-03-20 Thread Jun Zhao
From 6b56c541ed7dd271ad0aa6eb6412a8427f009525 Mon Sep 17 00:00:00 2001 From: Jun Zhao <jun.z...@intel.com> Date: Tue, 21 Mar 2017 11:04:41 +0800 Subject: [PATCH] examples/vaapi_dec: Add a VA-API hwaccel decoding example. Add a VA-API hwaccel decoding example. Signed-off-by: Liu, Kaixuan &l

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

2017-03-21 Thread Jun Zhao
On 2017/3/21 12:57, wm4 wrote: > On Tue, 21 Mar 2017 12:45:26 +0800 > Jun Zhao <mypopy...@gmail.com> wrote: > >> From 6b56c541ed7dd271ad0aa6eb6412a8427f009525 Mon Sep 17 00:00:00 2001 >> From: Jun Zhao <jun.z...@intel.com> >> Date: Tue, 21 Mar 2017 11:0

[FFmpeg-devel] [PATCH V2] hwcontext: fix comments for av_hwdevice_ctx_alloc()

2017-03-21 Thread Jun Zhao
From d4f6c6c0412b817b1c278468c9a036233159d15e Mon Sep 17 00:00:00 2001 From: Jun Zhao <jun.z...@intel.com> Date: Sun, 19 Mar 2017 15:44:46 +0800 Subject: [PATCH V2] hwcontext: fix comments for av_hwdevice_ctx_alloc() fix the wrong comments for av_hwdevice_ctx_alloc() Signed-off-by: Ju

Re: [FFmpeg-devel] [PATCH] hwcontext: fix comments for av_hwdevice_ctx_alloc()

2017-03-21 Thread Jun Zhao
On 2017/3/21 7:59, Mark Thompson wrote: > On 19/03/17 07:53, Jun Zhao wrote: >> From 74fa715cdc1e17ab3a59a9e3efa6ef142dd35d1a Mon Sep 17 00:00:00 2001 >> From: Jun Zhao <jun.z...@intel.com> >> Date: Sun, 19 Mar 2017 15:44:46 +0800 >> Subject

Re: [FFmpeg-devel] [PATCH] lavc/vaapi_encode: fix p_per_i calculate issue.

2017-03-31 Thread Jun Zhao
Ping ? On 2017/3/29 17:35, Jun Zhao wrote: ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Re: [FFmpeg-devel] [PATCH] hwcontext_vaapi: use the special UC copy for downloading, frames.

2017-04-11 Thread Jun Zhao
On 2017/4/12 5:00, Mark Thompson wrote: > On 11/04/17 12:26, Mark Thompson wrote: >> On 11/04/17 08:30, Jun Zhao wrote: >>> From 9bab458006369f427fa2f4c6248ee89329e81067 Mon Sep 17 00:00:00 2001 >>> From: Jun Zhao <jun.z...@intel.com> >>> Date: Tue, 11 A

[FFmpeg-devel] [PATCH] hwcontext_vaapi: use the special UC copy for downloading, frames.

2017-04-11 Thread Jun Zhao
From 9bab458006369f427fa2f4c6248ee89329e81067 Mon Sep 17 00:00:00 2001 From: Jun Zhao <jun.z...@intel.com> Date: Tue, 11 Apr 2017 14:37:07 +0800 Subject: [PATCH] hwcontext_vaapi: use the special UC copy for downloading frames. used SSE4 UC function for copying image data from GPU mapped

Re: [FFmpeg-devel] [PATCH] vaapi_encode: Fix the vaapi h264 encoder VBR/CBR metadata setting error.

2017-04-13 Thread Jun Zhao
On 2017/4/13 22:05, Mark Thompson wrote: > On 13/04/17 13:34, Jun Zhao wrote: >> From 1fa48b45fe962d8c342d158d9c16ce24139ffd84 Mon Sep 17 00:00:00 2001 >> From: Jun Zhao <jun.z...@intel.com> >> Date: Thu, 13 Apr 2017 20:07:10 +0800 >> Subject: [PATCH] vaapi_encod

[FFmpeg-devel] [PATCH] vaapi_encode: Fix the vaapi h264 encoder VBR/CBR metadata setting error.

2017-04-13 Thread Jun Zhao
From 1fa48b45fe962d8c342d158d9c16ce24139ffd84 Mon Sep 17 00:00:00 2001 From: Jun Zhao <jun.z...@intel.com> Date: Thu, 13 Apr 2017 20:07:10 +0800 Subject: [PATCH] vaapi_encode: Fix the vaapi h264 encoder VBR/CBR metadata setting error. before this fix, mediainfo check the bit rate contro

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 <jun.z...@intel.com> Date: Fri, 3 Mar 2017 09:25:53 +0800 Subject: [PATCH] vf_hwupload: Add missing

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

[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 <jun.z...@intel.com> 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 pot

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 <jun.z...@intel.com> >> Date: Mon, 27 Feb 2017 10:08:36 +0800 >> Subject: [PATCH] vf_hwupload

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

[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 <jun.z...@intel.com> Date: Mon, 31 Jul 2017 22:46:23 -0400 Subject: [PATCH V2 1/4] lavc/vaapi_

[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_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 <jun.z...@intel.com> 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.2

[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

[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 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
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] 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 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] 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 <jun.z...@intel.com> > Date: Tue, 21 Mar 2017 11:04:41 +0800 > Subject: [V2] examples/vaapi_dec: Add a VA-API hwaccel decoding example. > > Add a

[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 <jun.z...@intel.com> 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 e

[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 <jun.z...@intel.com> 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 fie

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 <mypopy...@gmail.com> wrote: > >> From 0e4d230ae4c98949a962c6bbdad31d216b54bb6a Mon Sep 17 00:00:00 2001 >> From: Jun Zhao <jun.z...@intel.com> >> Date: Tue, 21 Mar 2017 1

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 <mypopy...@gmail.com>: >> V3: re-work to support the other hwaccels, just test with vaapi, >> dxva2|d3d11va|videotoolbox might work as well. >> V2: re-wo

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

2017-07-20 Thread Jun Zhao
718f92731d308423e5a09d0384f7bf2361f5a307 Mon Sep 17 00:00:00 2001 From: Jun Zhao <jun.z...@intel.com> 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-b

[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 <jun.z...@intel.com> Date: Thu, 20 Jul 2017 00:58:56

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 <mypopy...@gmail.com> wrote: >>> >>>> From 0e4d230ae4c98949a962c6bbdad31d216b54bb6a

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, dxva2

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

2017-07-20 Thread Jun Zhao
|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 <jun.z...@intel.com> Date: Thu, 20 Jul 2017 00:58:56 -0400 Subject: [PATCH V5] examples/hw_decode: Add a HWAccel decoding example. Add a H

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

2017-07-28 Thread Jun Zhao
From d5414b451012b3a0169740a26f452785eb44cce5 Mon Sep 17 00:00:00 2001 From: Jun Zhao <jun.z...@intel.com> 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,

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 + >

[FFmpeg-devel] [PATCH] lavc/vaapi_encode_h265: Suppress the "above array bounds" warning.

2017-04-26 Thread Jun Zhao
From f3678e0ceb691b6df5957a2c3d26d4f0d91d4ff5 Mon Sep 17 00:00:00 2001 From: Jun Zhao <jun.z...@intel.com> Date: Wed, 26 Apr 2017 14:00:56 +0800 Subject: [PATCH] lavc/vaapi_encode_h265: Suppress the "above array bounds" warning. MIME-Version: 1.0 Content-Type: text/plain; chars

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 <jun.z...@intel.com> >> Date: Fri, 28 Jul 2017 01:39:27 -0400 >> Subject: [PATCH] example

[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] 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

  1   2   3   4   5   6   7   8   9   10   >