Re: [FFmpeg-devel] [PATCH v3 01/12] vaapi_encode: Support more RC modes

2019-02-12 Thread myp...@gmail.com
On Mon, Feb 11, 2019 at 3:47 AM Mark Thompson wrote: > > Allow setting the mode explicitly, and try to make a sensible choice > given the available parameters if not. > --- > doc/encoders.texi | 24 +++ > libavcodec/vaapi_encode.c | 382 +++--- > libavcode

Re: [FFmpeg-devel] [PATCH 2/5] libx264: Update ROI behaviour to match documentation

2019-02-27 Thread myp...@gmail.com
On Thu, Feb 28, 2019 at 10:53 AM Guo, Yejun wrote: > > > > > -Original Message- > > From: ffmpeg-devel [mailto:ffmpeg-devel-boun...@ffmpeg.org] On Behalf > > Of Mark Thompson > > Sent: Thursday, February 28, 2019 6:00 AM > > To: ffmpeg-devel@ffmpeg.org > > Subject: [FFmpeg-devel] [PATCH 2/

Re: [FFmpeg-devel] [PATCH] use the correct option of pkg-config to check version

2019-03-04 Thread myp...@gmail.com
On Mon, Mar 4, 2019 at 4:06 PM Guo, Yejun wrote: > > I tried pkg-config on my local ubuntu16.04 system, the option like > ">=1.2" or "<3.2" does not work, we have to use option --atleast-version > and --max-version separately. > > Signed-off-by: Guo, Yejun > --- > configure | 57

Re: [FFmpeg-devel] [PATCH 3/4] lavfi/nlmeans: Checking number precision when computing integral images

2019-03-06 Thread myp...@gmail.com
On Wed, Mar 6, 2019 at 3:55 PM Carl Eugen Hoyos wrote: > > 2019-03-06 4:18 GMT+01:00, Jun Zhao : > > From: Jun Zhao > > > > accumulation of 8-bits uint_8 (uint8_t *src) into 32-bits (uint32_t *ii) > > data type, it will have a risk of an integral value becoming larger than > > the 32-bits integer

Re: [FFmpeg-devel] [PATCH V2] lavfi/nlmeans: Checking number precision when computing integral images

2019-03-06 Thread myp...@gmail.com
On Thu, Mar 7, 2019 at 9:39 AM Jun Zhao wrote: > > From: Jun Zhao > > accumulation of 8-bits uint_8 (uint8_t *src) into 32-bits (uint32_t *ii) > data type, it will have a risk of an integral value becoming larger than > the 32-bits integer capacity and resulting in an integer overflow. For > this

Re: [FFmpeg-devel] [PATCH 3/4] lavfi/nlmeans: Checking number precision when computing integral images

2019-03-06 Thread myp...@gmail.com
On Wed, Mar 6, 2019 at 9:15 PM Carl Eugen Hoyos wrote: > > 2019-03-06 12:31 GMT+01:00, myp...@gmail.com : > > On Wed, Mar 6, 2019 at 3:55 PM Carl Eugen Hoyos wrote: > >> > >> 2019-03-06 4:18 GMT+01:00, Jun Zhao : > > >> > +// accumulation

Re: [FFmpeg-devel] [PATCH V3] lavfi/nlmeans: Checking number precision when computing integral images

2019-03-07 Thread myp...@gmail.com
On Fri, Mar 8, 2019 at 4:28 AM Michael Niedermayer wrote: > On Thu, Mar 07, 2019 at 09:18:42PM +0100, Michael Niedermayer wrote: > > On Thu, Mar 07, 2019 at 09:45:12AM +0800, Jun Zhao wrote: > > > From: Jun Zhao > > > > > > accumulation of 8-bits uint_8 (uint8_t *src) into 32-bits (uint32_t > *i

Re: [FFmpeg-devel] [PATCH 2/4] lavfi/tonemap: make use of AVFILTER_DEFINE_CLASS

2019-03-07 Thread myp...@gmail.com
On Fri, Mar 8, 2019 at 4:38 AM Michael Niedermayer wrote: > > On Wed, Mar 06, 2019 at 11:18:25AM +0800, Jun Zhao wrote: > > From: Jun Zhao > > > > use AVFILTER_DEFINE_CLASS for defining the filter classes > > > > Signed-off-by: Jun Zhao > > --- > > libavfilter/vf_tonemap.c |8 +--- > >

Re: [FFmpeg-devel] [PATCH V4 1/2] lavfi/nlmeans: Checking number precision when computing integral images

2019-03-08 Thread myp...@gmail.com
On Fri, Mar 8, 2019 at 5:26 PM Paul B Mahol wrote: > > On 3/8/19, Jun Zhao wrote: > > From: Jun Zhao > > > > accumulation of 8-bits uint_8 (uint8_t *src) into 32-bits (uint32_t *ii) > > data type, it will have a risk of an integral value becoming larger than > > the 32-bits integer capacity and

Re: [FFmpeg-devel] [PATCH V2] lavfi/showinfo: support regions of interest sidedata

2019-03-10 Thread myp...@gmail.com
On Mon, Mar 11, 2019 at 10:51 AM Guo, Yejun wrote: > > > > > -Original Message- > > From: ffmpeg-devel [mailto:ffmpeg-devel-boun...@ffmpeg.org] On Behalf > > Of Jun Zhao > > Sent: Sunday, March 10, 2019 9:17 PM > > To: ffmpeg-devel@ffmpeg.org > > Cc: Jun Zhao > > Subject: [FFmpeg-devel] [

Re: [FFmpeg-devel] 7.0 Name

2024-04-02 Thread myp...@gmail.com
On Tue, Apr 2, 2024 at 4:01 AM Michael Niedermayer wrote: > > Hi all > > I think we didnt decide on a name for 7.0 yet > > Previously suggested names: > Darwin, > De broglie, > Dijkstra, > Galois, > Gauss, > Jacobi, > Jemison > Johnson > Leavitt > Maxwell, > Mellin, > Perelman, > Poincaré, > Raman

Re: [FFmpeg-devel] [PATCH 4/4] lavc/vvc/refs: Use dpb_max_num_reorder_pics to control output

2024-04-20 Thread myp...@gmail.com
Send it privately via email On Sat, Apr 20, 2024 at 11:55 AM Nuo Mi wrote: > > Hi Barry and Eliny, > LGTM. > Thank you for the patch. > Is it possible to provide the clip so we can add it to our CI? > > ci like https://github.com/ffvvc/FFmpeg/actions > > > On Fri, Apr 19, 2024 at 9:48 PM Jun Z

Re: [FFmpeg-devel] [PATCH 3/4] lavc/vvc_parser: Fixed the has_b_frames setting

2024-04-20 Thread myp...@gmail.com
On Sat, Apr 20, 2024 at 11:50 AM Nuo Mi wrote: > > On Fri, Apr 19, 2024 at 9:55 PM Jun Zhao wrote: > > > From: Jun Zhao > > > > has_b_frames used in decoder for size of the frame reordering > > buffer, setting this field from dpb_max_num_reorder_pics. > > > > Signed-off-by: Jun Zhao > > --- > >

Re: [FFmpeg-devel] [PATCH 3/5] doc/examples/vaapi_transcode: Simplify loop

2024-04-23 Thread myp...@gmail.com
On Wed, Apr 24, 2024 at 9:45 AM Michael Niedermayer wrote: > > Fixes: CID1428858(1/2) Logically dead code > > Sponsored-by: Sovereign Tech Fund > Signed-off-by: Michael Niedermayer > --- > doc/examples/vaapi_transcode.c | 4 +--- > 1 file changed, 1 insertion(+), 3 deletions(-) > > diff --git a/

Re: [FFmpeg-devel] [PATCH 2/3] lavf/tcp: add option to setting Maximum Segment Size

2018-05-06 Thread myp...@gmail.com
2018-05-07 5:17 GMT+08:00 Michael Niedermayer : > On Sun, May 06, 2018 at 11:12:13PM +0800, Jun Zhao wrote: >> This can change the the MSS value announced to the other end in >> the initial TCP packet, it's can be used when failed Path MTU >> discovery. >> >> Signed-off-by: Jun Zhao >> --- >> lib

Re: [FFmpeg-devel] [PATCH 3/3] doc/protocols: documents tcp_mss

2018-05-06 Thread myp...@gmail.com
2018-05-06 23:16 GMT+08:00 Gyan Doshi : > > > On 5/6/2018 8:42 PM, Jun Zhao wrote: > >> +@item tcp_mss=@var{bytes} >> +Set maximum segment size for outgoing TCP packets, expressed bytes. > > > 'expressed bytes' --> 'expressed in bytes' > > or just 'in bytes' (preferred). > > Sounds good, will upda

Re: [FFmpeg-devel] [PATCH] avcodec/evc: Remove redefine of HEVC_MAX_ENTRY_POINT_OFFSETS

2024-02-21 Thread myp...@gmail.com
On Thu, Feb 22, 2024 at 2:42 PM Zhao Zhili wrote: > > From: Zhao Zhili > > --- > libavcodec/evc.h | 9 - > 1 file changed, 9 deletions(-) > > diff --git a/libavcodec/evc.h b/libavcodec/evc.h > index 9711c760fe..e493455a42 100644 > --- a/libavcodec/evc.h > +++ b/libavcodec/evc.h > @@ -141

Re: [FFmpeg-devel] [PATCH] lavc/libx264: replace ITU-T T35(A/53 CC) SEI type by enum value

2023-08-26 Thread myp...@gmail.com
On Sat, Aug 26, 2023 at 2:40 PM Kieran Kunhya wrote: > > On Sat, 26 Aug 2023 at 07:32, Jun Zhao wrote: > > > replace ITU-T T35(A/53 CC) SEI type by enum value > > > > Signed-off-by: Jun Zhao > > --- > > libavcodec/libx264.c | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > > diff

Re: [FFmpeg-devel] [PATCH 2/2] lavc/videotoolboxenc: enable low-latency mode for HEVC

2023-08-31 Thread myp...@gmail.com
On Fri, Sep 1, 2023 at 2:13 AM Zhao Zhili wrote: > > > > From: ffmpeg-devel On Behalf Of Jun Zhao > > Sent: 2023年8月31日 22:50 > > To: ffmpeg-devel@ffmpeg.org > > Cc: Jun Zhao ; Jun Zhao > > Subject: [FFmpeg-devel] [PATCH 2/2] lavc/videotoolboxenc: enable > > low-latency mode for HEVC > > > > Ena

Re: [FFmpeg-devel] [PATCH 2/2] lavc/videotoolboxenc: enable low-latency mode for HEVC

2023-08-31 Thread myp...@gmail.com
On Fri, Sep 1, 2023 at 11:50 AM "zhilizhao(赵志立)" wrote: > > > > > On Sep 1, 2023, at 09:13, myp...@gmail.com wrote: > > > > On Fri, Sep 1, 2023 at 2:13 AM Zhao Zhili wrote: > >> > >> > >>> From: ffmpeg-devel On Behalf Of Jun

Re: [FFmpeg-devel] [PATCH 2/2] lavc/videotoolboxenc: Get the encoder supported properties

2023-09-05 Thread myp...@gmail.com
On Tue, Sep 5, 2023 at 3:52 PM Tomas Härdin wrote: > > mån 2023-09-04 klockan 11:53 +0800 skrev Jun Zhao: > > Get the encoder supported properties list, it will be used for > > feature support checks. > > > > Signed-off-by: Jun Zhao > > --- > > libavcodec/videotoolboxenc.c | 27 +

Re: [FFmpeg-devel] [PATCH v2 2/2] lavc/videotoolboxenc: Get the encoder supported properties

2023-09-05 Thread myp...@gmail.com
On Wed, Sep 6, 2023 at 12:13 AM Marvin Scholz wrote: > > On 5 Sep 2023, at 18:02, Jun Zhao wrote: > > > Get the encoder supported properties list, it will be used for > > feature support checks. > > > > Signed-off-by: Jun Zhao > > --- > > libavcodec/videotoolboxenc.c | 68 +++

Re: [FFmpeg-devel] [PATCH v3 2/2] lavc/videotoolboxenc: Get the encoder supported properties

2023-09-07 Thread myp...@gmail.com
On Fri, Sep 8, 2023 at 11:15 AM Marvin Scholz wrote: > > > > On 8 Sep 2023, at 4:55, Jun Zhao wrote: > > > Get the encoder supported properties list, it will be used for > > feature support checks. > > > > Signed-off-by: Jun Zhao > > --- > > libavcodec/videotoolboxenc.c | 70

Re: [FFmpeg-devel] [PATCH 2/2] lavfi/sendcmd: correct the option flags dump

2020-09-13 Thread myp...@gmail.com
On Sun, Sep 13, 2020 at 6:30 PM Paul B Mahol wrote: > > On Sun, Sep 13, 2020 at 12:40:45PM +0800, Jun Zhao wrote: > > From: Jun Zhao > > > > correct the option flags dump for sendcmd/asendcmd. > > > > Signed-off-by: Jun Zhao > > --- > > libavfilter/f_sendcmd.c | 26 -- >

Re: [FFmpeg-devel] [PATCH v9 2/5] lavc/avs3: add AVS3 related definitions

2020-09-14 Thread myp...@gmail.com
On Mon, Aug 31, 2020 at 11:09 PM wrote: > > From: hwren > > Signed-off-by: hwren > --- > libavcodec/avs3.h | 118 ++ > 1 file changed, 118 insertions(+) > create mode 100644 libavcodec/avs3.h > > diff --git a/libavcodec/avs3.h b/libavcodec/avs3.h > n

Re: [FFmpeg-devel] [PATCH V2] Added MKV tag for AVS2 video codec

2020-09-14 Thread myp...@gmail.com
On Sun, Sep 6, 2020 at 6:40 PM Ze Yuan wrote: > > From ea96e70874c87b003af1fb3fcd5c792b3292bf29 Mon Sep 17 00:00:00 2001 > From: =?UTF-8?q?=E9=83=91=E5=A4=A9=E6=B3=A2?= > Date: Sun, 6 Sep 2020 18:35:51 +0800 > Subject: [PATCH] Added MKV tag for AVS2 video codec > > avs2 (IEEE 1857.4) video codec

Re: [FFmpeg-devel] [PATCH] lavf/srt: fix build fail when used the libsrt 1.4.1

2020-09-15 Thread myp...@gmail.com
On Tue, Sep 15, 2020 at 2:23 PM Gyan Doshi wrote: > > This should be backported to 4.3 and other releases whose builds fail. > > Gyan Will backporting, thx ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-

Re: [FFmpeg-devel] [PATCH] lavf/srt: fix build fail when used the libsrt 1.4.1

2020-09-20 Thread myp...@gmail.com
On Mon, Sep 21, 2020 at 1:27 AM Gyan Doshi wrote: > > > > On 17-09-2020 01:07 pm, Gyan Doshi wrote: > > > > > > On 15-09-2020 12:47 pm, myp...@gmail.com wrote: > >> On Tue, Sep 15, 2020 at 2:23 PM Gyan Doshi wrote: > >>> This should be bac

Re: [FFmpeg-devel] [PATCH] lavf/srt: fix build fail when used the libsrt 1.4.1

2020-09-20 Thread myp...@gmail.com
On Mon, Sep 21, 2020 at 1:27 AM Gyan Doshi wrote: > > > > On 17-09-2020 01:07 pm, Gyan Doshi wrote: > > > > > > On 15-09-2020 12:47 pm, myp...@gmail.com wrote: > >> On Tue, Sep 15, 2020 at 2:23 PM Gyan Doshi wrote: > >>> This should be bac

Re: [FFmpeg-devel] [PATCH] avformat/udp: remove redundant setting of h->max_packet_size

2020-09-23 Thread myp...@gmail.com
On Thu, Sep 24, 2020 at 12:15 AM Zhao Zhili wrote: > > h->max_packet_size is being reset in the following code. > --- > libavformat/udp.c | 3 --- > 1 file changed, 3 deletions(-) > > diff --git a/libavformat/udp.c b/libavformat/udp.c > index 30d8041433..96d8b8ee11 100644 > --- a/libavformat/udp.

Re: [FFmpeg-devel] [PATCH] avformat/http: fix memleak

2020-09-23 Thread myp...@gmail.com
On Thu, Sep 24, 2020 at 2:10 AM Zhao Zhili wrote: > > Ping for review. > > > On Aug 24, 2020, at 12:58 AM, Zhao Zhili wrote: > > > > --- > > libavformat/http.c | 3 ++- > > 1 file changed, 2 insertions(+), 1 deletion(-) > > > > diff --git a/libavformat/http.c b/libavformat/http.c > > index 6c39da1

Re: [FFmpeg-devel] [PATCH 2/2] lavf/hls: add AC-3/EAC-3 to allowed extensions file list

2020-09-27 Thread myp...@gmail.com
On Sat, Sep 26, 2020 at 4:47 PM Steven Liu wrote: > > Jun Zhao 于2020年9月25日周五 下午8:25写道: > > > > From: Jun Zhao > > > > Add AC-3/EAC-3 to allowed extensions file list. > > > > From HTTP Live Streaming 2nd Edition draft-pantos-hls-rfc8216bis-07 > > section 3.1.3.Packed Audio, HLS demuxer need to su

Re: [FFmpeg-devel] [PATCH v3 05/10] avformat: add demuxer and probe support for H266/VVC

2022-11-06 Thread myp...@gmail.com
On Thu, Nov 3, 2022 at 8:23 PM Thomas Siedel wrote: > > Add demuxer to probe raw vvc and parse vvcc byte stream format. > > Signed-off-by: Thomas Siedel > --- > libavformat/Makefile | 1 + > libavformat/allformats.c | 1 + > libavformat/demux.c | 7 +- > libavformat/vvc.c|

Re: [FFmpeg-devel] [PATCH v3] lavc/libvpx: remove thread limit

2023-01-10 Thread myp...@gmail.com
On Thu, Jan 5, 2023 at 6:42 PM Dmitrii Ovchinnikov wrote: > > From: Dmitrii Ovchinnikov > > This change improves the performance and multicore > scalability of the vp9 codec for streaming single-pass encoded videos. The > current thread limit for ffmpeg codecs is 16 (MAX_AUTO_THREADS in > pthr

Re: [FFmpeg-devel] [PATCH v1 00/11] Add support for H266/VVC

2023-01-10 Thread myp...@gmail.com
On Tue, Jan 10, 2023 at 10:56 AM Nuo Mi wrote: > > Hi Thomas > It works for me. > > BTW, I will send out a C version of VVC native decoder very soon. > Please also help review and improve it. > Thank you. Ha, it's great news > > On Tue, Jan 3, 2023 at 10:02 PM Thomas Siedel > wrote: > > > On Thu,

Re: [FFmpeg-devel] [PATCH 3/3] avformat/mov: remove an always true condition

2020-12-08 Thread myp...@gmail.com
On Sat, Oct 17, 2020 at 11:48 PM Zhao Zhili wrote: > > > > > On Sep 18, 2020, at 10:33 PM, Zhao Zhili wrote: > > > > From: Zhao Zhili > > > > --- > > libavformat/mov.c | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > > diff --git a/libavformat/mov.c b/libavformat/mov.c > > index 9f

Re: [FFmpeg-devel] [PATCH 1/3] tests/audiomatch: add free to make static analysis tools happy

2020-12-10 Thread myp...@gmail.com
On Thu, Dec 10, 2020 at 4:11 PM Anton Khirnov wrote: > > Quoting Jun Zhao (2020-12-09 10:53:08) > > From: Jun Zhao > > > > Signed-off-by: Jun Zhao > > --- > > tests/audiomatch.c | 11 +-- > > 1 file changed, 9 insertions(+), 2 deletions(-) > > looks ok > Pushed, thx

Re: [FFmpeg-devel] [PATCH V2] libavcodec/qsvenc: add low latency P-pyramid support for qsv

2020-12-24 Thread myp...@gmail.com
On Fri, Dec 25, 2020 at 12:55 PM wrote: > > From: Wenbinc-Bin > > Add low latency P-pyramid support for qsv, and it relates to a new > command line parameter "-p_strategy". To enable this flag, user also > need to set "-bf" to -1 or 0. > > Signed-off-by Wenbin Chen > --- > libavcodec/qsvenc.c |

Re: [FFmpeg-devel] [PATCH] ffmpeg: remove dead code for -vol

2021-01-31 Thread myp...@gmail.com
On Sun, Jan 31, 2021 at 1:01 PM Gyan Doshi wrote: > > It is applied via configure_input_audio_filter() > --- > fftools/ffmpeg_filter.c | 7 --- > 1 file changed, 7 deletions(-) > > diff --git a/fftools/ffmpeg_filter.c b/fftools/ffmpeg_filter.c > index e9e31e043e..1cba3055cc 100644 > --- a/fft

Re: [FFmpeg-devel] [PATCH] avformat/hls: Use probing parameters for actual stream

2020-07-09 Thread myp...@gmail.com
On Mon, Mar 16, 2020 at 7:00 PM Jacek Tomasiak wrote: > > HLS input streams ignored CLI parameters which control the probing > process. Each stream was initialized with fresh context and used > the default values for probing. > --- > libavformat/hls.c | 8 > 1 file changed, 8 insertions(

Re: [FFmpeg-devel] [PATCH v2 2/2] lavf/udp: fix the commets for defalt UDP socket recvbuf size

2020-07-12 Thread myp...@gmail.com
On Sun, Jul 12, 2020 at 1:38 AM Nicolas George wrote: > > Marton Balint (12020-07-11): > > LGTM, thanks. > > Whoever pushes, fix the typo in the commit message please. > fixed the typo and pushed ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http

Re: [FFmpeg-devel] [PATCH v2 1/2] lavfi/setpts: fix setpts/asetpts option dump error

2020-07-12 Thread myp...@gmail.com
On Sat, Jul 11, 2020 at 7:58 PM Paul B Mahol wrote: > > ok Thx, pushed > > On 7/11/20, Jun Zhao wrote: > > From: Jun Zhao > > > > fix the command ffmpeg -h filter=setpts/asetpts both dump the expr > > option with "FVA" flags. > > > > Signed-off-by: Jun Zhao > > --- > > libavfilter/setpts.c | 1

Re: [FFmpeg-devel] [PATCH] lavf/srt: fix build fail when used the libsrt 1.4.1

2020-07-12 Thread myp...@gmail.com
On Sun, Jul 12, 2020 at 8:39 PM Moritz Barsnick wrote: > > On Sun, Jul 12, 2020 at 14:03:03 +0800, Jun Zhao wrote: > > From: Jun Zhao > > (Which thread are you replying to?) > > > libsrt 1.4.1 changed the: > > SRTO_SMOOTHER -> SRTO_CONGESTION > > AFAICT, this was changed in 1.3.3 (even though t

Re: [FFmpeg-devel] [PATCH] lavf/srt: fix build fail when used the libsrt 1.4.1

2020-07-14 Thread myp...@gmail.com
On Tue, Jul 14, 2020 at 9:47 PM Moritz Barsnick wrote: > > On Sun, Jul 12, 2020 at 22:44:46 +0800, myp...@gmail.com wrote: > > Maybe I give an inaccurate description in the commit message, in fact, > > libsrt 1.4.1 remove the SRTO_STRICTENC/SRTO_SMOOTHER option, it's will &

Re: [FFmpeg-devel] [PATCH] lavf/srt: fix build fail when used the libsrt 1.4.1

2020-07-15 Thread myp...@gmail.com
On Tue, Jul 14, 2020 at 9:47 PM Moritz Barsnick wrote: > > On Sun, Jul 12, 2020 at 22:44:46 +0800, myp...@gmail.com wrote: > > Maybe I give an inaccurate description in the commit message, in fact, > > libsrt 1.4.1 remove the SRTO_STRICTENC/SRTO_SMOOTHER option, it's will &

Re: [FFmpeg-devel] [PATCH] lavf/srt: fix build fail when used the libsrt 1.4.1

2020-07-18 Thread myp...@gmail.com
On Thu, Jul 16, 2020 at 9:35 AM myp...@gmail.com wrote: > > On Tue, Jul 14, 2020 at 9:47 PM Moritz Barsnick wrote: > > > > On Sun, Jul 12, 2020 at 22:44:46 +0800, myp...@gmail.com wrote: > > > Maybe I give an inaccurate description in the commit message, in fact, &g

Re: [FFmpeg-devel] [PATCH 1/3] doc/http: Update HTTP protocol options

2020-07-19 Thread myp...@gmail.com
On Sat, Jul 18, 2020 at 11:34 PM Gyan Doshi wrote: > > > > On 18-07-2020 05:26 pm, Jun Zhao wrote: > > From: Jun Zhao > > > > remove the timeout option docs part for HTTP protocol and add > > auth_type option part. > > > > Signed-off-by: Jun Zhao > > --- > > doc/protocols.texi | 27 +++

Re: [FFmpeg-devel] [PATCH 3/3] lavf/dashdec: enable custom interrup callback in sub-demuxer

2020-07-20 Thread myp...@gmail.com
On Mon, Jul 20, 2020 at 10:18 AM Steven Liu wrote: > > Jun Zhao 于2020年7月18日周六 下午8:19写道: > > > > From: Jun Zhao > > > > Enable the custom callback in sub-demuxer > > > > Signed-off-by: Jun Zhao > > --- > > libavformat/dashdec.c | 1 + > > 1 file changed, 1 insertion(+) > > > > diff --git a/liba

Re: [FFmpeg-devel] [PATCH 2/3] lavf/hls: enable custom interrup callback in sub-demuxer

2020-07-20 Thread myp...@gmail.com
On Mon, Jul 20, 2020 at 10:18 AM Steven Liu wrote: > > Jun Zhao 于2020年7月18日周六 下午7:56写道: > > > > From: Jun Zhao > > > > Enable the custom callback in sub-demuxer > > > > Signed-off-by: Jun Zhao > > --- > > libavformat/hls.c | 1 + > > 1 file changed, 1 insertion(+) > > > > diff --git a/libavfor

Re: [FFmpeg-devel] [PATCH 1/2] lavc/aac_ac3_parser: fix the potential overflow

2020-07-23 Thread myp...@gmail.com
On Fri, Jul 24, 2020 at 4:43 AM Alexander Strasser wrote: > > On 2020-07-01 21:05 +0200, Alexander Strasser wrote: > > On 2020-07-01 16:23 +0200, Anton Khirnov wrote: > > > Quoting Jun Zhao (2020-06-29 15:23:10) > > > > From: Jun Zhao > > > > > > > > Fix the potential overflow. > > > > > > > > Su

Re: [FFmpeg-devel] [PATCH] lavf/srt: fix build fail when used the libsrt 1.4.1

2020-07-27 Thread myp...@gmail.com
On Sat, Jul 18, 2020 at 8:31 PM myp...@gmail.com wrote: > > On Thu, Jul 16, 2020 at 9:35 AM myp...@gmail.com wrote: > > > > On Tue, Jul 14, 2020 at 9:47 PM Moritz Barsnick wrote: > > > > > > On Sun, Jul 12, 2020 at 22:44:46 +0800, myp...@gmail.com wrote

Re: [FFmpeg-devel] [PATCH] lavf/srt: fix build fail when used the libsrt 1.4.1

2020-07-27 Thread myp...@gmail.com
On Mon, Jul 27, 2020 at 7:37 PM myp...@gmail.com wrote: > > On Sat, Jul 18, 2020 at 8:31 PM myp...@gmail.com wrote: > > > > On Thu, Jul 16, 2020 at 9:35 AM myp...@gmail.com wrote: > > > > > > On Tue, Jul 14, 2020 at 9:47 PM Moritz Barsnick wrote: > >

Re: [FFmpeg-devel] [PATCH] avfilter/vf_xcam: add xcam video filter

2020-07-30 Thread myp...@gmail.com
On Thu, Jul 30, 2020 at 5:12 PM Nicolas George wrote: > > zongwave (12020-07-31): > > From: Yinhang Liu > > > > xcam filter is a wrapper of libxcam project which supports 360 video > > stitching, > > automotive surround view stitching, digital video stabilization (DVS), > > Wide dynamic range (W

Re: [FFmpeg-devel] [PATCH] avfilter/vf_xcam: add xcam video filter

2020-07-30 Thread myp...@gmail.com
On Thu, Jul 30, 2020 at 5:15 PM myp...@gmail.com wrote: > > On Thu, Jul 30, 2020 at 5:12 PM Nicolas George wrote: > > > > zongwave (12020-07-31): > > > From: Yinhang Liu > > > > > > xcam filter is a wrapper of libxcam project which supports 360 vide

Re: [FFmpeg-devel] [PATCH 1/2] lavc/aac_ac3_parser: fix the potential overflow

2020-07-30 Thread myp...@gmail.com
On Sat, Jul 25, 2020 at 3:21 AM Alexander Strasser wrote: > > On 2020-07-24 19:56 +0800, zhilizhao wrote: > > > > > > > On Jul 24, 2020, at 9:40 AM, myp...@gmail.com wrote: > > > > > > On Fri, Jul 24, 2020 at 4:43 AM Alexander Strasser > > <

Re: [FFmpeg-devel] [PATCH 1/2] lavc/aac_ac3_parser: fix the potential overflow

2020-07-30 Thread myp...@gmail.com
On Fri, Jul 31, 2020 at 3:47 AM Alexander Strasser wrote: > > On 2020-07-30 21:18 +0800, myp...@gmail.com wrote: > > > > After repeated thinking, I can accept this solution, thx > > Just to avoid confusion. You accept this > > > > > > avctx->bi

Re: [FFmpeg-devel] [PATCH] fate: Update the test references for h264-skip-nokey and h264-skip-noparse after b48397e7b84864f2

2020-08-03 Thread myp...@gmail.com
On Mon, Aug 3, 2020 at 2:54 PM Martin Storsjö wrote: > > --- > tests/ref/fate/h264-skip-nointra | 86 > tests/ref/fate/h264-skip-nokey | 86 > 2 files changed, 86 insertions(+), 86 deletions(-) > > diff --git a/tests/ref/fate/h26

Re: [FFmpeg-devel] [PATCH] fate: Update the test references for h264-skip-nokey and h264-skip-noparse after b48397e7b84864f2

2020-08-03 Thread myp...@gmail.com
On Mon, Aug 3, 2020 at 8:00 PM myp...@gmail.com wrote: > > On Mon, Aug 3, 2020 at 2:54 PM Martin Storsjö wrote: > > > > --- > > tests/ref/fate/h264-skip-nointra | 86 > > tests/ref/fate/h264-skip-nokey | 86 ---

Re: [FFmpeg-devel] [PATCH v2 4/4] lavc, doc: add libuavs3d video decoder wrapper

2020-08-04 Thread myp...@gmail.com
? On Mon, Jun 22, 2020 at 9:59 PM wrote: > > From: hwren > > Signed-off-by: hbj > Signed-off-by: hwren > --- > Changelog | 1 + > configure | 4 + > doc/decoders.texi | 21 +++ > doc/general.texi | 8 ++ > libavcodec/Makefile| 1 + > libavcod

Re: [FFmpeg-devel] [PATCH 2/5] lavc/libopenh264enc: use framerate if available

2020-08-05 Thread myp...@gmail.com
On Sun, Jul 26, 2020 at 8:26 PM Jun Zhao wrote: > > From: Jun Zhao > > Respecting the framerate in the libopenh264enc codec context. > > Both the libx264 and libx264 encoders already contain similar logic > to first check the framerate before falling back to the timebase. > > Signed-off-by: Jun Z

Re: [FFmpeg-devel] [PATCH 2/5] lavc/libopenh264enc: use framerate if available

2020-08-05 Thread myp...@gmail.com
On Wed, Aug 5, 2020 at 4:26 PM Martin Storsjö wrote: > > On Wed, 5 Aug 2020, myp...@gmail.com wrote: > > > On Sun, Jul 26, 2020 at 8:26 PM Jun Zhao wrote: > >> > >> From: Jun Zhao > >> > >> Respecting the framerate in the libopenh264enc co

Re: [FFmpeg-devel] [PATCH] Increasing the max length of control URI to 2048 characters, as urls of some RTSP streams do exceed this limit.

2020-08-06 Thread myp...@gmail.com
On Thu, Aug 6, 2020 at 11:47 AM Yiğit (Yeet) Uyan wrote: > > Hey Zhilizhao, > > The RTSPState you mentioned is ok, but we need to get the char control_uri > buffer from 1024 characters to 2048. Some of the long rtsps links are > getting cut, and cannot play. Can you help getting this patch to the

Re: [FFmpeg-devel] [PATCH 3/5] lavf/libkvazaar: export encoded frame stats

2020-08-06 Thread myp...@gmail.com
On Sun, Jul 26, 2020 at 8:45 PM Jun Zhao wrote: > > From: Jun Zhao > > Export choosen pict_type and qp. > > Signed-off-by: Jun Zhao > --- > libavcodec/libkvazaar.c | 30 ++ > 1 file changed, 30 insertions(+) > > diff --git a/libavcodec/libkvazaar.c b/libavcodec/libkv

Re: [FFmpeg-devel] [PATCH 3/5] lavf/libkvazaar: export encoded frame stats

2020-08-07 Thread myp...@gmail.com
On Fri, Aug 7, 2020 at 11:16 AM Andreas Rheinhardt wrote: > > myp...@gmail.com: > > On Sun, Jul 26, 2020 at 8:45 PM Jun Zhao wrote: > >> > >> From: Jun Zhao > >> > >> Export choosen pict_type and qp. > >> > >> Si

Re: [FFmpeg-devel] [PATCH 2/2] lavf/mov: Support dref.url box for ISO 14496-12

2020-08-07 Thread myp...@gmail.com
On Fri, Aug 7, 2020 at 10:29 PM Zhao Zhili wrote: > > > > > On Aug 7, 2020, at 9:37 PM, Jun Zhao wrote: > > > > From: Jun Zhao > > > > Enable the dref.url box > > > > Signed-off-by: Jun Zhao > > --- > > libavformat/isom.h | 6 ++ > > libavformat/mov.c | 45 +

Re: [FFmpeg-devel] [PATCH 1/3] doc/filters: update filter buffer/abuffer interface file name

2020-08-08 Thread myp...@gmail.com
On Sat, Aug 8, 2020 at 12:56 PM Gyan Doshi wrote: > > > > On 07-08-2020 07:06 pm, Jun Zhao wrote: > > From: tomajsjiang > > > > Update filter buffer/abuffer interface file name, from > > libavfilter/{vsrc|asrc_buffer.h} to libavfilter/buffersrc.h > > > > Signed-off-by: Jun Zhao > > Signed-off-by

Re: [FFmpeg-devel] [PATCH 3/5] lavc/libkvazaar: export encoded frame stats

2020-08-15 Thread myp...@gmail.com
On Sun, Aug 9, 2020 at 6:07 AM Mark Thompson wrote: > > On 26/07/2020 13:26, Jun Zhao wrote: > > From: Jun Zhao > > > > Export choosen pict_type and qp. > > > > Signed-off-by: Jun Zhao > > --- > > libavcodec/libkvazaar.c | 30 ++ > > 1 file changed, 30 insertions(+

Re: [FFmpeg-devel] [PATCH 3/5] lavf/libkvazaar: export encoded frame stats

2020-08-17 Thread myp...@gmail.com
On Mon, Aug 17, 2020 at 7:08 PM Joose Sainio wrote: > > On 7.8.2020 5.40, myp...@gmail.com wrote: > > On Sun, Jul 26, 2020 at 8:45 PM Jun Zhao wrote: > >> From: Jun Zhao > >> > >> Export choosen pict_type and qp. > >> > >> Signed-off

Re: [FFmpeg-devel] [PATCH 2/2] qsv: remove audio error code

2020-08-19 Thread myp...@gmail.com
On Wed, Aug 19, 2020 at 2:10 PM Haihao Xiang wrote: > > --- > libavcodec/qsv.c | 3 --- > 1 file changed, 3 deletions(-) > > diff --git a/libavcodec/qsv.c b/libavcodec/qsv.c > index faa424bb68..6776b745b9 100644 > --- a/libavcodec/qsv.c > +++ b/libavcodec/qsv.c > @@ -143,8 +143,6 @@ static const

Re: [FFmpeg-devel] [PATCH 3/5] lavf/libkvazaar: export encoded frame stats

2020-08-20 Thread myp...@gmail.com
On Tue, Aug 18, 2020 at 10:41 AM myp...@gmail.com wrote: > > On Mon, Aug 17, 2020 at 7:08 PM Joose Sainio wrote: > > > > On 7.8.2020 5.40, myp...@gmail.com wrote: > > > On Sun, Jul 26, 2020 at 8:45 PM Jun Zhao wrote: > > >> From: Jun Zhao > &

Re: [FFmpeg-devel] [PATCH 3/5] lavc/libkvazaar: export encoded frame stats

2020-08-21 Thread myp...@gmail.com
On Fri, Aug 21, 2020 at 7:03 AM Mark Thompson wrote: > > On 15/08/2020 09:48, myp...@gmail.com wrote: > > On Sun, Aug 9, 2020 at 6:07 AM Mark Thompson wrote: > >> > >> On 26/07/2020 13:26, Jun Zhao wrote: > >>> From: Jun Zhao > >>> > &g

Re: [FFmpeg-devel] [PATCH 3/5] lavc/libkvazaar: export encoded frame stats

2020-08-21 Thread myp...@gmail.com
On Fri, Aug 21, 2020 at 7:15 AM James Almer wrote: > > On 8/15/2020 5:48 AM, myp...@gmail.com wrote: > > On Sun, Aug 9, 2020 at 6:07 AM Mark Thompson wrote: > >> > >> On 26/07/2020 13:26, Jun Zhao wrote: > >>> From: Jun Zhao > >>> > >&

Re: [FFmpeg-devel] [PATCH v8 2/5] lavc/avs3: add AVS3 related definitions

2020-08-27 Thread myp...@gmail.com
On Thu, Aug 27, 2020 at 1:34 PM wrote: > > From: hwren > > Signed-off-by: hwren > --- > libavcodec/Makefile | 2 + > libavcodec/avs3.c | 95 + > libavcodec/avs3.h | 52 + > 3 files changed, 149 insertions(+) > create mode

Re: [FFmpeg-devel] [PATCH] ffmpeg_qsv: use -hwaccel_device to specify a device for VAAPI backend

2020-09-02 Thread myp...@gmail.com
On Thu, Sep 3, 2020 at 9:21 AM Xiang, Haihao wrote: > > On Wed, 2020-09-02 at 14:04 +, Soft Works wrote: > > > -Original Message- > > > From: ffmpeg-devel On Behalf Of > > > Rogozhkin, Dmitry V > > > Sent: Wednesday, September 2, 2020 3:54 PM > > > To: ffmpeg-devel@ffmpeg.org > > > Su

Re: [FFmpeg-devel] [PATCH 3/4] lavc/h2645_parse: add h264_nal_unit_name for h264 NAL type.

2018-05-13 Thread myp...@gmail.com
2018-05-11 18:19 GMT+08:00 Mark Thompson : > On 11/05/18 06:11, Jun Zhao wrote: >> Signed-off-by: Jun Zhao >> --- >> libavcodec/h2645_parse.c | 26 -- >> 1 file changed, 24 insertions(+), 2 deletions(-) >> >> diff --git a/libavcodec/h2645_parse.c b/libavcodec/h2645_parse.c

Re: [FFmpeg-devel] [PATCH 4/4] lavc/cbs_h2645: fix no slice data trigger the assert.

2018-05-13 Thread myp...@gmail.com
2018-05-11 18:10 GMT+08:00 Mark Thompson : > On 11/05/18 06:11, Jun Zhao wrote: >> when the NALU data with zero, just give a warning. >> >> Fixes ticket #7200 >> >> Signed-off-by: Jun Zhao >> --- >> libavcodec/cbs_h2645.c | 6 +- >> 1 file changed, 5 insertions(+), 1 deletion(-) >> >> diff --

Re: [FFmpeg-devel] [PATCH 4/4] lavc/cbs_h2645: fix no slice data trigger the assert.

2018-05-13 Thread myp...@gmail.com
2018-05-11 23:38 GMT+08:00 James Almer : > On 5/11/2018 7:10 AM, Mark Thompson wrote: >> On 11/05/18 06:11, Jun Zhao wrote: >>> when the NALU data with zero, just give a warning. >>> >>> Fixes ticket #7200 >>> >>> Signed-off-by: Jun Zhao >>> --- >>> libavcodec/cbs_h2645.c | 6 +- >>> 1 file c

Re: [FFmpeg-devel] [PATCH 1/3] hwcontext: Do not call device_init again when deriving an existing device

2018-05-14 Thread myp...@gmail.com
2018-05-15 5:58 GMT+08:00 Mark Thompson : > The change in 309d660775e2b47af6723a0477c4d753bc0c54f4 to call device_init > when doing derivation missed this case - we should only call it if we > actually made a new device. > --- > libavutil/hwcontext.c | 7 +++ > 1 file changed, 3 insertions(+),

Re: [FFmpeg-devel] [PATCH v2 0/3] Enhancement NAL type debug

2018-05-15 Thread myp...@gmail.com
2018-05-14 17:45 GMT+08:00 Jun Zhao : > v2: - cover all h264/hevc NAL unit type > - use table replace switch when map NAL type to string/name > > Jun Zhao (3): > lavc/h2645_parse: log more HEVC NAL type. > lavc/h2645_parse: rename the nal_unit_name to hevc_nal_unit_name. > lavc/h2645_pars

Re: [FFmpeg-devel] [PATCH] lavfi: add opencl tonemap filter.

2018-05-21 Thread myp...@gmail.com
2018-05-21 14:50 GMT+08:00 Ruiling Song : > This filter does HDR(HDR10/HLG) to SDR conversion with tone-mapping. > > An example command to use this filter with vaapi codecs: > FFMPEG -init_hw_device vaapi=va:/dev/dri/renderD128 -init_hw_device \ > opencl=ocl@va -hwaccel vaapi -hwaccel_device va -hw

Re: [FFmpeg-devel] [PATCH 1/2] lavu/hwcontext_vaapi: dump more decoding error details.

2018-05-23 Thread myp...@gmail.com
2018-05-24 8:05 GMT+08:00 Mark Thompson : > On 23/05/18 11:29, Jun Zhao wrote: >> dump more decoding error details when sync surface fail. >> >> Signed-off-by: Jun Zhao >> --- >> libavutil/hwcontext_vaapi.c | 17 + >> 1 file changed, 17 insertions(+) >> >> diff --git a/libavutil/h

Re: [FFmpeg-devel] [PATCH 2/2] lavu/hwcontext_vaapi: add nv21 map

2018-05-23 Thread myp...@gmail.com
2018-05-24 8:07 GMT+08:00 Mark Thompson : > On 23/05/18 11:29, Jun Zhao wrote: >> Signed-off-by: Jun Zhao >> --- >> libavutil/hwcontext_vaapi.c | 3 +++ >> 1 file changed, 3 insertions(+) >> >> diff --git a/libavutil/hwcontext_vaapi.c b/libavutil/hwcontext_vaapi.c >> index 5bdb02f..7b3cbea 100644

Re: [FFmpeg-devel] [PATCH v2 0/2] dump more codec information

2018-05-28 Thread myp...@gmail.com
2018-05-27 21:04 GMT+08:00 Mark Thompson : > On 27/05/18 02:38, Jun Zhao wrote: >> V2: - fix the alignment as Reto Kromer's comment >> - improve the characterization as Mark's comments >> >> Jun Zhao (2): >> cmdutils: print missing caps in print_codec(). >> cmdutils: dump supported hardware

Re: [FFmpeg-devel] [PATCH] lavfi: add opencl tonemap filter.

2018-05-29 Thread myp...@gmail.com
2018-05-29 13:54 GMT+08:00 Ruiling Song : > This filter does HDR(HDR10/HLG) to SDR conversion with tone-mapping. > > An example command to use this filter with vaapi codecs: > FFMPEG -init_hw_device vaapi=va:/dev/dri/renderD128 -init_hw_device \ > opencl=ocl@va -hwaccel vaapi -hwaccel_device va -hw

Re: [FFmpeg-devel] [PATCH v3 1/4] lavu/hwcontext_opecl: fix the build warning

2018-06-03 Thread myp...@gmail.com
2018-06-04 1:42 GMT+08:00 Mark Thompson : > On 03/06/18 04:15, Jun Zhao wrote: >> fix the build warning when use Portable Computing Language (pocl). >> >> Signed-off-by: Jun Zhao >> --- >> libavutil/hwcontext_opencl.c | 8 >> 1 file changed, 8 insertions(+) >> >> diff --git a/libavutil/h

Re: [FFmpeg-devel] [PATCH v3 2/4] lavfi/opencl: remove redundancy header.

2018-06-03 Thread myp...@gmail.com
2018-06-04 1:43 GMT+08:00 Mark Thompson : > On 03/06/18 04:15, Jun Zhao wrote: >> remove redundancy header >> >> Signed-off-by: Jun Zhao >> --- >> libavfilter/opencl.c | 3 --- >> 1 file changed, 3 deletions(-) >> >> diff --git a/libavfilter/opencl.c b/libavfilter/opencl.c >> index ae61667..ac5ee

Re: [FFmpeg-devel] [PATCH v3 3/4] configure: fix check for opencl

2018-06-03 Thread myp...@gmail.com
2018-06-04 1:53 GMT+08:00 Mark Thompson : > > On 03/06/18 04:15, Jun Zhao wrote: > > add pkg-config support for opencl check. > > > > Signed-off-by: Jun Zhao > > --- > > configure | 3 ++- > > 1 file changed, 2 insertions(+), 1 deletion(-) > > > > diff --git a/configure b/configure > > index 22ee

Re: [FFmpeg-devel] [PATCH v2 3/4] configure: fix check for opencl

2018-06-03 Thread myp...@gmail.com
2018-06-03 11:04 GMT+08:00 James Almer : > On 6/2/2018 11:58 PM, Jun Zhao wrote: >> add pkg-config support for opencl check. >> >> Signed-off-by: Jun Zhao >> --- >> configure | 1 + >> 1 file changed, 1 insertion(+) >> >> diff --git a/configure b/configure >> index 22eeca2..69b8827 100755 >> ---

Re: [FFmpeg-devel] [PATCH v3 4/4] configure: fix check for opencl_vaapi_intel_media.

2018-06-03 Thread myp...@gmail.com
2018-06-04 2:18 GMT+08:00 Mark Thompson : > On 03/06/18 04:15, Jun Zhao wrote: >> opencl_vaapi_intel_media doesn't depend on libmfx, OpenCL™ Drivers >> and Runtimes for Intel® Architectureis is a standalone release, more >> information can be found in the link: >> https://software.intel.com/en-us/a

Re: [FFmpeg-devel] [PATCH 1/2] lavc/dolby_e: fix make checkheaders

2018-06-04 Thread myp...@gmail.com
2018-06-04 22:52 GMT+08:00 James Almer : > On 6/4/2018 11:18 AM, Jun Zhao wrote: >> move the the function init_tables() definitions from header file >> to .c file to fix make checkheaders. > > What compile flags are you using? checkheaders seems to work just fine > on a normal build. > http://fate.

Re: [FFmpeg-devel] [PATCH v2 24/36] lavc/cbs: Add JPEG support

2018-06-07 Thread myp...@gmail.com
On Fri, Jun 8, 2018 at 7:46 AM Mark Thompson wrote: > > --- > configure | 2 + > libavcodec/Makefile | 1 + > libavcodec/cbs.c | 6 + > libavcodec/cbs_internal.h | 1 + > libavcodec/cbs_jpeg.c |

Re: [FFmpeg-devel] [PATCH v2 16/36] vaapi_encode: Clean up rate control configuration

2018-06-07 Thread myp...@gmail.com
On Fri, Jun 8, 2018 at 7:45 AM Mark Thompson wrote: > > Query which modes are supported and select between VBR and CBR based > on that - this removes all of the codec-specific rate control mode > selection code. > --- > doc/encoders.texi | 2 - > libavcodec/vaapi_encode.c |

Re: [FFmpeg-devel] [PATCH v1 00/11] Replace magic number by micro for bprint init

2018-06-10 Thread myp...@gmail.com
On Sun, Jun 10, 2018 at 5:28 PM Nicolas George wrote: > > Jun Zhao (2018-06-10): > > v1: - Replace magic number by micro for bprint init > > I will not oppose the patch series, but I think it is useless clutter of > the history. The special values are not magic, they are logical or > standard. How

Re: [FFmpeg-devel] [PATCH v1 00/11] Replace magic number by micro for bprint init

2018-06-10 Thread myp...@gmail.com
On Mon, Jun 11, 2018 at 8:48 AM myp...@gmail.com wrote: > > On Sun, Jun 10, 2018 at 5:28 PM Nicolas George wrote: > > > > Jun Zhao (2018-06-10): > > > v1: - Replace magic number by micro for bprint init > > > > I will not oppose the patch series, but I

Re: [FFmpeg-devel] [PATCH 2/2] fftools/ffmpeg_filter: fix memory leak issue.

2018-06-13 Thread myp...@gmail.com
On Wed, Jun 13, 2018 at 9:59 PM Nicolas George wrote: > > Jun Zhao (2018-06-13): > > need to call av_bprint_finalize to free the memory source to match > > av_bprint_init. > > No, this buffer is never allocated dynamically. > > Regards, Thanks the comments, I think I have some misunderstand for bp

Re: [FFmpeg-devel] [PATCH] avdevice/v4l2enc: add video4linux2 name alias

2018-06-14 Thread myp...@gmail.com
On Fri, Jun 15, 2018 at 5:56 AM Lou Logan wrote: > > On Thu, Jun 14, 2018, at 1:39 PM, Lou Logan wrote: > > Makes v4l2 indev name consistent with the v4l2 indev. > > Should say: > Makes v4l2 outdev name consistent with the v4l2 indev. > > I changed this locally before sending, but forgot to re-mak

Re: [FFmpeg-devel] [PATCH 1/2] fftools/ffmpeg: fix memory leak issue.

2018-06-14 Thread myp...@gmail.com
On Thu, Jun 14, 2018 at 9:44 PM Nicolas George wrote: > > Jun Zhao (2018-06-13): > > need to call av_bprint_finalize to free the memory source to match > > av_bprint_init. > > As you may have seen, in this case too, the buffer is never allocated > dynamically. > > The av_bprint_finalize() already

Re: [FFmpeg-devel] [PATCH v1 00/11] Replace magic number by micro for bprint init

2018-06-14 Thread myp...@gmail.com
On Sun, Jun 10, 2018 at 5:28 PM Nicolas George wrote: > > Jun Zhao (2018-06-10): > > v1: - Replace magic number by micro for bprint init > > I will not oppose the patch series, but I think it is useless clutter of > the history. The special values are not magic, they are logical or > standard. > >

Re: [FFmpeg-devel] [PATCH v4 1/2] lavfi: add opencl tonemap filter.

2018-06-20 Thread myp...@gmail.com
On Thu, Jun 21, 2018 at 8:33 AM Mark Thompson wrote: > > On 19/06/18 02:57, Ruiling Song wrote: > > This filter does HDR(HDR10/HLG) to SDR conversion with tone-mapping. > > > > An example command to use this filter with vaapi codecs: > > FFMPEG -init_hw_device vaapi=va:/dev/dri/renderD128 -init_hw

Re: [FFmpeg-devel] [PATCH v2 3/4] hwcontext_opencl: Remove the opencl_device_init in opencl_device_derive

2018-06-24 Thread myp...@gmail.com
On Thu, Jun 21, 2018 at 7:50 PM Carl Eugen Hoyos wrote: > > 2018-06-21 13:45 GMT+02:00, Jun Zhao : > > In opencl device derived case, don't need to call opencl_device_init. > > > > Signed-off-by: Jun Zhao > > --- > > libavutil/hwcontext_opencl.c | 7 ++- > > 1 file changed, 2 insertions(+),

<    1   2   3   4   5   6   >