Re: [FFmpeg-devel] [PATCH 1/2] libx264: remove the "x264opts" AVOption

2017-03-07 Thread Lou Logan
On Tue, 7 Mar 2017 04:24:23 +0100, Michael Niedermayer wrote: > its a long time ago but i faintly remember that the option you are > about to remove worked while the one remaining had bugs Can you provide a reproducible case? I will try as well. > also this would break scripts I've never liked

Re: [FFmpeg-devel] [PATCH] Add XPM decoder

2017-03-10 Thread Lou Logan
Hi, On Sat, 11 Mar 2017 00:34:18 +0530 Paras wrote: > From: Paras Chadha > > Signed-off-by: Paras > --- > Changelog | 1 + > doc/general.texi| 2 + > libavcodec/Makefile | 1 + > libavcodec/allcodecs.c | 1 + > libavcodec/avcodec.h| 1 + > libavcodec/

Re: [FFmpeg-devel] [PATCH] Documentation: -vf colormatrix options

2017-03-14 Thread Lou Logan
On Wed, 15 Mar 2017 09:15:31 +1300 Katherine Frances Nagels wrote: > From 0dba536e2f98597d9928541517583363bbf9ad00 Mon Sep 17 00:00:00 2001 > From: Katherine Nagels > Date: Mon, 13 Mar 2017 11:57:11 +1300 > Subject: [PATCH] doc/filters: Add colourspace values for colormatrix filter > > --- > d

Re: [FFmpeg-devel] Refund request for travelling costs to Chemnitz

2017-03-14 Thread Lou Logan
On Tue, 14 Mar 2017 22:39:02 +0100 Thilo Borgmann wrote: > I made a mistake and included EUR 6.20 in the first place that were > not fuel costs. Was that a pint or a 6-pack? ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailma

[FFmpeg-devel] [PATCH] lavf/mpegtsenc: clarify pcr_period unit of measurement

2017-03-15 Thread Lou Logan
pcr_period is in milliseconds. Signed-off-by: Lou Logan --- libavformat/mpegtsenc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavformat/mpegtsenc.c b/libavformat/mpegtsenc.c index 0f394c5fe0..3250dde311 100644 --- a/libavformat/mpegtsenc.c +++ b/libavformat

Re: [FFmpeg-devel] [PATCH] lavf/mpegtsenc: clarify pcr_period unit of measurement

2017-03-16 Thread Lou Logan
On Thu, 16 Mar 2017 16:39:18 +0100 Michael Niedermayer wrote: > i suggested it in the past already, but all time and duration values > should be changed to use seconds. It would be much cleaner, consistent > and less confusing. Agreed, but this minor commit can be somewhat informative until if/w

Re: [FFmpeg-devel] [PATCH] lavf/mpegtsenc: clarify pcr_period unit of measurement

2017-03-16 Thread Lou Logan
On Wed, 15 Mar 2017 18:47:31 -0800 Lou Logan wrote: > pcr_period is in milliseconds. > > Signed-off-by: Lou Logan > --- > libavformat/mpegtsenc.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Pushed. ___ ffmpeg-devel m

Re: [FFmpeg-devel] [PATCH] spherical: Change types of bounding and pad to uint32_t

2017-03-16 Thread Lou Logan
On Wed, 15 Mar 2017 10:22:23 +0100 Carl Eugen Hoyos wrote: > Sorry if I miss something but could you clarify who the author of this > patch is? CC'ing as Vittorio is not subscribed to the mailing list. Not that you should have to know that as there was no CC request in this particular message. _

Re: [FFmpeg-devel] [PATCH] avfilter/vf_overlay: remove rgb option

2017-06-24 Thread Lou Logan
On Sat, Jun 24, 2017, at 12:32 AM, Paul B Mahol wrote: > Its been deprecated for over 3 years. > > Signed-off-by: Paul B Mahol > --- > libavfilter/vf_overlay.c | 7 --- > 1 file changed, 7 deletions(-) Fine with me. Don't forget to remove the option from doc/filters.texi as well. __

Re: [FFmpeg-devel] Webp support

2017-07-19 Thread Lou Logan
On Tue, Jul 18, 2017, at 04:00 AM, GT Wang wrote: > Hello dev, > > ffmpeg not support webp right ? FFmpeg natively supports WebP decoding, demuxing, and muxing. FFmpeg can also encode WebP if configured with --enable-libwebp. ___ ffmpeg-devel mailing l

Re: [FFmpeg-devel] filters.texi: explain audio upsampling in loudnorm

2017-08-17 Thread Lou Logan
On Wed, 16 Aug 2017 13:33:24 +0200 Werner Robitza wrote: > From 35b49e497cac452c76ead8da4d618ab93216ad15 Mon Sep 17 00:00:00 2001 > From: Werner Robitza > Date: Wed, 16 Aug 2017 13:27:19 +0200 > Subject: [PATCH] filters.texi: explain audio upsampling in loudnorm > > Explain that audio will be u

Re: [FFmpeg-devel] Odp: Re: [PATCH v15] avformat/dashdec: add dash demuxer base version

2017-08-30 Thread Lou Logan
On Wed, Aug 30, 2017, at 11:53 AM, samsamsam wrote: > [...] Please fix your emails—they are broken. Here's what one looks like: Your messages are: * At least 150k in size. There is no need for them to be this large. Pleas

Re: [FFmpeg-devel] [RFC]Slightly extend the -r input option documentation

2014-08-19 Thread Lou Logan
On Thu, 19 Jun 2014 10:06:48 -0800, Lou Logan wrote: > On Wed, 18 Jun 2014 14:16:52 +0200, Carl Eugen Hoyos wrote: > > > diff --git a/doc/ffmpeg.texi b/doc/ffmpeg.texi > > index 68fd12f..6f3c2c3 100644 > > --- a/doc/ffmpeg.texi > > +++ b/doc/ffmpeg.texi > > @@

[FFmpeg-devel] [PATCH] doc/ffmpeg: fix metadata language example

2014-08-19 Thread Lou Logan
Signed-off-by: Lou Logan --- doc/ffmpeg.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/ffmpeg.texi b/doc/ffmpeg.texi index 23ef668..69ffa87 100644 --- a/doc/ffmpeg.texi +++ b/doc/ffmpeg.texi @@ -339,7 +339,7 @@ ffmpeg -i in.avi -metadata title="my title&quo

Re: [FFmpeg-devel] [PATCH] doc/ffmpeg: fix metadata language example

2014-08-20 Thread Lou Logan
On Tue, 19 Aug 2014 16:40:21 -0700, Timothy Gu wrote: > OK, of course. Thanks. Pushed. ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Re: [FFmpeg-devel] Common mailing-list for API evolutions

2014-08-24 Thread Lou Logan
s from unsubscribed users, messages over the size limit, etc (assuming Mailman is going to be used; I'm unfamiliar with anything else). I just don't want it to be a make-it-and-forget-it type of thing. I could volunteer to do that monotonous job, but then it could be argued that it is no long

Re: [FFmpeg-devel] [PATCH 2/2] fate: Add basic tests for WebM Dash Manifest

2014-08-25 Thread Lou Logan
s too big for a single email message; especially with our number of subscribers I did not believe it would be appreciated by many readers. Current size limit per message is 550 kb. This of course can be changed if desired and can be discussed in another message or

Re: [FFmpeg-devel] [PATCH] Replace incorrect use of "multiply" with "multiple"

2014-08-27 Thread Lou Logan
On Wed, 27 Aug 2014 22:39:29 +0200, James Darnley wrote: > Also replace the plural form "multiplies" with "multiples". > --- > > This drops the addition of the apostrophe from my earlier patch. > > doc/fftools-common-opts.texi |2 +- > libavcodec/dirac.c |2 +- > libavcodec/mp

Re: [FFmpeg-devel] [RFC] Bug bounties

2014-08-27 Thread Lou Logan
On Wed, 27 Aug 2014 22:16:12 +0200, Michael Niedermayer wrote: > Hi all > > I was thinking about if we should put an > automatic 50 USD bounty on every bug thats open since more than > 12 month on trac, and limited to the first 20 claims so its limited > to 1000 USD max expenses for us (for now)

Re: [FFmpeg-devel] [PATCH] tests: Download lena.pnm if its missing from the source tree

2014-08-27 Thread Lou Logan
On Tue, 26 Aug 2014 13:41:42 +0200, Michael Niedermayer wrote: > Signed-off-by: Michael Niedermayer > --- > tests/Makefile |5 - > 1 file changed, 4 insertions(+), 1 deletion(-) > > diff --git a/tests/Makefile b/tests/Makefile > index 07557f9..2f095df 100644 > --- a/tests/Makefile > +++

Re: [FFmpeg-devel] [RFC] Bug bounties

2014-08-28 Thread Lou Logan
eam. Or lazy people can just squawk here, or email me, and I can send an invite. Lou ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

[FFmpeg-devel] [PATCH] doc/demuxers: document gif demuxer

2014-08-28 Thread Lou Logan
Signed-off-by: Lou Logan --- doc/demuxers.texi | 26 ++ 1 file changed, 26 insertions(+) diff --git a/doc/demuxers.texi b/doc/demuxers.texi index d51b9d0..7b96d85 100644 --- a/doc/demuxers.texi +++ b/doc/demuxers.texi @@ -174,6 +174,32 @@ See @url{http

Re: [FFmpeg-devel] Symbian port

2014-08-29 Thread Lou Logan
On Fri, Aug 29, 2014, at 11:24 AM, Федор wrote: > How directly use gas-preprocessor.pl? I download bundle from here -  > https://git.libav.org/?p=gas-preprocessor.git;a=tree  ang try it like > described here -  https://wiki.libav.org/Tools/gas-preprocessor . I got > error :  > gas-preprocessor.

Re: [FFmpeg-devel] [PATCHv2] doc/demuxers: document gif demuxer

2014-08-31 Thread Lou Logan
From ecad89e3edb64da662ae06a9d37c1fa84b02fadb Mon Sep 17 00:00:00 2001 From: Lou Logan Date: Thu, 28 Aug 2014 16:26:11 -0800 Subject: [PATCH] doc/demuxers: document gif demuxer Signed-off-by: Lou Logan --- New patch addressing comments from Timothy and Clément. doc/demuxers.texi | 40

[FFmpeg-devel] [PATCH] web/download: Update Linux Static Build links

2014-09-02 Thread Lou Logan
bit builds, and thanks to Burek for all of his previous work. Signed-off-by: Lou Logan --- src/download | 6 ++ 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/download b/src/download index c0a2023..03fa183 100644 --- a/src/download +++ b/src/download @@ -7

Re: [FFmpeg-devel] [PATCH] web/download: Update Linux Static Build links

2014-09-02 Thread Lou Logan
On Tue, 2 Sep 2014 22:36:35 + (UTC), Carl Eugen Hoyos wrote: > Please push if what you write is correct. > > Thank you, Carl Eugen Pushed. ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Re: [FFmpeg-devel] [PATCH v3] doc/demuxers: document gif demuxer

2014-09-02 Thread Lou Logan
New patch inserted below. On Tue, 2 Sep 2014 16:50:49 -0700, Timothy Gu wrote: > On Aug 31, 2014 3:16 PM, "Lou Logan" wrote: > > > +@item ignore_loop > > > +GIF files can be set to loop infinitely or up to a certain number of > > +times. > > can

Re: [FFmpeg-devel] [PATCH v3] doc/demuxers: document gif demuxer

2014-09-03 Thread Lou Logan
On Tue, 2 Sep 2014 17:35:11 -0700, Timothy Gu wrote: > LGTM > > Timothy Thanks. Pushed. ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Re: [FFmpeg-devel] [PATCH 3/3] web/documentation: Simplify Components Documentation links

2014-09-06 Thread Lou Logan
On Sat, Sep 6, 2014, at 04:37 AM, db0company wrote: > --- > src/documentation | 18 +- > 1 files changed, 9 insertions(+), 9 deletions(-) I don't have a strong opinion about this patch but there are two things I want to bikeshed: 1. One nice thing about the current format is th

Re: [FFmpeg-devel] [PATCH 1/3] web: In README, CSS generated for ffmpeg repo not merged anymore due to copyright requirements

2014-09-10 Thread Lou Logan
On Sat, 6 Sep 2014 14:37:12 +0200, db0company wrote: > --- > README |5 +++-- > 1 files changed, 3 insertions(+), 2 deletions(-) Pushed, thanks! ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Re: [FFmpeg-devel] [PATCH 2/3] web: In the nav, Developers links to developer.html + new Contribute link

2014-09-10 Thread Lou Logan
On Sat, 06 Sep 2014 09:15:40 -0800, Lou wrote: > On Sat, Sep 6, 2014, at 04:37 AM, db0company wrote: > > --- > > src/template_head2 |3 ++- > > 1 files changed, 2 insertions(+), 1 deletions(-) > > LGTM, thanks. > > I can apply, but I'll be unable

Re: [FFmpeg-devel] [PATCH 3/3] web/documentation: Simplify Components Documentation links

2014-09-10 Thread Lou Logan
On Sat, 6 Sep 2014 14:37:14 +0200, db0company wrote: > --- > src/documentation | 18 +- > 1 files changed, 9 insertions(+), 9 deletions(-) Pushed, thanks! ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailma

[FFmpeg-devel] [PATCH] web/contact: replace MPlayer guidelines link

2014-09-11 Thread Lou Logan
Replace with FFmpeg git-howto. Signed-off-by: Lou Logan --- src/contact | 7 ++- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/src/contact b/src/contact index 00cb44f..96f7378 100644 --- a/src/contact +++ b/src/contact @@ -26,11 +26,8 @@ text/plain or even better

Re: [FFmpeg-devel] [PATCH] web/contact: replace MPlayer guidelines link

2014-09-11 Thread Lou Logan
On Thu, 11 Sep 2014 20:57:27 + (UTC), Carl Eugen Hoyos wrote: > Lou Logan lrcd.com> writes: > > > - http://www.mplayerhq.hu/DOCS/tech/patches.txt";> > > MPlayer patch guidelines > > I understand that this is not ideal but ... > > > + Usi

[FFmpeg-devel] [PATCH v2] web/contact: replace MPlayer guidelines link

2014-09-11 Thread Lou Logan
Replace with FFmpeg Developer Documentation and mention git-howto. Signed-off-by: Lou Logan --- src/contact | 9 - 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/src/contact b/src/contact index 00cb44f..1043ec9 100644 --- a/src/contact +++ b/src/contact @@ -26,11 +26,10

Re: [FFmpeg-devel] [PATCH 5/6] docs: mention when one might be offered write access to the git repository

2014-09-12 Thread Lou Logan
On Fri, 12 Sep 2014 20:14:09 +0200, James Darnley wrote: > So, shall I drop this patch then? I would prefer if this particular patch was dropped. > Instead, should I try to expand a section somewhere to state that others > will apply/push submitted patches that pass review? (If the docs don't >

Re: [FFmpeg-devel] [PATCH 1/6] docs: add missing code formatting around commands

2014-09-12 Thread Lou Logan
On Fri, 12 Sep 2014 20:06:47 +0200, James Darnley wrote: > Should I go through the file(s) and change other codes to commands where > they are really commands? (This would be a separate patch.) Personally I wouldn't bother, but it's up to you. IIRC, the docs in general are somewhat inconsistent

Re: [FFmpeg-devel] [PATCH v2] web/contact: replace MPlayer guidelines link

2014-09-12 Thread Lou Logan
On Fri, 12 Sep 2014 11:37:46 +0200, Stefano Sabatini wrote: > LGTM. Pushed. ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

[FFmpeg-devel] [PATCH] web/contact: clarify mailing list descriptions

2014-09-12 Thread Lou Logan
Also slightly reorder mailing lists by "category" of development, user help, then logs. Also link some phrases to relevant pages. Signed-off-by: Lou Logan --- src/contact | 25 - 1 file changed, 12 insertions(+), 13 deletions(-) diff --git a/src/contact b/s

Re: [FFmpeg-devel] [PATCH] web/contact: clarify mailing list descriptions

2014-09-12 Thread Lou Logan
On Sat, 13 Sep 2014 01:58:20 +0200, wm4 wrote: > On Fri, 12 Sep 2014 15:27:00 -0800 > Lou Logan wrote: > > > Also slightly reorder mailing lists by "category" of development, user > > help, then logs. > > > > Also link some phrases to releva

[FFmpeg-devel] [PATCH v2] web/contact: clarify mailing list descriptions

2014-09-15 Thread Lou Logan
Also organize mailing lists by development, help, then logs. Also link some phrases to relevant pages. Signed-off-by: Lou Logan --- src/contact | 26 +- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/src/contact b/src/contact index 640ae58..449127a

[FFmpeg-devel] [PATCH] doc/filters: add geq gradient examples

2014-09-15 Thread Lou Logan
Radial gradient by Víctor Paesa. Linear gradient by Paul Gentemann. Also-by: Víctor Paesa Also-by: Paul Gentemann Signed-off-by: Lou Logan --- doc/filters.texi | 13 + 1 file changed, 13 insertions(+) diff --git a/doc/filters.texi b/doc/filters.texi index bb486ea..5a7ad58 100644

Re: [FFmpeg-devel] [PATCH v2] doc/filters: add geq gradient examples

2014-09-16 Thread Lou Logan
On Tue, 16 Sep 2014 07:34:14 +0200, Clément Bœsch wrote: > On Mon, Sep 15, 2014 at 06:56:29PM -0800, Lou Logan wrote: > > +@item > > +Create a radial gradient that is the same size as the input: > > +@example > > +geq=lum=255*gauss((X/W-0.5)*3)*gauss((Y/H-0.5)*3)/ga

Re: [FFmpeg-devel] [PATCH v2] web/contact: clarify mailing list descriptions

2014-09-16 Thread Lou Logan
On Mon, 15 Sep 2014 14:03:16 -0800, Lou Logan wrote: > Also organize mailing lists by development, help, then logs. > Also link some phrases to relevant pages. > > Signed-off-by: Lou Logan > --- > src/contact | 26 +- > 1 file changed, 13 insert

Re: [FFmpeg-devel] [PATCH v2] doc/filters: add geq gradient examples

2014-09-16 Thread Lou Logan
On Tue, 16 Sep 2014 23:57:29 +0200, Michael Niedermayer wrote: > LGTM Pushed with an expanded description of the second example after discussing with ubitux in #ffmpeg-devel IRC. ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/ma

Re: [FFmpeg-devel] IRC meeting

2014-09-30 Thread Lou Logan
Oct 4. I'll be unavailable on Oct 11 if we choose that date, but don't consider me to be blocking whatever date is preferred by others. Lou ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

[FFmpeg-devel] [PATCH] doc/encoders: add basic libx265 documentation

2014-10-02 Thread Lou Logan
Fixes ticket #3944. Signed-off-by: Lou Logan --- doc/encoders.texi | 28 1 file changed, 28 insertions(+) diff --git a/doc/encoders.texi b/doc/encoders.texi index d67bf89..c0e9890 100644 --- a/doc/encoders.texi +++ b/doc/encoders.texi @@ -1886,6 +1886,34 @@ no-fast

[FFmpeg-devel] [PATCH] web/download: add Ubuntu Multimedia for Trusty PPA

2014-10-03 Thread Lou Logan
Signed-off-by: Lou Logan --- src/download | 10 +++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/src/download b/src/download index 3c817a4..b97240c 100644 --- a/src/download +++ b/src/download @@ -57,10 +57,14 @@ Debian packages for Oldstable, Stable

Re: [FFmpeg-devel] [PATCH] web/download: add Ubuntu Multimedia for Trusty PPA

2014-10-03 Thread Lou Logan
On Sat, 4 Oct 2014 02:12:27 +0200, Michael Niedermayer wrote: > should be ok Pushed. Thanks. ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Re: [FFmpeg-devel] [PATCH 3/3] ffplay: update documentation

2014-10-13 Thread Lou Logan
Hi, Just some nits. On Mon, 13 Oct 2014 23:41:43 +0200, Marton Balint wrote: > Signed-off-by: Marton Balint > --- > doc/ffplay.texi | 24 +++- > 1 file changed, 19 insertions(+), 5 deletions(-) > > diff --git a/doc/ffplay.texi b/doc/ffplay.texi > index 9bb040e..4c01e6c 100

[FFmpeg-devel] [PATCH] doc/filters: update link to OpenCV docs

2014-10-13 Thread Lou Logan
Signed-off-by: Lou Logan --- doc/filters.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/filters.texi b/doc/filters.texi index b9575f4..e9c1a24 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -6226,7 +6226,7 @@ values are assumed. Refer to the official

Re: [FFmpeg-devel] [PATCH] doc/encoders: add basic libx265 documentation

2014-10-13 Thread Lou Logan
On Thu, 2 Oct 2014 15:19:21 -0800, Lou Logan wrote: > Fixes ticket #3944. > > Signed-off-by: Lou Logan > --- > doc/encoders.texi | 28 > 1 file changed, 28 insertions(+) Ping. ___ ffmpeg-devel mailing

Re: [FFmpeg-devel] [PATCH] doc/filters: update link to OpenCV docs

2014-10-16 Thread Lou Logan
On Tue, 14 Oct 2014 04:40:08 +0200, Michael Niedermayer wrote: > On Mon, Oct 13, 2014 at 04:42:05PM -0800, Lou Logan wrote: > > Signed-off-by: Lou Logan > > --- > > doc/filters.texi | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > &

Re: [FFmpeg-devel] [PATCH] doc/encoders: add basic libx265 documentation

2014-10-16 Thread Lou Logan
On Tue, 14 Oct 2014 04:41:44 +0200, Michael Niedermayer wrote: > On Thu, Oct 02, 2014 at 03:19:21PM -0800, Lou Logan wrote: > > Fixes ticket #3944. > > > > Signed-off-by: Lou Logan > > --- > > doc/encoders.texi | 28 > > 1 f

Re: [FFmpeg-devel] [PATCHv2] ffplay: update documentation

2014-10-16 Thread Lou Logan
On Wed, 15 Oct 2014 23:46:21 +0200, Marton Balint wrote: > Thank you for all your feedback, apparently there was some confusion because I > have used "set" both as a synonym to "enabled" and as an imperative. I have > changed all occurences of it to "enabled" or "use", so hopefully it will be > mo

[FFmpeg-devel] [PATCH] libutvideo: remove libutvideo wrapper

2014-10-16 Thread Lou Logan
Native decoder and encoder exists. Signed-off-by: Lou Logan --- I don't know if libutvideo has any advantages over native; maybe Derek can elaborate (and answer other questions). Native seemed faster for decoding and encoding in my lazy, quick tests. Mostly a boredom patch/RFC...

Re: [FFmpeg-devel] [PATCH] libutvideo: remove libutvideo wrapper

2014-10-21 Thread Lou Logan
On Fri, 17 Oct 2014 05:02:55 +0200, Michael Niedermayer wrote: > this removes the possibility to easily test our decoder against > libutvideo. Ok. Just thought I'd throw it out there/generate some discussion. Anyway, patch dropped. ___ ffmpeg-devel ma

Re: [FFmpeg-devel] Facebook page

2014-10-21 Thread Lou Logan
On Tue, 21 Oct 2014 19:30:39 +0200, Thomas Volkert wrote: > There was also no response from Facebook within the last days. The behemoth is probably slow to respond. Let's give them some more time then perhaps prod them again after not hearing from them for a week. I'd rather have "ffmpeg" or not

Re: [FFmpeg-devel] [PATCH] avfilter/vf_overlay: add show property/command

2018-03-11 Thread Lou Logan
On Sun, Mar 11, 2018, at 2:16 PM, Bodecs Bela wrote: > > I have found the info about it. For others who may be curious: https://ffmpeg.org/ffmpeg-filters.html#Timeline-editing See supported filters with: ffmpeg -filters Todo: Mention which filters support timeline in filters.texi. __

Re: [FFmpeg-devel] [PATCH] avcodec/openh264enc.c: generate IDR frame in response to I frame pict_type

2018-03-12 Thread Lou Logan
On Mon, 5 Mar 2018 15:01:16 +0100 Valery Kot wrote: > From f95943165c91dac13a644365f775aff3dd9edb11 Mon Sep 17 00:00:00 2001 > From: vkot > Date: Mon, 5 Mar 2018 13:51:51 +0100 > Subject: [PATCH 3/3] avcodec/openh264enc.c: generate IDR frame in response to > I frame pict_type > > --- > libavc

Re: [FFmpeg-devel] [PATCH] avcodec/openh264enc.c: generate IDR frame in response to I frame pict_type

2018-03-12 Thread Lou Logan
On Mon, Mar 12, 2018, at 1:46 PM, Valery Kot wrote: > Got it. Do I have to post an updated patch as a reply to this thread? Whatever you prefer, but adding a version to the subject can be helpful for us to keep track. You can do that with the "-v" option in "git format-patch". If you want to kee

Re: [FFmpeg-devel] [PATCH] Correcting spelling mistakes

2018-03-15 Thread Lou Logan
On Thu, Mar 15, 2018, at 3:00 AM, sanilraut wrote: > Hi, > I found a few spelling mistakes in variable names. Following is the patch. > > --- > libavformat/dashdec.c | 18 +- > 1 file changed, 9 insertions(+), 9 deletions(-) Pushed, thanks. ___

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

2018-03-16 Thread Lou Logan
On Thu, 15 Mar 2018 18:54:00 +0100 Paul B Mahol wrote: [...] > diff --git a/libavfilter/af_hrtfm.c b/libavfilter/af_hrtfm.c > new file mode 100644 > index 00..48536edd4b > --- /dev/null > +++ b/libavfilter/af_hrtfm.c [...] > +static const AVOption hrtfm_options[] = { > +{ "hradius",

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

2018-03-19 Thread Lou Logan
On Fri, Mar 16, 2018, at 11:44 AM, Paul B Mahol wrote: > Signed-off-by: Paul B Mahol > --- > doc/filters.texi | 60 ++ > libavfilter/Makefile | 1 + > libavfilter/af_hrtfm.c | 486 > +++> libavfilter/allfilters.c | > 1 + > 4 fi

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

2018-03-23 Thread Lou Logan
On Tue, Mar 20, 2018, at 1:20 AM, Paul B Mahol wrote: > Signed-off-by: Paul B Mahol > --- > doc/filters.texi | 66 ++ > libavfilter/Makefile | 1 + > libavfilter/af_hrtfm.c | 557 > +++ > libavfilter/allfilters.c | 1 + > 4 files

Re: [FFmpeg-devel] [PATCH] doc/encoders - list missing options for x265

2018-03-30 Thread Lou Logan
On Fri, 30 Mar 2018 19:22:29 +0530 Gyan Doshi wrote: > From dafcf437cf6ef407b95b63ac21589137c0e78c9b Mon Sep 17 00:00:00 2001 > From: Gyan Doshi > Date: Fri, 30 Mar 2018 19:19:09 +0530 > Subject: [PATCH] doc/encoders - list missing options for x265 > > Add entries for crf and profile in libx265

[FFmpeg-devel] [PATCH] doc/developer: remove merge request method of contributing

2018-04-05 Thread Lou Logan
This seems to confuse Github users into thinking that we may accept pull requests. We do not accept pull requests. Sending patches to the ffmpeg-devel mailing list is our preferred method for users to contribute code. Signed-off-by: Lou Logan --- doc/developer.texi | 6 ++ 1 file changed

Re: [FFmpeg-devel] [PATCH] avcodec/openh264enc.c: generate IDR frame in response to I frame pict_type

2018-04-05 Thread Lou Logan
On Sun, Mar 25, 2018, at 10:51 PM, Valery Kot wrote: > > Just wondering: is there an active maintainer for avcodec/libopenh264? Doesn't appear to be so. > If yes - can he or she please review my patch. If no - how does > maintenance works for "orphaned" modules? Any developer simply decides to r

Re: [FFmpeg-devel] [PATCH] doc: update loglevel option documentation

2018-04-05 Thread Lou Logan
On Tue, Apr 3, 2018, at 12:30 AM, Tobias Rapp wrote: > Updates documentation after the changes to loglevel flag prefix parsing > in 4b736bc921ed96ad6d312ce0cbe0de29b9e3fe81. > > Signed-off-by: Tobias Rapp > --- > doc/fftools-common-opts.texi | 26 ++ > 1 file changed, 18

Re: [FFmpeg-devel] [PATCH] doc/filters: some more details and modified example to, zmq/azmq

2018-04-05 Thread Lou Logan
On Thu, Apr 5, 2018, at 12:02 PM, Paul B Mahol wrote: > > anybody, please apply this. It needs some minor work. I will plan to fix and apply later today. ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-deve

Re: [FFmpeg-devel] [PATCH] doc/filters: some more details and modified example to, zmq/azmq

2018-04-05 Thread Lou Logan
On Thu, Apr 5, 2018, at 12:04 PM, Lou Logan wrote: > > It needs some minor work. I will plan to fix and apply later today. Pushed after some meddling. ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Re: [FFmpeg-devel] [PATCH] doc/developer: remove merge request method of contributing

2018-04-06 Thread Lou Logan
On Thu, Apr 5, 2018, at 10:17 AM, Lou Logan wrote: > This seems to confuse Github users into thinking that we may accept pull > requests. We do not accept pull requests. > > Sending patches to the ffmpeg-devel mailing list is our preferred method > for users to contribute code. >

Re: [FFmpeg-devel] Add IRC nicknames to MAINTAINERS?

2018-04-08 Thread Lou Logan
On Sun, Apr 8, 2018, at 3:05 AM, Tomas Härdin wrote: > > Good suggestion > > /Tomas Patch LGTM with the suggestion from James. Although I'm not on IRC very often lately you can add mine too if you feel like it: llogan. ___ ffmpeg-devel mailing list ffm

Re: [FFmpeg-devel] [PATCH v2] doc: update loglevel option documentation

2018-04-10 Thread Lou Logan
On Mon, Apr 9, 2018, at 10:59 PM, Tobias Rapp wrote: > > +For example to enable repeated log output and set @var{loglevel} to > +@code{verbose}: > +@example > +ffmpeg -loglevel repeat+verbose -i input output > +@end example Just to show all current flags and the loglevel I prefer: For example to

Re: [FFmpeg-devel] [PATCH] avcodec/dpx: Support for RGB 12-bit packed decoding

2018-04-10 Thread Lou Logan
On Tue, Apr 10, 2018, at 2:05 PM, Michael Niedermayer wrote: > > what do you mean by "Git and me are not good friends" ? > If git hates you and sometimes does things that you didnt intend at all then > that would be a problem with direct pushes as theres no way to undo. > But maybe i misunderstand.

Re: [FFmpeg-devel] [PATCH] MAINTAINERS: add myself to documentation section

2018-04-11 Thread Lou Logan
On Wed, Apr 11, 2018, at 8:23 AM, Gyan Doshi wrote: > As suggested by Lou Logan, this patch adds myself as a docs maintainer. I suggested this because the documentation can always use more improvements, we need more active documentation maintainers, and he has previously shown interest in t

Re: [FFmpeg-devel] [PATCH v3] doc: update loglevel option documentation

2018-04-11 Thread Lou Logan
On Tue, Apr 10, 2018, at 11:11 PM, Tobias Rapp wrote: > > BTW: Is there some documentation on the generic flags syntax used in > FFmpeg for options like "-fflags" or "-cpuflags" and how to combine the > tokens with "+" or "-"? I couldn't find something on a quick scan. Doesn't appear to be docum

Re: [FFmpeg-devel] [PATCH] MAINTAINERS: add myself to documentation section

2018-04-13 Thread Lou Logan
On Wed, 11 Apr 2018 21:53:25 +0530 Gyan Doshi wrote: > rom b18cb5bfb7c8df130892f9ec9552287edac2b17a Mon Sep 17 00:00:00 2001 > From: Gyan Doshi > Date: Wed, 11 Apr 2018 21:46:03 +0530 > Subject: [PATCH] MAINTAINERS: add myself to documentation section > > --- > MAINTAINERS | 2 +- > 1 file cha

Re: [FFmpeg-devel] github

2018-04-26 Thread Lou Logan
On Thu, Apr 26, 2018, at 4:40 AM, wm4 wrote: > > To be fair, I'd prefer the github issue tracker over TRAC any day. At least it isn't Bugzilla. What are some of the problems with trac? Is there a self-hostable bug tracker you prefer? ___ ffmpeg-devel ma

Re: [FFmpeg-devel] github

2018-04-26 Thread Lou Logan
On Thu, Apr 26, 2018, at 2:50 PM, wm4 wrote: > > That would mostly get rid of the centralization argument. But I've > heard bad things from someone who wanted to setup a private instance of > it. Apparently it has a large number of dependencies, is extremely hard > to deploy (unless you use their d

Re: [FFmpeg-devel] Licensing question.

2017-12-27 Thread Lou Logan
On Wed, 27 Dec 2017 19:48:52 + Lewis Hornsby wrote: > Hey there, I saw on your facebook page that you were giving out this > email address for enquiries regarding FFMPEG licensing. > > I am developing a closed source application in NW.JS. It is a > Wordpress theme builder. There is a part of

Re: [FFmpeg-devel] [PATCH] avfilter/vidstab: set bytesPerPixel only for packed formats.

2017-12-28 Thread Lou Logan
On Thu, Dec 28, 2017, at 11:51 AM, Michael Niedermayer wrote: > > who maintains vf_vidstabtransform.c ? Realistically, nobody. Ideally, should have been Georg Martius who is the original author of the filter and also of vid.stab itself. Consider CCing him at "martius at mis.mpg.de" or "georg.mar

Re: [FFmpeg-devel] [PATCH 0/6] Patchset to remove ffserver

2018-01-06 Thread Lou Logan
On Sat, Jan 6, 2018, at 9:42 AM, Rostislav Pehlivanov wrote: > > Rebased and pushed, thanks for the reviews Would you add a news entry for this? ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Re: [FFmpeg-devel] GSoC 2018

2018-01-10 Thread Lou Logan
On Wed, Jan 10, 2018, at 3:30 PM, Michael Niedermayer wrote: > > Would there be interrest in a project to write a QR code / barcode > search & decode filter ? I've personally never scanned a QR code, but maybe I'm an outlier. Seems more like an OpenCV project to me. While we are throwing ideas a

Re: [FFmpeg-devel] GSoC 2018

2018-01-10 Thread Lou Logan
On Wed, Jan 10, 2018, at 7:31 PM, Carl Eugen Hoyos wrote: > > Were the GSoC rules concerning documentation projects changed? I don't know. I haven't memorized the rules and haven't looked at them for several years. ___ ffmpeg-devel mailing list ffmpeg-d

Re: [FFmpeg-devel] ffmpeg.org: snapshots not up-to-date

2018-01-11 Thread Lou Logan
On Thu, Jan 11, 2018, at 2:51 PM, Michael Niedermayer wrote: > On Thu, Jan 11, 2018 at 06:57:52PM -0300, James Almer wrote: > > Speaking of doxygen, doxy for branches 3.3 and 3.4 doesn't seem to be > > generated. > > https://ffmpeg.org/documentation.html mentions up to 3.2, and of course > > the ma

Re: [FFmpeg-devel] ffmpeg.org: snapshots not up-to-date

2018-01-11 Thread Lou Logan
On Thu, Jan 11, 2018, at 3:25 PM, Michael Niedermayer wrote: > > its not fully automated, never was Ah, I was assuming more complication. I now see the fix was to simply add the links. ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg

Re: [FFmpeg-devel] [PATCH]configure: Improve the wording of the license failure

2018-02-09 Thread Lou Logan
On Fri, Feb 9, 2018, at 1:06 AM, Carl Eugen Hoyos wrote: > Hi! > > It was reported on the user mailing list that "libvmaf is version3 and > --enable-version3 is not specified." is unclear, attached patch tries > to slightly improve the sentence. > > Please comment, Carl Eugen [...] A few alterna

Re: [FFmpeg-devel] [PATCH] docs/codecs: remove dead codec debug options

2018-02-17 Thread Lou Logan
On Mon, Jan 15, 2018, at 5:59 AM, Gyan Doshi wrote: > Email had 1 attachment: > + 0001-docs-codecs-remove-dead-codec-debug-options.patch > 2k (text/plain) LGTM. Sorry for the delay. I'll push by Monday unless someone else wants to do so earlier. ___ f

Re: [FFmpeg-devel] [PATCH] docs/codecs: remove dead codec debug options

2018-02-19 Thread Lou Logan
On Sat, Feb 17, 2018, at 10:56 AM, Lou Logan wrote: > LGTM. Sorry for the delay. I'll push by Monday unless someone else wants > to do so earlier. Pushed/applied. Thanks. ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.

Re: [FFmpeg-devel] [PATCH] doc/filters: add links to ffmpeg-utils and ffmpeg documentation

2018-02-21 Thread Lou Logan
On Tue, Feb 20, 2018, at 2:01 AM, Tobias Rapp wrote: > Signed-off-by: Tobias Rapp > --- > doc/filters.texi | 48 ++-- > 1 file changed, 26 insertions(+), 22 deletions(-) [...] > @@ -9322,8 +9323,9 @@ A '|'-separated list of parameters to pass to the >

Re: [FFmpeg-devel] h264 and opus in .mp4 container

2018-02-23 Thread Lou Logan
On Thu, Feb 22, 2018, at 9:00 PM, Vittalprasad wrote: > Hi All, > From below link i saw that mp4 container can have h264 as video codec and > opus as audio codec. so i tried both codecs in to mp4 using ffmpeg, but > external player like mplayer, vlc and kmp are failing to decode voice . i.e > whil

Re: [FFmpeg-devel] Pull requests

2018-02-26 Thread Lou Logan
On Mon, Feb 26, 2018, at 12:39 PM, Bjorn Roche wrote: > > I have a patch I'd like to submit -- can I submit a PR on GitHub, or no? The main problem with github and such is that all development discussions and reviews occur at one location: the ffmpeg-devel mailing list. PRs are therefore out of

Re: [FFmpeg-devel] [PATCH] Revert "Remove battleforthenet widget"

2018-02-28 Thread Lou Logan
On Wed, Feb 28, 2018, at 11:25 AM, Jan Ekström wrote: > > Looking at how much it got updated the last time when it misbehaved > shows really well how that worked the last time. Sorry if I sound > facetious, but I do use ffmpeg-all.html a lot and it got /really/ > irritating. +1. I object to the

Re: [FFmpeg-devel] [PATCH] Revert "Remove battleforthenet widget"

2018-03-04 Thread Lou Logan
On Sun, Mar 4, 2018, at 5:45 AM, Ronald S. Bultje wrote: > > I'm so sick of everything being about politics, everything being > politicized, everything being presented about the end of the world, and > everything being pushed in my face and everyone being forced to > continuously pay attention, hav

Re: [FFmpeg-devel] [PATCH] Revert "Remove battleforthenet widget"

2018-03-04 Thread Lou Logan
On Sun, Mar 4, 2018, at 10:54 AM, Compn wrote: > > I still have not seen an argument for why politics should not be > involved on ffmpeg. only some strawman argument about kittens on > youtube. ___

Re: [FFmpeg-devel] [PATCH] compat: remove in-tree NVidia headers

2018-03-05 Thread Lou Logan
On Tue, Feb 27, 2018, at 6:24 AM, Timo Rothenpieler wrote: > > Patch applied. Could you mention the new repo, and perhaps some simple instructions, on HWAccelIntro? I've seen a few confused users. I would but I'm not a HW user and I don't want to add anything incorrect. _

Re: [FFmpeg-devel] [PATCH] compat: remove in-tree NVidia headers

2018-03-05 Thread Lou Logan
On Mon, Mar 5, 2018, at 11:07 AM, Timo Rothenpieler wrote: > > I tried to do that multiple times already, but trac won't let me login, > it just eventually runs into a Gateway Timeout if I try. Weird. I can't duplicate that issue. Is anyone else experiencing this? If you give me the info I can a

Re: [FFmpeg-devel] [PATCH]download: Use git.ffmpeg.org to browse repository

2018-03-08 Thread Lou Logan
On Thu, 8 Mar 2018 23:37:19 +0100 Carl Eugen Hoyos wrote: > Hi! > > Is there a reason why we point users to another website to browse the > FFmpeg repository? My guess is fa2da62: src/download: use a https based link for main "Browse" button But git.ffmpeg.org now has HTTPS so it's a moot point

Re: [FFmpeg-devel] [PATCH]download: Use git.ffmpeg.org to browse repository

2018-03-08 Thread Lou Logan
On Thu, Mar 8, 2018, at 2:09 PM, wm4 wrote: > I didn't even know about it. Can someone make http://git.ffmpeg.org > redirect to this as well, instead of having it return 403? While we're at it redirecting the http *.ffmpeg.org to https would be nice too. ___

<    1   2   3   4   5   6   >