Re: [FFmpeg-devel] [PATCH 2/5] avformat/mxfdec: reindent code

2020-05-04 Thread Tomas Härdin
tor 2020-04-30 klockan 20:59 +0800 skrev lance.lmw...@gmail.com: > From: Limin Wang > > Signed-off-by: Limin Wang > --- > libavformat/mxfdec.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/libavformat/mxfdec.c b/libavformat/mxfdec.c > index fdd0dd2a88..02a2a6d97a 100

Re: [FFmpeg-devel] [PATCH v4 7/8] avformat: implement retiming directly in mxfenc and gxfenc

2020-05-04 Thread Tomas Härdin
tis 2020-04-28 klockan 19:37 +0200 skrev Marton Balint: > Generic retime functionality is replaced by a few lines of code directly in > the > muxers which used it, which seems a lot easier to understand and this way the > retiming is not dependant of the input durations. > > Signed-off-by: Marton

Re: [FFmpeg-devel] [PATCH v4 7/8] avformat: implement retiming directly in mxfenc and gxfenc

2020-05-04 Thread Tomas Härdin
tis 2020-04-28 klockan 19:37 +0200 skrev Marton Balint: > Generic retime functionality is replaced by a few lines of code > directly in the > muxers which used it, which seems a lot easier to understand and this > way the > retiming is not dependant of the input durations. > > Signed-off-by: Marto

Re: [FFmpeg-devel] subtitles filter and -ss

2020-05-04 Thread Nicolas George
Manolis Stamatogiannakis (12020-05-03): > I've noticed what appears to be a bug/missing feature in the subtitles > filter: when "-ss" is used for the input, it is not applied to the > subtitles stream. E.g., for the following command line, the video playback > will start on 20:10, but the subtitles

Re: [FFmpeg-devel] [PATCH 2/5] avformat/mxfdec: reindent code

2020-05-04 Thread Lance Wang
On Mon, May 4, 2020 at 4:13 PM Tomas Härdin wrote: > tor 2020-04-30 klockan 20:59 +0800 skrev lance.lmw...@gmail.com: > > From: Limin Wang > > > > Signed-off-by: Limin Wang > > --- > > libavformat/mxfdec.c | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > > diff --git a/libavform

Re: [FFmpeg-devel] [PATCH 3/5] avformat/mov: fix av_freep for dovi pointer

2020-05-04 Thread Anton Khirnov
Quoting Andreas Rheinhardt (2020-04-30 15:10:59) > lance.lmw...@gmail.com: > > From: Limin Wang > > > > Signed-off-by: Limin Wang > > --- > > libavformat/mov.c | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > > diff --git a/libavformat/mov.c b/libavformat/mov.c > > index 3d6fef6

Re: [FFmpeg-devel] [PATCH 2/5] avformat/mxfdec: reindent code

2020-05-04 Thread Tomas Härdin
mån 2020-05-04 klockan 18:58 +0800 skrev Lance Wang: > On Mon, May 4, 2020 at 4:13 PM Tomas Härdin > wrote: > > > tor 2020-04-30 klockan 20:59 +0800 skrev lance.lmw...@gmail.com: > > > From: Limin Wang > > > > > > Signed-off-by: Limin Wang > > > --- > > > libavformat/mxfdec.c | 2 +- > > > 1

Re: [FFmpeg-devel] [PATCH 1/4] lavc/pgs_frame_merge_bsf: add bsf to merge PGS segments

2020-05-04 Thread John Stebbins
On Mon, 2020-05-04 at 08:29 +0200, Andreas Rheinhardt wrote: > John Stebbins: > > On Sat, 2020-05-02 at 22:30 +0200, Andreas Rheinhardt wrote: > > > John Stebbins: > > > > Required to remux m2ts to mkv > > > > --- > > > > Changelog| 1 + > > > > doc/bitstream_filters.texi

Re: [FFmpeg-devel] [PATCH v11] avformat: add demuxer for Pro Pinball Series' Soundbanks

2020-05-04 Thread Zane van Iperen
On Sun, 3 May 2020 19:10:51 +0200 "Michael Niedermayer" wrote: > > > just tried, and as expected this doesnt work > > > > > > ./ffmpeg -i pinball/ie74.5C -map 0 test.nut > > > ... > > > Press [q] to stop, [?] for help > > > Too many packets buffered for output stream 0:1. > > > [libvorbis @ 0x557

[FFmpeg-devel] [PATCH v2 2/3] avformat/mxfdec: reindent code

2020-05-04 Thread lance . lmwang
From: Limin Wang Signed-off-by: Limin Wang --- libavformat/mxfdec.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/libavformat/mxfdec.c b/libavformat/mxfdec.c index fdd0dd2..a60bdfe 100644 --- a/libavformat/mxfdec.c +++ b/libavformat/mxfdec.c @@ -362,8 +362,9 @@ static

[FFmpeg-devel] [PATCH v12] avformat: add demuxer for Pro Pinball Series' Soundbanks

2020-05-04 Thread Zane van Iperen
Adds support for the soundbank files used by the Pro Pinball series of games. v12: [9] - Read packets in a round-robin fashion to avoid "Too many packets buffered" errors. v11: [8] - Change probe function to be all-or-nothing v10: [7] - Change while() to for(). v9: [6] - Rebase afte

Re: [FFmpeg-devel] [PATCH 1/5] avcodec/v4l2_m2m_enc: reindent code

2020-05-04 Thread lance . lmwang
On Thu, Apr 30, 2020 at 11:47:11AM -0400, Andriy Gelman wrote: > On Thu, 30. Apr 20:59, lance.lmw...@gmail.com wrote: > > From: Limin Wang > > > > Signed-off-by: Limin Wang > > --- > > libavcodec/v4l2_m2m_enc.c | 20 ++-- > > 1 file changed, 10 insertions(+), 10 deletions(-) > >

Re: [FFmpeg-devel] [PATCH v1] avfilter/src_movie: Fix the loop function of dynamic logo

2020-05-04 Thread lance . lmwang
On Sun, May 03, 2020 at 07:10:07PM +0200, Marton Balint wrote: > > > On Sun, 3 May 2020, lance.lmw...@gmail.com wrote: > > > On Tue, Mar 17, 2020 at 06:55:00PM +0800, lance.lmw...@gmail.com wrote: > > > From: Limin Wang > > > > > > The following command will attempt to create the input and ove

Re: [FFmpeg-devel] [PATCH] avcodec/prores_metadata_bsf: Use AVCOL_TRC_NB - 1 for the valid max range

2020-05-04 Thread lance . lmwang
On Mon, May 04, 2020 at 05:50:32AM +0800, lance.lmw...@gmail.com wrote: > From: Limin Wang > > Report by Marton after commit. > > Reviewed-by: Marton Balint > Signed-off-by: Limin Wang > --- > libavcodec/prores_metadata_bsf.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff -

Re: [FFmpeg-devel] [PATCH v12] avformat: add demuxer for Pro Pinball Series' Soundbanks

2020-05-04 Thread Zane van Iperen
On Mon, 04 May 2020 13:02:14 + "Zane van Iperen" wrote: > Adds support for the soundbank files used by the Pro Pinball series > of games. Please disregard, I sent the wrong commit. Zane ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https:

Re: [FFmpeg-devel] avdevice/v4l2enc: Allow writing non-rawvideos to v4l2

2020-05-04 Thread Jan Ekström
On Sun, Apr 26, 2020 at 11:26 PM David Manouchehri wrote: > > Resubmit of a previous patch, not sure why the diff didn't come through. > ___ > > @@ -56,7 +55,13 @@ static av_cold int write_header(AVFormatContext *s1) > > par = s1->streams[0]->codec

[FFmpeg-devel] [PATCH v13] avformat: add demuxer for Pro Pinball Series' Soundbanks

2020-05-04 Thread Zane van Iperen
Adds support for the soundbank files used by the Pro Pinball series of games. v13: - Increment current_track after reading a packet. v12: [9] - Read packets in a round-robin fashion to avoid "Too many packets buffered" errors. v11: [8] - Change probe function to be all-or-nothing v10:

Re: [FFmpeg-devel] [PATCH] lavc/vaapi_encode: add FF_CODEC_CAP_INIT_CLEANUP caps for encoders

2020-05-04 Thread Fu, Linjie
> From: ffmpeg-devel On Behalf Of > Timo Rothenpieler > Sent: Monday, May 4, 2020 13:20 > To: ffmpeg-devel@ffmpeg.org > Subject: Re: [FFmpeg-devel] [PATCH] lavc/vaapi_encode: add > FF_CODEC_CAP_INIT_CLEANUP caps for encoders > > On 31.03.2020 17:34, Linjie Fu wrote: > > ff_vaapi_encode_close() is

[FFmpeg-devel] [PATCH 2/2] avformat movenc add flag to disable silent limit on timescale

2020-05-04 Thread vectronic
Indent Signed-off-by: vectronic --- libavformat/movenc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libavformat/movenc.c b/libavformat/movenc.c index 143b00063d..ec7e95e838 100644 --- a/libavformat/movenc.c +++ b/libavformat/movenc.c @@ -6462,8 +6462,8 @@ static int

[FFmpeg-devel] [PATCH 1/2] avformat movenc add flag to disable silent limit on timescale

2020-05-04 Thread vectronic
Add a flag to allow user to disable the forcing of a track timescale to be greater than 1. Log a debug message if the timescale is forced to be greater than 1. Signed-off-by: vectronic --- libavformat/movenc.c | 4 libavformat/movenc.h | 1 + 2 files changed, 5 insertions(+) diff

[FFmpeg-devel] [PATCH 0/2] avformat movenc add flag to allow disabling limit on timescale

2020-05-04 Thread vectronic
I needed to encode to mov/mp4 with a timebase of 1/600 and the output was not as expected. I discovered the reason is a silent limiting of a track timebase added here: https://github.com/FFmpeg/FFmpeg/commit/b02493e47668e66757b72a7163476e590edfea3a The patch attached provides a new flag to disa

Re: [FFmpeg-devel] [PATCH 0/2] avformat movenc add flag to allow disabling limit on timescale

2020-05-04 Thread Gyan Doshi
On 04-05-2020 09:54 pm, vectronic wrote: I needed to encode to mov/mp4 with a timebase of 1/600 and the output was not as expected. What was the unexpected output? You can use video_track_timescale to set any custom scale. Gyan ___ ffmpeg-devel m

Re: [FFmpeg-devel] [PATCH 2/2] Use gcc/clang builtins for av_sat_(add|sub)_64_c if available.

2020-05-04 Thread Dale Curtis
Bump. I have 5 integer overflow fuzzing issues awaiting our resolution of this discussion. Thanks. - dale On Fri, May 1, 2020 at 2:53 PM Dale Curtis wrote: > On Fri, May 1, 2020 at 2:00 PM Carl Eugen Hoyos > wrote: > >> Am Fr., 1. Mai 2020 um 22:16 Uhr schrieb Dale Curtis < >> dalecur...@chrom

Re: [FFmpeg-devel] [PATCH] [libavutil] Add saturated add/sub operations for int64_t.

2020-05-04 Thread Dale Curtis
Bump. I have 5 integer overflow fuzzing issues awaiting our resolution of this discussion. Thanks. - dale On Fri, May 1, 2020 at 1:13 PM Dale Curtis wrote: > On Fri, May 1, 2020 at 12:53 PM Michael Niedermayer > wrote: > >> On Thu, Apr 30, 2020 at 05:39:43PM -0700, Dale Curtis wrote: >> > On T

Re: [FFmpeg-devel] [PATCH 2/2] Use gcc/clang builtins for av_sat_(add|sub)_64_c if available.

2020-05-04 Thread James Almer
On 5/4/2020 3:09 PM, Dale Curtis wrote: > Bump. I have 5 integer overflow fuzzing issues awaiting our resolution of > this discussion. Thanks. > > - dale What's the first version of clang with support for __builtin_*_overflow? Because with your patch as is (Checking only __clang__), it's very lik

[FFmpeg-devel] [PATCH 01/10] libavformat/nutenc: Remove redundant function parameter

2020-05-04 Thread Andreas Rheinhardt
calculate_checksum in put_packet() is always 1. Signed-off-by: Andreas Rheinhardt --- libavformat/nutenc.c | 25 +++-- 1 file changed, 11 insertions(+), 14 deletions(-) diff --git a/libavformat/nutenc.c b/libavformat/nutenc.c index 1d48625815..44ee5d810a 100644 --- a/libavfo

[FFmpeg-devel] [PATCH 02/10] avformat/nutenc: Reuse dynamic buffers when possible

2020-05-04 Thread Andreas Rheinhardt
NUT uses variable-length integers in order to for length fields. Therefore the NUT muxer often writes data into a dynamic buffer in order to get the length of it, then writes the length field using the fewest amount of bytes needed. To do this, a new dynamic buffer was opened, used and freed for ea

[FFmpeg-devel] [PATCH 04/10] avformat/aviobuf, nutenc: Move ff_puv_v, ff_get_v_length to nutenc.c

2020-05-04 Thread Andreas Rheinhardt
and make it static again. These functions have been moved from nutenc to aviobuf and internal.h in f8280ff4c00eeaa245085fa9691035203abd168c in order to use them in a forthcoming patch in utils.c. Said patch never happened, so this commit moves them back and makes them static, effectively reverting

[FFmpeg-devel] [PATCH 10/10] avformat/nutenc: Don't allocate array with zero entries

2020-05-04 Thread Andreas Rheinhardt
Allocating an array with zero entries is both unnecessary as well as potentially troublesome because the behaviour in this case is not really well defined. Signed-off-by: Andreas Rheinhardt --- libavformat/nutenc.c | 8 ++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/libav

[FFmpeg-devel] [PATCH 03/10] avformat/nutenc: Add goto fail in nut_write_headers()

2020-05-04 Thread Andreas Rheinhardt
It allows to combine several ffio_free_dyn_buf(). Signed-off-by: Andreas Rheinhardt --- libavformat/nutenc.c | 13 ++--- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/libavformat/nutenc.c b/libavformat/nutenc.c index 6125429cc3..c1606651fe 100644 --- a/libavformat/nutenc.

[FFmpeg-devel] [PATCH 05/10] avformat/nutenc: Create put_* functions by macro

2020-05-04 Thread Andreas Rheinhardt
It allows to add analogous functions using e.g. the bytestream API instead of using an AVIOContext. Signed-off-by: Andreas Rheinhardt --- libavformat/nutenc.c | 49 1 file changed, 27 insertions(+), 22 deletions(-) diff --git a/libavformat/nutenc.c b

[FFmpeg-devel] [PATCH 09/10] avformat/nutenc: Write size into right dynamic buffer

2020-05-04 Thread Andreas Rheinhardt
Signed-off-by: Andreas Rheinhardt --- libavformat/nutenc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavformat/nutenc.c b/libavformat/nutenc.c index 5735055d19..6df7dfe210 100644 --- a/libavformat/nutenc.c +++ b/libavformat/nutenc.c @@ -902,7 +902,7 @@ static int write

[FFmpeg-devel] [PATCH 08/10] avformat/nutenc: Cosmetics

2020-05-04 Thread Andreas Rheinhardt
Mainly reindentation. Signed-off-by: Andreas Rheinhardt --- libavformat/nutenc.c | 42 ++ 1 file changed, 22 insertions(+), 20 deletions(-) diff --git a/libavformat/nutenc.c b/libavformat/nutenc.c index ab44214efd..5735055d19 100644 --- a/libavformat/nute

[FFmpeg-devel] [PATCH 06/10] avformat/nutenc: Avoid intermediate dynamic buffers

2020-05-04 Thread Andreas Rheinhardt
NUT uses variable length fields and in order to write the length fields of its various elements on the lowest amount of bytes possible, the NUT muxer uses dynamic buffers to assemble the elements in memory before writing them. Several of these elements had a small prelude containing the amount of s

[FFmpeg-devel] [PATCH 07/10] avformat/nutenc: Check allocations implicit in dynamic buffers

2020-05-04 Thread Andreas Rheinhardt
For nut_write_trailer() this includes actually returning such errors. Signed-off-by: Andreas Rheinhardt --- libavformat/nutenc.c | 33 - 1 file changed, 24 insertions(+), 9 deletions(-) diff --git a/libavformat/nutenc.c b/libavformat/nutenc.c index 404a265597..ab

Re: [FFmpeg-devel] [GSOC] FLIF16 Decoder (and Encoder)

2020-05-04 Thread James Almer
On 5/4/2020 3:26 PM, Anamitra Ghorui wrote: > Hello, > > I have a question regerding the internal decoding/encoding API. There seems > to be two functions that may be alternatively called, on the basis of whether > they are defined or not, both defined in the AVCodec struct: > 1. decode() > 2. rec

Re: [FFmpeg-devel] [PATCH 2/2] Use gcc/clang builtins for av_sat_(add|sub)_64_c if available.

2020-05-04 Thread Dale Curtis
On Mon, May 4, 2020 at 11:19 AM James Almer wrote: > On 5/4/2020 3:09 PM, Dale Curtis wrote: > > Bump. I have 5 integer overflow fuzzing issues awaiting our resolution of > > this discussion. Thanks. > > > > - dale > > What's the first version of clang with support for __builtin_*_overflow? > Bec

Re: [FFmpeg-devel] [PATCH 2/2] Use gcc/clang builtins for av_sat_(add|sub)_64_c if available.

2020-05-04 Thread James Almer
On 5/4/2020 3:40 PM, Dale Curtis wrote: > On Mon, May 4, 2020 at 11:19 AM James Almer wrote: > >> On 5/4/2020 3:09 PM, Dale Curtis wrote: >>> Bump. I have 5 integer overflow fuzzing issues awaiting our resolution of >>> this discussion. Thanks. >>> >>> - dale >> >> What's the first version of cla

Re: [FFmpeg-devel] [PATCH v1] avfilter/src_movie: Fix the loop function of dynamic logo

2020-05-04 Thread Marton Balint
On Mon, 4 May 2020, lance.lmw...@gmail.com wrote: On Sun, May 03, 2020 at 07:10:07PM +0200, Marton Balint wrote: On Sun, 3 May 2020, lance.lmw...@gmail.com wrote: > On Tue, Mar 17, 2020 at 06:55:00PM +0800, lance.lmw...@gmail.com wrote: > > From: Limin Wang > > > > The following command

Re: [FFmpeg-devel] [PATCH] avcodec/prores_metadata_bsf: Use AVCOL_TRC_NB - 1 for the valid max range

2020-05-04 Thread Marton Balint
On Mon, 4 May 2020, lance.lmw...@gmail.com wrote: On Mon, May 04, 2020 at 05:50:32AM +0800, lance.lmw...@gmail.com wrote: From: Limin Wang Report by Marton after commit. Reviewed-by: Marton Balint Signed-off-by: Limin Wang --- libavcodec/prores_metadata_bsf.c | 2 +- 1 file changed, 1 i

Re: [FFmpeg-devel] [PATCH 0/3] Patch set to delay output live stream

2020-05-04 Thread Marton Balint
On Sat, 2 May 2020, Tao Zhang wrote: Marton Balint 于2020年5月2日周六 下午7:05写道: [...] I see. But you could add an option to the fifo muxer to only write header when the first packet arrives. This way you will be able to use a bitstream filter to buffer packets and the fifo muxer will only write

Re: [FFmpeg-devel] [PATCH 14/14] [inline assembly] add mmx clobbers to cavsdsp

2020-05-04 Thread FRÉDÉRIC RECOULES
Hi Michael, I would like an update on the review process. The patches add missing clobbers (mmx, xmm and memory) to some assembly chunks. Note that looking at the commit history, some other chunks have already been patched in such a way by the past. Moreover, as far as I know, the patches fr

[FFmpeg-devel] [PATCH] avcodec/dsddec: Check channels

2020-05-04 Thread Michael Niedermayer
Fixes: division by zero Fixes: 21677/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_DSD_MSBF_fuzzer-5712547983654912 Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg Signed-off-by: Michael Niedermayer --- libavcodec/dsddec.c | 3 +++ 1 file

Re: [FFmpeg-devel] [PATCH] [libavutil] Add saturated add/sub operations for int64_t.

2020-05-04 Thread Michael Niedermayer
On Fri, May 01, 2020 at 01:13:58PM -0700, Dale Curtis wrote: > On Fri, May 1, 2020 at 12:53 PM Michael Niedermayer > wrote: > > > On Thu, Apr 30, 2020 at 05:39:43PM -0700, Dale Curtis wrote: > > > On Thu, Apr 30, 2020 at 5:21 PM James Almer wrote: > > > > > > > On 4/30/2020 7:19 PM, Dale Curtis

Re: [FFmpeg-devel] [PATCH] Don't adjust start time for MP3 files; packets are not adjusted.

2020-05-04 Thread Dale Curtis
Any comments on this? Thanks. - dale On Thu, Apr 30, 2020 at 12:42 PM Dale Curtis wrote: > Ping for this patch. Thanks > > - dale > > On Thu, Apr 23, 2020 at 4:33 PM Dale Curtis > wrote: > >> This is a patch Chromium has carried for a while, we forgot to send it >> upstream. 7546ac2fee4 made i

Re: [FFmpeg-devel] [PATCH] [libavutil] Add saturated add/sub operations for int64_t.

2020-05-04 Thread Dale Curtis
On Mon, May 4, 2020 at 1:48 PM Michael Niedermayer wrote: > this could be done, but iam unsure this API is optimal > > Maybe its best to show an example, why iam unsure about the API > Thanks, but maybe a more concrete case to look at would be the patch I sent for fixing skip samples: "Avoid int

Re: [FFmpeg-devel] [PATCH v4 1/8] avformat/mux: move interleaved packet functions upwards

2020-05-04 Thread Marton Balint
On Tue, 28 Apr 2020, Marton Balint wrote: Will be needed later to avoid a forward declaration. Will apply the series soon, this has been delayed for a very long time now... Regards, Marton Signed-off-by: Marton Balint --- libavformat/mux.c | 208 +++

Re: [FFmpeg-devel] [PATCH v4 1/8] avformat/mux: move interleaved packet functions upwards

2020-05-04 Thread Andreas Rheinhardt
Marton Balint: > > > On Tue, 28 Apr 2020, Marton Balint wrote: > >> Will be needed later to avoid a forward declaration. > > Will apply the series soon, this has been delayed for a very long time > now... > Sorry for this, will try to look over it this night. - Andreas ___

Re: [FFmpeg-devel] [PATCH 0/2] avformat movenc add flag to allow disabling limit on timescale

2020-05-04 Thread vectronic
> On 4 May 2020, at 17:56, Gyan Doshi wrote: > > > > On 04-05-2020 09:54 pm, vectronic wrote: >> I needed to encode to mov/mp4 with a timebase of 1/600 and the output was >> not as expected. > > What was the unexpected output? > > You can use video_track_timescale to set any custom scale.

[FFmpeg-devel] [GSOC] FLIF16 Decoder (and Encoder)

2020-05-04 Thread Anamitra Ghorui
Hello, I have a question regerding the internal decoding/encoding API. There seems to be two functions that may be alternatively called, on the basis of whether they are defined or not, both defined in the AVCodec struct: 1. decode() 2. receive_frame() From the comments above the definition of re

Re: [FFmpeg-devel] [PATCH] [libavutil] Add saturated add/sub operations for int64_t.

2020-05-04 Thread Michael Niedermayer
On Mon, May 04, 2020 at 02:19:47PM -0700, Dale Curtis wrote: > On Mon, May 4, 2020 at 1:48 PM Michael Niedermayer [...] > > > > lets consider a simple random expression > > a*x + b*y > > > > overflow = av_checked_sat_mul64(a, x, &T0); > > overflow |= av_checked_sat_mul64(b, y, &T1); > > overflo

Re: [FFmpeg-devel] [PATCH] [libavutil] Add saturated add/sub operations for int64_t.

2020-05-04 Thread Dale Curtis
On Mon, May 4, 2020 at 3:39 PM Michael Niedermayer wrote: > On Mon, May 04, 2020 at 02:19:47PM -0700, Dale Curtis wrote: > > On Mon, May 4, 2020 at 1:48 PM Michael Niedermayer > > [...] > You snipped out the example I provided, but did you have an opinion on which approach looked best there? I

Re: [FFmpeg-devel] [PATCH] lavf/dashdec: support larger manifests

2020-05-04 Thread Steven Liu
> 2020年5月2日 下午2:33,rcombs 写道: > > --- > libavformat/dashdec.c | 29 +++-- > 1 file changed, 15 insertions(+), 14 deletions(-) > > diff --git a/libavformat/dashdec.c b/libavformat/dashdec.c > index 5ba7feb245..bde4b0846d 100644 > --- a/libavformat/dashdec.c > +++ b/libavf

Re: [FFmpeg-devel] [PATCH v1] avfilter/src_movie: Fix the loop function of dynamic logo

2020-05-04 Thread lance . lmwang
On Mon, May 04, 2020 at 09:34:02PM +0200, Marton Balint wrote: > > > On Mon, 4 May 2020, lance.lmw...@gmail.com wrote: > > > On Sun, May 03, 2020 at 07:10:07PM +0200, Marton Balint wrote: > > > > > > > > > On Sun, 3 May 2020, lance.lmw...@gmail.com wrote: > > > > > > > On Tue, Mar 17, 2020 at

Re: [FFmpeg-devel] [PATCH 0/3] Patch set to delay output live stream

2020-05-04 Thread Tao Zhang
Marton Balint 于2020年5月5日周二 上午3:48写道: > > > > On Sat, 2 May 2020, Tao Zhang wrote: > > > Marton Balint 于2020年5月2日周六 下午7:05写道: > > [...] > > >> I see. But you could add an option to the fifo muxer to only write header > >> when the first packet arrives. This way you will be able to use a > >> bitst

Re: [FFmpeg-devel] [PATCH 0/2] avformat movenc add flag to allow disabling limit on timescale

2020-05-04 Thread Gyan Doshi
On 05-05-2020 03:16 am, vectronic wrote: On 4 May 2020, at 17:56, Gyan Doshi wrote: On 04-05-2020 09:54 pm, vectronic wrote: I needed to encode to mov/mp4 with a timebase of 1/600 and the output was not as expected. What was the unexpected output? You can use video_track_timescale to

[FFmpeg-devel] [PATCH] avcodec/v4l2_m2m_dec: Use av_packet_move_ref()

2020-05-04 Thread Andriy Gelman
From: Andriy Gelman Signed-off-by: Andriy Gelman --- libavcodec/v4l2_m2m_dec.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/libavcodec/v4l2_m2m_dec.c b/libavcodec/v4l2_m2m_dec.c index 3e17e0fcac..f1ad1aa2a2 100644 --- a/libavcodec/v4l2_m2m_dec.c +++ b/libavcodec/v4l2_m2

Re: [FFmpeg-devel] [PATCH v4 5/8] avcodec/pcm_rechunk_bsf: add bitstream filter to rechunk pcm audio

2020-05-04 Thread Andreas Rheinhardt
Marton Balint: > Signed-off-by: Marton Balint > --- > Changelog | 1 + > doc/bitstream_filters.texi | 30 ++ > libavcodec/Makefile| 1 + > libavcodec/bitstream_filters.c | 1 + > libavcodec/pcm_rechunk_bsf.c | 220 > ++

Re: [FFmpeg-devel] [EXT] [PATCH v5] avcodec/v4l2_m2m_enc: Support changing qmin/qmax

2020-05-04 Thread Andriy Gelman
On Thu, 30. Apr 12:00, Andriy Gelman wrote: > On Wed, 29. Apr 02:45, Ming Qian wrote: > > > -Original Message- > > > From: ffmpeg-devel On Behalf Of Andriy > > > Gelman > > > Sent: Wednesday, April 29, 2020 1:07 AM > > > To: ffmpeg-devel@ffmpeg.org > > > Cc: Andriy Gelman > > > Subject: [

Re: [FFmpeg-devel] [PATCH v4 8/8] avformat: remove retimeinterleave

2020-05-04 Thread Andreas Rheinhardt
Marton Balint: > It is not used by anything anymore. > > Signed-off-by: Marton Balint > --- > libavformat/retimeinterleave.c | 51 > -- > libavformat/retimeinterleave.h | 51 > -- > 2 files changed, 102 deletions(-

Re: [FFmpeg-devel] [PATCH v4 4/8] avformat/mux: add proper support for full N:M bitstream filtering

2020-05-04 Thread Andreas Rheinhardt
Marton Balint: > Previously only 1:1 bitstream filters were supported, the end of the stream > was > not signalled to the bitstream filters and time base changes were ignored. > > This change also allows muxers to set up bitstream filters regardless of the > autobsf flag during write_header inste