Re: [FFmpeg-devel] [PATCH] doc: add a few note for sponsorship candidates.

2015-03-19 Thread Lou Logan
lves; some have strange ideas about paragraph formatting and > +apply them to code snippet too. You can have a look at the low-tech mail > +archive on the FFmpeg site to see how your mails actually look like. "low-tech @url{https://lists.ffmpeg.org/piper

Re: [FFmpeg-devel] [PATCH] doc: add a few note for sponsorship candidates.

2015-03-25 Thread Lou Logan
On Wed, 25 Mar 2015 11:10:36 +0100, Nicolas George wrote: > From fca492987eef197aa91a92c2ebe37ac3ff0acc58 Mon Sep 17 00:00:00 2001 > From: Nicolas George > Date: Thu, 19 Mar 2015 21:51:19 +0100 > Subject: [PATCH] doc: add a few note for sponsorship candidates. > +As for FFmpeg, there is not much

Re: [FFmpeg-devel] [PATCH] fateserver: Support parsing version 1 headers

2015-04-07 Thread Lou Logan
On Tue, Apr 7, 2015, at 06:53 PM, Timothy Gu wrote: > ...but unfortunately their fateserver source code is not open to public Why? ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

[FFmpeg-devel] [PATCH] cmdutils: indent protocols listing

2015-04-18 Thread Lou Logan
For readability. Signed-off-by: Lou Logan --- cmdutils.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cmdutils.c b/cmdutils.c index e4e3bac..7126ce8 100644 --- a/cmdutils.c +++ b/cmdutils.c @@ -1535,10 +1535,10 @@ int show_protocols(void *optctx, const char *opt

[FFmpeg-devel] [PATCH] avformat: drop libquvi demuxer

2015-04-22 Thread Lou Logan
libquvi is dead. Signed-off-by: Lou Logan --- TODO: Changelog Bump minor Relevant post: <https://lists.ffmpeg.org/pipermail/ffmpeg-devel/2015-April/172088.html> If a user still wants this they can locally maintain it. --- configure| 4 -- doc/demuxers.texi

Re: [FFmpeg-devel] [PATCH] avformat: drop libquvi demuxer

2015-04-28 Thread Lou Logan
On Wed, Apr 22, 2015, at 12:55 PM, Carl Eugen Hoyos wrote: > > Shouldn't this be deprecated and removed after > the next release? I'm fine with that, but I don't think I'll have the motivation or time to do so (I should really be working on the server), so it will block this patch. However, feel

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

2015-04-30 Thread Lou Logan
On Thu, 30 Apr 2015 14:11:20 +0200, Michael Niedermayer wrote: > Signed-off-by: Michael Niedermayer > --- > configure |1 + > doc/filters.texi | 46 + > libavfilter/Makefile |1 + > libavfilter/allfilters.c |1 + > libavfilter/vers

Re: [FFmpeg-devel] [PATCH] doc/ffmpeg - rewrite Stream Selection chapter

2018-05-25 Thread Lou Logan
On Thu, 24 May 2018 19:18:50 +0530 Gyan Doshi wrote: > From a7ff32bdac54a1f257482526a507ab7823cafb41 Mon Sep 17 00:00:00 2001 > From: Gyan Doshi > Date: Thu, 24 May 2018 19:11:00 +0530 > Subject: [PATCH] doc/ffmpeg - rewrite Stream Selection chapter Nit: Use : instead of - in the subject. > Fl

Re: [FFmpeg-devel] [PATCH] doc/ffmpeg - rewrite Stream Selection chapter

2018-05-26 Thread Lou Logan
On Sat, May 26, 2018, at 12:33 AM, Gyan Doshi wrote: > > Part of the ugliness is due to how the code fragments are rendered: with > vertical margins, creating uneven line spacing. Do you mind if I reduce > or eliminate those margins? Which file sets those margins? The ugly justified text in the

Re: [FFmpeg-devel] [PATCH] doc/ffmpeg - rewrite Stream Selection chapter

2018-05-29 Thread Lou Logan
On Sun, 27 May 2018 09:46:46 +0530 Gyan Doshi wrote: > I was talking about the vertical margins appled to the 'code' element. That's ugly too. I removed the margin for the code element. > From 60ed76348e70f1b0a25eadde8d886d47be3fca69 Mon Sep 17 00:00:00 2001 > From: Gyan Doshi > Date: Thu, 24

Re: [FFmpeg-devel] [PATCH] doc/ffmpeg - rewrite Stream Selection chapter

2018-05-30 Thread Lou Logan
On Tue, May 29, 2018, at 9:43 PM, Gyan Doshi wrote: > > They do here. Which version of makeinfo do you have? 6.5 Works when "--init-file=doc/t2h.pm" is omitted. Didn't investigate further. > More importantly, which version is on the project server? 5.2 __

Re: [FFmpeg-devel] [PATCH] doc/ffmpeg - rewrite Stream Selection chapter

2018-05-31 Thread Lou Logan
On Wed, May 30, 2018, at 9:56 PM, Gyan Doshi wrote: > > Can you run this on the server to check if subsubheadings are rendered? I'm fairly confident it will since @subheading also works online for developer.html, but not locally. However, this shouldn't be blocking your patch since it is an inde

Re: [FFmpeg-devel] Atempo limits

2018-06-04 Thread Lou Logan
On Mon, Jun 4, 2018, at 10:09 AM, Ronak wrote: > > We are looking to use the atempo filter for our audio files. However, > the limit between 0.5 - 2x is too restrictive for us. We would like to > expand the limit to 0.5x - 3x. Consider using the rubberband filter instead if atempo is too simple

Re: [FFmpeg-devel] [PATCH] fftools/ffmpeg_opt: Add -toeof option to stop writing relative to EOF

2018-06-11 Thread Lou Logan
On Mon, Jun 11, 2018, at 1:00 PM, Morten With wrote: > > Also, was this the correct way to send in a revised patch? I'm completely > new to this. Yes, that is acceptable. We are not too picky about that. It can be helpful to rename the subject, such as [PATCH v2], if desired: especially if multip

[FFmpeg-devel] [PATCH] avdevice/v4l2enc: add video4linux2 name alias

2018-06-14 Thread Lou Logan
Makes v4l2 indev name consistent with the v4l2 indev. Signed-off-by: Lou Logan --- libavdevice/v4l2enc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavdevice/v4l2enc.c b/libavdevice/v4l2enc.c index 85200d0a36..1c36f81f90 100644 --- a/libavdevice/v4l2enc.c +++ b

Re: [FFmpeg-devel] [PATCH] avdevice/v4l2enc: add video4linux2 name alias

2018-06-14 Thread Lou Logan
On Thu, Jun 14, 2018, at 1:39 PM, Lou Logan wrote: > Makes v4l2 indev name consistent with the v4l2 indev. Should say: Makes v4l2 outdev name consistent with the v4l2 indev. I changed this locally before sending, but forgot to re-make the updated pa

Re: [FFmpeg-devel] [PATCH] avdevice/v4l2enc: add video4linux2 name alias

2018-06-17 Thread Lou Logan
On Sun, Jun 17, 2018, at 8:25 AM, Carl Eugen Hoyos wrote: > > Wouldn't it make more sense to remove the extremely > long name at the next bump if consistency is needed > here? I don't think it matters too much to also have the alias video4linux2, or at least I can't think of any good reasons to r

Re: [FFmpeg-devel] [PATCH] avdevice/v4l2enc: add video4linux2 name alias

2018-06-18 Thread Lou Logan
On Thu, Jun 14, 2018, at 1:39 PM, Lou Logan wrote: > Makes v4l2 outdev name consistent with the v4l2 indev. > > Signed-off-by: Lou Logan > --- > libavdevice/v4l2enc.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Pushed. __

Re: [FFmpeg-devel] [PATCH] fftools/ffmpeg: add option to hide vsync warnings

2018-06-27 Thread Lou Logan
On Wed, Jun 27, 2018, at 10:00 AM, Marton Balint wrote: > > If we don't know why it spams the console or nobody is willing to fix it, > then decrease loglevel to verbose. I am strongly against adding a command > line option for this. I was just about to give the same suggestion. __

Re: [FFmpeg-devel] [GSOC] [PATCH] ESPCN super-resolution

2018-07-17 Thread Lou Logan
On Tue, Jul 17, 2018, at 11:29 AM, Pedro Arthur wrote: > > It seems gmail just delivered your second patch email from 06/28 today > (delivered after 1670067 seconds), that's why already pushed the first > one and fixed the warnings. It was stuck in the ffmpeg-devel moderation queue due to its size

[FFmpeg-devel] [RFC] Make the user help mailing lists subscription only

2018-07-17 Thread Lou Logan
I'm considering changing the ffmpeg-user and libav-user mailing lists to only accept messages from subscribed users. ffmpeg-devel would be excluded from this due to the higher familiarity of mailing lists with that audience. Currently anyone can send a message to the *-user mailing lists. Althou

Re: [FFmpeg-devel] [RFC] Make the user help mailing lists subscription only

2018-07-19 Thread Lou Logan
On Wed, Jul 18, 2018, at 3:32 AM, Gyan Doshi wrote: > > What's the volume of messages from non-subscribers relative to subscribers? I'm not sure. I never did keep a running tally. I may be able to figure it out via the logs if I were motivated enough. However, I can provide some limited info bet

Re: [FFmpeg-devel] [RFC] Make the user help mailing lists subscription only

2018-07-24 Thread Lou Logan
On Tue, Jul 17, 2018, at 2:43 PM, Lou Logan wrote: > I'm considering changing the ffmpeg-user and libav-user mailing lists to > only accept messages from subscribed users. Implemented. ___ ffmpeg-devel mailing list ffmpeg-devel@ffmp

[FFmpeg-devel] [PATCH] export mime_type of data urls

2023-07-02 Thread David Lou
provides the mime_type hls detection requires. Signed-off-by: David Lou --- libavformat/data_uri.c | 37 ++--- 1 file changed, 30 insertions(+), 7 deletions(-) diff --git a/libavformat/data_uri.c b/libavformat/data_uri.c index 28eb2b9e08..fdc1a2eef9 100644 --- a

[FFmpeg-devel] [PATCH v2] libavformat/data_uri: export mime_type of data urls

2023-07-03 Thread David Lou
provides the mime_type hls detection requires. Thank you. Hopefully this patch doesn't get truncated by email again. Signed-off-by: David Lou --- libavformat/data_uri.c | 37 ++--- 1 file changed, 30 insertions(+), 7 deletions(-) diff --git a/libavformat/data_

Re: [FFmpeg-devel] new webpage design patches

2014-07-19 Thread Lou Logan
ng, the defaults are sane, and I'd expect more users to want mp4 over avi. Or we can always change the old school defaults to something better (I don't know what to though). Thanks for your work on the site stuff. Lou ___ ffmpeg-devel mailin

Re: [FFmpeg-devel] new webpage design patches

2014-07-20 Thread Lou Logan
On Sat, Jul 19, 2014, at 11:49 PM, Clément Bœsch wrote: > libx264 is not always available and not that much common (it requires > special permissions), and the avi to mp4 is IMO not that much common: > it's not going to improve quality, while mp4 to avi has the benefit of > creating videos compatib

Re: [FFmpeg-devel] [PATCH 2/3] web/download: Fix link for linux static builds 64-bit kernel 2.6.32 and above

2014-07-22 Thread Lou Logan
On Mon, 21 Jul 2014 20:37:35 +0200, db0company wrote: > --- > src/download |2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/src/download b/src/download > index 7ddb4e4..fb30ed0 100644 > --- a/src/download > +++ b/src/download > @@ -72,7 +72,7 @@ > >

Re: [FFmpeg-devel] [PATCH 3/3] web/download: Rename builds anchors so old links posted elsewhere still work

2014-07-22 Thread Lou Logan
On Mon, 21 Jul 2014 20:37:36 +0200, db0company wrote: > --- > htdocs/js/download.js | 10 +- > src/download | 13 +++-- > src/less/style.less | 12 ++-- > 3 files changed, 18 insertions(+), 17 deletions(-) > > diff --git a/htdocs/js/download.js b/htdocs/j

Re: [FFmpeg-devel] [PATCH 3/3] web/download: Rename builds anchors so old links posted elsewhere still work

2014-07-22 Thread Lou Logan
On Tue, 22 Jul 2014 10:34:13 -0800, Lou Logan wrote: > The "Mac" should be removed from this title since Apple dropped that > from the OS X naming schemes. I know it's in the anchors, but we can > keep it in those for link preservation. ...but this can be ignored, addres

Re: [FFmpeg-devel] [PATCH 1/3] web/download: Fix redundant git word on snapshot button

2014-07-22 Thread Lou Logan
On Mon, 21 Jul 2014 20:37:34 +0200, db0company wrote: > --- > src/download |2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/src/download b/src/download > index 5eb0b0c..7ddb4e4 100644 > --- a/src/download > +++ b/src/download > @@ -137,7 +137,7 @@ >   >

[FFmpeg-devel] [PATCH] web/projects: move projects to wiki

2014-07-22 Thread Lou Logan
This allows users to add their own project to the list. --- A redirect would be nicer, but I'm feeling lazy. I may address that later, but for now I just wanted to update the links since I already made the page on the wiki. src/projects | 166 +---

Re: [FFmpeg-devel] dmMediaConverter

2014-07-23 Thread Lou Logan
https://trac.ffmpeg.org/wiki/Projects Lou ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Re: [FFmpeg-devel] [PATCH] web/projects: move projects to wiki

2014-07-23 Thread Lou Logan
On Wed, 23 Jul 2014 12:19:32 +0200, db0 company wrote: > On Wed, Jul 23, 2014 at 3:06 AM, Timothy Gu wrote: > > I would simply remove the menu item, but feel free to push with it. > > I agree. + Maybe mention it with a direct link in another page. I removed the menu item and pushed. Thanks. ___

Re: [FFmpeg-devel] [PATCH 3/3] web/download: Rename builds anchors so old links posted elsewhere still work

2014-07-23 Thread Lou Logan
On Tue, 22 Jul 2014 10:36:31 -0800, Lou Logan wrote: > On Tue, 22 Jul 2014 10:34:13 -0800, Lou Logan wrote: > > > The "Mac" should be removed from this title since Apple dropped that > > from the OS X naming schemes. I know it's in the anchors, but we

[FFmpeg-devel] [PATCH] doc/decoders: mention native Opus decoder

2014-07-27 Thread Lou Logan
Signed-off-by: Lou Logan --- doc/decoders.texi | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/decoders.texi b/doc/decoders.texi index 9309b82..6910dc1 100644 --- a/doc/decoders.texi +++ b/doc/decoders.texi @@ -163,6 +163,9 @@ Requires the presence of the libopus headers and library

Re: [FFmpeg-devel] [PATCH] doc/decoders: mention native Opus decoder

2014-07-27 Thread Lou Logan
On Sun, 27 Jul 2014 14:33:54 -0700, Timothy Gu wrote: > OK. Pushed. ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Re: [FFmpeg-devel] Recommendation for ffmpeg.org background color change

2014-07-28 Thread Lou Logan
you are not subscribed to this mailing list I CC'd you, so please see the archives for other replies if you have missed them. <https://ffmpeg.org/pipermail/ffmpeg-devel/2014-July/160338.html> Lou ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpe

[FFmpeg-devel] [PATCH] web: remove projects page and associated dingleberries

2014-07-29 Thread Lou Logan
Alexander Strasser added a redirect on the web server, so this page is no longer needed. The current projects page is located on the wiki: https://trac.ffmpeg.org/wiki/Projects Signed-off-by: Lou Logan --- src/projects | 5 - src/projects_js| 0 src/projects_title | 1 - 3 files

Re: [FFmpeg-devel] [PATCH] web: remove projects page and associated dingleberries

2014-07-29 Thread Lou Logan
On Tue, 29 Jul 2014 23:09:30 +0200, James Darnley wrote: > Are you sure you want to use that word? It's also used to mean "extra stuff" or similar, but I suppose I could have used something more sober. Anyway, pushed for better or for worse. ___ ffmpeg

Re: [FFmpeg-devel] FFmpeg OPW

2014-07-30 Thread Lou Logan
On Mon, 28 Jul 2014 17:46:33 -0400, Reynaldo H. Verdejo Pinochet wrote: > Once posted, it would be great if you can set aside 2 minutes to > tweet/blogpost/whatever about it so it gets noticed. We need all the > $ help we can get. I mentioned this at https://twitter.com/FF

[FFmpeg-devel] [PATCH] doc/indevs: mention required configure options

2014-07-31 Thread Lou Logan
For x11grab, libcdio, and libdc1394 input devices. Signed-off-by: Lou Logan --- doc/indevs.texi | 8 +++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/doc/indevs.texi b/doc/indevs.texi index e0e7e67..ce409b9 100644 --- a/doc/indevs.texi +++ b/doc/indevs.texi @@ -488,7 +488,8

Re: [FFmpeg-devel] [PATCH] doc/indevs: mention required configure options

2014-07-31 Thread Lou Logan
On Fri, 1 Aug 2014 01:42:55 +0200, Michael Niedermayer wrote: > LGTM Pushed. ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

<    1   2   3   4   5   6