Re: [FFmpeg-devel] [PATCH] web: link GH Actions based Windows-Builds by BtbN

2020-09-18 Thread Lou Logan
Wed Sep 16 14:15:34 EEST 2020, Timo Rothenpieler wrote: > --- > src/download | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/src/download b/src/download > index 706d402..0f090b8 100644 > --- a/src/download > +++ b/src/download > @@ -79,6 +79,9 @@ > Windows EXE Files >

Re: [FFmpeg-devel] [PATCH 1/2] web/download: remove Zeranoe links

2020-09-16 Thread Lou Logan
On Wed Sep 16 12:23:52 EEST 2020 Gyan wrote: > ffmpeg.zeranoe.com will close on Sep 18, 2020 > > Last published builds are from Aug 31 2020. > --- > src/download | 6 -- > 1 file changed, 6 deletions(-) Patchset pushed. Thanks. ___ ffmpeg-devel

Re: [FFmpeg-devel] [PATCH] avformat: add MCC demuxer

2020-06-13 Thread Lou Logan
On Sat, Jun 13, 2020, at 9:49 AM, Paul B Mahol wrote: [...] > +static int mcc_read_header(AVFormatContext *s) > +{ > +MCCContext *mcc = s->priv_data; > +AVStream *st = avformat_new_stream(s, NULL); > +AVRational rate; > +int64_t ts, pos; > +ptrdiff_t len; ‘len’ set but not

Re: [FFmpeg-devel] release/4.3

2020-06-09 Thread Lou Logan
On Mon, Jun 8, 2020, at 1:17 PM, Michael Niedermayer wrote: > Hi > > ive branched release/4.3, will make the 4.3 release from its HEAD in a > few days (maybe a week depending on comments from other developers or > any major issues) > > If theres any issue remaining which you want to work on and

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

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

2020-06-02 Thread Lou Logan
On Tue, Jun 2, 2020, at 10:35 AM, Nicolas George wrote: > Signed-off-by: Nicolas George [...] > +@item DO, RE, MI, FA, SO, LA, SI > +Note, named in fixed-do solfège. The note can possibly be followed by "#" or Why fixed-do solfège and not Music Macro Language which what was used in BASIC? This

Re: [FFmpeg-devel] [PATCH] avfilter: add afwtdn filter

2020-05-31 Thread Lou Logan
On Sun, May 31, 2020, at 12:35 PM, Nicolas George wrote: > > No doc Yes, docs are needed, and an example would be nice. One complaint I hear often is that many filters have no examples. > name completely impossible to understand. Unacceptable. Got any suggestions? We have 3 existing "audio-3

Re: [FFmpeg-devel] [PATCH] avcodec: Add MediaFoundation encoder wrapper

2020-05-10 Thread Lou Logan
On Sat, May 9, 2020, at 1:41 PM, Martin Storsjö wrote: > + --enable-mf enable decoding via MediaFoundation [auto] encoding/decoding typo I presume. I would prefer --enable-mediafoundation as it is more descriptive. ___ ffmpeg-devel

Re: [FFmpeg-devel] [PATCH] doc/encoders: remove ffaac>fdk-aac claim

2020-05-08 Thread Lou Logan
On Thu, Apr 30, 2020, at 11:00 AM, Lou Logan wrote: > doc/encoders.texi | 6 +- > 1 file changed, 1 insertion(+), 5 deletions(-) Pushed. ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg

Re: [FFmpeg-devel] Reporting bugs

2020-05-06 Thread Lou Logan
On Tue, May 5, 2020, at 4:07 AM, Nico Coesel wrote: > Hello all, > I want to report a bug in the jpeg encoding but I can't seem to register > to trac. > > Is there a special trick to it? Are you having trouble getting past the antispam check? Or did not not receive the verification email?

Re: [FFmpeg-devel] [PATCH] doc/mailing-list-faq: Mention current problem with GMX

2020-05-02 Thread Lou Logan
On Sat, May 2, 2020, at 1:51 AM, Michael Niedermayer wrote: > Signed-off-by: Michael Niedermayer > --- > doc/mailing-list-faq.texi | 4 1 file changed, 4 insertions(+) > > diff --git a/doc/mailing-list-faq.texi b/doc/mailing-list-faq.texi > index 439d783956..15fc8e86c0 100644 ---

Re: [FFmpeg-devel] [PATCH] doc/encoders: remove ffaac>fdk-aac claim

2020-05-01 Thread Lou Logan
On Fri, May 1, 2020, at 6:56 AM, Jean-Baptiste Kempf wrote: > > Is it not true that the encoder implements more options, profiles and > samplerates? ffaacenc has 1 additional AVoption compared to libfdk_aac; if that means anything. ffaacenc supports 1 additional sample rate (7350) compared to

[FFmpeg-devel] [PATCH] doc/encoders: remove ffaac>fdk-aac claim

2020-04-30 Thread Lou Logan
Signed-off-by: Lou Logan --- After this claim was made in e34e3619a2b kamedo2 did in-depth ABX testing comparing these encoders: https://hydrogenaud.io/index.php?topic=111085.0 Result: FFmpeg AAC wasn't as good as libfdk_aac on average. I know some things have changed since then, "use the

Re: [FFmpeg-devel] [PATCH] avformat: Add Dynacolor MVC Demuxer

2020-03-22 Thread Lou Logan
On Sun, Mar 22, 2020, at 9:54 AM, Lou Logan wrote: > > Fails to apply. Forgot to mention it looks like your mail client broke/wrapped lines. ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg

Re: [FFmpeg-devel] [PATCH] avformat: Add Dynacolor MVC Demuxer

2020-03-22 Thread Lou Logan
On Sun, Mar 22, 2020, at 9:28 AM, Tom Needham wrote: > This demuxer adds support for demuxing files in the Dynacolor format > such as the sample located at: > > http://samples.ffmpeg.org/camera-dvr/dynacolor/dynacolor-camera-sample > > However, some decode errors are showing on the resulting

Re: [FFmpeg-devel] [PATCH] web/download: update min. kernel version for linux binaries

2020-03-19 Thread Lou Logan
On Thu, Mar 19, 2020, at 3:07 PM, Carl Eugen Hoyos wrote: > > How good to know that all comments are taken seriously on this > mailing list. Gyan took the initiative to update the description with a trivial, very minor, insignificant patch. It was a simple improvement and seemed fine to me. If it

Re: [FFmpeg-devel] [PATCH] web/download: update min. kernel version for linux binaries

2020-03-19 Thread Lou Logan
On Wed, Mar 18, 2020, at 10:39 PM, Lou Logan wrote: > Sure, I’ll be able push it in about 12 hours or so. Pushed ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link ab

Re: [FFmpeg-devel] [PATCH] web/download: update min. kernel version for linux binaries

2020-03-19 Thread Lou Logan
On Wed, Mar 18, 2020, at 10:05 PM, Gyan Doshi wrote: > Thanks. Can you push this? Sure, I’ll be able push it in about 12 hours or so. ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To

Re: [FFmpeg-devel] [PATCH] web/download: update min. kernel version for linux binaries

2020-03-18 Thread Lou Logan
On Fri, Mar 13, 2020, at 10:30 PM, Gyan Doshi wrote: > As per https://johnvansickle.com/ffmpeg/ > --- > src/download | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) LGTM ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org

Re: [FFmpeg-devel] [PATCH v4] web/generate-doc.sh: use --disable-asm instead of --disable-yasm

2020-03-16 Thread Lou Logan
On Sat, Mar 14, 2020, at 3:25 AM, Steven Liu wrote: > Suggested-by: Carl Eugen Hoyos Reviewed-by: Lou > Logan Signed-off-by: Steven Liu > --- > generate-doc.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/generate-doc.sh b/generate-doc.sh inde

Re: [FFmpeg-devel] [PATCH 5/7] avcodec/allcodecs: move sdx2 to correct place

2020-03-16 Thread Lou Logan
On Mon, Mar 16, 2020, at 2:30 AM, Paul B Mahol wrote: > Signed-off-by: Paul B Mahol > --- > libavcodec/allcodecs.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/libavcodec/allcodecs.c b/libavcodec/allcodecs.c > index 6046b15164..71e14c73e3 100644 > ---

Re: [FFmpeg-devel] [PATCH 7/7] avformat: add hca demuxer

2020-03-16 Thread Lou Logan
On Mon, Mar 16, 2020, at 2:30 AM, Paul B Mahol wrote: > Signed-off-by: Paul B Mahol > --- > libavformat/Makefile | 1 + > libavformat/allformats.c | 1 + > libavformat/hca.c| 148 +++ > 3 files changed, 150 insertions(+) > create mode 100644

Re: [FFmpeg-devel] [PATCH 2/7] avformat: add fwse demuxer

2020-03-16 Thread Lou Logan
On Sun, Mar 15, 2020, at 10:22 AM, Paul B Mahol wrote: > > +++ b/libavformat/Makefile > +OBJS-$(CONFIG_FWSE_DEMUXER) += fwse.o Missing pcm.o. Same with derf demuxer in patch 4/7. ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org

Re: [FFmpeg-devel] [PATCH] doc/muxers: add missing MOV muxer options

2020-03-14 Thread Lou Logan
On Fri, Mar 13, 2020, at 10:23 PM, Gyan Doshi wrote: > > Do you mind if I continue with my own patch? I started reviewing this > and noticed that many of the option description should have caveats > since they can be silently (i.e. unlogged) modified based on other > options. I think it's best

Re: [FFmpeg-devel] ffmpeg: Not retrying incase of network failure

2020-03-13 Thread Lou Logan
On Fri, Mar 13, 2020, at 1:14 AM, Siddhant Agarwal wrote: > Hi, > > I am using ffmpeg to convert RTSP stream to HLS chunk files. incase there > is network error and the rtsp url is not receiving any data. ffmpeg doesn't > retry for the data after the network issue is fixed. > > Regards, >

Re: [FFmpeg-devel] [PATCH] doc/muxers: add missing MOV muxer options

2020-03-13 Thread Lou Logan
On Thu, Mar 12, 2020, at 8:32 PM, Gyan Doshi wrote: > > I already started on this after I added the MOV demuxer options. > > But this is a good start. I'll probably want to expand descriptions > later on. > > Will have a look and push this weekend. Thanks. Here is my muxer.texi todo list if

Re: [FFmpeg-devel] [PATCH] web/generate-doc.sh: fix generate-doc warning for configure ffmpeg part

2020-03-13 Thread Lou Logan
On Thu, Mar 12, 2020, at 9:06 PM, Steven Liu wrote: > Signed-off-by: Steven Liu > --- > generate-doc.sh | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/generate-doc.sh b/generate-doc.sh > index d8d01d3..e316c05 100755 > --- a/generate-doc.sh > +++ b/generate-doc.sh > @@

[FFmpeg-devel] [PATCH] doc/muxers: add missing MOV muxer options

2020-03-12 Thread Lou Logan
Signed-off-by: Lou Logan --- The options for this muxer have a separate section about fragmenting. I tried to organize the missing options into the proper sections, but I don't use fragmenting so I may have placed them in the wrong section. --- doc/muxers.texi | 116

Re: [FFmpeg-devel] Reimbursement request

2020-03-10 Thread Lou Logan
On Tue, Mar 10, 2020, at 4:40 AM, Steven Liu wrote: > > Some travel ticket site can buy the cheapest ticket but cannot > cancel it. In an off-list discussion he indicated that the process would be more time consuming than I expected compared to my usual airline. Just to be clear I'm not blocking

Re: [FFmpeg-devel] Reimbursement request

2020-03-09 Thread Lou Logan
On Mon, Mar 9, 2020, at 5:49 PM, Carl Eugen Hoyos wrote: > > Given that travel to Germany is in no way restricted, I don't see how. There is no travel restriction in the US either, but here's what the main airline in my region offers: * No change or cancellation fees for travel through

Re: [FFmpeg-devel] Reimbursement request

2020-03-09 Thread Lou Logan
On Mon, Mar 9, 2020, at 4:59 PM, Carl Eugen Hoyos wrote: > Hi! > > The Chemnitzer Linuxtage were canceled yesterday because of the Coronavirus. > I request reimbursement of €138,86 for the flight to Germany I had > booked last month. > > Thank you, Carl Eugen Some airlines are providing a more

Re: [FFmpeg-devel] [RFC][WIP][PATCH 1/3] avcodec: add AC-4 decoder

2020-03-04 Thread Lou Logan
On Wed, Mar 4, 2020, at 1:26 PM, Paul B Mahol wrote: > diff --git a/libavcodec/Makefile b/libavcodec/Makefile > +OBJS-$(CONFIG_AC4_DECODER) += ac4dec.o Missing kbdwin.o. ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org

Re: [FFmpeg-devel] [PATCH 03/12] lavfi: drop vf_qp

2020-02-24 Thread Lou Logan
On Mon, Feb 24, 2020, at 3:37 AM, Anton Khirnov wrote: > It fundamentally depends on an API that has been deprecated for five > years, has seen no commits since that time and is of highly dubious > usefulness. > --- > doc/filters.texi| 32 --- > libavfilter/Makefile| 1

Re: [FFmpeg-devel] build/fate fail

2020-02-18 Thread Lou Logan
On Tue, Feb 18, 2020, at 2:00 PM, Patchwork wrote: > Hello, > > Thank you for submitting a patch to ffmpeg-devel. > > An error occurred during an automated build/fate test. Please review > the following link for more details: >

Re: [FFmpeg-devel] [PATCH] avfilter: add xfade filter

2020-01-29 Thread Lou Logan
On Sun, Jan 26, 2020, at 4:46 AM, Paul B Mahol wrote: > +@item wipeleft > +@item wiperight > +@item wipeup > +@item wipedown Nice filter, but you're missing the best wipe of them all: starwipe. > +@item slideleft > +@item slideright > +@item slideup > +@item slidedown > +@end table > +Default

Re: [FFmpeg-devel] [PATCH] avfilter/aformat: add shorthand names for options

2020-01-07 Thread Lou Logan
On Tue, Jan 7, 2020, at 1:22 AM, Gyan Doshi wrote: > --- > doc/filters.texi | 6 +++--- > libavfilter/af_aformat.c | 3 +++ > 2 files changed, 6 insertions(+), 3 deletions(-) LGTM ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org

Re: [FFmpeg-devel] Preview video and start recording with exact same stream settings

2019-12-30 Thread Lou Logan
On Mon, Dec 30, 2019, at 3:18 PM, Audric Ackermann wrote: > Hi, > > I think I already know the answer but I want to play UDP stream (h264 & > klv) in an android app, and be able to toggle a "recording button" to save > the data as a file with the exact same input parameters than what is sent > to

Re: [FFmpeg-devel] [PATCH 8/8] avformat/img2enc: add support for specifying protocol options

2019-12-27 Thread Lou Logan
On Fri, Dec 27, 2019, at 12:14 PM, Marton Balint wrote: > Signed-off-by: Marton Balint > > +ffmpeg -f x11grab -r 1 -framerate 1 -video_size hd1080 -i :0.0 -qscale > 6 -update 1 -protocol_opts method=PUT http://example.com/desktop.jpg What's the reason this examples uses both -r and -framerate?

Re: [FFmpeg-devel] [PATCH 1/8] doc/muxers: fix order of options and examples for image2 muxer

2019-12-27 Thread Lou Logan
On Fri, Dec 27, 2019, at 12:14 PM, Marton Balint wrote: > Signed-off-by: Marton Balint > --- > doc/muxers.texi | 52 ++-- > 1 file changed, 26 insertions(+), 26 deletions(-) LGTM ___ ffmpeg-devel mailing

Re: [FFmpeg-devel] Copying Audio

2019-12-27 Thread Lou Logan
On Fri, Dec 27, 2019, at 12:38 AM, Chris wrote: > I have a file with audio in the format pcm_s16be. When I try to copy > this audio to another file using -c:a copy, it copies the audio but > also transcodes it to AAC. > If it's literally a copy, shouldn't the copy be pcm_s16be as well? How >

Re: [FFmpeg-devel] [PATCH] Changelog: Fix typo of comments

2019-12-21 Thread Lou Logan
On Fri, Dec 20, 2019, at 9:33 PM, Steven Liu wrote: > Signed-off-by: Steven Liu > --- > Changelog | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) LGTM. No need to send patches for trivial typos like this if you prefer, but I understand many here are not native English speakers.

Re: [FFmpeg-devel] [PATCH] web: add hosting provider

2019-12-19 Thread Lou Logan
On Wed, Dec 18, 2019, at 1:28 PM, Michael Niedermayer wrote: > > this or something similar LGTM Pushed. ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email

Re: [FFmpeg-devel] [PATCH] web: add hosting provider

2019-12-18 Thread Lou Logan
On Tue, 17 Dec 2019 15:58:36 -0900 Lou Logan wrote: > + Hosting provided by href="https://telepoint.bg;>telepoint.bg Will switch position of p and small since p should not be a child element of small. ___ ffmpeg-devel mailing

[FFmpeg-devel] [PATCH] web: add hosting provider

2019-12-17 Thread Lou Logan
Hosting has been provided by telepoint.bg for 4 years now. This places an unobtrusive note placed in the footer to acknowledge their continuing support. Signed-off-by: Lou Logan --- src/template_footer1 | 1 + 1 file changed, 1 insertion(+) diff --git a/src/template_footer1 b/src

Re: [FFmpeg-devel] [PATCH 3/5] avfilter/vf_geq: Relicense to LGPL

2019-12-16 Thread Lou Logan
On Tue, 17 Dec 2019 01:13:15 +0100 (CET) Marton Balint wrote: > > You should also remove the gpl dependency from configure. ...and update LICENSE.md. ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org

Re: [FFmpeg-devel] [RFC]lavu/log: Do not print pointer addresses for loglevel < debug

2019-12-16 Thread Lou Logan
On Mon, 16 Dec 2019 21:05:55 +0100 Carl Eugen Hoyos wrote: > Attached patch reduces the verbosity of the console output, comments welcome. I am for this patch. Results in less noise, and in my opinion the addresses are unnecessary in anything < debug.

Re: [FFmpeg-devel] [PATCH 2/2] avfilter/Makefile: add missing framesync dependency to bm3d & mix filters

2019-11-08 Thread Lou Logan
On Thu, Nov 7, 2019, at 4:29 PM, myp...@gmail.com wrote: > LGTM Set pushed. ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email

Re: [FFmpeg-devel] [PATCH 1/2] configure: select missing rdft for several filters

2019-11-06 Thread Lou Logan
On Wed, Nov 6, 2019, at 3:37 PM, Carl Eugen Hoyos wrote: > > You could add the additional information to the commit messages... Fixed locally. ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To

[FFmpeg-devel] [PATCH 1/2] configure: select missing rdft for several filters

2019-11-06 Thread Lou Logan
afir, sinc, superequalizer, surround Signed-off-by: Lou Logan --- For afir fft is replaced with rdft as: rdft_select="fft" Fixes: afir /usr/bin/ld: libavfilter/libavfilter.a(af_afir.o): in function `fir_quantum': af_afir.c:(.text+0x573): undefined reference to `av_rdft_calc' /

[FFmpeg-devel] [PATCH 2/2] avfilter/Makefile: add missing framesync dependency to bm3d & mix filters

2019-11-06 Thread Lou Logan
Signed-off-by: Lou Logan --- bm3d /usr/bin/ld: libavfilter/libavfilter.a(vf_bm3d.o): in function `activate': vf_bm3d.c:(.text+0x3100): undefined reference to `ff_framesync_activate' /usr/bin/ld: libavfilter/libavfilter.a(vf_bm3d.o): in function `process_frame': vf_bm3d.c:(.text+0x3182): undefined

Re: [FFmpeg-devel] [PATCH 1/4] configure: select mdct for dca encoder

2019-11-06 Thread Lou Logan
On Tue, Nov 5, 2019, at 1:58 PM, Carl Eugen Hoyos wrote: > > Set lgtm. Set pushed. ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email

[FFmpeg-devel] [PATCH 3/4] avcodec/Makefile: add missing h263data dependency to snow encoder

2019-11-05 Thread Lou Logan
Signed-off-by: Lou Logan --- Fixes: --disable-everything --enable-encoder=snow /usr/bin/ld: libavcodec/libavcodec.a(ituh263enc.o): in function `h263_get_motion_length': ituh263enc.c:(.text+0x487): undefined reference to `ff_mvtab' /usr/bin/ld: ituh263enc.c:(.text+0x4db): undefined reference

[FFmpeg-devel] [PATCH 4/4] avcodec/Makefile: add missing msmpeg4* dependencies to wmv1 encoder

2019-11-05 Thread Lou Logan
Signed-off-by: Lou Logan --- Fixes: --disable-everything --enable-encoder=wmv1 /usr/bin/ld: libavcodec/libavcodec.a(msmpeg4enc.o): in function `ff_msmpeg4_encode_init': msmpeg4enc.c:(.text+0x627): undefined reference to `ff_msmpeg4_common_init' /usr/bin/ld: msmpeg4enc.c:(.text+0x671

[FFmpeg-devel] [PATCH 2/4] avcodec/Makefile: add missing vorbis_data dependency to opus encoder

2019-11-05 Thread Lou Logan
Signed-off-by: Lou Logan --- Fixes: --disable-everything --enable-encoder=opus /usr/bin/ld: libavcodec/libavcodec.a(dcaenc.o): in function `encode_init': dcaenc.c:(.text+0xeb9): undefined reference to `ff_mdct_init_fixed_32' /usr/bin/ld: libavcodec/libavcodec.a(dcaenc.o): in function

[FFmpeg-devel] [PATCH 1/4] configure: select mdct for dca encoder

2019-11-05 Thread Lou Logan
Signed-off-by: Lou Logan --- Fixes: --disable-everything --enable-encoder=dca /usr/bin/ld: libavcodec/libavcodec.a(dcaenc.o): in function `encode_init': dcaenc.c:(.text+0xeb9): undefined reference to `ff_mdct_init_fixed_32' /usr/bin/ld: libavcodec/libavcodec.a(dcaenc.o): in function

Re: [FFmpeg-devel] [PATCH 1/8] configure: select mdct & sinewin for atrac3pal decoder

2019-11-05 Thread Lou Logan
On Mon, Nov 4, 2019, at 3:42 PM, Carl Eugen Hoyos wrote: > Am Di., 5. Nov. 2019 um 00:45 Uhr schrieb Lou Logan : > > [...] > > Set lgtm. Set pushed. ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listin

[FFmpeg-devel] [PATCH 6/8] configure: select blockdsp for mdec decoder

2019-11-04 Thread Lou Logan
Signed-off-by: Lou Logan --- Fixes: ./configure --disable-everything --enable-decoder=mdec /usr/bin/ld: libavcodec/libavcodec.a(mdec.o): in function `decode_init': mdec.c:(.text+0x1602): undefined reference to `ff_bswapdsp_init' --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion

[FFmpeg-devel] [PATCH 7/8] configure: select fft for qdmc decoder

2019-11-04 Thread Lou Logan
Signed-off-by: Lou Logan --- Fixes: ./configure --disable-everything --enable-decoder=qdmc /usr/bin/ld: libavcodec/libavcodec.a(qdmc.o): in function `qdmc_decode_init': qdmc.c:(.text+0x112d): undefined reference to `ff_fft_init' /usr/bin/ld: libavcodec/libavcodec.a(qdmc.o): in function

[FFmpeg-devel] [PATCH 8/8] configure: select bswapdsp for ylc decoder

2019-11-04 Thread Lou Logan
Signed-off-by: Lou Logan --- Fixes: ./configure --disable-everything --enable-decoder=ylc /usr/bin/ld: libavcodec/libavcodec.a(ylc.o): in function `decode_init': ylc.c:(.text+0x366): undefined reference to `ff_bswapdsp_init' --- configure | 1 + 1 file changed, 1 insertion(+) diff --git

[FFmpeg-devel] [PATCH 5/8] configure: select blockdsp for imm4 decoder

2019-11-04 Thread Lou Logan
Signed-off-by: Lou Logan --- Fixes: ./configure --disable-everything --enable-decoder=imm4 /usr/bin/ld: libavcodec/libavcodec.a(imm4.o): in function `decode_init': imm4.c:(.text+0x267a): undefined reference to `ff_bswapdsp_init' --- configure | 1 + 1 file changed, 1 insertion(+) diff --git

[FFmpeg-devel] [PATCH 4/8] avcodec/Makefile: add missing ass dependency to ccaption decoder

2019-11-04 Thread Lou Logan
Signed-off-by: Lou Logan --- Fixes: ./configure --disable-everything --enable-decoder=ccaption /usr/bin/ld: libavcodec/libavcodec.a(ccaption_dec.o): in function `init_decoder': ccaption_dec.c:(.text+0xa8): undefined reference to `ff_ass_subtitle_header' /usr/bin/ld: libavcodec/libavcodec.a

[FFmpeg-devel] [PATCH 3/8] configure: select audiodsp for acelp_kelvin decoder

2019-11-04 Thread Lou Logan
Signed-off-by: Lou Logan --- Fixes: ./configure --disable-everything --enable-decoder=acelp_kelvin /usr/bin/ld: libavcodec/libavcodec.a(g729dec.o): in function `decoder_init': g729dec.c:(.text+0xba1): undefined reference to `ff_audiodsp_init' --- configure | 1 + 1 file changed, 1 insertion

[FFmpeg-devel] [PATCH 2/8] configure: select mdct for atrac3al decoder

2019-11-04 Thread Lou Logan
Signed-off-by: Lou Logan --- Fixes: --disable-everything --enable-decoder=atrac3al /usr/bin/ld: libavcodec/libavcodec.a(atrac3.o): in function `atrac3_decode_close': atrac3.c:(.text+0x882): undefined reference to `ff_mdct_end' /usr/bin/ld: libavcodec/libavcodec.a(atrac3.o): in function

[FFmpeg-devel] [PATCH 1/8] configure: select mdct & sinewin for atrac3pal decoder

2019-11-04 Thread Lou Logan
Signed-off-by: Lou Logan --- Fixes: --disable-everything --enable-decoder=atrac3pal /usr/bin/ld: libavcodec/libavcodec.a(atrac3plusdec.o): in function `atrac3p_decode_close': atrac3plusdec.c:(.text+0x2cf): undefined reference to `ff_mdct_end' /usr/bin/ld: atrac3plusdec.c:(.text+0x2e1): undefined

Re: [FFmpeg-devel] [PATCH 5/5] avformat/Makefile: add missing pcm dependency to sdx demuxer

2019-11-04 Thread Lou Logan
On Sat, Nov 2, 2019, at 2:57 AM, Carl Eugen Hoyos wrote: > Am Fr., 1. Nov. 2019 um 23:37 Uhr schrieb Lou Logan : > > [...] > > Set lgtm. Set pushed. ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listin

[FFmpeg-devel] [PATCH 1/5] configure: select jpegtables for rtp muxer

2019-11-01 Thread Lou Logan
Signed-off-by: Lou Logan --- Fixes: ./configure --disable-everything --enable-muxer=rtp && make /usr/bin/ld: libavformat/libavformat.a(rtpenc_jpeg.o): in function `ff_rtp_send_jpeg': libavformat/rtpenc_jpeg.c:116: undefined reference to `avpriv_mjpeg_bits_dc_chrominance' /us

[FFmpeg-devel] [PATCH 3/5] avformat/Makefile: add missing pcm dependency to hcom demuxer

2019-11-01 Thread Lou Logan
Signed-off-by: Lou Logan --- Fixes: ./configure --disable-everything --enable-demuxer=hcom && make /usr/bin/ld: libavformat/libavformat.a(hcom.o):(.data.rel+0x58): undefined reference to `ff_pcm_read_packet' --- libavformat/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(

[FFmpeg-devel] [PATCH 4/5] avformat/Makefile: add missing pcm dependency to nsp demuxer

2019-11-01 Thread Lou Logan
Signed-off-by: Lou Logan --- Fixes: ./configure --disable-everything --enable-demuxer=nsp && make /usr/bin/ld: libavformat/libavformat.a(nspdec.o):(.data.rel+0x58): undefined reference to `ff_pcm_read_packet' /usr/bin/ld: libavformat/libavformat.a(nspdec.o):(.data.rel+0x68): u

[FFmpeg-devel] [PATCH 5/5] avformat/Makefile: add missing pcm dependency to sdx demuxer

2019-11-01 Thread Lou Logan
Signed-off-by: Lou Logan --- Fixes: ./configure --disable-everything --enable-demuxer=sdx && make /usr/bin/ld: libavformat/libavformat.a(sdxdec.o):(.data.rel+0x58): undefined reference to `ff_pcm_read_packet' /usr/bin/ld: libavformat/libavformat.a(sdxdec.o):(.data.rel+0x68): u

[FFmpeg-devel] [PATCH 2/5] configure: select riffdec for act demuxer

2019-11-01 Thread Lou Logan
Signed-off-by: Lou Logan --- Fixes: ./configure --disable-everything --enable-demuxer=act && make /usr/bin/ld: libavformat/libavformat.a(act.o): in function `read_header': libavformat/act.c:78: undefined reference to `ff_get_wav_header' --- configure | 1 + 1 file changed, 1 i

Re: [FFmpeg-devel] [PATCH] configure: fix standalone compilation of mxf muxer

2019-10-30 Thread Lou Logan
On Wed, Oct 30, 2019, at 12:38 AM, Paul B Mahol wrote: > lgtm Pushed 881f083a16a17509aaa53274f2c6f4f4c507dade ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or

[FFmpeg-devel] [PATCH] configure: fix standalone compilation of mxf muxer

2019-10-29 Thread Lou Logan
Signed-off-by: Lou Logan --- Fixes: ./configure --disable-everything --enable-muxer=mxf ... LD ffmpeg_g /usr/bin/ld: libavformat/libavformat.a(mxfenc.o): in function `get_ue_golomb_31': ffmpeg/./libavcodec/golomb.h:140: undefined reference to `ff_ue_golomb_vlc_code' collect2: error: ld

Re: [FFmpeg-devel] [PATCH] web/download: general improvements

2019-10-25 Thread Lou Logan
On Fri, Oct 25, 2019, at 3:17 AM, Deby Page wrote: > > I would recommend adding the following to the button's CSS, wrapping > the button to multiple lines on smaller screens: > white-space: normal; Thanks. Pushed, but with errors: remote: lessc --clean-css src/less/style.less >

Re: [FFmpeg-devel] [PATCH] web/download: general improvements

2019-10-24 Thread Lou Logan
On Tue, Oct 22, 2019, at 10:05 AM, Paul B Mahol wrote: > probably ok Pushed b293ec7188b6b39ac769f358a2f4a95d0a49c1b7. Now giant download button is more giant, but I will adjust the CSS. ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org

[FFmpeg-devel] [PATCH] web/download: general improvements

2019-10-21 Thread Lou Logan
Mention big download button is for source code. Mention "executable files" for Windows users in subheader. State that FFmpeg only provides source code. Rename OS X to macOS. Remove PPA to EOL Ubuntu Trusty. Add button to Old Releases. Signed-off-by: Lou Logan --- src/dow

Re: [FFmpeg-devel] segfault in af_afade.c::activate

2019-10-15 Thread Lou Logan
On Tue, Oct 15, 2019, at 3:06 PM, Mark Niebur wrote: > This should be fixed already on master? I checked a few hours ago and was > able to repro. Yes. Paul made the commit less than 10 minutes ago.

Re: [FFmpeg-devel] [PATCH] avfilter: fix typo in comments

2019-10-14 Thread Lou Logan
mypopy wrote: >On Wed, Oct 9, 2019 at 8:06 PM wrote: >> >> From: Zhao Zhili >> >> --- >> libavfilter/avfilter.h | 2 +- >> 1 file changed, 1 insertion(+), 1 deletion(-) >> >> diff --git a/libavfilter/avfilter.h b/libavfilter/avfilter.h >> index 9d70e7118b..3eaa8a4089 100644 >> ---

Re: [FFmpeg-devel] Front Center labeled as Mono in discrete track in mov

2019-10-11 Thread Lou Logan
On Fri, Oct 11, 2019, at 10:56 AM, London, Marc wrote: > Hi, > > We are very interested in a fix to address the issue where the Front > Center (FC) in a discrete track is identified as a Mono track, > especially in Quicktime/Apple platforms. > >

Re: [FFmpeg-devel] Zoom

2019-10-06 Thread Lou Logan
On Sun, Oct 6, 2019, at 12:32 PM, ABDULLA SAKALLI wrote: > Dear list, > I've 109 png or svg files. I create a video from it. But the video is not > zoomable. I cannot zoom in or out with my mouse. Is it possible to activate > the zoom option for the video. This mailing list (ffmpeg-devel) is only

Re: [FFmpeg-devel] [PATCH] cmdutils: trailing options may be ignored

2019-10-01 Thread Lou Logan
On Sat, Sep 28, 2019, at 5:04 PM, myp...@gmail.com wrote: > > LGTM Pushed 61b7676bd5a6ae79e4a607a600d3741c84ec6d8a ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above,

[FFmpeg-devel] [PATCH] cmdutils: trailing options may be ignored

2019-09-27 Thread Lou Logan
Signed-off-by: Lou Logan --- fftools/cmdutils.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fftools/cmdutils.c b/fftools/cmdutils.c index 6f4031fbb9..84f98b7c04 100644 --- a/fftools/cmdutils.c +++ b/fftools/cmdutils.c @@ -848,8 +848,8 @@ do

Re: [FFmpeg-devel] [PATCH] doc/ffmpeg: -timelimit is in user time

2019-09-27 Thread Lou Logan
On Fri, Sep 27, 2019, at 12:18 AM, Michael Niedermayer wrote: > On Thu, Sep 26, 2019 at 10:27:57AM -0800, Lou Logan wrote: > > Signed-off-by: Lou Logan > > --- > > Some users were expecting real/wall-clock time. > > > > doc/ffmpeg.texi | 2 +- > > fftools/

[FFmpeg-devel] [PATCH] doc/ffmpeg: -timelimit is in user time

2019-09-26 Thread Lou Logan
Signed-off-by: Lou Logan --- Some users were expecting real/wall-clock time. doc/ffmpeg.texi | 2 +- fftools/ffmpeg_opt.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/ffmpeg.texi b/doc/ffmpeg.texi index 1da18d9d0b..92337d 100644 --- a/doc/ffmpeg.texi +++ b

Re: [FFmpeg-devel] [PATCH] web/download: set realistic release schedule

2019-05-21 Thread Lou Logan
On Mon, May 20, 2019, at 11:00 AM, Lou Logan wrote: > Major releases have been every 6 months approximately; not every 3 months. > > Signed-off-by: Lou Logan > --- > src/download | 2 +- > 1 file changed, 1 insertion(+), 1 d

[FFmpeg-devel] [PATCH] web/download: set realistic release schedule

2019-05-20 Thread Lou Logan
Major releases have been every 6 months approximately; not every 3 months. Signed-off-by: Lou Logan --- src/download | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/download b/src/download index 07f4439..9544de2 100644 --- a/src/download +++ b/src/download @@ -258,7

Re: [FFmpeg-devel] [PATCH] avdevice/alsa: fix indefinite stop on closing PCM capture

2019-04-23 Thread Lou Logan
On Mon, Apr 22, 2019, at 10:47 AM, Nicolas George wrote: > > Sorry, missed it. LGTM. Pushed. f9a061a31c3d2d81b3ec1e1b9b37187a358cdd9e ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To

Re: [FFmpeg-devel] [PATCH] avdevice/alsa: fix indefinite stop on closing PCM capture

2019-04-22 Thread Lou Logan
On Fri, 19 Apr 2019 10:54:26 -0800 Lou Logan wrote: > From 10800493523b9274e7cc8784b65cc183a94b7281 Mon Sep 17 00:00:00 2001 > From: Takayuki 'January June' Suwa > Date: Thu, 18 Apr 2019 10:56:40 +0900 > Subject: [PATCH] avdevice/alsa: fix indefinite stop on closing PCM capture &

Re: [FFmpeg-devel] Patchwork attribution

2019-04-19 Thread Lou Logan
On Fri, Apr 19, 2019, at 2:15 PM, Hendrik Leppkes wrote: > > The first mail like that arrived, and handling of it of course > depends on the mail client in question. But at least Patchwork doesn't > seem to like it much, it quite simply still attributes it to the > "shared" mail. > Not sure if

[FFmpeg-devel] [PATCH] avdevice/alsa: fix indefinite stop on closing PCM capture

2019-04-19 Thread Lou Logan
Attached patch resolves the issue mentioned within. >From 10800493523b9274e7cc8784b65cc183a94b7281 Mon Sep 17 00:00:00 2001 From: Takayuki 'January June' Suwa Date: Thu, 18 Apr 2019 10:56:40 +0900 Subject: [PATCH] avdevice/alsa: fix indefinite stop on closing PCM capture Sorry, I forgot to take

Re: [FFmpeg-devel] Patchwork attribution

2019-04-19 Thread Lou Logan
On Thu, 18 Apr 2019 18:01:27 -0400 "Lou Logan" wrote: > > But we can certainly give it a try if you like. I'm not sure how patchwork > will handle it. (Didn't realize my webmail client wasn't actually wrapping my text although it was doing it in the window at the expecte

Re: [FFmpeg-devel] Patchwork attribution

2019-04-19 Thread Lou Logan
On Fri, 19 Apr 2019 00:05:00 + Andreas Rheinhardt wrote: > But now I am unsure whether I should resend my patchsets? At this point I suggest resending as it will allow the commiter to avoid having to adjust the author and will help avoid mistakes.

Re: [FFmpeg-devel] Patchwork attribution

2019-04-18 Thread Lou Logan
On Thu, Apr 18, 2019, at 1:25 PM, Hendrik Leppkes wrote: > > Did you try the "wrap" option? As I understand it, it would preserve > the original mail entirely, and rely on the mail client of the > recipient (ie. us) to properly unwrap the MIME container. > We've had various problems of authorship

Re: [FFmpeg-devel] [OT] Patchwork attribution

2019-04-18 Thread Lou Logan
On Thu, Apr 18, 2019, at 11:09 AM, Nicolas George wrote: > > In my not-so-humble opinion, mailing-list operators should have refused > these bad compromises. "Sorry, you cannot use mailing-lists with > $operator, that is not our fault, they broke it on purpose." The mail admin on the other side

Re: [FFmpeg-devel] Patchwork attribution

2019-04-18 Thread Lou Logan
On Thu, Apr 18, 2019, at 4:51 AM, Hendrik Leppkes wrote: > > Whoever setup this ML sender rewriting thing should probably look into > options to also re-write the patch content and add a "From:" line in > there with the original name and email to avoid issues. I enabled this due DMARC as Timo

Re: [FFmpeg-devel] Need help with FFmpeg javacpp-presets

2019-04-16 Thread Lou Logan
On Tue, Apr 16, 2019, at 10:27 AM, sourabh jain wrote: > Hi , > > can someone here , help me with > Impossible to convert between the formats supported by the filter > 'Parsed_ebur128_0' and the filter 'auto_resampler_0 > explained my situation here : > >

Re: [FFmpeg-devel] [PATCH]download: Fix the release link

2019-04-10 Thread Lou Logan
On Fri, Mar 29, 2019, at 9:39 AM, Michael Niedermayer wrote: > > and i would suggest we consider setting up some bug bounties for these > 151 ? regressions or a subset of them. This may help to draw more > interrest towards them ... Getting off-topic here, but I think some of the donated funds

Re: [FFmpeg-devel] [DECISION] Include more developers in the voting committee [#4]

2019-04-08 Thread Lou Logan
On Sat, Apr 6, 2019, at 8:42 AM, Balint Marton wrote: > > Question: Do you support extending the voting committte with the people > above? Yes ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To

Re: [FFmpeg-devel] [PATCH]download: Fix the release link

2019-03-28 Thread Lou Logan
On Thu, Mar 28, 2019, at 3:00 AM, Carl Eugen Hoyos wrote: > Hi! > > Attached patch also simplifies the release process. > > Please comment, Carl Eugen LGTM. I prefer if you omit the commit message as it may confuse users. We do backport to point releases and users may view that as some sort

Re: [FFmpeg-devel] [PATCH]lavf:Constify AVInputFormat pointer

2019-03-20 Thread Lou Logan
On Wed, Mar 20, 2019, at 9:58 AM, Carl Eugen Hoyos wrote: > > Patch applied. > Breaks compilation for me on x86_64 linux: /usr/bin/ld: libavformat/libavformat.a(allformats.o):(.data.rel.ro+0x398): undefined reference to `ff_kux_demuxer' collect2: error: ld returned 1 exit status make: ***

Re: [FFmpeg-devel] [Patch] beautified + accelerated vf_fillborders – Please review

2019-03-11 Thread Lou Logan
On Mon, 11 Mar 2019 23:07:37 +0100 Ulf Zibis wrote: > From 74dda304bf7a0a31873518187438815d08533934 Mon Sep 17 00:00:00 2001 > From: Ulf Zibis > Date: 11.03.2019, 23:04:15 > > Beautified + accelerated Commit message title prefix for filter patches are usually in the form of:

  1   2   3   4   5   >