On Sun, Jan 12, 2025 at 10:11 PM Rémi Denis-Courmont wrote:
>
>
>
> Le 8 janvier 2025 19:42:15 GMT+08:00, Jun Zhao a écrit :
> >From: Jun Zhao
> >
> >fix R-V HAVE_RVV scope issue
> >
> >Signed-off-by: Jun Zhao
> >---
> > libavcodec/riscv/ac3dsp_init.c | 2 +-
> > 1 file changed, 1 insertion(+),
On Sun, Jan 12, 2025 at 8:59 PM Alexander Strasser via ffmpeg-devel
wrote:
>
> On 2025-01-08 19:42 +0800, Jun Zhao wrote:
> > From: Jun Zhao
> >
> > close the input file if open output fail
> >
> > Signed-off-by: Jun Zhao
> > ---
> > ffbuild/bin2c.c | 4 +++-
> > 1 file changed, 3 insertions(+)
On Sun, Nov 10, 2024 at 12:18 AM Michael Niedermayer
wrote:
>
> Hi all
>
> Should we disable git accounts for developers who have not been active since
> a long time (like 10 years) ?
>
> (if these developers come back, the account would then be enabled again)
> but disabling such accounts may imp
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/
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
> > ---
> >
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 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
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 Tue, Nov 28, 2023 at 1:59 AM Mark Thompson wrote:
>
> On 17/11/2023 13:03, Jun Zhao wrote:
> > Add sps_multilayer_extensio support.
> >
> > Signed-off-by: Jun Zhao
> > ---
> > libavcodec/cbs_h265.h | 3 +++
> > libavcodec/cbs_h265_syntax_template.c | 12 +++-
> > 2
On Sat, Nov 25, 2023 at 12:06 PM Zhao Zhili wrote:
>
> From: Zhao Zhili
>
> ---
> libavcodec/videotoolboxenc.c | 65 +---
> 1 file changed, 38 insertions(+), 27 deletions(-)
>
> diff --git a/libavcodec/videotoolboxenc.c b/libavcodec/videotoolboxenc.c
> index b8a07
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 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 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 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 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 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 Mon, Jul 3, 2023 at 12:25 PM Dai, Jianhui J
wrote:
>
> Should set "number of frames" to bytes 24-27 of IVF header, not
> duration.
> It is described by [1], and confirmed by parsing all IVF files in [2].
>
> This commit also updates the md5sum of refs to pass fate-cbs.
>
> [1] Duck IVF - Multim
On Fri, May 19, 2023 at 4:41 PM Zhao Zhili wrote:
>
> From: Zhao Zhili
>
> start_code_size depends on whether PS comes from out-of-band or
> in-band. Make the code more readable.
> ---
> libavcodec/h264_mp4toannexb_bsf.c | 34 ---
> 1 file changed, 27 insertions(+), 7
On Thu, Apr 20, 2023 at 7:27 PM "zhilizhao(赵志立)" wrote:
>
>
>
> > On Apr 18, 2023, at 23:33, Jun Zhao wrote:
> >
> > Support full range videos when transcoding, enabled the
> > YUVJ420P to avoid auto scale from YUVJ420P to YUV420P
>
>
> According to "Towards YUVJ removal"
> http://ffmpeg.org/pipe
On Sun, Feb 26, 2023 at 1:48 AM Thilo Borgmann wrote:
>
> Am 25.02.23 um 16:26 schrieb Jun Zhao:
> > From: Jun Zhao
> >
> > suppress OpenGL deprecation warning.
> >
> > Signed-off-by: Jun Zhao
> > ---
> > libavfilter/vf_coreimage.m | 3 ++-
> > 1 file changed, 2 insertions(+), 1 deletion(-)
>
ignore the patch 1-2, send with the wrong branch
On Sat, Feb 25, 2023 at 11:25 PM Jun Zhao wrote:
>
> From: Jun Zhao
>
> Remove unnecessary ret and make the code more compact
>
> Signed-off-by: Jun Zhao
> ---
> doc/examples/muxing.c | 5 +
> 1 file changed, 1 insertion(+), 4 deletions(-)
>
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 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 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, Aug 4, 2022 at 6:34 PM Andreas Rheinhardt
wrote:
>
> Jun Zhao:
> > Fix the break when used libavcodec/Makefile
> >
> > Signed-off-by: Jun Zhao
> > ---
> > libavcodec/Makefile | 2 ++
> > 1 file changed, 2 insertions(+)
> >
> > diff --git a/libavcodec/Makefile b/libavcodec/Makefile
> > in
On Fri, May 13, 2022 at 5:41 PM Zhao Zhili wrote:
>
> has_b_frames is more than a bool, it's the size of the frame
> reordering buffer in the decoder.
> ---
> libavcodec/libuavs3d.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/libavcodec/libuavs3d.c b/libavcodec/libuav
On Thu, May 12, 2022 at 5:55 PM Zhao Zhili wrote:
>
> buf_ptr is uninitialized and accessed when function return.
> ---
> libavcodec/libuavs3d.c | 3 +--
> 1 file changed, 1 insertion(+), 2 deletions(-)
>
> diff --git a/libavcodec/libuavs3d.c b/libavcodec/libuavs3d.c
> index 6966e00b62..23de4c8cd
On Mon, May 2, 2022 at 1:15 PM "zhilizhao(赵志立)" wrote:
>
>
>
> > On May 2, 2022, at 11:36 AM, Jun Zhao wrote:
> >
> > From: Jun Zhao
> >
> > Enable the Guangdian profile support
> >
> > Signed-off-by: Jun Zhao
> > ---
> > libavformat/cavsvideodec.c | 5 +++--
> > 1 file changed, 3 insertions(+),
On Wed, May 4, 2022 at 11:37 PM Michael Niedermayer
wrote:
>
> Signed-off-by: Michael Niedermayer
> ---
> libavfilter/vf_libplacebo.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/libavfilter/vf_libplacebo.c b/libavfilter/vf_libplacebo.c
> index 5bcdd64d84..cfee1117e8
On Tue, Apr 12, 2022 at 4:15 PM Zhao Zhili wrote:
>
> ---
> libavformat/hls.c | 59 ---
> 1 file changed, 40 insertions(+), 19 deletions(-)
>
> diff --git a/libavformat/hls.c b/libavformat/hls.c
> index 83ff4cc607..67c9650e0b 100644
> --- a/libavformat/
On Fri, Apr 8, 2022 at 8:58 AM James Almer wrote:
>
> Fixes ticket #9596
>
> Signed-off-by: James Almer
> ---
> libavformat/webmdashenc.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/libavformat/webmdashenc.c b/libavformat/webmdashenc.c
> index a942c484e9..f8f2274556
On Tue, Mar 29, 2022 at 10:21 AM "zhilizhao(赵志立)"
wrote:
>
> Ping.
>
> > On Aug 14, 2021, at 6:43 PM, Zhao Zhili wrote:
> >
> > The upper limit of strlen(streamid) is 512. Use a larger buffer for
> > future proof, for example, deal with percent-encoding.
> > ---
> > libavformat/libsrt.c | 2 +-
>
On Thu, Jan 27, 2022 at 1:09 PM "zhilizhao(赵志立)" wrote:
>
>
>
> > On Jan 27, 2022, at 12:22 AM, Zhao Zhili wrote:
> >
> > ---
> > libavformat/udp.c | 2 +-
> > 1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/libavformat/udp.c b/libavformat/udp.c
> > index 83c042d079..b441d2ea0d
On Mon, Jan 17, 2022 at 6:57 PM Soft Works wrote:
>
>
>
> > -Original Message-
> > From: ffmpeg-devel On Behalf Of
> > myp...@gmail.com
> > Sent: Monday, January 17, 2022 11:36 AM
> > To: FFmpeg development discussions and patches
> > Subje
On Mon, Jan 17, 2022 at 4:30 PM Xiang, Haihao
wrote:
>
> On Thu, 2022-01-13 at 13:45 +0800, Haihao Xiang wrote:
> > Add -tile_rows and -tile_cols options to specify the number of tile
> > rows and columns
> >
> > Signed-off-by: Haihao Xiang
> > ---
> > v2: add option descriptions in the doc
> >
>
On Tue, Dec 14, 2021 at 11:26 AM myp...@gmail.com wrote:
>
> On Fri, Aug 27, 2021 at 3:14 PM Zhao Zhili wrote:
> >
> > Users may take the description literally which leads to inverted
> > results.
> > ---
> > doc/bitstream_filters.texi | 8
>
On Fri, Aug 27, 2021 at 3:14 PM Zhao Zhili wrote:
>
> Users may take the description literally which leads to inverted
> results.
> ---
> doc/bitstream_filters.texi | 8
> libavcodec/av1_metadata_bsf.c | 2 +-
> libavcodec/h264_metadata_bsf.c | 2 +-
> libavcodec/h265_metadata_bsf.c
On Thu, Oct 14, 2021 at 9:10 PM wrote:
>
> From: Limin Wang
>
> By <>
>
> Signed-off-by: Limin Wang
> ---
> libavformat/mov.c | 3 ++-
> 1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/libavformat/mov.c b/libavformat/mov.c
> index 57c67e3..49a8c27 100644
> --- a/libavformat/mov.
On Thu, Sep 30, 2021 at 12:01 AM Paul B Mahol wrote:
>
> will apply soon.
Ok, in my testbed, the patch gets about twice the performance gain
with small radius
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpe
On Mon, Sep 27, 2021 at 10:57 AM quietvoid wrote:
>
> According to specification "Dolby Vision Stream Within the ISO Base Media
> File Format Version 2.2"
>
> This only adds support for the "Dolby Vision configuration box".
> Other configuration boxes such as "Dolby Vision enhancement layer
> co
On Sun, Sep 26, 2021 at 8:11 PM Paul B Mahol wrote:
>
> On Sun, Sep 26, 2021 at 1:27 PM myp...@gmail.com wrote:
>
> > On Sun, Sep 26, 2021 at 4:11 PM Paul B Mahol wrote:
> > >
> > > Signed-off-by: Paul B Mahol
> > > ---
> >
On Thu, Sep 16, 2021 at 11:24 AM sunzhenliang
wrote:
>
> Signed-off-by: sunzhenliang
> ---
> libavformat/amr.c | 22 ++
> 1 file changed, 18 insertions(+), 4 deletions(-)
>
> diff --git a/libavformat/amr.c b/libavformat/amr.c
> index 836b276fd5..2762010ebe 100644
> --- a/liba
On Sat, Sep 25, 2021 at 8:36 PM Jan Ekström wrote:
>
> On Thu, Sep 23, 2021 at 6:08 PM wrote:
> >
> > On Thu, Sep 23, 2021 at 05:11:49PM +0300, Jan Ekström wrote:
> > > On Thu, Sep 23, 2021 at 4:46 PM Christopher Degawa
> > > wrote:
> > > >
> > > > On Sun, Sep 19, 2021 at 2:02 PM Christopher De
On Sun, Sep 26, 2021 at 4:11 PM Paul B Mahol wrote:
>
> Signed-off-by: Paul B Mahol
> ---
> libavfilter/vf_avgblur.c | 311 ++
> tests/ref/fate/filter-refcmp-psnr-yuv | 80 +++
> 2 files changed, 211 insertions(+), 180 deletions(-)
>
> diff --git a/libav
On Sat, Sep 25, 2021 at 11:58 PM quietvoid wrote:
>
> The parsing was implemented in a new dovi_isom file for the
> unification of the mov/mpegts DOVI parsing into one function, in a following
> patch.
>
> Most of the Matroska elements implementation was done by Plex developers.
>
> Signed-off-by
On Tue, Sep 14, 2021 at 6:50 PM wrote:
>
> From: Limin Wang
>
> Signed-off-by: Limin Wang
> ---
> libavcodec/hevc_sei.c | 31 +--
> 1 file changed, 25 insertions(+), 6 deletions(-)
>
> diff --git a/libavcodec/hevc_sei.c b/libavcodec/hevc_sei.c
> index 2c326bf..29d034
On Wed, Aug 18, 2021 at 5:01 AM Jan Ekström wrote:
>
> Unlike libx264, libx265 does not have a separate "unspecified"/"auto"
> default for color range, so we do always have to specify it.
> Thus, we are required to handle the RGB case on the libavcodec
> side to enable the correct value to be writ
The patch was broken
On Sun, Aug 15, 2021 at 5:22 PM 一滴水 <229135...@qq.com> wrote:
>
> Signed-off-by: Ray <229135...@qq.com>
> ---
> libavformat/riffenc.c | 9 -
> 1 file changed, 8 insertions(+), 1 deletion(-)
>
> diff --git a/libavformat/riffenc.c b/libavformat/riffenc.c
> index 971c4a7
Do you have CPU info, I can't find more info from the patch set
On Mon, Aug 2, 2021 at 1:35 PM Wu Jianhua wrote:
>
> Co-authored-by: Cheng Yanfei
> Co-authored-by: Jin Jun
> Signed-off-by: Wu Jianhua
> ---
> libavfilter/x86/vf_gblur.asm| 21 -
> libavfilter/x86/vf_gblu
On Wed, Jul 28, 2021 at 4:16 PM Haihao Xiang wrote:
>
> User may get color properties from the SDK via VIDEO_SIGNAL_INFO extbuf
> ---
> libavcodec/qsvdec.c | 20 +++-
> 1 file changed, 19 insertions(+), 1 deletion(-)
>
> diff --git a/libavcodec/qsvdec.c b/libavcodec/qsvdec.c
> ind
On Sun, Jul 4, 2021 at 8:16 PM Lynne wrote:
>
> 4 Jul 2021, 03:40 by mypopy...@gmail.com:
>
> > From: Jun Zhao
> >
> > Enabled the svtav1-params, then we can set all the params
> >
>
> The whole purpose of the params field was to give it off to the encoder
> and have it do its own parsing, such t
LGTM, check the negative return value/errno is wrong before this patch
On Mon, Jun 21, 2021 at 10:33 PM Zhao Zhili wrote:
>
> POSIX errno is positive. We have strict_pthread_cond_wait to handle
> error code during development.
> ---
> libavformat/udp.c | 4 +---
> 1 file changed, 1 insertion(+)
On Tue, May 11, 2021 at 1:08 PM myp...@gmail.com wrote:
>
> On Mon, May 10, 2021 at 9:42 PM Xuewei Meng <928826...@qq.com> wrote:
> >
> > From: Xuewei Meng
> >
> > Two modes are supported in guided filter, basic mode and fast mode.
> > Basic mode i
On Mon, May 10, 2021 at 9:42 PM Xuewei Meng <928826...@qq.com> wrote:
>
> From: Xuewei Meng
>
> Two modes are supported in guided filter, basic mode and fast mode.
> Basic mode is the initial pushed guided filter without optimization.
> Fast mode is implemented based on the basic one by sub-sampli
On Mon, May 10, 2021 at 10:11 PM Gyan Doshi wrote:
>
>
>
> On 2021-05-07 18:33, Jun Zhao wrote:
> > From: Jun Zhao
> >
> > commit 95b854dd06 "rename sum option to normalize" missed command
> > part docs
> >
> > Signed-off-by: Jun Zhao
> > ---
> > doc/filters.texi | 2 +-
> > 1 file changed, 1
On Mon, May 10, 2021 at 6:33 AM Marton Balint wrote:
>
>
>
> On Fri, 7 May 2021, Jun Zhao wrote:
>
> > From: Jun Zhao
> >
> > fix av_log use the uninitialized stream id
>
> Actually i is not the correct value even if it is initialized because the
> loop is executed in full.
>
> Either remove remo
On Tue, Apr 13, 2021 at 1:26 PM Guo, Yejun wrote:
>
> ---
> doc/APIchanges | 2 +
> libavutil/Makefile | 2 +
> libavutil/detection_bbox.c | 73 +
> libavutil/detection_bbox.h | 107 +
> libavutil/frame.c
On Thu, Sep 24, 2020 at 2:01 AM Zhao Zhili wrote:
>
> To reproduce, run decode_video with a single frame sample. No frame
> was decoded before the patch.
> ---
> doc/examples/decode_video.c | 12 +++-
> 1 file changed, 7 insertions(+), 5 deletions(-)
>
> diff --git a/doc/examples/decode_v
On Mon, Mar 15, 2021 at 5:06 PM Zhao Zhili wrote:
>
> ---
> libavformat/libsrt.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/libavformat/libsrt.c b/libavformat/libsrt.c
> index 233e9096fa..ac865c5658 100644
> --- a/libavformat/libsrt.c
> +++ b/libavformat/libsrt.c
> @
Looks good
On Sun, Mar 7, 2021 at 8:16 AM Andreas Rheinhardt
wrote:
>
> Despite avcodec_register and avcodec_register_all being deprecated,
> their documentation still said that one of them has to be called
> before doing anything else. Clarify this confusing situation.
>
> Furthermore, don't use
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 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 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 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 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, 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 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 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 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 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 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 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 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
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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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, 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 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 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 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 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 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 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 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 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 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
1 - 100 of 553 matches
Mail list logo