Re: [FFmpeg-devel] [PATCH v4] avfilter/buffersrc: deprecate sws_param option

2019-12-29 Thread myp...@gmail.com
On Mon, Dec 23, 2019 at 8:23 PM Nicolas George wrote: > > myp...@gmail.com (12019-12-12): > > LGTM, but need to wait next release cycle? > > What do you mean? There is all the necessary code to let the option > disappear automatically at the next release. > > I shall

Re: [FFmpeg-devel] [PATCH V1] fftools/cmdutils: Fix break command dump for -map option

2019-12-17 Thread myp...@gmail.com
On Fri, Dec 13, 2019 at 12:20 AM Jun Zhao wrote: > > From: Jun Zhao > > Before this fix, ffmpeg -h full | grep map get the command dump > like: > > -map [-]input_file_id[:stream_specifier][,sync_file_id[:stream_s set input > stream mapping >

Re: [FFmpeg-devel] [PATCH 5/5] avcodec/vc1dec: Fix "return -1" cases

2019-12-16 Thread myp...@gmail.com
On Tue, Dec 17, 2019 at 7:23 AM Michael Niedermayer wrote: > > Signed-off-by: Michael Niedermayer > --- > libavcodec/vc1dec.c | 8 > 1 file changed, 4 insertions(+), 4 deletions(-) > > diff --git a/libavcodec/vc1dec.c b/libavcodec/vc1dec.c > index d2f25fabec..fcc482e7eb 100644 > ---

Re: [FFmpeg-devel] [PATCH 3/4] avfilter/vf_dnn_processing: add format GRAY8 and GRAYF32 support

2019-12-16 Thread myp...@gmail.com
On Mon, Dec 16, 2019 at 7:18 PM Guo, Yejun wrote: > > > > > -Original Message- > > From: Pedro Arthur [mailto:bygran...@gmail.com] > > Sent: Friday, December 13, 2019 10:40 PM > > To: Guo, Yejun > > Cc: ffmpeg-devel@ffmpeg.org > > Subject: Re: [FFmpeg-devel] [PATCH 3/4]

Re: [FFmpeg-devel] [PATCH] lavc/cbs_av1: Add read/write flag in log message

2019-12-15 Thread myp...@gmail.com
On Mon, Dec 16, 2019 at 6:37 AM Michael Niedermayer wrote: > > On Sun, Dec 15, 2019 at 02:40:52PM +0800, Jun Zhao wrote: > > From: Jun Zhao > > > > Before this change, the command: > > > > ffmpeg -y -i bear-av1.mp4 -c:v copy bear-av1.ivf -loglevel 99 > > > > always dump the log message like: > >

Re: [FFmpeg-devel] [PATCH V4 2/2] lavf/libsrt: enable other encryption parameters

2019-12-14 Thread myp...@gmail.com
On Sun, Dec 15, 2019 at 4:48 AM Marton Balint wrote: > > > On Wed, 4 Dec 2019, Jun Zhao wrote: > > > From: Jun Zhao > > > > Enable the SRTO_ENFORCEDENCRYPTION/SRTO_KMREFRESHRATE/ > > SRTO_KMPREANNOUNCE for srt encryption control. > > > > Signed-off-by: Jun Zhao > > --- > > doc/protocols.texi

Re: [FFmpeg-devel] [PATCH] avfilter/vsrc_cellauto/life: Fix av_log type

2019-12-12 Thread myp...@gmail.com
On Fri, Dec 13, 2019 at 12:15 AM Andreas Rheinhardt wrote: > > This fixes an oversight in 1d757b11 and 5ee4c12e. > > Signed-off-by: Andreas Rheinhardt > --- > libavfilter/vsrc_cellauto.c | 2 +- > libavfilter/vsrc_life.c | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > > diff

Re: [FFmpeg-devel] [PATCH v4] avfilter/buffersrc: deprecate sws_param option

2019-12-11 Thread myp...@gmail.com
On Wed, Dec 11, 2019 at 11:33 PM Zhao Zhili wrote: > > Ping for review, thanks! > > > On Dec 4, 2019, at 6:57 PM, quinkbl...@foxmail.com wrote: > > > > From: Zhao Zhili > > > > --- > > patch v4: update doc > > > > doc/filters.texi| 8 > > libavfilter/buffersrc.c | 14

Re: [FFmpeg-devel] [PATCH 01/11] avformat/mov: Use ff_alloc_extradata for dvdsub extradata

2019-12-11 Thread myp...@gmail.com
On Wed, Dec 11, 2019 at 6:00 AM Andreas Rheinhardt wrote: > > Signed-off-by: Andreas Rheinhardt > --- > libavformat/mov.c | 11 --- > 1 file changed, 4 insertions(+), 7 deletions(-) > > diff --git a/libavformat/mov.c b/libavformat/mov.c > index 7553a7fdfc..733f4e4a34 100644 > ---

Re: [FFmpeg-devel] [PATCH V1 2/2] lavf/tls_openssl: support both pre-1.1.0 and post-1.1.0 init

2019-12-10 Thread myp...@gmail.com
On Wed, Dec 11, 2019 at 3:47 AM James Almer wrote: > > On 12/10/2019 11:02 AM, Jun Zhao wrote: > > From: Jun Zhao > > > > supporting both pre-1.1.0 and post-1.1.0 version of the OpenSSL > > library as the link: > > https://wiki.openssl.org/index.php/Library_Initialization > > > > Signed-off-by:

Re: [FFmpeg-devel] [PATCH V4 0/2] Enable other srt options.

2019-12-09 Thread myp...@gmail.com
Ping On Wed, Dec 4, 2019 at 10:13 PM Jun Zhao wrote: > > V4: - changed the option enforced_encryption type from int to bool. > tks Michael & Moritz's comments. > - add range info in the docs. tks Gyan's comments. > > V3: - add more details for linger options. tks Andriy Gelman's

Re: [FFmpeg-devel] [PATCH V3 2/2] lavf/libsrt: enable other encryption parameters

2019-12-04 Thread myp...@gmail.com
On Wed, Dec 4, 2019 at 5:46 PM Moritz Barsnick wrote: > > On Wed, Dec 04, 2019 at 10:20:00 +0800, myp...@gmail.com wrote: > > > > +{ "enforced_encryption", "Enforces that both connection > > > > parties have the same

Re: [FFmpeg-devel] [PATCH V3 2/2] lavf/libsrt: enable other encryption parameters

2019-12-03 Thread myp...@gmail.com
On Tue, Dec 3, 2019 at 11:01 PM Michael Niedermayer wrote: > > On Tue, Dec 03, 2019 at 06:57:27PM +0800, Jun Zhao wrote: > > From: Jun Zhao > > > > Enable the SRTO_ENFORCEDENCRYPTION/SRTO_KMREFRESHRATE/ > > SRTO_KMPREANNOUNCE for srt encryption control. > > > > Signed-off-by: Jun Zhao > > --- >

Re: [FFmpeg-devel] [PATCH V3 1/2] lavf/libsrt: add linger parameter to libsrt

2019-12-03 Thread myp...@gmail.com
On Tue, Dec 3, 2019 at 7:17 PM Gyan wrote: > > > On 03-12-2019 04:27 pm, Jun Zhao wrote: > > From: Jun Zhao > > > > add linger parameter to libsrt, it's setting the number of seconds > > that the socket waits for unsent data when closing. > > > > Reviewed-by: Andriy Gelman > > Signed-off-by:

Re: [FFmpeg-devel] [PATCH V2 1/2] lavf/libsrt: add linger parameter to libsrt

2019-12-01 Thread myp...@gmail.com
On Mon, Dec 2, 2019 at 12:57 PM Andriy Gelman wrote: > > On Sun, 01. Dec 21:31, Jun Zhao wrote: > > From: Jun Zhao > > > > add linger parameter to libsrt, it's setting he number of seconds > > that the socket waits for unsent data when closing. > > minor spelling > Will fix > > > >

Re: [FFmpeg-devel] [PATCH] lavf/movenc: Replace dts by pts to calculate duration

2019-11-29 Thread myp...@gmail.com
On Fri, Nov 29, 2019 at 3:44 PM manuelyuan wrote: > > Of course I did,and I can give you the bad case videos for your analysis if > you need. > How can I give them to you? > > At 2019-11-28 14:38:34, "Carl Eugen Hoyos" wrote: > > > > > >> Am 28.11.2019 um 03:34 schrieb manuelyuan : > >> > >> In

Re: [FFmpeg-devel] [PATCH v1 1/4] avformat/dashenc: remove unused check of avformat_free_context

2019-11-28 Thread myp...@gmail.com
On Fri, Nov 29, 2019 at 1:16 PM Steven Liu wrote: > > Signed-off-by: Steven Liu > --- > libavformat/dashenc.c | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-) > > diff --git a/libavformat/dashenc.c b/libavformat/dashenc.c > index a462876c13..8c28fb6b6e 100644 > ---

Re: [FFmpeg-devel] [PATCH] lavc/qsvenc: add Tiles encode support for HEVC

2019-11-28 Thread myp...@gmail.com
On Tue, Nov 26, 2019 at 12:04 PM Linjie Fu wrote: > > Add -tile_rows and -tile_cols option to specify the number of tile rows > and columns for ICL+ (gen 11) platform. > > A tile must wholly contain all the slices within it. Slices cannot cross > tile boundaries. So the slice number would be

Re: [FFmpeg-devel] [PATCH v2] avformat/hlsenc: remove duplicate code block

2019-11-28 Thread myp...@gmail.com
On Fri, Nov 29, 2019 at 12:46 PM Steven Liu wrote: > > Signed-off-by: Steven Liu > --- > libavformat/hlsenc.c | 27 ++- > 1 file changed, 6 insertions(+), 21 deletions(-) > > diff --git a/libavformat/hlsenc.c b/libavformat/hlsenc.c > index 043438368e..34ffab49a0 100644 >

Re: [FFmpeg-devel] [PATCH 1/3] lavf/vividas: check avformat_new_stream() return

2019-11-28 Thread myp...@gmail.com
On Fri, Nov 29, 2019 at 6:59 AM Michael Niedermayer wrote: > > On Thu, Nov 28, 2019 at 09:40:58PM +0800, Jun Zhao wrote: > > From: Jun Zhao > > > > check avformat_new_stream() return. > > > > Signed-off-by: Jun Zhao > > --- > > libavformat/vividas.c |4 > > 1 files changed, 4

Re: [FFmpeg-devel] [PATCH 1/3] lavf/vividas: check avformat_new_stream() return

2019-11-28 Thread myp...@gmail.com
On Thu, Nov 28, 2019 at 10:37 PM Andreas Rheinhardt wrote: > > Jun Zhao: > > From: Jun Zhao > > > > check avformat_new_stream() return. > > > > Signed-off-by: Jun Zhao > > --- > > libavformat/vividas.c |4 > > 1 files changed, 4 insertions(+), 0 deletions(-) > > > > diff --git

Re: [FFmpeg-devel] [PATCH v1 1/3] avfilter/vf_yadif: rename config_props -> config_input, link -> outlink

2019-11-28 Thread myp...@gmail.com
On Thu, Nov 28, 2019 at 9:34 AM wrote: > > From: Limin Wang > > Signed-off-by: Limin Wang > --- > libavfilter/vf_yadif.c | 20 ++-- > 1 file changed, 10 insertions(+), 10 deletions(-) > > diff --git a/libavfilter/vf_yadif.c b/libavfilter/vf_yadif.c > index

Re: [FFmpeg-devel] [PATCH] lavc/libx264: enable the PC(2^n -1) colorspace in libx264rgb

2019-11-27 Thread myp...@gmail.com
On Wed, Nov 27, 2019 at 6:58 PM Carl Eugen Hoyos wrote: > > > > > Am 27.11.2019 um 10:52 schrieb Jun Zhao : > > > > From: Jun Zhao > > > > enable the PC(2^n -1) colorspace in libx264rgb > > > > fix #8404 > > > > Signed-off-by: Jun Zhao > > --- > > libavcodec/libx264.c |5 + > > 1 files

Re: [FFmpeg-devel] [PATCH 2/2] lavfi/stackblur: add stackblur filter

2019-11-24 Thread myp...@gmail.com
On Wed, Nov 20, 2019 at 8:38 PM Paul B Mahol wrote: > > How can this be fast at all? > It does not use slice threading and also supports only packed rgb formats. > Have you actually benchmarked with and without lookup table? > Will support other format like RGBA and YUV420P with slice threading

Re: [FFmpeg-devel] [PATCH 2/2] lavfi/stackblur: add stackblur filter

2019-11-20 Thread myp...@gmail.com
On Wed, Nov 13, 2019 at 10:17 PM Jun Zhao wrote: > > From: Jun Zhao > > add stackblur filter > > Signed-off-by: Jun Zhao > --- > doc/filters.texi | 22 +++ > libavfilter/Makefile |1 + > libavfilter/allfilters.c |1 + > libavfilter/vf_stackblur.c | 362

Re: [FFmpeg-devel] [PATCH] avfilter/vf_nlmeans: add >8 bit support

2019-11-20 Thread myp...@gmail.com
On Wed, Nov 20, 2019 at 5:55 PM Paul B Mahol wrote: > > Signed-off-by: Paul B Mahol > --- > libavfilter/aarch64/vf_nlmeans_init.c | 6 +- > libavfilter/nlmeans_template.c| 370 ++ > libavfilter/vf_nlmeans.c | 539 ++ >

Re: [FFmpeg-devel] [PATCH] avfilter/vf_nlmeans: add >8 bit support

2019-11-19 Thread myp...@gmail.com
On Wed, Nov 20, 2019 at 6:43 AM Paul B Mahol wrote: > > Signed-off-by: Paul B Mahol > --- > libavfilter/aarch64/vf_nlmeans_init.c | 4 +- > libavfilter/nlmeans_template.c| 366 ++ > libavfilter/vf_nlmeans.c | 526 ++ >

Re: [FFmpeg-devel] [PATCH v1] avcodec/vaapi: set more flags for VASurfaceAttrib

2019-11-19 Thread myp...@gmail.com
On Tue, Nov 19, 2019 at 4:24 PM Wangfei wrote: > > flags and value.type is needed when pass VASurfaceAttrib to driver. > Otherwise the attribute will be considered invalid in driver. > > Signed-off-by: Wangfei > --- > libavcodec/vaapi_decode.c | 2 ++ > 1 file changed, 2 insertions(+) > > diff

Re: [FFmpeg-devel] [PATCH] lavf/rtmpproto: fix the playpath truncation if the len > 512

2019-11-17 Thread myp...@gmail.com
On Sun, Nov 17, 2019 at 4:05 AM Michael Niedermayer wrote: > > On Fri, Nov 15, 2019 at 07:46:33PM +0800, Jun Zhao wrote: > > From: Jun Zhao > > > > fix the playpath truncation if the len > 512 > > > > Found-by: liuwenhuang > > Signed-off-by: Jun Zhao > > --- > > libavformat/rtmpproto.c |8

Re: [FFmpeg-devel] [PATCH V1] lavfi/superfastblur: add superfastblur filter

2019-11-14 Thread myp...@gmail.com
On Fri, Nov 15, 2019 at 1:26 AM Michael Niedermayer wrote: > > On Wed, Nov 13, 2019 at 12:24:34AM +0100, Paul B Mahol wrote: > > On 11/13/19, Michael Niedermayer wrote: > > > On Tue, Nov 12, 2019 at 12:48:09PM +0100, Paul B Mahol wrote: > > >> If this filter is same speed or better than boxblur,

Re: [FFmpeg-devel] [PATCH V1] lavfi/superfastblur: add superfastblur filter

2019-11-12 Thread myp...@gmail.com
On Wed, Nov 13, 2019 at 7:24 AM Paul B Mahol wrote: > > On 11/13/19, Michael Niedermayer wrote: > > On Tue, Nov 12, 2019 at 12:48:09PM +0100, Paul B Mahol wrote: > >> If this filter is same speed or better than boxblur, it should replace > >> boxblur filter, as boxblur filter is GPL. > > > >

Re: [FFmpeg-devel] [PATCH V1] lavfi/superfastblur: add superfastblur filter

2019-11-12 Thread myp...@gmail.com
On Tue, Nov 12, 2019 at 4:14 PM Jun Zhao wrote: > > From: Jun Zhao > > add superfastblur filter > > Signed-off-by: Jun Zhao > --- > doc/filters.texi | 15 ++ > libavfilter/Makefile |1 + > libavfilter/allfilters.c |1 + > libavfilter/vf_superfastblur.c |

Re: [FFmpeg-devel] [PATCH] avcodec/vp9_raw_reorder_bsf.c adjust params keep same with api

2019-11-07 Thread myp...@gmail.com
On Fri, Nov 8, 2019 at 2:14 PM darling.zhong wrote: > > > > Signed-off-by: darling.zhong > --- > libavcodec/h265_metadata_bsf.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > mode change 100644 => 100755 libavcodec/h265_metadata_bsf.c > Please don't change the file mode > > diff

Re: [FFmpeg-devel] [PATCH] lavf/movenc: Replace dts by pts to calculate duration

2019-11-07 Thread myp...@gmail.com
On Fri, Nov 8, 2019 at 10:58 AM manuelyuan wrote: > > I have try to make fate again and it still works, I do not know why it breaks > fate-binsub-movtextenc on your side > My steps are: > 1、./configure > 2、make fate > If I'm wrong, what should I do? > > > At 2019-11-08 02:21:16, "Michael

Re: [FFmpeg-devel] [PATCH V1 1/5] lavf/hls: fix the log context setting in log message

2019-11-07 Thread myp...@gmail.com
On Sat, Nov 2, 2019 at 10:55 PM Jun Zhao wrote: > > From: Jun Zhao > > Fix the log context setting in log message > > Signed-off-by: Jun Zhao > --- > libavformat/hls.c | 14 +++--- > 1 files changed, 7 insertions(+), 7 deletions(-) > > diff --git a/libavformat/hls.c

Re: [FFmpeg-devel] [PATCH v1] avfilter/vf_vaguedenoiser: use fabsf() instead of FFABS()

2019-11-07 Thread myp...@gmail.com
On Fri, Nov 8, 2019 at 10:09 AM Limin Wang wrote: > > On Wed, Nov 06, 2019 at 08:10:53PM +0100, Carl Eugen Hoyos wrote: > > Am Mi., 6. Nov. 2019 um 12:04 Uhr schrieb Limin Wang > > : > > > > > > On Wed, Nov 06, 2019 at 11:11:08AM +0100, Carl Eugen Hoyos wrote: > > > > Am Mi., 6. Nov. 2019 um

Re: [FFmpeg-devel] [PATCH 2/2] avfilter/Makefile: add missing framesync dependency to bm3d & mix filters

2019-11-07 Thread myp...@gmail.com
On Thu, Nov 7, 2019 at 3:53 AM Lou Logan wrote: > Signed-off-by: Lou Logan > --- > bm3d > /usr/bin/ld: libavfilter/libavfilter.a(vf_bm3d.o): in function `activate': > vf_bm3d.c:(.text+0x3100): undefined reference to `ff_framesync_activate' > /usr/bin/ld: libavfilter/libavfilter.a(vf_bm3d.o): in

Re: [FFmpeg-devel] [PATCH] avformat/mlvdec:drop unnecessary check before ff_format_io_close

2019-11-07 Thread myp...@gmail.com
On Fri, Nov 8, 2019 at 6:50 AM Steven Liu wrote: > Signed-off-by: Steven Liu > --- > libavformat/mlvdec.c | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/libavformat/mlvdec.c b/libavformat/mlvdec.c > index 68ca2c5e1c..3b4cb6befd 100644 > --- a/libavformat/mlvdec.c > +++

Re: [FFmpeg-devel] [PATCH V1] lavf/dashdec: drop unnecessary check before ff_format_io_close

2019-11-03 Thread myp...@gmail.com
On Tue, Sep 24, 2019 at 12:41 AM Jun Zhao wrote: > From: Jun Zhao > > ff_format_io_close will check the AVIOContext pointer pb, so drop > the unnecessary check before ff_format_io_close. > > Signed-off-by: Jun Zhao > --- > libavformat/dashdec.c | 12 > 1 files changed, 4

Re: [FFmpeg-devel] [PATCH] lavfi/normalize: remove the unused pointer

2019-11-03 Thread myp...@gmail.com
On Sun, Sep 29, 2019 at 4:05 PM Zhong Li wrote: > Signed-off-by: Zhong Li > --- > libavfilter/vf_normalize.c | 2 -- > 1 file changed, 2 deletions(-) > > diff --git a/libavfilter/vf_normalize.c b/libavfilter/vf_normalize.c > index 48eea59..d5cb536 100644 > --- a/libavfilter/vf_normalize.c >

Re: [FFmpeg-devel] [PATCH V1 1/3] lavf/mpegtsenc: fix logic check error

2019-11-03 Thread myp...@gmail.com
On Mon, Nov 4, 2019 at 3:24 AM Andriy Gelman wrote: > On Sun, 16. Jun 01:13, Jun Zhao wrote: > > From: Jun Zhao > > > > fix the logic check error > > > > Signed-off-by: Jun Zhao > > --- > > libavformat/mpegtsenc.c |2 +- > > 1 files changed, 1 insertions(+), 1 deletions(-) > > > > diff

Re: [FFmpeg-devel] [PATCH] FATE: add a test for the bilateral filter

2019-10-31 Thread myp...@gmail.com
On Thu, Oct 31, 2019 at 4:30 PM leozhang wrote: > > Signed-off-by: leozhang > --- > tests/fate/filter-video.mak | 3 +++ > tests/ref/fate/filter-bilateral | 55 + > 2 files changed, 58 insertions(+) > create mode 100644

Re: [FFmpeg-devel] [PATCH] avfilter: remove useless cast

2019-10-27 Thread myp...@gmail.com
On Mon, Oct 28, 2019 at 12:03 AM Zhao Zhili wrote: > > --- > libavfilter/allfilters.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/libavfilter/allfilters.c b/libavfilter/allfilters.c > index d136734338..6156066028 100644 > --- a/libavfilter/allfilters.c > +++

Re: [FFmpeg-devel] [PATCH] avfilter/vf_bilateral: process command to set the parameter at runtime

2019-10-23 Thread myp...@gmail.com
On Wed, Oct 23, 2019 at 8:34 PM leozhang wrote: > > --- > libavfilter/vf_bilateral.c | 21 +++-- > 1 file changed, 11 insertions(+), 10 deletions(-) > > diff --git a/libavfilter/vf_bilateral.c b/libavfilter/vf_bilateral.c > index 3c9d800..a06f434 100644 > ---

Re: [FFmpeg-devel] [PATCH V1] lavfi/bilateral: Clean the option description and unused code

2019-10-23 Thread myp...@gmail.com
On Wed, Oct 23, 2019 at 3:16 PM Paul B Mahol wrote: > > lgtm Thanks the quick review, will apply > > On 10/23/19, Jun Zhao wrote: > > From: Jun Zhao > > > > Clean the option description and unused code. > > > > Signed-off-by: Jun Zhao > > --- > > libavfilter/vf_bilateral.c |7 +-- > >

Re: [FFmpeg-devel] [PATCH] lavf/mpegtsenc: add stream type AVS2

2019-10-12 Thread myp...@gmail.com
On Sat, Oct 12, 2019 at 10:00 AM hwren wrote: > > From: hwrenx > > Signed-off-by: hwrenx > --- > libavformat/mpegts.h| 1 + > libavformat/mpegtsenc.c | 3 +++ > 2 files changed, 4 insertions(+) > > diff --git a/libavformat/mpegts.h b/libavformat/mpegts.h > index ecc3d33..78abe72 100644 >

Re: [FFmpeg-devel] [PATCH v5] avcodec/v210dec: add the frame and slice threading support

2019-10-12 Thread myp...@gmail.com
On Sat, Oct 12, 2019 at 6:58 PM wrote: > > From: Limin Wang > > The multithread is avoid one core cpu is full with other filter like scale > etc. > About the performance, the gain is very small, below is my testing for > performance. > In order to avoid the disk bottleneck, I'll use stream_loop

Re: [FFmpeg-devel] [PATCH] avfilter: add median filter

2019-10-11 Thread myp...@gmail.com
On Fri, Oct 11, 2019 at 4:38 PM Moritz Barsnick wrote: > > On Fri, Oct 11, 2019 at 14:18:22 +0800, myp...@gmail.com wrote: > > On Wed, Feb 6, 2019 at 1:06 AM Paul B Mahol wrote: > > > On 2/1/19, Paul B Mahol wrote: > > > will apply. > > Has it pushed? I j

Re: [FFmpeg-devel] [PATCH] avfilter: add median filter

2019-10-11 Thread myp...@gmail.com
On Wed, Feb 6, 2019 at 1:06 AM Paul B Mahol wrote: > > On 2/1/19, Paul B Mahol wrote: > > Signed-off-by: Paul B Mahol > > --- > > doc/filters.texi | 15 +++ > > libavfilter/Makefile | 1 + > > libavfilter/allfilters.c | 1 + > > libavfilter/median.h |

Re: [FFmpeg-devel] [PATCH V1 1/4] lavfi/colorspace: typedef ThreadData as all other filters

2019-10-09 Thread myp...@gmail.com
On Wed, Oct 9, 2019 at 10:52 PM Paul B Mahol wrote: > > Whole set looks fine to me. Applied, thx > > On 10/9/19, Jun Zhao wrote: > > From: Jun Zhao > > > > typedef ThreadData as all other filters. > > > > Signed-off-by: Jun Zhao > > --- > > libavfilter/vf_colorspace.c |8 > > 1

Re: [FFmpeg-devel] [PATCH V3] lavfi/hqdn3d: add slice thread optimization

2019-10-09 Thread myp...@gmail.com
On Wed, Oct 9, 2019 at 10:49 PM Paul B Mahol wrote: > > On 10/9/19, Jun Zhao wrote: > > From: Jun Zhao > > > > Enabled one thread per planar, used the test command for 1080P video > > (YUV420P format) as follow: > > > > ffmpeg -i 1080p.mp4 -an -vf hqdn3d -f null /dev/nul > > > > This

Re: [FFmpeg-devel] [PATCH] avfilter: fix typo in comments

2019-10-09 Thread myp...@gmail.com
On Wed, Oct 9, 2019 at 8:06 PM wrote: > > From: Zhao Zhili > > --- > libavfilter/avfilter.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/libavfilter/avfilter.h b/libavfilter/avfilter.h > index 9d70e7118b..3eaa8a4089 100644 > --- a/libavfilter/avfilter.h > +++

Re: [FFmpeg-devel] [PATCH V2] lavfi/hqdn3d: add slice thread optimization

2019-10-08 Thread myp...@gmail.com
On Tue, Oct 8, 2019 at 10:57 PM Paul B Mahol wrote: > > On 10/8/19, Jun Zhao wrote: > > From: Jun Zhao > > > > Enabled one thread per planar, used the test command for 1080P video > > (YUV420P format) as follow: > > > > ffmpeg -i 1080p.mp4 -an -vf hqdn3d -f null /dev/nul > > > > This

Re: [FFmpeg-devel] [PATCH v2] avfilter/vf_delogo: make the interp value compute method simple

2019-10-07 Thread myp...@gmail.com
On Mon, Oct 7, 2019 at 11:14 PM Limin Wang wrote: > > On Mon, Oct 07, 2019 at 01:12:46PM +0800, Steven Liu wrote: > > because the interp >= 0UL comparison of an unsigned value is always true > > fix CID: 1454642 > > > > Signed-off-by: Steven Liu > > --- > > libavfilter/vf_delogo.c | 2 +- > > 1

Re: [FFmpeg-devel] [PATCH V1 1/2] avutil/common: Fix underflow for ROUNDED_DIV with unsigned integer

2019-10-07 Thread myp...@gmail.com
On Sat, Oct 5, 2019 at 10:16 PM Michael Niedermayer wrote: > > On Thu, Oct 03, 2019 at 09:53:15AM +0800, Jun Zhao wrote: > > From: Mengye Lv > > > > When used ROUNDED_DIV(a,b), if a is unsigned integer zero, it's > > will lead to an underflow issue(it called unsigned integer > > wrapping). > > >

Re: [FFmpeg-devel] [PATCH V1 2/3] lavc/options_table: Correct the flags for AVCodecContext.flags2

2019-10-07 Thread myp...@gmail.com
On Sat, Oct 5, 2019 at 9:44 PM Michael Niedermayer wrote: > > On Fri, Oct 04, 2019 at 09:36:54PM +0800, Jun Zhao wrote: > > From: Jun Zhao > > > > Correct the flags for AVCodecContext.flags2. > > > > Signed-off-by: Jun Zhao > > --- > > libavcodec/options_table.h |4 ++-- > > 1 files

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(-) > > > >

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,

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

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

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

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

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 myp...@gmail.com 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 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 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 V1 1/6] lavf/4xm: fix memory leak in error handing path

2019-09-23 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

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 ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email

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 ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email

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

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

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 v2 5/8] avformat/utils: Fix memleaks II

2019-08-19 Thread myp...@gmail.com
On Tue, Aug 20, 2019 at 6:11 AM Andreas Rheinhardt wrote: > > Up until now, avformat_find_stream_info had a potential for memleaks: > When everything is fine, it read packets and (depending upon whether > AVFMT_FLAG_NOBUFFER was set) put them in a packet list or unreferenced > them when they were

Re: [FFmpeg-devel] [PATCH V1 3/5] lavfi/dnn/dnn_backend_native: Refine the coding style

2019-08-19 Thread myp...@gmail.com
On Tue, Aug 20, 2019 at 9:31 AM Guo, Yejun wrote: > > > > > -Original Message- > > From: ffmpeg-devel [mailto:ffmpeg-devel-boun...@ffmpeg.org] On Behalf Of > > Jun Zhao > > Sent: Monday, August 19, 2019 9:01 PM > > To: ffmpeg-devel@ffmpeg.org > > Cc: Jun Zhao > > Subject: [FFmpeg-devel]

Re: [FFmpeg-devel] [PATCH V1 4/5] lavfi/dnn/dnn_backend_native: fix memory leak in error path

2019-08-19 Thread myp...@gmail.com
On Tue, Aug 20, 2019 at 9:14 AM Guo, Yejun wrote: > > > > > -Original Message- > > From: ffmpeg-devel [mailto:ffmpeg-devel-boun...@ffmpeg.org] On Behalf Of > > Jun Zhao > > Sent: Monday, August 19, 2019 9:01 PM > > To: ffmpeg-devel@ffmpeg.org > > Cc: Jun Zhao > > Subject: [FFmpeg-devel]

Re: [FFmpeg-devel] [PATCH V1 1/5] lavfi/af_adeclick: fix double free after ff_filter_frame fail

2019-08-19 Thread myp...@gmail.com
On Mon, Aug 19, 2019 at 9:14 PM Paul B Mahol wrote: > > LGTM > Will apply, Thanks ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email

Re: [FFmpeg-devel] [PATCH V1 2/5] lavfi/avfiltergraph: add check before free the format

2019-08-19 Thread myp...@gmail.com
On Mon, Aug 19, 2019 at 9:09 PM Paul B Mahol wrote: > > LGTM > Will apply, Thanks ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email

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

2019-08-15 Thread myp...@gmail.com
On Thu, Aug 15, 2019 at 12:49 PM Jun Li wrote: > > On Thu, Jun 20, 2019 at 2:02 AM Jun Li wrote: > > > > > > > On Tue, May 21, 2019 at 1:05 AM Jun Li wrote: > > > >> > >> > >> On Thu, May 16, 2019 at 1:00 AM Jun Li wrote: > >> > >>> > >>> > >>> On Sun, May 12, 2019 at 7:44 PM Jun Li wrote: >

Re: [FFmpeg-devel] [PATCH]lavf/rawenc: Only accept the appropriate stream type for raw muxers

2019-08-14 Thread myp...@gmail.com
On Sun, Aug 11, 2019 at 8:26 AM Carl Eugen Hoyos wrote: > > Am Mo., 1. Juli 2019 um 00:47 Uhr schrieb Carl Eugen Hoyos > : > > > > Am Mo., 1. Juli 2019 um 00:40 Uhr schrieb Carl Eugen Hoyos > > : > > > > > > Hi! > > > > > > Attached patch fixes ticket #7979 for me. > > > > Now attached. > >

Re: [FFmpeg-devel] [PATCH V1] libavdevice: Update the class name as uniform style

2019-08-14 Thread myp...@gmail.com
On Wed, Aug 14, 2019 at 11:57 PM Paul B Mahol wrote: > > LGTM > will apply, thanks. ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email

Re: [FFmpeg-devel] [PATCH V1] lavf/mov: fix fMP4 tfdt box lead to dts reset issue

2019-08-13 Thread myp...@gmail.com
On Tue, Aug 13, 2019 at 7:08 PM Carl Eugen Hoyos wrote: > > Am Di., 13. Aug. 2019 um 12:36 Uhr schrieb Jun Zhao : > > > > From: Jun Zhao > > > > In fMP4 format, traf maybe have zero or more trun box, in this case, > > we just used tfdt as dts once. The sample layout like this: > > > > [moof]

Re: [FFmpeg-devel] [PATCH V1 1/2] lavf/avio: add a ffio_realloc_buf API for AVIO buffer realloc

2019-08-12 Thread myp...@gmail.com
On Sun, Aug 11, 2019 at 4:43 PM Steven Liu wrote: > > > > > 在 2019年8月8日,19:32,Jun Zhao 写道: > > > > From: tomajsjiang > > > > Add new API ffio_realloc_buf for AVIO buffer realloc. > > > > Signed-off-by: Zhongxing Jiang > > --- > > libavformat/avio_internal.h |9 + > >

Re: [FFmpeg-devel] [PATCH v1] avfilter/showinfo: support Content Light Level information

2019-08-08 Thread myp...@gmail.com
On Fri, Aug 9, 2019 at 10:36 AM wrote: > > From: Limin Wang > > show real information instead of the unknown side data type message for HDR10 > stream > > Signed-off-by: Limin Wang > --- > libavfilter/vf_showinfo.c | 12 > 1 file changed, 12 insertions(+) > > diff --git

Re: [FFmpeg-devel] [PATCH V1] lavf/showinfo: support mastering display sidedata

2019-08-05 Thread myp...@gmail.com
On Sun, Aug 4, 2019 at 7:00 PM Steven Liu wrote: > > > > > 在 2019年8月4日,18:30,Jun Zhao 写道: > > > > From: Jun Zhao > > > > support mastering display sidedata. > > > > Signed-off-by: Jun Zhao > > --- > > libavfilter/vf_showinfo.c | 30 ++ > > 1 files changed, 30

Re: [FFmpeg-devel] [PATCH V1 3/3] lavf/hls: replace the same code logic with ensure_playlist()

2019-07-25 Thread myp...@gmail.com
On Thu, Jul 25, 2019 at 2:06 PM Steven Liu wrote: > > Jun Zhao 于2019年7月21日周日 下午10:32写道: > > > > From: vacingfang > > > > Replace the same code logic with ensure_playlist(), it's will > > help reusable blocks of code. > > > > Reviewed-by: Jun Zhao > > Signed-off-by: vacingfang > > --- > >

Re: [FFmpeg-devel] [PATCH V1 1/3] lavf/hls: remove redundancy reset_packet() after av_packet_unref()

2019-07-25 Thread myp...@gmail.com
On Thu, Jul 25, 2019 at 2:00 PM Steven Liu wrote: > > Jun Zhao 于2019年7月21日周日 下午10:55写道: > > > > From: Jun Zhao > > > > av_packet_unref have reseted the AVPacket, so don't need to call > > reset_packet after that. > > > > Signed-off-by: Jun Zhao > > --- > > libavformat/hls.c |4 > > 1

Re: [FFmpeg-devel] [PATCH V1 2/3] doc/ffmpeg: Document dts_error_threshold option

2019-07-24 Thread myp...@gmail.com
On Wed, Jul 24, 2019 at 5:08 PM Gyan wrote: > > > > On 24-07-2019 01:38 PM, Michael Niedermayer wrote: > > On Sun, Jul 21, 2019 at 10:31:36PM +0800, Jun Zhao wrote: > >> From: Jun Zhao > >> > >> Document dts_error_threshold option. > >> > >> Signed-off-by: Jun Zhao > >> --- > >>

Re: [FFmpeg-devel] [PATCH V1] doc/codecs: Add missing documentation for nointra

2019-07-14 Thread myp...@gmail.com
On Mon, Jul 15, 2019 at 2:58 AM Michael Niedermayer wrote: > > On Sun, Jul 14, 2019 at 03:32:59PM +0800, Jun Zhao wrote: > > From: Jun Zhao > > > > Add missing documentation for nointra. > > LGTM > > thx Applied, Thanks ___ ffmpeg-devel mailing list

Re: [FFmpeg-devel] [PATCH] fftools/ffmpeg_filter: use -reinit_filter to disable/enable auto scale

2019-07-11 Thread myp...@gmail.com
On Fri, Jul 12, 2019 at 1:19 PM Linjie Fu wrote: > > Currently, ffmpeg inserts scale filter in the filter graph to force > the whole decoded stream to scale into the same size with the first > frame. It's not quite make sense in resolution changing cases if user > wants the rawvideo without any

Re: [FFmpeg-devel] [PATCH v1 2/2] libavformat/file: initilize the fd to -1 instead of 0(valid fd) in case unexpected file close

2019-07-10 Thread myp...@gmail.com
On Wed, Jul 10, 2019 at 11:11 PM Limin Wang wrote: > > > ping? I have developed code to use avio_open_dir function, after using > avio_close_dir > to release the resource, my ffmepg command will lost interact for the fd > 0 is closed by avio_close_dir. > > > On Tue, Jun 18, 2019 at 06:45:13PM

Re: [FFmpeg-devel] [PATCH] libavformat/hlsenc.c Accurrate time output in program_date_time (corrected)

2019-07-09 Thread myp...@gmail.com
On Tue, Jul 9, 2019 at 7:42 PM Pavel Pilar wrote: > > --- > libavformat/hlsenc.c | 12 +++- > 1 file changed, 7 insertions(+), 5 deletions(-) > > diff --git a/libavformat/hlsenc.c b/libavformat/hlsenc.c > index 00c725af18..94fd713834 100644 > --- a/libavformat/hlsenc.c > +++

Re: [FFmpeg-devel] [PATCH] accurrate time output in program_date_time

2019-07-09 Thread myp...@gmail.com
On Tue, Jul 9, 2019 at 4:43 PM Pavel Pilar wrote: > > --- > libavformat/hlsenc.c | 7 +++ > 1 file changed, 7 insertions(+) > > diff --git a/libavformat/hlsenc.c b/libavformat/hlsenc.c > index 057134f410..00c725af18 100644 > --- a/libavformat/hlsenc.c > +++ b/libavformat/hlsenc.c > @@ -23,6

Re: [FFmpeg-devel] [PATCH] avcodec/audiotoolboxdec: Fix decoding 24 Bit ALAC

2019-07-09 Thread myp...@gmail.com
On Tue, Jul 9, 2019 at 12:37 AM Davis wrote: > > "avctx->bits_per_raw_sample" always returns 0. > Tested with 24 Bit ALAC. The result is bit-perfect. > Fix #7287. > --- > libavcodec/audiotoolboxdec.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git

Re: [FFmpeg-devel] [PATCH V1 2/2] doc/filters: Document missing options for scale in/out color matrix

2019-07-07 Thread myp...@gmail.com
On Fri, Jul 5, 2019 at 12:48 PM Gyan wrote: > > > > On 05-07-2019 10:06 AM, Jun Zhao wrote: > > From: Jun Zhao > > > > Document missing options for scale in/out color matrix > > > > Signed-off-by: Jun Zhao > > --- > > doc/filters.texi |5 + > > 1 files changed, 5 insertions(+), 0

Re: [FFmpeg-devel] [PATCH v1] lavc/libdavs2.c: optimize frame copy

2019-07-07 Thread myp...@gmail.com
On Fri, Jul 5, 2019 at 9:09 AM Song, Ruiling wrote: > > > -Original Message- > > From: ffmpeg-devel [mailto:ffmpeg-devel-boun...@ffmpeg.org] On Behalf > > Of hwrenx > > Sent: Wednesday, July 3, 2019 11:24 AM > > To: ffmpeg-devel@ffmpeg.org > > Subject: [FFmpeg-devel] [PATCH v1]

Re: [FFmpeg-devel] [PATCH V2 2/2] doc/muxers: fix docs format for DASH muxer

2019-07-04 Thread myp...@gmail.com
On Thu, Jul 4, 2019 at 4:52 PM Gyan wrote: > > > > On 28-06-2019 08:36 PM, Jun Zhao wrote: > > From: Jun Zhao > > > > fix docs format for DASH muxer > > > > Signed-off-by: Jun Zhao > > --- > > doc/muxers.texi | 62 > > -- > > 1 files

Re: [FFmpeg-devel] [PATCH v1] lavc/libdavs2.c: optimize frame copy

2019-07-03 Thread myp...@gmail.com
On Wed, Jul 3, 2019 at 11:24 AM hwrenx wrote: > > Signed-off-by: hwrenx > --- > libavcodec/libdavs2.c | 15 ++- > 1 file changed, 10 insertions(+), 5 deletions(-) > > diff --git a/libavcodec/libdavs2.c b/libavcodec/libdavs2.c > index 218f3ec..15ed3a1 100644 > ---

Re: [FFmpeg-devel] [PATCH V1 1/2] doc/muxers: fix and update docs for HLS muxer

2019-07-02 Thread myp...@gmail.com
On Fri, Jun 28, 2019 at 9:55 PM Gyan wrote: > > > > On 28-06-2019 07:02 PM, Jun Zhao wrote: > > From: Jun Zhao > > > > fix and update docs for HLS muxer > > > > Signed-off-by: Jun Zhao > > --- > > doc/muxers.texi | 68 > > ++ > > 1 files

<    1   2   3   4   5   6   >