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

2020-06-02 Thread Lou Logan
On Tue, Jun 2, 2020, at 12:04 PM, Nicolas George wrote: > Lou Logan (12020-06-02): > > Why fixed-do solfège and not Music Macro Language which what was > > used in BASIC? > > Because Microsoft BASIC 1.0 used the fixed-do solfège, and I > implemented following its documentation carefully, and compar

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

2020-06-02 Thread lance . lmwang
On Tue, Jun 02, 2020 at 11:39:03PM +0200, Michael Niedermayer wrote: > 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(-

[FFmpeg-devel] [PATCH] avcodec/libdav1d: add support for closed captions stored in ITU-T T35 metadata

2020-06-02 Thread James Almer
Based on code from h264_sei.c Signed-off-by: James Almer --- configure | 2 +- libavcodec/libdav1d.c | 49 +++ 2 files changed, 50 insertions(+), 1 deletion(-) diff --git a/configure b/configure index 8569a60bf8..2961118682 100755 --- a/confi

Re: [FFmpeg-devel] [PATCH] added sei side data

2020-06-02 Thread Brad Hards
Thanks. I have the same need. Brad ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".

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 d

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 "icecast://sour

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 > > --- > libavfilter/dnn/dnn_bac

<    1   2