Re: [FFmpeg-devel] [PATCH] avcodec/ratecontrol: fix the integer overflow after long time run

2020-06-02 Thread Michael Niedermayer
On Mon, Jun 01, 2020 at 09:53:49PM +0800, lance.lmw...@gmail.com wrote: > From: Limin Wang > > Signed-off-by: Limin Wang > --- > libavcodec/ratecontrol.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) LGTM thx [...] -- Michael GnuPG fingerprint:

Re: [FFmpeg-devel] [PATCH 3/3] lavfi: add basicplay filter.

2020-06-02 Thread Nicolas George
Paul B Mahol (12020-06-02): > No need to reinvent yet another poor synthesizer. Which is precisely why what I implemented is something well established. Can somebody give a third opinion please? Regards, -- Nicolas George signature.asc Description: PGP signature

Re: [FFmpeg-devel] [PATCH] avformat: Find a fallback probe decoder that will also match a forced decoder's codec.

2020-06-02 Thread Michael Niedermayer
On Mon, Jun 01, 2020 at 10:57:08AM -0400, sfoss wrote: > Prevent codecpar->codec_id from getting out of sync with the codec > instantiated for probing. > --- > libavformat/utils.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) is it intended that the author of this patch is sfoss

Re: [FFmpeg-devel] [PATCH] avcodec/h264: support sps/pps AV_PKT_DATA_NEW_EXTRADATA

2020-06-02 Thread Olly Woodman
On Fri, 8 May 2020 at 03:10, Oliver Woodman wrote: > https://github.com/FFmpeg/FFmpeg/commit/601c238 added support > for AV_PKT_DATA_NEW_EXTRADATA, but only for avcC extradata. > This commit adds support for sps/pps extradata as well. This > makes support consistent for passing new extradata

Re: [FFmpeg-devel] [RFC PATCH] libavcodec/jpeg2000_parser: Add jpeg2000 parser

2020-06-02 Thread Michael Niedermayer
On Wed, Jun 03, 2020 at 12:49:10AM +0530, Gautam Ramakrishnan wrote: > On Tue, Jun 2, 2020 at 1:55 AM Carl Eugen Hoyos wrote: > > > > Am Mo., 1. Juni 2020 um 21:26 Uhr schrieb Gautam Ramakrishnan > > : > > > > > > > > can you add some test to fate for this ? > > > > > > (doesnt need to be related

Re: [FFmpeg-devel] [PATCH] dnn/native: fix typo for definition of DOT_INTERMEDIATE

2020-06-02 Thread Guo, Yejun
> -Original Message- > From: ffmpeg-devel On Behalf Of Wu, > Zhiwen > Sent: 2020年6月1日 9:01 > To: ffmpeg-devel@ffmpeg.org > Cc: Wu, Zhiwen > Subject: [FFmpeg-devel] [PATCH] dnn/native: fix typo for definition of > DOT_INTERMEDIATE > > From: Wu Zhiwen > > --- >

Re: [FFmpeg-devel] [PATCH v2 0/4] MIPS MSA & MMI Runtime detection support

2020-06-02 Thread Jiaxun Yang
On Tue, 2 Jun 2020 22:15:03 +0800 Jiaxun Yang wrote: > This series adds MIPS MSA & MMI runtime detection support > > Please review. > > Thanks! > > v2: > - Add CPUCFG support. > - Add "-mloongson-ext" to MMIFLAGS for Loongson-3 as well. > (Loongson2F don't need this flag) Sorry that I

Re: [FFmpeg-devel] [PATCH] lavf/tee: pass options to protocol.

2020-06-02 Thread Marvin Scholz
Hi, thanks a lot for working on a fix for this. I've just tried it and it does not seem to work, I still can't pass options to the icecast protocol using tee. Command I tried was: ffmpeg -re -i input.mov -c copy -f tee -password hackme -content_type audio/ogg -map 0:v -map 0:a

<    1   2