Re: [FFmpeg-devel] [PATCH] lavc/qsvenc: set pict_type to be I for IDR frames.

2018-12-11 Thread myp...@gmail.com
On Wed, Dec 12, 2018 at 2:13 PM Li, Zhong wrote: > > > > diff --git a/libavcodec/qsvenc.c b/libavcodec/qsvenc.c index > > > aa7f347..8289a32 100644 > > > --- a/libavcodec/qsvenc.c > > > +++ b/libavcodec/qsvenc.c > > > @@ -1378,10 +1378,11 @@ int ff_qsv_encode(AVCodecContext *avctx, > > > QSVEncCon

Re: [FFmpeg-devel] [PATCH V1 2/2] lavc/vaapi_encode: fix slices number check.

2018-12-12 Thread myp...@gmail.com
On Tue, Dec 11, 2018 at 6:59 AM Mark Thompson wrote: > > On 10/12/2018 01:56, [email protected] wrote: > > On Mon, Dec 10, 2018 at 2:08 AM Mark Thompson wrote: > >> > >> On 06/12/2018 10:39, Jun Zhao wrote: > >>> Fix slice number check logic. Only when

Re: [FFmpeg-devel] [PATCH] avformat/nutdec: fix obvious typo

2018-12-13 Thread myp...@gmail.com
On Fri, Dec 14, 2018 at 6:18 AM Paul B Mahol wrote: > > Signed-off-by: Paul B Mahol > --- > libavformat/nutdec.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/libavformat/nutdec.c b/libavformat/nutdec.c > index 27440c88d4..9910ffe936 100644 > --- a/libavformat/nutdec.c

Re: [FFmpeg-devel] [PATCH V1 1/3] lavf/dashenc: add 3GPP TS26.247 probe in dash demuxer

2020-03-01 Thread myp...@gmail.com
On Mon, Mar 2, 2020 at 11:54 AM Jeyapal, Karthick wrote: > > > On 3/1/20 6:08 PM, Jun Zhao wrote: > > From: Jun Zhao > > > > Enabled the 3GP-DASH Release-10/Relase-11(3GPP TS26.247) profile > > to dash demuxer probe. > > > > Signed-off-by: Jun Zhao > > --- > > libavformat/dashdec.c |4 +++-

Re: [FFmpeg-devel] [PATCH V1 1/3] lavf/dashenc: add 3GPP TS26.247 probe in dash demuxer

2020-03-02 Thread myp...@gmail.com
On Mon, Mar 2, 2020 at 5:10 PM Carl Eugen Hoyos wrote: > > Am So., 1. März 2020 um 13:39 Uhr schrieb Jun Zhao : > > > > From: Jun Zhao > > > > Enabled the 3GP-DASH Release-10/Relase-11(3GPP TS26.247) profile > > to dash demuxer probe. > > > > Signed-off-by: Jun Zhao > > --- > > libavformat/dash

Re: [FFmpeg-devel] [PATCH V2 3/3] avfilter/vf_dnn_processing.c: add frame size change support for planar yuv format

2020-03-05 Thread myp...@gmail.com
On Tue, Feb 25, 2020 at 5:24 PM Guo, Yejun wrote: > > The Y channel is handled by dnn, and also resized by dnn. The UV channels > are resized with swscale. For me, this is a little weird to resize Y with dnn backend but resize UV channel with FFmpeg swscale, is it used the same scale algorithm ?

Re: [FFmpeg-devel] [PATCH 3/3] lavc/vaapi_encode_h265: add h265 tile encoding support

2020-03-23 Thread myp...@gmail.com
On Mon, Mar 23, 2020 at 10:30 PM Linjie Fu wrote: > > Default to enable uniform_spacing_flag. Guess level by the tile > rows/cols. Supported for ICL+ platforms. > > Also add documentations. > > To encode with 4 rows 2 columns: > ffmpeg ... -c:v hevc_vaapi -tile_rows 4 -tile_cols 2 ... > > Sign

Re: [FFmpeg-devel] [PATCH V1 2/4] lavc/hevcdec: fix the HEVC decoder crash when memory over-read

2020-03-30 Thread myp...@gmail.com
On Mon, Mar 30, 2020 at 4:31 PM Jun Zhao wrote: > > From: qoroliang > > Fix an occasional crash for hevc decoder in ARM 64 platform, the typo: it's ARM 32 bits platform, not 64, fixed in local > root cause is the memory over read(read cross the memory boundary) > in SAO

Re: [FFmpeg-devel] [PATCH V1 1/4] lavf/flvdec: set AVFMT_TS_DISCONT flag on FLV demuxer

2020-03-30 Thread myp...@gmail.com
On Mon, Mar 30, 2020 at 4:30 PM Jun Zhao wrote: > > From: Jun Zhao > > There have been some reports about FLV timestamp discontinuities present. > e,g, the file recorded from live RTMP FLV streaming, so add > AVFMT_TS_DISCONT flag on FLV demuxer and also update the fate test > fate-filter-aresamp

Re: [FFmpeg-devel] [PATCH V1 1/4] lavf/flvdec: set AVFMT_TS_DISCONT flag on FLV demuxer

2020-03-30 Thread myp...@gmail.com
On Tue, Mar 31, 2020 at 5:29 AM Michael Niedermayer wrote: > > On Mon, Mar 30, 2020 at 04:22:51PM +0800, Jun Zhao wrote: > > From: Jun Zhao > > > > There have been some reports about FLV timestamp discontinuities present. > > e,g, the file recorded from live RTMP FLV streaming, so add > > AVFMT_T

Re: [FFmpeg-devel] [PATCH V1 4/4] lavf/mov: support dvcC/dvvC box for Dolby Vision

2020-03-30 Thread myp...@gmail.com
On Mon, Mar 30, 2020 at 10:56 PM Jan Ekström wrote: > > On Mon, Mar 30, 2020 at 12:20 PM Jun Zhao wrote: > > > > From: vacingfang > > > > support dvcC/dvcC box from spec Dolby Vision Streams Within the > > ISO Base MediaFile Format Version 2.1.2 > > (https://www.dolby.com/in/en/technologies/dolb

Re: [FFmpeg-devel] [PATCH V1 1/4] lavf/flvdec: set AVFMT_TS_DISCONT flag on FLV demuxer

2020-03-31 Thread myp...@gmail.com
On Tue, Mar 31, 2020 at 9:20 AM [email protected] wrote: > > On Tue, Mar 31, 2020 at 5:29 AM Michael Niedermayer > wrote: > > > > On Mon, Mar 30, 2020 at 04:22:51PM +0800, Jun Zhao wrote: > > > From: Jun Zhao > > > > > > There have been some rep

Re: [FFmpeg-devel] [PATCH V1 2/4] lavc/hevcdec: fix the HEVC decoder crash when memory over-read

2020-04-11 Thread myp...@gmail.com
On Mon, Mar 30, 2020 at 4:52 PM [email protected] wrote: > > On Mon, Mar 30, 2020 at 4:31 PM Jun Zhao wrote: > > > > From: qoroliang > > > > Fix an occasional crash for hevc decoder in ARM 64 platform, the > typo: it's ARM 32 b

Re: [FFmpeg-devel] [PATCH v2 5/7] lavf/dump: dump dolby vison side data

2020-04-11 Thread myp...@gmail.com
On Sun, Apr 12, 2020 at 3:40 AM Moritz Barsnick wrote: > > On Sat, Apr 11, 2020 at 21:44:07 +0800, Jun Zhao wrote: > > From: Jun Zhao > > > > dump dolby vison side data. > ^ You have this typo in several of your commit messages >and sources. > > Moritz Will double-che

Re: [FFmpeg-devel] [PATCH v2 2/7] lavutil: add dolby vision related header

2020-04-11 Thread myp...@gmail.com
On Sat, Apr 11, 2020 at 10:18 PM Jean-Baptiste Kempf wrote: > > I really do not think it is a good idea to have a header with the name dolby > in it. > Can you give some details, I don't why is a bad idea. > On Sat, Apr 11, 2020, at 15:44, Jun Zhao wrote: > > From: vacinfang > > > > add dolby vi

Re: [FFmpeg-devel] [PATCH V1 2/4] lavc/hevcdec: fix the HEVC decoder crash when memory over-read

2020-04-11 Thread myp...@gmail.com
On Sat, Apr 11, 2020 at 10:48 PM Carl Eugen Hoyos wrote: > > Am Sa., 11. Apr. 2020 um 16:24 Uhr schrieb [email protected] > : > > > > On Mon, Mar 30, 2020 at 4:52 PM [email protected] wrote: > > > > > > On Mon, Mar 30, 2020 at 4:31 PM Jun Zhao

Re: [FFmpeg-devel] [PATCH v2 2/7] lavutil: add dolby vision related header

2020-04-11 Thread myp...@gmail.com
On Sat, Apr 11, 2020 at 11:01 PM Jan Ekström wrote: > > On Sat, Apr 11, 2020 at 5:49 PM Carl Eugen Hoyos wrote: > > > > Am Sa., 11. Apr. 2020 um 16:08 Uhr schrieb Jun Zhao : > > > > > > From: vacinfang > > > > > > add dolby vision related header > > > > Apart from the name of the header file: >

Re: [FFmpeg-devel] [PATCH v2 1/7] lavc: add a new sidedata type for Dolby Vision

2020-04-11 Thread myp...@gmail.com
On Sat, Apr 11, 2020 at 10:55 PM Carl Eugen Hoyos wrote: > > Am Sa., 11. Apr. 2020 um 15:53 Uhr schrieb Jun Zhao : > > > > From: Jun Zhao > > > > add a new sidedata type for Dolby Vision. > > > > Signed-off-by: Jun Zhao > > --- > > libavcodec/avpacket.c | 1 + > > libavcodec/packet.h | 9

Re: [FFmpeg-devel] [PATCH v2 2/7] lavutil: add dolby vision related header

2020-04-12 Thread myp...@gmail.com
On Sun, Apr 12, 2020 at 9:06 PM Jean-Baptiste Kempf wrote: > > > > On Sun, Apr 12, 2020, at 03:22, [email protected] wrote: > > On Sat, Apr 11, 2020 at 10:18 PM Jean-Baptiste Kempf > > wrote: > > > > > > I really do not think it is a good idea to have

Re: [FFmpeg-devel] [PATCH] lavc/vaapi_encode_h265: add low_delay_b option for HEVC

2020-04-13 Thread myp...@gmail.com
On Mon, Apr 13, 2020 at 12:39 PM Linjie Fu wrote: > > Low delay B-frame is supported on ICL+ platform. > > For low power encoding, low_delay_b should be enabled by default. > > Low delay B: > > > There

Re: [FFmpeg-devel] [PATCH v1] fftools: fix hwaccles option dump redundancy

2020-04-13 Thread myp...@gmail.com
On Mon, Apr 13, 2020 at 9:22 PM Andriy Gelman wrote: > > On Mon, 13. Apr 20:02, Jun Zhao wrote: > > From: Jun Zhao > > > > when enable the QSV in FFmpeg, used the cmd "ffmpeg -hwaccels" always > > dump redundancy acceleration methods for QSV like: > > > > Hardware acceleration methods: > > vaapi

Re: [FFmpeg-devel] [PATCH v1] fftools: fix hwaccles option dump redundancy

2020-04-13 Thread myp...@gmail.com
On Mon, Apr 13, 2020 at 9:30 PM Mark Thompson wrote: > > On 13/04/2020 13:02, Jun Zhao wrote: > > From: Jun Zhao > > Typo "hwaccels" in subject. > Missed this comment,sadly, > > when enable the QSV in FFmpeg, used the cmd "ffmpeg -hwaccels" always > > dump redundancy acceleration methods for QSV

Re: [FFmpeg-devel] [PATCH v2] fftools: fix hwaccles option dump redundancy

2020-04-13 Thread myp...@gmail.com
On Mon, Apr 13, 2020 at 9:45 PM Jun Zhao wrote: > > From: Jun Zhao > > when enable the QSV in FFmpeg, used the cmd "ffmpeg -hwaccels" always > dump redundancy acceleration methods for QSV like: > > Hardware acceleration methods: > vaapi > qsv > drm > opencl > qsv > > Signed-off-by: Jun Zhao > --

Re: [FFmpeg-devel] [PATCH v3 1/7] lavc: add a new sidedata type for DOVI

2020-04-13 Thread myp...@gmail.com
On Tue, Apr 14, 2020 at 5:54 AM Jan Ekström wrote: > > On Mon, Apr 13, 2020 at 3:20 PM Jun Zhao wrote: > > > > From: Jun Zhao > > > > add a new sidedata type for DOVI. > > > > Signed-off-by: Jun Zhao > > --- > > libavcodec/avpacket.c | 1 + > > libavcodec/packet.h | 9 + > > 2 files

Re: [FFmpeg-devel] [PATCH v3] fftools: fix hwaccels option dump redundancy

2020-04-13 Thread myp...@gmail.com
On Mon, Apr 13, 2020 at 10:08 PM Jun Zhao wrote: > > From: Jun Zhao > > When QSV is enabled in FFmpeg, the command "ffmpeg -hwaccels" shows a > duplicate entry in acceleration methods for QSV: > > Hardware acceleration methods: > vaapi > qsv > drm > opencl > qsv > > Signed-off-by: Jun Zhao > ---

Re: [FFmpeg-devel] [PATCH] [GSOC] libavfilter/vf_colorconstancy.c : Adding weighted greyedge

2020-04-15 Thread myp...@gmail.com
On Wed, Apr 15, 2020 at 4:02 AM YATENDRA SINGH wrote: > > Signed-off-by: Yatendra Singh Missed the commit message body part > --- > libavfilter/Makefile| 1 + > libavfilter/allfilters.c| 1 + > libavfilter/vf_colorconstancy.c | 265 +++- > 3

Re: [FFmpeg-devel] [PATCH v3 0/7] Support Dolby Vision

2020-04-15 Thread myp...@gmail.com
On Mon, Apr 13, 2020 at 7:58 PM Jun Zhao wrote: > > From: Jun Zhao > > V3: > - rename the file name for Dolby Vision trademark risk(tks Jean-Baptiste > Kempf) > - fix other typo issue > > V2: > - used sidedata for Dolby Vision information (tks Jan Ekström's suggestion) > - enabled dumping Dolby

Re: [FFmpeg-devel] [PATCH v4 2/7] lavutil: add DOVI related header

2020-04-19 Thread myp...@gmail.com
On Sun, Apr 19, 2020 at 4:25 PM Jean-Baptiste Kempf wrote: > > I'd like to ask opinions whether a installed header for just one structure is > a good idea. > It's follow the style like AVReplayGain, so add a new file in libavutil > On Sun, Apr 19, 2020, at 03:07, Jun Zhao wrote: > > From: vacing

Re: [FFmpeg-devel] [PATCH V1 2/4] lavc/hevcdec: fix the HEVC decoder crash when memory over-read

2020-04-19 Thread myp...@gmail.com
On Sun, Apr 12, 2020 at 9:18 AM [email protected] wrote: > > On Sat, Apr 11, 2020 at 10:48 PM Carl Eugen Hoyos wrote: > > > > Am Sa., 11. Apr. 2020 um 16:24 Uhr schrieb [email protected] > > : > > > > > > On Mon, Mar 30, 2020 at 4:52 PM myp...@gmail.

Re: [FFmpeg-devel] [PATCH v4 0/7] Support Dolby Vision

2020-04-19 Thread myp...@gmail.com
On Sun, Apr 19, 2020 at 9:08 AM Jun Zhao wrote: > > From: Jun Zhao > > V4: > - change the DOVI dump message (tks Jan Ekström) > - fix the file order in Makefile > > V3: > - rename the file name for Dolby Vision trademark risk(tks Jean-Baptiste > Kempf) > - fix other typo issue > > V2: > - used s

Re: [FFmpeg-devel] [PATCH v1] lavf/tls_mbedtls: fix resource leak

2020-04-20 Thread myp...@gmail.com
On Mon, Apr 20, 2020 at 3:05 PM Andreas Rheinhardt wrote: > > Jun Zhao: > > From: Jun Zhao > > > > fix resource leak in mbedtls part. > > > > fix #8614 > > > > Signed-off-by: Jun Zhao > > --- > > libavformat/tls_mbedtls.c | 2 ++ > > 1 file changed, 2 insertions(+) > > > > diff --git a/libavfor

Re: [FFmpeg-devel] [PATCH v1] lavf/mp3enc: fix ID3v1 year metadata setting issue

2020-04-20 Thread myp...@gmail.com
On Mon, Apr 20, 2020 at 8:00 PM Anton Khirnov wrote: > > Quoting Jun Zhao (2020-04-20 10:17:06) > > From: Jun Zhao > > > > Follow the http://id3.org/ID3v1, setting the year metadata > > for ID3v1. > > > > fix #8623 > > > > Signed-off-by: Jun Zhao > > --- > > libavformat/mp3enc.c | 3 ++- > > 1

Re: [FFmpeg-devel] [PATCH v4 2/7] lavutil: add DOVI related header

2020-04-20 Thread myp...@gmail.com
On Mon, Apr 20, 2020 at 9:08 PM Anton Khirnov wrote: > > Quoting Jean-Baptiste Kempf (2020-04-19 10:25:07) > > I'd like to ask opinions whether a installed header for just one structure > > is a good idea. > > I see no problem with it. More smaller headers is better that a few big > headers. > >

Re: [FFmpeg-devel] [PATCH v2] lavf/tls_mbedtls: fix resource leak

2020-04-21 Thread myp...@gmail.com
On Mon, Apr 20, 2020 at 4:24 PM Jun Zhao wrote: > > From: Jun Zhao > > fix resource leak in mbedtls part. > > fix #8614 > > Signed-off-by: Jun Zhao > --- > libavformat/tls_mbedtls.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/libavformat/tls_mbedtls.c b/libavformat/tls_mbedtls.c >

Re: [FFmpeg-devel] [PATCH v4 2/7] lavutil: add DOVI related header

2020-04-21 Thread myp...@gmail.com
On Tue, Apr 21, 2020 at 2:23 PM Anton Khirnov wrote: > > Quoting [email protected] (2020-04-21 04:47:42) > > On Mon, Apr 20, 2020 at 9:08 PM Anton Khirnov wrote: > > > > > > Quoting Jean-Baptiste Kempf (2020-04-19 10:25:07) > > > > I'd like to ask o

Re: [FFmpeg-devel] [PATCH v5 5/7] lavf/dump: dump DOVI side data

2020-04-21 Thread myp...@gmail.com
On Wed, Apr 22, 2020 at 12:36 PM Jun Zhao wrote: > > From: Jun Zhao > > dump DOVI side data. > > Signed-off-by: Jun Zhao > --- > libavformat/dump.c | 23 +++ > 1 file changed, 23 insertions(+) > > diff --git a/libavformat/dump.c b/libavformat/dump.c > index 220f404..9578b88

Re: [FFmpeg-devel] [PATCH v4 2/7] lavutil: add DOVI related header

2020-04-22 Thread myp...@gmail.com
On Wed, Apr 22, 2020 at 4:19 PM Anton Khirnov wrote: > > Quoting [email protected] (2020-04-22 05:39:38) > > On Tue, Apr 21, 2020 at 2:23 PM Anton Khirnov wrote: > > > > > > Quoting [email protected] (2020-04-21 04:47:42) > > > > On Mon, Ap

Re: [FFmpeg-devel] [PATCH v4 2/7] lavutil: add DOVI related header

2020-04-22 Thread myp...@gmail.com
On Wed, Apr 22, 2020 at 4:19 PM Anton Khirnov wrote: > > Quoting [email protected] (2020-04-22 05:39:38) > > On Tue, Apr 21, 2020 at 2:23 PM Anton Khirnov wrote: > > > > > > Quoting [email protected] (2020-04-21 04:47:42) > > > > On Mon, Ap

Re: [FFmpeg-devel] [PATCH v4 2/7] lavutil: add DOVI related header

2020-04-22 Thread myp...@gmail.com
On Wed, Apr 22, 2020 at 7:55 PM Anton Khirnov wrote: > > Quoting [email protected] (2020-04-22 10:56:52) > > On Wed, Apr 22, 2020 at 4:19 PM Anton Khirnov wrote: > > > Making it inline would invalidate the whole point, which is to avoid > > > embedding the size

Re: [FFmpeg-devel] [PATCH v6 0/9] Support Dolby Vision

2020-04-22 Thread myp...@gmail.com
On Wed, Apr 22, 2020 at 7:53 PM Jun Zhao wrote: > > From: Jun Zhao > > V6: > - split the header and .c file > - bump version and update APIChnage > > V5: > - add a constructor for DOVI (tks Anton Khirnov) > - some minor coding style clean > > V4: > - change the DOVI dump message (tks Jan Ekström)

Re: [FFmpeg-devel] [PATCH v6 0/9] Support Dolby Vision

2020-04-23 Thread myp...@gmail.com
On Thu, Apr 23, 2020 at 5:55 PM Anton Khirnov wrote: > > Quoting [email protected] (2020-04-23 04:16:41) > > On Wed, Apr 22, 2020 at 7:53 PM Jun Zhao wrote: > > > > > > From: Jun Zhao > > > > > > V6: > > > - split the header and .c file

Re: [FFmpeg-devel] [PATCH v1 2/2] doc/APIchanges: add lavu part entry for DOVI sidedata

2020-04-23 Thread myp...@gmail.com
On Thu, Apr 23, 2020 at 7:18 PM Nicolas George wrote: > > Jun Zhao (12020-04-23): > > From: Jun Zhao > > > > missed the lavu entry for dovi_meta.h in APIchanges. > > > > Signed-off-by: Jun Zhao > > --- > > doc/APIchanges | 3 ++- > > 1 file changed, 2 insertions(+), 1 deletion(-) > > You can do

Re: [FFmpeg-devel] [PATCH v2] lavu/version: bump minor version for DOVI sidedata

2020-04-23 Thread myp...@gmail.com
On Thu, Apr 23, 2020 at 7:36 PM Nicolas George wrote: > > Jun Zhao (12020-04-23): > > From: Jun Zhao > > > > bump minor version for DOVI sidedata, because added the dovi_meta.h > > as lavu API part. Also update APIchanges. > > > > Signed-off-by: Jun Zhao > > --- > > doc/APIchanges | 5 +++-

Re: [FFmpeg-devel] [PATCH v2] lavf/mp3enc: fix ID3v1 year metadata setting issue

2020-04-26 Thread myp...@gmail.com
On Wed, Apr 22, 2020 at 3:57 PM Jun Zhao wrote: > > From: Jun Zhao > > Follow the http://id3.org/ID3v1, setting the year metadata > for ID3v1. > > fix #8623 > > Signed-off-by: Jun Zhao > --- > libavformat/mp3enc.c | 13 - > 1 file changed, 12 insertions(+), 1 deletion(-) > > diff --

Re: [FFmpeg-devel] [PATCH 1/5] avcodec/avcodec: Don't suggest calling deprecated avcodec_register_all()

2021-03-06 Thread myp...@gmail.com
Looks good On Sun, Mar 7, 2021 at 8:16 AM Andreas Rheinhardt wrote: > > Despite avcodec_register and avcodec_register_all being deprecated, > their documentation still said that one of them has to be called > before doing anything else. Clarify this confusing situation. > > Furthermore, don't use

Re: [FFmpeg-devel] [PATCH 1/2] avformat/libsrt: fix setsockopt() typo

2021-03-16 Thread myp...@gmail.com
On Mon, Mar 15, 2021 at 5:06 PM Zhao Zhili wrote: > > --- > libavformat/libsrt.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/libavformat/libsrt.c b/libavformat/libsrt.c > index 233e9096fa..ac865c5658 100644 > --- a/libavformat/libsrt.c > +++ b/libavformat/libsrt.c > @

Re: [FFmpeg-devel] [PATCH v2] examples/decode_video: flush parser to fix missing frame

2021-03-31 Thread myp...@gmail.com
On Thu, Sep 24, 2020 at 2:01 AM Zhao Zhili wrote: > > To reproduce, run decode_video with a single frame sample. No frame > was decoded before the patch. > --- > doc/examples/decode_video.c | 12 +++- > 1 file changed, 7 insertions(+), 5 deletions(-) > > diff --git a/doc/examples/decode_v

Re: [FFmpeg-devel] [PATCH V8 1/3] lavu: add side data AV_FRAME_DATA_DETECTION_BBOXES for object detection/classification

2021-04-13 Thread myp...@gmail.com
On Tue, Apr 13, 2021 at 1:26 PM Guo, Yejun wrote: > > --- > doc/APIchanges | 2 + > libavutil/Makefile | 2 + > libavutil/detection_bbox.c | 73 + > libavutil/detection_bbox.h | 107 + > libavutil/frame.c

Re: [FFmpeg-devel] [PATCH] avformat/hlsenc: compute segment duration use current pts minus last segment end pts

2020-04-29 Thread myp...@gmail.com
On Wed, Apr 29, 2020 at 12:44 PM Steven Liu wrote: > > segment duration is using vs duration which compute by frame per second, > that can not fix problem of VFR video stream, so compute the duration > when split the segment, set the segment target duration use > current packet pts minus the prev

Re: [FFmpeg-devel] [PATCH v2] lavf/mp3enc: fix ID3v1 year metadata setting issue

2020-04-29 Thread myp...@gmail.com
On Sun, Apr 26, 2020 at 10:20 PM [email protected] wrote: > > On Wed, Apr 22, 2020 at 3:57 PM Jun Zhao wrote: > > > > From: Jun Zhao > > > > Follow the http://id3.org/ID3v1, setting the year metadata > > for ID3v1. > > > > fix #8623 > >

Re: [FFmpeg-devel] [PATCH v2 4/5] avformat/mpegts: fix av_freep for dovi pointer

2020-04-30 Thread myp...@gmail.com
On Thu, Apr 30, 2020 at 9:44 PM Andreas Rheinhardt wrote: > > [email protected]: > > From: Limin Wang > > > > Signed-off-by: Limin Wang > > --- > > libavformat/mpegts.c | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > > diff --git a/libavformat/mpegts.c b/libavformat/mpegts.

Re: [FFmpeg-devel] [PATCH, RFC] lavc/options_table: Add basic candidate h264 profiles

2020-05-06 Thread myp...@gmail.com
On Wed, May 6, 2020 at 5:40 PM Martin Storsjö wrote: > > On Wed, 6 May 2020, Linjie Fu wrote: > > > Allows specifying avctx->profile with string type profile for > > h264 encoders. > > > > Private field/option "profile" may be abled to be removed for basic > > h264 profiles, directly for encoders

Re: [FFmpeg-devel] [PATCH, RFC] lavc/options_table: Add basic candidate h264 profiles

2020-05-06 Thread myp...@gmail.com
On Wed, May 6, 2020 at 6:04 PM [email protected] wrote: > > On Wed, May 6, 2020 at 5:40 PM Martin Storsjö wrote: > > > > On Wed, 6 May 2020, Linjie Fu wrote: > > > > > Allows specifying avctx->profile with string type profile for > > > h264 encoders. &

Re: [FFmpeg-devel] [PATCH] avformat/dashdec: compute the segment size use current pos minus offset plus one

2020-05-06 Thread myp...@gmail.com
On Wed, May 6, 2020 at 2:53 PM Steven Liu wrote: > > because the offset should use one byte > > Reported-by: Zhao Jun > > Signed-off-by: Steven Liu > --- > libavformat/dashdec.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/libavformat/dashdec.c b/libavformat/dashdec.c

Re: [FFmpeg-devel] [PATCH] avcodec/option_table: mark venc_params as a video decoder flag opt type

2020-05-12 Thread myp...@gmail.com
On Tue, May 12, 2020 at 10:09 PM James Almer wrote: > > It's not meant for audio or subtitles, or for encoders of any kind. > > Signed-off-by: James Almer > --- > libavcodec/options_table.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/libavcodec/options_table.h b/liba

Re: [FFmpeg-devel] [PATCH] avformat/mpegts: Check the next sync byte to avoid incorrectt detected raw packet size

2020-05-15 Thread myp...@gmail.com
On Fri, May 15, 2020 at 6:23 PM wrote: > > From: Limin Wang > > reanalyze() may misdetect the new packet size as 204, but it's 188 still > actualy, > it'll cause many cc errors report and cannot be recovered. So it's better to > check > the next sync byte before skip the extra unused bytes. > >

Re: [FFmpeg-devel] [RFC] encoder profile validation

2020-05-19 Thread myp...@gmail.com
On Tue, May 19, 2020 at 2:33 AM Marton Balint wrote: > > > > On Mon, 18 May 2020, Anton Khirnov wrote: > > > Quoting Marton Balint (2020-05-16 15:52:22) > >> Hi, > >> > >> As you may know, a recent patchset enabled AVCodecContext->profile > >> constants to reside in encoders. > >> > >> In order to

Re: [FFmpeg-devel] [PATCH 5/5] avformat/hls: Remove redundant resetting of pointer

2020-05-19 Thread myp...@gmail.com
On Tue, May 19, 2020 at 7:10 PM Andreas Rheinhardt wrote: > > ff_id3v2_free_extra_meta() takes a ID3V2ExtraMeta ** so that it can > already reset the pointer. > > Signed-off-by: Andreas Rheinhardt > --- > libavformat/hls.c | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/libavformat/hls.c

Re: [FFmpeg-devel] [PATCH] avcodec/decode: remove ff_decode_bsfs_uninit()

2020-05-20 Thread myp...@gmail.com
On Wed, May 20, 2020 at 12:08 PM James Almer wrote: > > It's been a wrapper for a simple av_bsf_free() call since c96904f525. > > Signed-off-by: James Almer > --- > libavcodec/decode.c | 7 +-- > libavcodec/decode.h | 2 -- > libavcodec/utils.c | 4 ++-- > 3 files changed, 3 insertions(+),

Re: [FFmpeg-devel] [PATCH] mfenc: Fall back to avctx->time_base if avctx->framerate isn't set

2020-05-20 Thread myp...@gmail.com
On Thu, May 21, 2020 at 4:09 AM Martin Storsjö wrote: > > The framerate field is the one users are supposed to set, but not > all users might be setting it, so it might be good to fall back > time_base in that case. > --- > libavcodec/mfenc.c | 10 +- > 1 file changed, 9 insertions(+), 1

Re: [FFmpeg-devel] [PATCH 1/6] avutil/opt: add AV_OPT_FLAG_CHILD_CONSTS

2020-05-21 Thread myp...@gmail.com
On Tue, May 19, 2020 at 2:43 AM Marton Balint wrote: > > > > On Mon, 11 May 2020, Marton Balint wrote: > > > This will be used for AVCodecContext->profile. By specifying constants in > > the > > encoders we won't have to use the common AVCodecContext options table and > > different encoders can u

Re: [FFmpeg-devel] [PATCH 1/3] lavc/aac_ac3_parser: improve the raw AAC file bit rate calculation

2020-05-22 Thread myp...@gmail.com
On Sun, May 17, 2020 at 3:52 PM Jun Zhao wrote: > > From: Jun Zhao > > Now we just use one ADTS raw frame to calculate the bit rate, it's > lead to a larger error when get the duration from bit rate, the > improvement cumulate Nth ADTS frames to get the average bit rate. > > e,g used the command

Re: [FFmpeg-devel] [PATCH] avfilter/qsvvpp: Work around a bug in MSDK where VPP processing hangs under certain conditions

2020-05-24 Thread myp...@gmail.com
On Sun, May 24, 2020 at 8:13 PM Soft Works wrote: > > These conditions are: > - Dimensions are aligned to 16/32 byte (e.g. 1920x800) > - No scaling is done > - Color format conversion (e.g. 10bit to 8bit) > > Example command: > ffmpeg -c:v hevc_qsv -hwaccel qsv -i hevc_10bit_1920_800.mkv -filter_c

Re: [FFmpeg-devel] [PATCH] lavfi/afir: fix vpad.name leak

2020-05-25 Thread myp...@gmail.com
On Mon, May 25, 2020 at 3:51 PM Paul B Mahol wrote: > > typo in commit message. Will fix, tks > > On 5/25/20, Jun Zhao wrote: > > From: Jun Zhao > > > > Fixed vpad.name leak in error path, move the vpad related operation > > only if enabeled show IR frequency response. > > > > Signed-off-by: Jun

Re: [FFmpeg-devel] aubmit Verisilicon VPE hardware codec implementation

2020-05-27 Thread myp...@gmail.com
On Thu, May 28, 2020 at 10:22 AM Soft Works wrote: > > > > -Original Message- > > From: ffmpeg-devel On Behalf Of > > Zhang, Guiyong > > Sent: Thursday, May 28, 2020 4:12 AM > > To: [email protected] > > Subject: [FFmpeg-devel] aubmit Verisilicon VPE hardware codec > > implementatio

Re: [FFmpeg-devel] [PATCH v2 1/2] lavfi/afir: fix vpad.name leak

2020-05-28 Thread myp...@gmail.com
On Mon, May 25, 2020 at 4:17 PM Jun Zhao wrote: > > From: Jun Zhao > > Fix vpad.name leak in error path, move the vpad related operation > only if enabled show IR frequency response. > > Signed-off-by: Jun Zhao > --- > libavfilter/af_afir.c | 14 ++ > 1 file changed, 6 insertions(+)

Re: [FFmpeg-devel] [PATCH v2 4/4] lavf/mpegtsenc: misc style fixes

2020-05-28 Thread myp...@gmail.com
On Wed, May 27, 2020 at 2:58 PM Marton Balint wrote: > > > > On Wed, 27 May 2020, Jun Zhao wrote: > > > From: Jun Zhao > > > > commit 32aeba12755 missed coding style fix. > > > > Signed-off-by: Jun Zhao > > --- > > libavformat/mpegtsenc.c | 24 > > 1 file changed, 12 inse

Re: [FFmpeg-devel] [PATCH 4/7] avcodec/h264dec: prefer to use variable instead of type for sizeof

2020-05-28 Thread myp...@gmail.com
On Thu, May 28, 2020 at 9:58 PM wrote: > > From: Limin Wang > > Signed-off-by: Limin Wang > --- > libavcodec/h264dec.c | 28 ++-- > 1 file changed, 14 insertions(+), 14 deletions(-) > > diff --git a/libavcodec/h264dec.c b/libavcodec/h264dec.c > index 974d324..d5b3df3 100

Re: [FFmpeg-devel] [PATCH] libavformat/dashenc.c:add mimetype

2020-05-28 Thread myp...@gmail.com
On Fri, May 29, 2020 at 11:41 AM 黄思远 wrote: > > ___ > ffmpeg-devel mailing list > [email protected] > https://ffmpeg.org/mailman/listinfo/ffmpeg-devel > > To unsubscribe, visit link above, or email > [email protected] with subject "un

Re: [FFmpeg-devel] [PATCH v6] avcodec/mpeg12enc: support mpeg2 encoder const profile

2020-05-31 Thread myp...@gmail.com
On Sat, May 30, 2020 at 9:29 PM wrote: > > From: Limin Wang > > Signed-off-by: Limin Wang > --- > doc/encoders.texi | 14 ++ > libavcodec/mpeg12enc.c | 2 ++ > libavcodec/profiles.h | 8 > 3 files changed, 24 insertions(+) > > diff --git a/doc/encoders.texi b/doc/en

Re: [FFmpeg-devel] [PATCH 2/2] hwcontext_vulkan: fix make checkheaders fail

2020-05-31 Thread myp...@gmail.com
On Sat, May 30, 2020 at 10:23 PM James Almer wrote: > > On 5/30/2020 11:19 AM, James Almer wrote: > > On 5/30/2020 10:16 AM, Jun Zhao wrote: > >> From: Jun Zhao > >> > >> make checkheaders will get error as follow: > >> CC libavutil/hwcontext_vulkan.h.o > >> In file included from libavutil/hwco

Re: [FFmpeg-devel] Here has a problem on doc/examples/filtering_audio.c

2020-05-31 Thread myp...@gmail.com
On Sat, May 30, 2020 at 11:21 AM JACKY_ZZ[猫猫爱吃鱼] wrote: > > Hi, everyone, > I do some tests with doc/examples/filtering_audio.c on audio formats like > mp3, m4a(aac), mpc, ogg, ape, flac, tta, wma and so on. The original > program(filtering_audio.c) always failed with audio format ape, and I do

Re: [FFmpeg-devel] [PATCH] prompeg_write() must report data all was written

2020-06-08 Thread myp...@gmail.com
On Tue, Apr 2, 2019 at 5:20 AM Michael Niedermayer wrote: > > On Sun, Mar 31, 2019 at 02:32:34AM +0100, David Holroyd wrote: > > Previously, prompeg_write() would only report to caller that bytes we > > written when a FEC packet was actually created. Not all RTP packets are > > expected to genera

Re: [FFmpeg-devel] [PATCH] prompeg_write() must report data all was written

2020-06-08 Thread myp...@gmail.com
On Mon, Jun 8, 2020 at 7:03 PM Michael Niedermayer wrote: > > On Mon, Jun 08, 2020 at 04:56:04PM +0800, [email protected] wrote: > > On Tue, Apr 2, 2019 at 5:20 AM Michael Niedermayer > > wrote: > > > > > > On Sun, Mar 31, 2019 at 02:32:34AM +0100, Dav

Re: [FFmpeg-devel] [PATCH 2/2] dnn_backend_native: check operand index

2020-06-15 Thread myp...@gmail.com
On Wed, Jun 10, 2020 at 10:04 PM Guo Yejun wrote: > > it fixed the issue in https://trac.ffmpeg.org/ticket/8716 > > Signed-off-by: Guo Yejun > --- > libavfilter/dnn/dnn_backend_native.c | 6 +- > libavfilter/dnn/dnn_backend_native_layer_conv2d.c | 7 ++- > libavf

Re: [FFmpeg-devel] [PATCH 2/3] lavf/hls: Add missed side data/disposition

2020-06-17 Thread myp...@gmail.com
On Thu, Jun 4, 2020 at 10:39 PM Jun Zhao wrote: > > From: vacingfang > > hls demuxer get the strem info form sub-stream, but missed sida > data/disposition part, e,g, missed the DOVI sida data when the > stream is Dolby Vision streams. > > Signed-off-by: vacingfang > --- > libavformat/hls.c | 1

Re: [FFmpeg-devel] [PATCH 2/3] lavf/hls: Add missed side data/disposition

2020-06-18 Thread myp...@gmail.com
On Thu, Jun 18, 2020 at 5:26 PM wrote: > > On Thu, Jun 18, 2020 at 11:52:58AM +0800, [email protected] wrote: > > On Thu, Jun 4, 2020 at 10:39 PM Jun Zhao wrote: > > > > > > From: vacingfang > > > > &g

Re: [FFmpeg-devel] [PATCH v2 1/4] lavc/aac_ac3_parser: improve the raw AAC file bit rate calculation

2020-06-23 Thread myp...@gmail.com
On Wed, May 27, 2020 at 12:57 AM Jun Zhao wrote: > > From: Jun Zhao > > Now we just use one ADTS raw frame to calculate the bit rate, it's > lead to a larger error when get the duration from bit rate, the > improvement cumulate Nth ADTS frames to get the average bit rate. > > e,g used the command

Re: [FFmpeg-devel] [PATCH] avformat/mov: fix missing line break in messages

2020-06-25 Thread myp...@gmail.com
On Thu, Jun 25, 2020 at 6:46 PM Moritz Barsnick wrote: > > One of them can be triggered by https://samples.ffmpeg.org/F4V/H263_NM_f.mp4. > > Signed-off-by: Moritz Barsnick > --- > libavformat/mov.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/libavformat/mov.c b/l

Re: [FFmpeg-devel] [FFmpeg-cvslog] lavc/aac_ac3_parser: improve the raw AAC file bit rate calculation

2020-06-28 Thread myp...@gmail.com
On Sun, Jun 28, 2020 at 5:30 AM Alexander Strasser wrote: > > On 2020-06-26 01:56 +, Jun Zhao wrote: > > ffmpeg | branch: master | Jun Zhao | Sun May 17 > > 12:10:05 2020 +0800| [60d79b1df9d4c6030010ccb0c134ede9e33158c2] | > > committer: Jun Zhao > > > > lavc/aac_ac3_parser: improve the raw

Re: [FFmpeg-devel] [PATCH] ffprobe: Add option to allow unknown format private AVOptions

2020-06-28 Thread myp...@gmail.com
On Mon, Jun 29, 2020 at 4:52 AM Alexander Strasser wrote: > > On 2020-06-28 22:23 +0200, Marton Balint wrote: > > > > > > On Sun, 28 Jun 2020, Michael Niedermayer wrote: > > > > > On Sun, Jun 28, 2020 at 01:22:58PM +0100, Derek Buitenhuis wrote: > > > > On 26/06/2020 14:49, Nicolas George wrote: >

Re: [FFmpeg-devel] [PATCH] libavformat/dashenc.c:kill latency when ldash on

2020-06-29 Thread myp...@gmail.com
On Tue, Jun 30, 2020 at 11:12 AM Siyuan Huang wrote: > > From: Siyuan Huang > > > > disable write tmp file to let it using chunk downloading at last segment > > > > Signed-off-by: Siyuan Huang > > --- > > libavformat/dashenc.c | 2 ++ > > 1 file changed, 2 insertions(+) > > mode change 100644 =>

Re: [FFmpeg-devel] [PATCH V1] avutil/file: always set *size to zero if *bufptr is NULL

2019-08-29 Thread myp...@gmail.com
On Thu, Aug 29, 2019 at 9:07 PM Michael Niedermayer wrote: > > On Thu, Aug 29, 2019 at 01:04:43AM +0800, Jun Zhao wrote: > > From: Jun Zhao > > > > Always set *size to zero if *bufptr is NULL, it's more make sence. > > > > fix #8095 > > > > Signed-off-by: Jun Zhao > > --- > > libavutil/file.c |

Re: [FFmpeg-devel] [PATCH V1 2/2] configure: fix --disable-v4l2-m2m can't work

2019-09-05 Thread myp...@gmail.com
On Thu, Sep 5, 2019 at 6:40 AM Aman Gupta wrote: > > On Wed, Sep 4, 2019 at 4:49 AM Jun Zhao wrote: > > > From: Jun Zhao > > > > Use the command ./configure with/without --disable-v4l2-m2m test. > > > > Signed-off-by: Jun Zhao > > --- > > configure | 28 +++- > > 1 fi

Re: [FFmpeg-devel] [PATCH V1] lavfi/concat: fix logic error in framerate check

2019-09-09 Thread myp...@gmail.com
On Mon, Sep 9, 2019 at 3:21 PM Paul B Mahol wrote: > > lgtm > Will apply, Thanks > On 9/9/19, Jun Zhao wrote: > > From: Jun Zhao > > > > fix logic error in framerate check, it's introduced by commit > > 3ad5d4df9ce794d3eeb0f526c5f3e446bf97c616 > > > > Signed-off-by: Jun Zhao > > --- > > libav

Re: [FFmpeg-devel] [PATCH V1 4/4] lavf/mux: remove unnecessary packet reset

2019-09-10 Thread myp...@gmail.com
On Tue, Sep 10, 2019 at 8:05 PM Andreas Rheinhardt wrote: > > Jun Zhao: > > From: Jun Zhao > > > > remove unnecessary packet reset in av_interleaved_write_frame > > > > Signed-off-by: Jun Zhao > > --- > > libavformat/mux.c |6 ++ > > 1 files changed, 2 insertions(+), 4 deletions(-) > >

Re: [FFmpeg-devel] [PATCH V1 1/4] lavfi/anequalizer: fix memory leak in error handling path

2019-09-10 Thread myp...@gmail.com
On Tue, Sep 10, 2019 at 9:06 PM Paul B Mahol wrote: > > lgtm > Will apply, Thanks ___ ffmpeg-devel mailing list [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-requ...@ffmp

Re: [FFmpeg-devel] [PATCH V1 2/4] lavfi/sinc: fix memory leak in error handling path

2019-09-10 Thread myp...@gmail.com
On Tue, Sep 10, 2019 at 9:06 PM Paul B Mahol wrote: > > lgtm > Will apply, Thanks ___ ffmpeg-devel mailing list [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-requ...@ffmp

Re: [FFmpeg-devel] [PATCH V1 1/6] lavf/4xm: fix memory leak in error handing path

2019-09-22 Thread myp...@gmail.com
On Sun, Sep 22, 2019 at 7:45 PM Michael Niedermayer wrote: > > On Sat, Sep 21, 2019 at 10:12:10AM +0800, Jun Zhao wrote: > > From: Jun Zhao > > > > need to free the header in error path > > > > Signed-off-by: Jun Zhao > > --- > > libavformat/4xm.c |1 + > > 1 files changed, 1 insertions(+),

Re: [FFmpeg-devel] [PATCH 1/3] avcodec/mpeg4audio: add a logging context parameter to avpriv_mpeg4audio_get_config()

2019-09-23 Thread myp...@gmail.com
On Sat, Sep 21, 2019 at 11:53 PM James Almer wrote: > > This is an ABI change, so it's scheduled for the next bump. > > Signed-off-by: James Almer > --- > libavcodec/aacdec_template.c | 2 +- > libavcodec/alsdec.c| 4 > libavcodec/mpeg4audio.c| 11 +++

Re: [FFmpeg-devel] [PATCH 3/3] avformat: use avpriv_mpeg4audio_get_config2()

2019-09-23 Thread myp...@gmail.com
On Sun, Sep 22, 2019 at 7:28 AM James Almer wrote: > > Signed-off-by: James Almer > --- > libavformat/adtsenc.c | 2 +- > libavformat/isom.c| 4 ++-- > libavformat/latmenc.c | 2 +- > libavformat/matroskaenc.c | 3 +-- > 4 files changed, 5 insertions(+), 6 deletions(-) > > diff -

Re: [FFmpeg-devel] [PATCH v1] lavf/mov: Fix timestamp rescale on sidx atom

2019-09-23 Thread myp...@gmail.com
On Tue, Sep 24, 2019 at 12:38 PM Jun Li wrote: > > On Thu, Aug 15, 2019 at 1:02 AM [email protected] wrote: > > > On Thu, Aug 15, 2019 at 12:49 PM Jun Li wrote: > > > > > > On Thu, Jun 20, 2019 at 2:02 AM Jun Li wrote: > > > > > > > > &g

Re: [FFmpeg-devel] [PATCH V2] lavf/4xm: fix memory leak in error handing path

2019-09-24 Thread myp...@gmail.com
On Wed, Sep 25, 2019 at 4:21 AM Michael Niedermayer wrote: > > On Tue, Sep 24, 2019 at 12:39:24AM +0800, Jun Zhao wrote: > > From: Jun Zhao > > > > need to free the header in error path. > > > > Signed-off-by: Jun Zhao > > --- > > libavformat/4xm.c |3 ++- > > 1 files changed, 2 insertions(

Re: [FFmpeg-devel] [PATCH] cmdutils: trailing options may be ignored

2019-09-28 Thread myp...@gmail.com
On Sat, Sep 28, 2019 at 6:52 AM Lou Logan wrote: > > Signed-off-by: Lou Logan > --- > fftools/cmdutils.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/fftools/cmdutils.c b/fftools/cmdutils.c > index 6f4031fbb9..84f98b7c04 100644 > --- a/fftools/cmdutils.c > +++ b/f

Re: [FFmpeg-devel] [PATCH V1 5/5] lavf/utils: add duration estimate method trace

2019-09-28 Thread myp...@gmail.com
On Sat, Sep 28, 2019 at 11:29 PM Michael Niedermayer wrote: > > On Sat, Sep 28, 2019 at 08:23:57PM +0800, Jun Zhao wrote: > > From: Jun Zhao > > > > add duration estimate method trace, it's can help to some duration > > issue trace or debug. > > theres some english grammer issue here > Will fix,

Re: [FFmpeg-devel] [PATCH V2 5/5] lavf/utils: support duration estimate method dump

2019-09-29 Thread myp...@gmail.com
On Mon, Sep 30, 2019 at 4:13 AM Michael Niedermayer wrote: > > On Sun, Sep 29, 2019 at 05:27:54PM +0800, Jun Zhao wrote: > > From: Jun Zhao > > > > add new function duration_estimate_name to dump duration estimate > > method, it's will help to debug some duration issue. > > > > Signed-off-by: Jun

Re: [FFmpeg-devel] [PATCH 8/8] lavfi/vf_*_vaapi: Fix error case

2019-09-29 Thread myp...@gmail.com
On Mon, Sep 30, 2019 at 12:54 AM Mark Thompson wrote: > > Fixes CID 1452400, 1452416, 1452550, 1452590, 1452760. > --- > libavfilter/vf_deinterlace_vaapi.c | 2 +- > libavfilter/vf_misc_vaapi.c| 2 +- > libavfilter/vf_procamp_vaapi.c | 2 +- > libavfilter/vf_scale_vaapi.c | 2 +-

Re: [FFmpeg-devel] [PATCH V2 0/5] add some information for duration issue debug

2019-09-29 Thread myp...@gmail.com
On Sun, Sep 29, 2019 at 5:28 PM Jun Zhao wrote: > > V2: - split the duration estimate as function, only update the patch 5/5 > the other patches 1-4 same as the V1. > > Jun Zhao (5): > lavf/utils: change the log level to warning if can't get duration > lavf/nutdec: add logging context to

Re: [FFmpeg-devel] [PATCH V1 2/2] lavfi/hqdn3d: add slice thread optionmation

2019-10-07 Thread myp...@gmail.com
On Sun, Oct 6, 2019 at 2:09 AM Moritz Barsnick wrote: > > On Thu, Oct 03, 2019 at 09:53:16 +0800, Jun Zhao wrote: > > From: Jun Zhao > > Subject: [PATCH V1 2/2] lavfi/hqdn3d: add slice thread optionmation > > Nit: big typo in the first line of your commit message. > > Moritz Will fix the typo, th

Re: [FFmpeg-devel] [PATCH V1 1/3] avcodec/decode: fix identation

2019-10-07 Thread myp...@gmail.com
On Fri, Oct 4, 2019 at 10:23 PM Gyan wrote: > > > > On 04-10-2019 07:06 PM, Jun Zhao wrote: > > From: Jun Zhao > > > > fix identation. > > indentation > > > > > Signed-off-by: Jun Zhao > > --- > > libavcodec/decode.c |2 +- > > 1 files changed, 1 insertions(+), 1 deletions(-) > > > > diff

<    1   2   3   4   5   6   >