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 ffm

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] 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 > can

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] [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] 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] 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 https://ffm

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 tra

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: > https://patchwork.ffmpeg.org/project/ffmpeg/patch/20200218224926.2

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] [PATCH] web/(old)download: Move 3.0 to olddownloads

2018-12-27 Thread Lou Logan
On Mon, Dec 3, 2018, at 10:19 AM, Lou Logan wrote: > No current downstream appears to be using 3.0: > https://trac.ffmpeg.org/wiki/Downstreams > > Signed-off-by: Lou Logan > --- > src/download| 39 --- >

Re: [FFmpeg-devel] [PATCH 3/6] avcodec/qsvenc: Fix Unkown typo

2018-12-28 Thread Lou Logan
On Fri, Dec 28, 2018, at 12:22 PM, Michael Niedermayer wrote: > Signed-off-by: Michael Niedermayer > --- > libavcodec/qsvenc.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/libavcodec/qsvenc.c b/libavcodec/qsvenc.c > index 70772dc0e2..56a3756357 100644 > --- a/libavcod

Re: [FFmpeg-devel] [PATCH 3/6] avcodec/qsvenc: Fix Unkown typo

2018-12-28 Thread Lou Logan
On Fri, Dec 28, 2018, at 12:35 PM, Lou Logan wrote: > > OK, of course. Same for patch 2/6. No need to submit patches for simple typos. ...also 1/6. ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Re: [FFmpeg-devel] [PATCH 01/11] doc/indevs: fix upto typo

2019-01-02 Thread Lou Logan
On Mon, Dec 31, 2018, at 12:03 PM, Michael Niedermayer wrote: > Signed-off-by: Michael Niedermayer > --- > doc/indevs.texi | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Ok. Same typo is in compat/avisynth/avisynth_c.h. ___ ffmpeg-devel maili

Re: [FFmpeg-devel] [PATCH] doc/developer: require transparency about sponshorships.

2019-01-11 Thread Lou Logan
On Fri, Jan 11, 2019, at 9:21 AM, Nicolas George wrote: > > Signed-off-by: Nicolas George > --- > doc/developer.texi | 10 ++ > 1 file changed, 10 insertions(+) I am against this and completely agree with Derek and Kyle. ___ ffmpeg-devel mailin

[FFmpeg-devel] [PATCH] img2enc: mention -frames:v in error message

2019-01-14 Thread Lou Logan
Signed-off-by: Lou Logan --- libavformat/img2enc.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libavformat/img2enc.c b/libavformat/img2enc.c index a09cc8ec50..bec4bf81dd 100644 --- a/libavformat/img2enc.c +++ b/libavformat/img2enc.c @@ -110,7 +110,8 @@ static int

Re: [FFmpeg-devel] [PATCH] img2enc: mention -frames:v in error message

2019-01-22 Thread Lou Logan
On Tue, Jan 15, 2019, at 10:54 PM, Kieran O Leary wrote: > > Looks good to me. Thanks. Pushed with fixed subject prefix. ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Re: [FFmpeg-devel] [PATCH] web/consulting: add myself

2019-01-31 Thread Lou Logan
On Thu, 31 Jan 2019 21:57:38 +0530 Gyan wrote: > From a03e88da9deb21b800714b695b4d99edb54397ff Mon Sep 17 00:00:00 2001 > From: Gyan Doshi > Date: Thu, 31 Jan 2019 21:44:19 +0530 > Subject: [PATCH] web/consulting: add myself > > Signed-off-by: Gyan Doshi > --- > src/consulting | 13 ++

Re: [FFmpeg-devel] [PATCH] Fix Markdown formatting

2019-01-31 Thread Lou Logan
On Thu, 31 Jan 2019 11:46:49 -0500 Justin Bull wrote: > --- > INSTALL.md | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/INSTALL.md b/INSTALL.md > index 5db912231c..3b220bc6ff 100644 > --- a/INSTALL.md > +++ b/INSTALL.md > @@ -1,4 +1,4 @@ > -#Installing FFmpeg: > +## In

Re: [FFmpeg-devel] [PATCH] doc: fix various typos

2019-01-31 Thread Lou Logan
On Thu, Jan 31, 2019, at 2:23 PM, Moritz Barsnick wrote: > Found with the help of codespell-1.14.0. > > Signed-off-by: Moritz Barsnick > --- > doc/bitstream_filters.texi | 2 +- > doc/codecs.texi| 2 +- > doc/filters.texi | 24 > doc/formats.texi

Re: [FFmpeg-devel] Proposal: Homebrew tap for FFmpeg

2019-02-07 Thread Lou Logan
On Thu, Feb 7, 2019, at 8:28 AM, Derek Buitenhuis wrote: > > I haven't seen anyone object to hosting it as a separate repo on our infra, > but I also didn't see anyone who maintains our infra reply... maybe Michael > has opinions. I'm not against it. Seems like it will be helpful to users and I'm

Re: [FFmpeg-devel] Proposal: Homebrew tap for FFmpeg

2019-02-07 Thread Lou Logan
On Thu, Feb 7, 2019, at 12:49 PM, Carl Eugen Hoyos wrote: > > This sounds like a strong reason not to add it to an FFmpeg > repository: It was claimed in the past that I am the only one > not supporting releases but the same was now repeated by > other developers. We can simply provide a note that

Re: [FFmpeg-devel] Proposal: Homebrew tap for FFmpeg

2019-02-08 Thread Lou Logan
On Fri, Feb 8, 2019, at 12:03 AM, Jean-Baptiste Kempf wrote: > > Helping people to build non-free distributions of FFmpeg is a very weird > and dubious goal. > This is just helping other people violate the FFmpeg license. You could say the same thing for other build scripts such as the AUR for Ar

Re: [FFmpeg-devel] Proposal: Homebrew tap for FFmpeg

2019-02-08 Thread Lou Logan
On Fri, Feb 8, 2019, at 11:27 AM, Jean-Baptiste Kempf wrote: > > Also, the AUR recipe does not push for non-free packages. The proposed homebrew formulae will not push for non-free packages. It will simply provide the options for the user to enable two non-free components (openssh and fdk-aac cu

[FFmpeg-devel] [PATCH] web/docs: remove ffserver links

2019-02-13 Thread Lou Logan
ffserver documentation and sample configuration file has been moved to the wiki: https://trac.ffmpeg.org/wiki/ffserver The files unlinked by this patch will be removed from the server. Signed-off-by: Lou Logan --- src/documentation | 3 --- 1 file changed, 3 deletions(-) diff --git a/src

[FFmpeg-devel] [PATCH] web/generate-doc: replace yasm with x86asm

2019-02-13 Thread Lou Logan
Signed-off-by: Lou Logan --- generate-doc.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/generate-doc.sh b/generate-doc.sh index d8d01d3..4555a35 100755 --- a/generate-doc.sh +++ b/generate-doc.sh @@ -34,9 +34,9 @@ export FA_ICONS=true rm -rf build-doc mkdir build

Re: [FFmpeg-devel] [PATCH] web/docs: remove ffserver links

2019-02-15 Thread Lou Logan
On Wed, Feb 13, 2019, at 3:25 PM, Lou Logan wrote: > ffserver documentation and sample configuration file has been moved to > the wiki: > https://trac.ffmpeg.org/wiki/ffserver > > The files unlinked by this patch will be removed from the server. > > Signed-off-by: Lo

Re: [FFmpeg-devel] [Patch] lavf/mpeg: fix indent

2019-02-18 Thread Lou Logan
On Sun, Feb 17, 2019, at 4:56 PM, Morris Stock wrote: > > Ah, yes, but seems no one else use short name, see new attachment, thanks. You can use whatever name or alias you want. We only want consistency, so future patches from the same address should ideally have the same author name. ___

Re: [FFmpeg-devel] [PATCH 1/4] doc/formats: add reference to ffmpeg(1) stream specifiers as that docs is more complete

2019-02-18 Thread Lou Logan
On Sun, Feb 17, 2019, at 10:58 AM, Marton Balint wrote: > Signed-off-by: Marton Balint > --- > doc/formats.texi | 24 ++-- LGTM ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Re: [FFmpeg-devel] Proposal: Homebrew tap for FFmpeg

2019-02-20 Thread Lou Logan
On Wed, Feb 6, 2019, at 11:48 AM, Werner Robitza wrote: > > I propose that FFmpeg maintains its own ffmpeg formula under its > GitHub organization at github.com/ffmpeg/homebrew-ffmpeg (or similar). > This will ensure that there's one formula users will discover when > they look for an alternative t

Re: [FFmpeg-devel] dav1d support

2019-02-20 Thread Lou Logan
On Wed, Feb 20, 2019, at 3:39 PM, Patel, Dhaval R wrote: > > Does anyone aware about targeted dates for Release 4.2 ? No, but if it follows the trend of the last 5 releases it will be about 6 months from the last release, so my guess is in May or June.

Re: [FFmpeg-devel] [PATCH] doc: add missing hyphen prefix

2019-02-22 Thread Lou Logan
On Fri, Feb 22, 2019, at 2:29 AM, Nicolas George wrote: > > I do not think this is correct: the dash is not part of the option name, > it is part of the Unix command-line tradition. For consistency, it > should be removed when it is there, possibly replaced by the word > "option" if necessary. I d

Re: [FFmpeg-devel] [PATCH] doc: add missing hyphen prefix

2019-02-22 Thread Lou Logan
On Fri, Feb 22, 2019, at 4:21 AM, Nicolas George wrote: > > There are other users than API and command-line. Think of a GUI that > presents all options as editable fields. That seems like an empty argument. Which GUI? Do you have an example? I don't see how some unnamed third-party GUI should hav

Re: [FFmpeg-devel] [PATCH] doc: add missing hyphen prefix

2019-02-22 Thread Lou Logan
On Fri, Feb 22, 2019, at 4:57 AM, Nicolas George wrote: > > That would be an argument for using something way more specific than a > dash. Like what? Do you have an example? > Anyway, that kind of marking would belong in the definition of the macro > @option, not in the body of the documentation.

Re: [FFmpeg-devel] Blackfin optimizations

2019-02-27 Thread Lou Logan
On Wed, Feb 27, 2019, at 10:03 AM, Michael Noel wrote: > Hello, > > Can you pls. send me more details about the Blackfin optimizisations for > the ffmpeg? > > Thanks > Miki Blackfin optimization was removed from the ffmpeg years ago:

[FFmpeg-devel] New active mailing list maintainer needed

2019-03-01 Thread Lou Logan
Would any developer like to volunteer to take care of the mailing lists? I'm retiring from it. Here are the usual tasks: * Clear the ffmpeg-devel moderation ideally on a daily basis. It isn't time consuming but involves approving legit messages/patches (first check to see if it is not a duplica

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: avfilter/fillbord

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: *** [Make

Re: [FFmpeg-devel] [PATCHv3] add signature filter for MPEG7 video signature

2017-03-20 Thread Lou Logan
On Mon, 20 Mar 2017 15:23:10 +0100 Paul B Mahol wrote: > Then wait until someone else appears and like to commit this code. It would be easier to do for a lazy commit monkey if it was rebased to current git master: error: patch failed: Changelog:12 error: Changelog: patch does not apply e

Re: [FFmpeg-devel] [PATCH v2 2/2] avfilter/interlace: add complex vertical low-pass filter

2017-03-29 Thread Lou Logan
On Mon, 13 Mar 2017 16:23:46 + (UTC) Thomas Mundt wrote: [...] > index 09ca4d3..0b5b858 100644 > --- a/libavfilter/vf_tinterlace.c > +++ b/libavfilter/vf_tinterlace.c [...] > +static void lowpass_line_complex_c(uint8_t *dstp, ptrdiff_t width, const > uint8_t *srcp, > +

Re: [FFmpeg-devel] [PATCH]configure: Fix libopus detection

2017-03-29 Thread Lou Logan
On Thu, 30 Mar 2017 00:47:47 +0200 Carl Eugen Hoyos wrote: > Hi! > > Attached patch fixes a compilation error here. What is the error? How can I duplicate the error? ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listi

Re: [FFmpeg-devel] [PATCH] Correct range for framerate in abitscope filter

2017-03-30 Thread Lou Logan
On Thu, 30 Mar 2017 10:13:53 +0530 Gyan wrote: > Ping. Pushed. Thanks. ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Re: [FFmpeg-devel] [PATCH] doc/muxers: fix default value for image2 option start_number.

2017-04-03 Thread Lou Logan
On Mon, Apr 3, 2017, at 02:14 AM, Nicolas George wrote: > Signed-off-by: Nicolas George > --- > doc/muxers.texi | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) LGTM ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman

Re: [FFmpeg-devel] [PATCH] Added additional note to fate.texi to describe the importance of not checking out files from git with core.autocrlf set to true

2017-04-21 Thread Lou Logan
On Fri, 21 Apr 2017 16:05:16 -0700 Aaron Levinson wrote: > From 7ea6455cd52ffe561f94bf03f48c4c2cf61b33c5 Mon Sep 17 00:00:00 2001 > From: Aaron Levinson > Date: Fri, 21 Apr 2017 15:55:11 -0700 > Subject: [PATCH] Added additional note to fate.texi to describe the importance > of not checking out

Re: [FFmpeg-devel] [PATCH] doc/codecs: Add missing documentation for apply_cropping

2017-05-09 Thread Lou Logan
On Tue, 9 May 2017 17:23:35 +0200 Michael Niedermayer wrote: > Signed-off-by: Michael Niedermayer > --- > doc/codecs.texi | 10 ++ > 1 file changed, 10 insertions(+) > > diff --git a/doc/codecs.texi b/doc/codecs.texi > index 1f74c83554..1d8a4e38a4 100644 > --- a/doc/codecs.texi > +++

Re: [FFmpeg-devel] [PATCH] web - src/contact - added link to SuperUser forum

2017-06-08 Thread Lou Logan
On Wed, Jun 7, 2017, at 11:40 AM, Gyan wrote: > On Sat, Jun 3, 2017 at 3:24 PM, Gyan wrote: > > > The support forum at > > > > http://ffmpeg.gusari.org/index.php > > > > which is linked to at > > > > http://www.ffmpeg.org/contact.html#Forums > > > > now sports a banner announcing its likely closur

Re: [FFmpeg-devel] [PATCH] web - src/contact - added link to SuperUser forum

2017-06-16 Thread Lou Logan
On Wed, 07 Jun 2017 23:37:40 -0800 Lou Logan wrote: > LGTM, but I can't push anything until after June 15. Pushed, thanks. ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Re: [FFmpeg-devel] [PATCH] web/template_head2: Remove net neutrality script

2017-11-02 Thread Lou Logan
On Wed, Nov 1, 2017, at 03:52 PM, Michael Niedermayer wrote: > The loss of net neutrality may also be annoying and distracting, and > may be harder to fix than with a patch. We don't need yet another daily reminder of how completely shitty the current US administration is. For the record, yes, I

Re: [FFmpeg-devel] [PATCH] avformat/dv : change audio format endianess to BE

2017-11-03 Thread Lou Logan
On Fri, Nov 3, 2017, at 04:49 PM, Michael Niedermayer wrote: > This does not explain why this change is done. > does it fix a bug? > does it make the code faster? ffmbc uses BE too, but I'm ignorant as to why it does. ___ ffmpeg-devel mailing list ffmpeg

Re: [FFmpeg-devel] Must I subscribe to ffmpeg-devel in order to submit a patch?

2017-11-06 Thread Lou Logan
Hi, On Sat, 4 Nov 2017 21:52:28 -0700 Jim DeLaHunt wrote: > Hello, ffmpeg developers: > > I'm gearing up to submit a patch, adding an FAQ to the documentation. > According to , > "Patches should be posted to the ffmpeg-devel >

Re: [FFmpeg-devel] RPM library deployments

2017-11-18 Thread Lou Logan
On Fri, Nov 17, 2017, at 01:10 PM, Gardner, Greg - 0995 - MITLL wrote: > Hey folks, > > Could someone put me in touch with whoever builds the ffmpeg-libs RPM? It's not from us, a third-party makes that, but I'm not sure who. FFmpeg only provides source code. __

Re: [FFmpeg-devel] Refund request for FFshirt merchandise

2017-11-21 Thread Lou Logan
honored > users: > > > ItemNo Cost > Shirt Samples672,00€ > Shirts (Thomas) 19 228,00€ > Shirts (Lou)25 300,00€ > Shipping1885,69€ > > Total685,69€ > > See the corresponding

Re: [FFmpeg-devel] [PATCH] doc/filters.texi: explain infinite looping

2017-11-23 Thread Lou Logan
On Thu, Nov 23, 2017, at 03:16 AM, Werner Robitza wrote: > Explain how to achieve infinite looping with the loop / aloop filters. > > Signed-off-by: Werner Robitza > --- > doc/filters.texi | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) Pushed. Thanks. __

Re: [FFmpeg-devel] Policy on ffmpeg-devel list and contributions [was: Re: [PATCH] Refactor Developer Docs, update dev list section (v2)]

2017-11-27 Thread Lou Logan
On Mon, Nov 27, 2017, at 02:00 PM, Carl Eugen Hoyos wrote: > No, the mail admins could (or explain that I am wrong.) I would have to check each sender manually to see if they are in the membership database. It would be possible to do this, but not very practical. It would be easier for me to keep

Re: [FFmpeg-devel] Policy on ffmpeg-devel list and contributions [was: Re: [PATCH] Refactor Developer Docs, update dev list section (v2)]

2017-11-27 Thread Lou Logan
On Mon, Nov 27, 2017, at 02:19 PM, Lou Logan wrote: > A very rough guess is that there are usually at least several > patches from unsubscribed users a week (in fact there was one in the > queue minutes ago). To clarify, in this case it was a reply, not

Re: [FFmpeg-devel] Policy on ffmpeg-devel list and contributions [was: Re: [PATCH] Refactor Developer Docs, update dev list section (v2)]

2017-11-27 Thread Lou Logan
On Mon, Nov 27, 2017, at 02:22 PM, Lou Logan wrote: > > To clarify, in this case it was a reply, not a message. Should have typed "patch" there, not message. Actually reading message before sending this time. ___ ffmpeg-devel mailing l

Re: [FFmpeg-devel] Accurately describing ffmpeg-cvslog list [was: Re: [PATCH] Refactor Developer Docs, update dev list section (v2)]

2017-11-27 Thread Lou Logan
On Sun, Nov 26, 2017, at 12:57 PM, Jim DeLaHunt wrote: > I'll observe that we have already heard other opinions: > > * Paul[2]: "Not at all. To be a contributor, it is not needed to > subscribe to [ffmpeg-cvslog] list." > * Timo[3]: "Usually if a discussion comes up the mail from cvslog is

Re: [FFmpeg-devel] Accurately describing ffmpeg-cvslog list [was: Re: [PATCH] Refactor Developer Docs, update dev list section (v2)]

2017-11-27 Thread Lou Logan
On Mon, Nov 27, 2017, at 03:20 PM, Mark Thompson wrote: > > If the intent is that -devel should always be used for replies, can you > set a reply-to header on -cvslog pointing to -devel? Done, thanks. Should have done that years ago. Didn't really think about the cvslog situation much until this d

Re: [FFmpeg-devel] [PATCH] Refactor Developer Docs, update dev list section (v2)

2017-12-04 Thread Lou Logan
On Mon, Dec 4, 2017, at 03:45 AM, Carl Eugen Hoyos wrote: > > Committers have to be subscribed to -cvslog. Back in ye olde cvs days it made more sense, but not anymore with git. Legacy and tradition alone shouldn't be a factor. ___ ffmpeg-devel mailing l

Re: [FFmpeg-devel] [PATCH] Refactor Developer Docs, update dev list section (v2)

2017-12-04 Thread Lou Logan
On Mon, Dec 4, 2017, at 12:54 PM, Lou Logan wrote: > Back in ye olde cvs days it made more sense, but not anymore with git. > Legacy and tradition alone shouldn't be a factor. ...and just for comparison: ffmpeg-devel: 1800 subscribers ffmpeg-cvslog: 190

Re: [FFmpeg-devel] [PATCH] avcodec/libx265.c - Add named option to set profile

2017-12-05 Thread Lou Logan
On Tue, 5 Dec 2017 19:46:09 +0530 Gyan Doshi wrote: > From 13ad80871978fe7e5837863e0e2f7b7d6b356155 Mon Sep 17 00:00:00 2001 > From: Gyan Doshi > Date: Tue, 5 Dec 2017 13:17:53 +0530 > Subject: [PATCH] avcodec/libx265 - Add named option to set profile > > Adds call to x265_param_apply_profile a

Re: [FFmpeg-devel] [PATCH] avcodec/libx265.c - Add named option to set profile

2017-12-05 Thread Lou Logan
On Tue, Dec 5, 2017, at 03:28 PM, Bang He wrote: > can it list profiles and levels? I don't know (also, too lazy to look into it). That's why I asked. ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Re: [FFmpeg-devel] [PATCH] avcodec/libx265.c - Add named option to set profile

2017-12-05 Thread Lou Logan
On Tue, Dec 5, 2017, at 09:36 PM, Gyan Doshi wrote: > Both done. Thanks, and LGTM. As it is late here I plan to test and commit this tomorrow unless someone else does first. ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman

Re: [FFmpeg-devel] [PATCH] avcodec/libx265.c - Add named option to set profile

2017-12-06 Thread Lou Logan
On Tue, Dec 5, 2017, at 10:23 PM, Lou Logan wrote: > As it is late here I plan to test and commit this tomorrow unless > someone else does first. Pushed. Thanks for the patch. ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmp

[FFmpeg-devel] [PATCH] doc/filters: document max luma and chroma matrix size

2017-12-06 Thread Lou Logan
Addresses ticket #6033. Also document valid value ranges for luma_amount and chroma_amount. Signed-off-by: Lou Logan --- doc/filters.texi | 19 ++- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/doc/filters.texi b/doc/filters.texi index 0ec7d652a3..83a6823f52

Re: [FFmpeg-devel] [RFC] [Vote] Drop Windows XP support

2017-12-14 Thread Lou Logan
On Thu, Dec 14, 2017, at 04:26 AM, wm4 wrote: > The subject of the vote is: > > Should we drop support for Windows XP starting in git master and the > next FFmpeg major release? I vote "yes". (But I can't remember if I'm on the vote list and I couldn't find it.) Also, I believe Zeranoe stop

Re: [FFmpeg-devel] [PATCH] avfilter/drawbox+drawgrid - add option to prevent overwriting, of source pixels

2017-12-14 Thread Lou Logan
On Tue, 12 Dec 2017 18:36:29 +0530 Gyan Doshi wrote: > From cc2979978a8c101588c237c0bc9b6c03731b10e9 Mon Sep 17 00:00:00 2001 > From: Gyan Doshi > Date: Mon, 11 Dec 2017 22:35:18 +0530 > Subject: [PATCH] avfilter/drawbox+drawgrid - add option to prevent overwriting > of source pixels > > If th

Re: [FFmpeg-devel] Correction to Webpage

2017-12-14 Thread Lou Logan
On Thu, Dec 14, 2017, at 01:12 AM, Yogender Gupta wrote: > I would like to correct a couple of lines on the following ffmpeg web > page. Can anyone please guide me on how to do it (push patch or raise > ticket or edit page) [...] > https://trac.ffmpeg.org/wiki/HWAccelIntro As Carl tactlessly point

Re: [FFmpeg-devel] [FFmpeg-cvslog] [ffmpeg-web] branch master updated. 979b3a6 web/contact: note that no discussions occur on cvslog and trac mailing lists

2017-12-21 Thread Lou Logan
On Thu, Dec 21, 2017, at 4:07 AM, Carl Eugen Hoyos wrote: > Where was this agreed upon? > > Carl Eugen As a mailing list maintainer I made this decision based on the reality of the situation and due to developer feedback in the following three threads: [FFmpeg-devel] [PATCH] Refactor Developer

Re: [FFmpeg-devel] [PATCH] Add android_capture indev

2017-12-22 Thread Lou Logan
On Fri, Dec 22, 2017, at 10:34 AM, Felix Matouschek wrote: > Hello Michael, > > I fixed the things you mentioned. New patch attached. > > Felix I think you forgot to attach the patch. ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.

Re: [FFmpeg-devel] Public and private structs and fields (was: lavc: add new API for iterating codecs) and codec parsers

2017-12-24 Thread Lou Logan
On Sun, Dec 24, 2017, at 6:54 AM, Nicolas George wrote: > > ...or the unbounded consumer society leading to a global ecologic catastrophe. As I work in the multimedia field I am therefore too poor to participate in the consumer society. > Happy days-getting-longer to you all! What about the oth

Re: [FFmpeg-devel] [PATCH 2/2] MAINTAINERS: modify the hlsenc description

2017-09-18 Thread Lou Logan
On Sun, Sep 17, 2017, at 06:08 PM, Steven Liu wrote: > change the hlsenc from hls encryption to hlsenc > > Suggested-by: Aman Gupta > Signed-off-by: Steven Liu > --- > MAINTAINERS | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/MAINTAINERS b/MAINTAINERS > index 0b0f7fa

[FFmpeg-devel] [PATCH] doc: add mailing list faq

2017-09-27 Thread Lou Logan
Signed-off-by: Lou Logan --- doc/Makefile | 1 + doc/mailing-list-faq.texi | 204 ++ 2 files changed, 205 insertions(+) create mode 100644 doc/mailing-list-faq.texi diff --git a/doc/Makefile b/doc/Makefile index b670f0bd4c..9a4d225e65

Re: [FFmpeg-devel] ffmpeg have program decoding ACC ltam audo stream

2017-09-27 Thread Lou Logan
On Wed, Sep 27, 2017, at 06:00 PM, jk...@antechnic.com wrote: > I am sure I already registered but was always rejected from the list. What message are you receiving? Messages from non-subscribed users automatically go into a moderation queue, but I did not notice a message from you in the queue–t

Re: [FFmpeg-devel] [PATCH] doc: add mailing list faq

2017-09-28 Thread Lou Logan
On Wed, Sep 27, 2017, at 03:59 PM, Lou Logan wrote: > Signed-off-by: Lou Logan > --- > doc/Makefile | 1 + > doc/mailing-list-faq.texi | 204 > ++ > 2 files changed, 205 insertions(+) > create mode 100644 doc/

Re: [FFmpeg-devel] [PATCH] doc: add mailing list faq

2017-09-28 Thread Lou Logan
On Thu, Sep 28, 2017, at 12:28 PM, Kieran O Leary wrote: > Just one typo below, thanks for providing the html as well. [...] > +Perform a site seach using your favorite search engine. Example: > + > > site search Thanks. Will change locally. ___ ffmpeg-

Re: [FFmpeg-devel] [PATCH] doc: add mailing list faq

2017-09-28 Thread Lou Logan
On Thu, Sep 28, 2017, at 01:43 PM, Carl Eugen Hoyos wrote: > Since the first sentence already contains "if possible" I believe > the second sentence can be omitted. OK. Removed locally. ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.

Re: [FFmpeg-devel] [PATCH 2/3] avcodec/v4l2_context: Reduce spelling variations

2017-09-28 Thread Lou Logan
On Thu, Sep 28, 2017, at 04:28 PM, Michael Niedermayer wrote: > Signed-off-by: Michael Niedermayer > --- > libavcodec/v4l2_context.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) LGTM ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org

Re: [FFmpeg-devel] How to tell CFR/VFR video apart, and determine frame rate

2017-09-29 Thread Lou Logan
On Fri, Sep 29, 2017, at 04:32 AM, Richard Ling wrote: > How can I determine whether a filter input is VFR or CFR? > > static int is_vfr(AVFilterLink *inlink) > { > return ???; > } [...] ffmpeg-devel is only for discussions regarding the development of FFmpeg and for submitting patches. Ques

Re: [FFmpeg-devel] [PATCH] MAINTAINERS: change the decklink maintainer to myself

2017-09-30 Thread Lou Logan
On Sat, Sep 30, 2017, at 01:39 PM, Marton Balint wrote: > Signed-off-by: Marton Balint > --- > MAINTAINERS | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Fine with me if you don't hear from Deti for a week or so. Otherwise, just add yourself as a co-maintainer and push anytime. ___

[FFmpeg-devel] [PATCH v2] doc: add mailing list faq

2017-10-02 Thread Lou Logan
Signed-off-by: Lou Logan --- HTML example at http://0x0.st/FTE.html doc/Makefile | 1 + doc/mailing-list-faq.texi | 342 ++ 2 files changed, 343 insertions(+) create mode 100644 doc/mailing-list-faq.texi diff --git a/doc/Makefile b

Re: [FFmpeg-devel] [PATCH v2] doc: add mailing list faq

2017-10-03 Thread Lou Logan
On Tue, Oct 3, 2017, at 12:08 AM, Carl Eugen Hoyos wrote: > Gmane does not work for a long time. Removed. > The reason I also use "uncut" is that "complete" was misunderstood > by some iirc. Added. ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org

Re: [FFmpeg-devel] [PATCH v2] doc: add mailing list faq

2017-10-03 Thread Lou Logan
On Tue, Oct 3, 2017, at 02:23 PM, Lou Logan wrote: > On Tue, Oct 3, 2017, at 12:08 AM, Carl Eugen Hoyos wrote: > > Gmane does not work for a long time. > > Removed. > > > The reason I also use "uncut" is that "complete" was misunderstood > > by s

Re: [FFmpeg-devel] [PATCH] doc/filters: note min. resolution for pixscope

2017-10-10 Thread Lou Logan
On Tue, Oct 10, 2017, at 02:42 AM, Gyan Doshi wrote: > The pixscope filter requires its input to have dimensions of at least > 640x480. I broke the long line and applied. Thanks. ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/ma

Re: [FFmpeg-devel] order T-shirts

2017-10-21 Thread Lou Logan
tach the SVG file when I get back home on Monday or Tuesday. It looks like this but with white lettering: <https://twitter.com/FFmpeg/status/476066145758236673> Lou ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/l

Re: [FFmpeg-devel] order T-shirts

2017-10-21 Thread Lou Logan
On Sat, Oct 21, 2017, at 08:38 AM, Thilo Borgmann wrote: > We can use another color for sure. I guess multicolor printings would > raise the price, though. I assume it will raise the price if it is screenprinted, but I'm not sure by how much. > Do you think this would actually look better? Yes,

Re: [FFmpeg-devel] order T-shirts

2017-10-23 Thread Lou Logan
On Sat, Oct 21, 2017, at 07:53 AM, Lou Logan wrote: > I'll attach the SVG file when I get back home on Monday or Tuesday. SVG attached. Let me know if you need changes or if the printer needs a different format. These shirts will be silk screened, right? If so, the green is intended to

Re: [FFmpeg-devel] order T-shirts

2017-10-29 Thread Lou Logan
On Sat, Oct 28, 2017, at 03:41 AM, Thilo Borgmann wrote: > Both designs come for 12€ each! Lou's design doesn't have a printing on > the neck. I'd choosen the green for our logo by their color chart - it > looks good color-wise to me. Looks good to me too. Thanks for all of your work on this.

[FFmpeg-devel] [PATCH] web/template_head2: Remove net neutrality script

2017-11-01 Thread Lou Logan
The popup is annoying and distracting. This reverts 0078c64257cd3d0a93403185acdcab33fa3d90b1. Signed-off-by: Lou Logan --- src/template_head2 | 1 - 1 file changed, 1 deletion(-) diff --git a/src/template_head2 b/src/template_head2 index d7bb7bd..a0b11ab 100644 --- a/src/template_head2 +++ b

Re: [FFmpeg-devel] [PATCH] lavf/img2enc: remove redundant option 'updatefirst'

2017-11-01 Thread Lou Logan
On Sun, 29 Oct 2017 13:30:40 +0530 Gyan Doshi wrote: > From e845a4cc2d885db6bc27e3f69fbd7940b6131f52 Mon Sep 17 00:00:00 2001 > From: Gyan Doshi > Date: Sun, 29 Oct 2017 13:23:18 +0530 > Subject: [PATCH] lavf/img2enc: remove redundant option 'updatefirst' > > 'updatefirst' is an undocumented op

Re: [FFmpeg-devel] [PATCH] openssl: Support version 1.1.0.

2016-10-09 Thread Lou Logan
On Sun, Oct 9, 2016, at 07:39 AM, Matt Oliver wrote: > --- > configure | 3 +- > libavformat/tls_openssl.c | 159 > -- > 2 files changed, 98 insertions(+), 64 deletions(-) Does this fix ticket #5675? If it does you can mention that in

Re: [FFmpeg-devel] replacing -r for -framerate in StreamingGuide

2016-10-16 Thread Lou Logan
On Sun, Oct 16, 2016, at 03:39 AM, Sven C. Dack wrote: > Hello, > > I've just noticed how the StreamingGuide > https://trac.ffmpeg.org/wiki/StreamingGuide uses -r for the framerate in > its > examples. I believe the correct command line argument here now is > -framerate. Thanks, but it is a wik

Re: [FFmpeg-devel] [PATCH] doc: fix spelling errors

2016-10-21 Thread Lou Logan
On Thu, Oct 13, 2016, at 01:25 PM, Andreas Cadhalpun wrote: [...] > @item mgain > Set max gain that will be displayed. Only useful if curves option is > activated. > -Setting this to reasonable value allows to display gain which is derived > from > +Setting this to reasonable value allows one to

Re: [FFmpeg-devel] [PATCH] doc: fix spelling errors

2016-10-21 Thread Lou Logan
On Fri, Oct 21, 2016, at 01:21 PM, Andreas Cadhalpun wrote: > > Updated patch is attached. LGTM, thanks. ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Re: [FFmpeg-devel] [PATCH] doc/patchwork: Document the patchwork states

2016-10-22 Thread Lou Logan
On Sat, Oct 22, 2016, at 09:49 AM, Bodecs Bela wrote: > > under review: someone marked it because he/she investigate this patch. > So the patch submitter and other potential reviewers may feel/be_sure > that this patch is already handled by someone else. > I suggest to use it. This is psychologic

Re: [FFmpeg-devel] [PATCH] doc: fix spelling errors

2016-10-29 Thread Lou Logan
On Sat, Oct 29, 2016, at 06:57 AM, Andreas Cadhalpun wrote: > Signed-off-by: Andreas Cadhalpun > --- > doc/filters.texi | 2 +- > doc/formats.texi | 2 +- > libavcodec/4xm.c | 2 +- > 3 files changed, 3 insertions(+), 3 deletions(-) LGTM, thanks. Feel free to push trivial typo patches without se

Re: [FFmpeg-devel] [PATCH] avformat/flvenc: add build_keyframes_index option

2016-11-03 Thread Lou Logan
On Thu, Nov 3, 2016, at 05:05 AM, Steven Liu wrote: > Build keyframes index information into metadata. Can be simplified to: "Add keyframe index metadata." > Be used to http VOD flv. The above phrase is not very descriptive. I suggest something like: "Used to facilitate seeking; particularly f

Re: [FFmpeg-devel] [PATCH v1] avformat/flvenc: add add_keyframe_index option

2016-11-04 Thread Lou Logan
On Fri, 4 Nov 2016 11:24:06 +0800, Steven Liu wrote: > Add keyframe index metadata > Used to facilitate seeking; particularly for HTTP pseudo streaming. > > Reviewed-by: Lou Logan > Signed-off-by: Steven Liu > --- > doc/muxers.texi |3 + > lib

Re: [FFmpeg-devel] [PATCH] avcodec/hap: consistent name for codec

2016-11-04 Thread Lou Logan
On Fri, 4 Nov 2016 16:55:27 +0100, Paul B Mahol wrote: > ok Fixed typo in commit message and pushed. ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Re: [FFmpeg-devel] [PATCH] doc/encoders: add documentation for the Hap encoder

2016-11-10 Thread Lou Logan
On Thu, 10 Nov 2016 23:09:52 +0100, Martin Vignali wrote: > > lgtm Applied. ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

<    1   2   3   4   5   6   >