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
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/
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
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
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
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
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
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 +---
> >
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
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] [
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
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
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
> > ---
> >
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/
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
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
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
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
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
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
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 +
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 +++
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
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 --
>
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
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
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-
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
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
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.
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
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
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|
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
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,
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
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
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 |
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
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(
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
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
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
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
&
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
&
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
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 +++
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
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
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
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
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:
> >
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
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
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 > > <
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
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
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 ---
?
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
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
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
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
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
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
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 +
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
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(+
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
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
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
> &
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
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
> >>>
> >&
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
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
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
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 --
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
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(+),
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
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
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
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
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
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
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
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
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
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
>> ---
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
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.
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 |
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 |
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
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
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
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
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
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.
>
>
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
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(+),
401 - 500 of 555 matches
Mail list logo