Re: [FFmpeg-devel] [PATCH] libavformat/hlsenc: typos in comments

2021-05-19 Thread Gyan Doshi
On 2021-05-20 00:17, Gyan Doshi wrote: On 2021-05-19 21:03, Valerii Zapodovnikov wrote: ---   libavformat/hlsenc.c | 4 ++--   1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libavformat/hlsenc.c b/libavformat/hlsenc.c index 5db7a744b4..151ef6ec8f 100644 --- a/libavformat/hlsenc

Re: [FFmpeg-devel] [PATCH 3/3] libavfilter: vf_drawtext filter support draw text with detection bounding boxes in side_data

2021-05-19 Thread Guo, Yejun
> -Original Message- > From: ffmpeg-devel On Behalf Of Ting > Fu > Sent: 2021年5月14日 16:47 > To: ffmpeg-devel@ffmpeg.org > Subject: [FFmpeg-devel] [PATCH 3/3] libavfilter: vf_drawtext filter support > draw text with detection bounding boxes in side_data > > This feature can be used with

Re: [FFmpeg-devel] [PATCH] lavf/flvdec: normalize exporting date metadata

2021-05-19 Thread Alexander Strasser
On 2021-05-16 21:18 +0200, Anton Khirnov wrote: > Quoting Alexander Strasser (2021-05-15 20:20:30) [...] > > > > Returning to the code I quoted before now and stating my > > understanding of if now. > > > > def write__AMF_date(time) > > write__UI8 11 > > write [(time.to_f * 1000.0)]

Re: [FFmpeg-devel] [PATCH] avformat/matroskaenc: Allow customizing the time stamp precision via option

2021-05-19 Thread Michael Fabian 'Xaymar' Dirks
On 2021-05-19 17:14, Lynne wrote: May 19, 2021, 17:12 by d...@lynne.ee: May 19, 2021, 03:44 by michael.di...@xaymar.com: From: Michael Fabian 'Xaymar' Dirks Adds the "timestamp_precision" option to matroskaenc, which allows users to increase the time stamp precision up to 1 nanosecond. This

Re: [FFmpeg-devel] [PATCH] avformat/matroskaenc: Allow customizing the time stamp precision via option

2021-05-19 Thread Michael Fabian 'Xaymar' Dirks
On 2021-05-19 17:12, Lynne wrote: May 19, 2021, 03:44 by michael.di...@xaymar.com: From: Michael Fabian 'Xaymar' Dirks Adds the "timestamp_precision" option to matroskaenc, which allows users to increase the time stamp precision up to 1 nanosecond. This aids with certain demuxers being unable

Re: [FFmpeg-devel] [PATCH] libavformat/hlsenc: typos in comments

2021-05-19 Thread Gyan Doshi
On 2021-05-19 21:03, Valerii Zapodovnikov wrote: --- libavformat/hlsenc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libavformat/hlsenc.c b/libavformat/hlsenc.c index 5db7a744b4..151ef6ec8f 100644 --- a/libavformat/hlsenc.c +++ b/libavformat/hlsenc.c @@ -178,7 +

Re: [FFmpeg-devel] [PATCH 1/1] avcodec/libopusdec: Enable FEC/PLC

2021-05-19 Thread Tristan Matthews
On Thu, Feb 18, 2021 at 11:39 AM Philip-Dylan Gleonec wrote: > > Here is the reworked patch properly attached. > Sorry about the duplicate mail, I just noticed I had a mishap with my > mail client and the previous patch was scrubbed. > > Signed-off-by: Philip-Dylan Gleonec > > Co-developed-by: S

Re: [FFmpeg-devel] [PATCH 1/3] avfilter/avfiltergraph: Remove NULL checks after dereferences

2021-05-19 Thread Michael Niedermayer
On Wed, May 19, 2021 at 04:26:33PM +0200, Nicolas George wrote: > Michael Niedermayer (12021-05-18): > > Fixes: CID1398579 Dereference before null check > > > > Signed-off-by: Michael Niedermayer > > --- > > libavfilter/avfiltergraph.c | 4 ++-- > > 1 file changed, 2 insertions(+), 2 deletions(-

Re: [FFmpeg-devel] [PATCH] avcodec/j2kenc: fixed help for jpeg2000 dwt53

2021-05-19 Thread Michael Niedermayer
On Wed, May 19, 2021 at 05:07:44PM +0300, Valerii Zapodovnikov wrote: > --- > libavcodec/j2kenc.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/libavcodec/j2kenc.c b/libavcodec/j2kenc.c > index 82ad3284b5..0b27f9adf5 100644 > --- a/libavcodec/j2kenc.c > +++ b/libavcodec

Re: [FFmpeg-devel] [PATCH] avformat/matroskaenc: Allow customizing the time stamp precision via option

2021-05-19 Thread James Almer
On 5/19/2021 1:09 PM, Lynne wrote: May 19, 2021, 17:23 by jamr...@gmail.com: On 5/19/2021 12:14 PM, Lynne wrote: May 19, 2021, 17:12 by d...@lynne.ee: May 19, 2021, 03:44 by michael.di...@xaymar.com: From: Michael Fabian 'Xaymar' Dirks Adds the "timestamp_precision" option to matroskaen

Re: [FFmpeg-devel] [PATCH] avformat/matroskaenc: Allow customizing the time stamp precision via option

2021-05-19 Thread Lynne
May 19, 2021, 17:23 by jamr...@gmail.com: > On 5/19/2021 12:14 PM, Lynne wrote: > >> May 19, 2021, 17:12 by d...@lynne.ee: >> >>> May 19, 2021, 03:44 by michael.di...@xaymar.com: >>> From: Michael Fabian 'Xaymar' Dirks Adds the "timestamp_precision" option to matroskaenc, which all

[FFmpeg-devel] [PATCH] libavformat/hlsenc: typos in comments

2021-05-19 Thread Valerii Zapodovnikov
--- libavformat/hlsenc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libavformat/hlsenc.c b/libavformat/hlsenc.c index 5db7a744b4..151ef6ec8f 100644 --- a/libavformat/hlsenc.c +++ b/libavformat/hlsenc.c @@ -178,7 +178,7 @@ typedef struct VariantStream { unsigned in

Re: [FFmpeg-devel] [PATCH] avformat/matroskaenc: Allow customizing the time stamp precision via option

2021-05-19 Thread James Almer
On 5/19/2021 12:14 PM, Lynne wrote: May 19, 2021, 17:12 by d...@lynne.ee: May 19, 2021, 03:44 by michael.di...@xaymar.com: From: Michael Fabian 'Xaymar' Dirks Adds the "timestamp_precision" option to matroskaenc, which allows users to increase the time stamp precision up to 1 nanosecond. Th

Re: [FFmpeg-devel] [PATCH] avformat/matroskaenc: Allow customizing the time stamp precision via option

2021-05-19 Thread Lynne
May 19, 2021, 17:12 by d...@lynne.ee: > May 19, 2021, 03:44 by michael.di...@xaymar.com: > >> From: Michael Fabian 'Xaymar' Dirks >> >> Adds the "timestamp_precision" option to matroskaenc, which allows users >> to increase the time stamp precision up to 1 nanosecond. This aids with >> certain de

Re: [FFmpeg-devel] [PATCH] avformat/matroskaenc: Allow customizing the time stamp precision via option

2021-05-19 Thread Lynne
May 19, 2021, 03:44 by michael.di...@xaymar.com: > From: Michael Fabian 'Xaymar' Dirks > > Adds the "timestamp_precision" option to matroskaenc, which allows users > to increase the time stamp precision up to 1 nanosecond. This aids with > certain demuxers being unable to detect constant rate. It

Re: [FFmpeg-devel] [PATCH 1/3] avfilter/avfiltergraph: Remove NULL checks after dereferences

2021-05-19 Thread Nicolas George
Michael Niedermayer (12021-05-18): > Fixes: CID1398579 Dereference before null check > > Signed-off-by: Michael Niedermayer > --- > libavfilter/avfiltergraph.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) Good, thanks. Regards, -- Nicolas George signature.asc Description:

[FFmpeg-devel] [PATCH] avcodec/j2kenc: fixed help for jpeg2000 dwt53

2021-05-19 Thread Valerii Zapodovnikov
--- libavcodec/j2kenc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/j2kenc.c b/libavcodec/j2kenc.c index 82ad3284b5..0b27f9adf5 100644 --- a/libavcodec/j2kenc.c +++ b/libavcodec/j2kenc.c @@ -1813,7 +1813,7 @@ static const AVOption options[] = { { "tile_heigh

[FFmpeg-devel] [PATCH 2/2] libavcodec/dpxenc: change transfer/primaries to BT.709

2021-05-19 Thread Valerii Zapodovnikov
--- libavcodec/dpxenc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libavcodec/dpxenc.c b/libavcodec/dpxenc.c index fa8b7d5ddc..db5ed4e328 100644 --- a/libavcodec/dpxenc.c +++ b/libavcodec/dpxenc.c @@ -219,8 +219,8 @@ static int encode_frame(AVCodecContext *avctx, AVPac

[FFmpeg-devel] [PATCH 1/2] avformat/pmpdec: AAC has been supported for a long time

2021-05-19 Thread Valerii Zapodovnikov
--- libavformat/pmpdec.c | 1 - 1 file changed, 1 deletion(-) diff --git a/libavformat/pmpdec.c b/libavformat/pmpdec.c index ce8e89515a..a327f7f6de 100644 --- a/libavformat/pmpdec.c +++ b/libavformat/pmpdec.c @@ -82,7 +82,6 @@ static int pmp_header(AVFormatContext *s) audio_codec_id = AV

Re: [FFmpeg-devel] [PATCH] fftools/ffmpeg: fix -t inaccurate recording time

2021-05-19 Thread Shiwang.Xie
Hi, is there objection? Thanks, Shiwang.Xie On Sat, 15 May 2021, Shiwang.Xie wrote: if input start time is not 0 -t is inaccurate doing stream copy, will record extra duration according to input start time. it should base on following cases: input video start time from 60s, duration is 300s,