Re: [FFmpeg-devel] [PATCH] avfilter/biquads: avoid clipping when using floating type

2014-07-20 Thread Michael Niedermayer
On Thu, Jul 17, 2014 at 03:19:25PM +0700, Muhammad Faiz wrote: > I think clipping isn't needed when using floating type. > Thanks > From 3ffce13b5b118d84b724f2aec342baa6536271da Mon Sep 17 00:00:00 2001 > From: Muhammad Faiz > Date: Thu, 17 Jul 2014 10:49:04 +0700 > Subject: [PATCH] avfilter/biqu

Re: [FFmpeg-devel] [PATCH 1/4] lavc/flacenc: add sse4 version of the 16-bit lpc encoder

2014-07-20 Thread Michael Niedermayer
On Mon, Jul 21, 2014 at 12:32:23AM +0200, James Darnley wrote: > On 2014-03-15 00:01, Michael Niedermayer wrote: > > On Wed, Mar 12, 2014 at 01:03:03PM +0100, James Darnley wrote: > >> +; Is it worth looping correctly over the first samples? The most that > >> ever need > >> +; to be copied is 32

Re: [FFmpeg-devel] [PATCH] avcodec: increase FF_INPUT_BUFFER_PADDING_SIZE to 32

2014-07-20 Thread Michael Niedermayer
On Sun, Jul 20, 2014 at 10:43:30PM +0200, Andreas Cadhalpun wrote: > On 12.06.2014 08:42, Christophe Gisquet wrote: > >Hi, > > > >2014-06-11 21:29 GMT+02:00 Michael Niedermayer : > >>-#define FF_INPUT_BUFFER_PADDING_SIZE 16 > >>+#define FF_INPUT_BUFFER_PADDING_SIZE 32 > > > >So, following the discu

Re: [FFmpeg-devel] [PATCH 1/4] lavc/flacenc: add sse4 version of the 16-bit lpc encoder

2014-07-20 Thread James Darnley
On 2014-03-15 00:01, Michael Niedermayer wrote: > On Wed, Mar 12, 2014 at 01:03:03PM +0100, James Darnley wrote: >> +; Is it worth looping correctly over the first samples? The most that ever >> need >> +; to be copied is 32 so we might as well just unroll the loop and do all 32. > > implementat

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

2014-07-20 Thread Michael Niedermayer
On Sun, Jul 20, 2014 at 11:34:57PM +0200, Andreas Cadhalpun wrote: > Hi, > > this patch fixes two spelling errors: > modeled -> modelled > permits to -> permits one to > > Best regards, > Andreas > encoders.texi |2 +- > protocols.texi |2 +- > 2 files changed, 2 insertions(+), 2 delet

[FFmpeg-devel] [PATCH] fix two spelling errors

2014-07-20 Thread Andreas Cadhalpun
Hi, this patch fixes two spelling errors: modeled -> modelled permits to -> permits one to Best regards, Andreas >From 2fe251d3f7fc4414ed0ebffd93cd35769e1deca4 Mon Sep 17 00:00:00 2001 From: Andreas Cadhalpun Date: Sun, 20 Jul 2014 23:25:06 +0200 Subject: [PATCH] fix two spelling errors --- d

[FFmpeg-devel] [PATCH] Use makeinfo to generate html doc for the new website

2014-07-20 Thread Timothy Gu
texi2html is deprecated by upstream in favor of makeinfo/texi2any. See: - https://www.gnu.org/software/texinfo/manual/texinfo/html_node/texi2html.html - https://wiki.debian.org/Texi2htmlTransition - https://lists.debian.org/debian-devel/2013/05/msg01516.html This is actually two separate changes.

[FFmpeg-devel] [PATCH] Use makeinfo to generate html doc for the new website

2014-07-20 Thread Timothy Gu
texi2html is deprecated by upstream in favor of makeinfo/texi2any. See: - https://www.gnu.org/software/texinfo/manual/texinfo/html_node/texi2html.html - https://wiki.debian.org/Texi2htmlTransition - https://lists.debian.org/debian-devel/2013/05/msg01516.html This is actually two separate changes.

[FFmpeg-devel] [PATCH] Add generate-doc.sh to generate makeinfo-based ffmpeg docs

2014-07-20 Thread Timothy Gu
Signed-off-by: Timothy Gu --- README| 12 +--- generate-doc.sh | 41 + src/template_doctitle | 1 - 3 files changed, 42 insertions(+), 12 deletions(-) create mode 100755 generate-doc.sh delete mode 100644 src/template_doctit

Re: [FFmpeg-devel] [PATCH] avcodec: increase FF_INPUT_BUFFER_PADDING_SIZE to 32

2014-07-20 Thread Andreas Cadhalpun
On 12.06.2014 08:42, Christophe Gisquet wrote: Hi, 2014-06-11 21:29 GMT+02:00 Michael Niedermayer : -#define FF_INPUT_BUFFER_PADDING_SIZE 16 +#define FF_INPUT_BUFFER_PADDING_SIZE 32 So, following the discussion on how API users may be affected by this change, does that need an API bump? One

Re: [FFmpeg-devel] [PATCH 1/3] Use makeinfo to generate html doc for the new website

2014-07-20 Thread Andreas Cadhalpun
On 20.07.2014 20:18, db0 company wrote: On Sun, Jul 20, 2014 at 7:25 PM, Andreas Cadhalpun wrote: On 20.07.2014 19:02, Timothy Gu wrote: Andreas, Could somebody please add the source of the minified style.min.css? That is in the ffmpeg-web repo. All modifications to the CSS should be don

Re: [FFmpeg-devel] [PATCH 3/3] [WEB] Add generate-doc.sh to generate makeinfo-based ffmpeg docs

2014-07-20 Thread db0 company
On Sun, Jul 20, 2014 at 8:09 PM, Clément Bœsch wrote: > On Sun, Jul 20, 2014 at 10:03:49AM -0700, Timothy Gu wrote: > [...] >> + > [...] >> + > [...] >> + > [...] >> + > [...] >> + > [...] >> + > [...] > > This is extremely clumsy, please find another way. I agree. The pieces of code from the he

Re: [FFmpeg-devel] [PATCH 1/3] Use makeinfo to generate html doc for the new website

2014-07-20 Thread db0 company
On Sun, Jul 20, 2014 at 7:25 PM, Andreas Cadhalpun wrote: > On 20.07.2014 19:02, Timothy Gu wrote: >> >> Andreas, >> >>> Could somebody please add the source of the minified style.min.css? >> >> >> That is in the ffmpeg-web repo. All modifications to the CSS should be >> done there then backported

Re: [FFmpeg-devel] [PATCH 3/3] [WEB] Add generate-doc.sh to generate makeinfo-based ffmpeg docs

2014-07-20 Thread Clément Bœsch
On Sun, Jul 20, 2014 at 10:03:49AM -0700, Timothy Gu wrote: [...] > + [...] > + [...] > + [...] > + [...] > + [...] > + [...] This is extremely clumsy, please find another way. -- Clément B. pgpMd3uP0i1jR.pgp Description: PGP signature ___ ffmpeg-dev

Re: [FFmpeg-devel] [PATCH 1/3] Use makeinfo to generate html doc for the new website

2014-07-20 Thread Andreas Cadhalpun
On 20.07.2014 19:02, Timothy Gu wrote: Andreas, Could somebody please add the source of the minified style.min.css? That is in the ffmpeg-web repo. All modifications to the CSS should be done there then backported here. Ah, I see. But still, it would be nice to have the style.less in the r

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 1/3] Use makeinfo to generate html doc for the new website

2014-07-20 Thread Timothy Gu
On Sun, Jul 20, 2014 at 10:02 AM, Timothy Gu wrote: > Andreas, > >> Could somebody please add the source of the minified style.min.css? > > That is in the ffmpeg-web repo. All modifications to the CSS should be > done there then backported here. > > ---8<--- > texi2html is deprecated by upstream i

[FFmpeg-devel] [PATCH 3/3] [WEB] Add generate-doc.sh to generate makeinfo-based ffmpeg docs

2014-07-20 Thread Timothy Gu
Signed-off-by: Timothy Gu --- Now with a ISC license. --- README | 12 +--- generate-doc.sh| 42 ++ src/template_doc_head1 | 11 +++ src/template_doc_head2 | 44 src/templa

[FFmpeg-devel] [PATCH 2/3] [WEB] style: add "warning" style similar to .info but has a red border

2014-07-20 Thread Timothy Gu
Signed-off-by: Timothy Gu --- src/less/style.less | 12 ++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/src/less/style.less b/src/less/style.less index 6a26684..0c9ea03 100644 --- a/src/less/style.less +++ b/src/less/style.less @@ -15,6 +15,7 @@ @Cseconddarkdark: dark

[FFmpeg-devel] [PATCH 1/3] Use makeinfo to generate html doc for the new website

2014-07-20 Thread Timothy Gu
Andreas, > Could somebody please add the source of the minified style.min.css? That is in the ffmpeg-web repo. All modifications to the CSS should be done there then backported here. ---8<--- texi2html is deprecated by upstream in favor of makeinfo/texi2any. See: - https://www.gnu.org/software

Re: [FFmpeg-devel] [PATCH 2] hevc: use different thread wait/report for tmvp

2014-07-20 Thread Ronald S. Bultje
Hi, On Sun, Jul 20, 2014 at 12:31 PM, Christophe Gisquet < christophe.gisq...@gmail.com> wrote: > Hi, > > 2014-07-20 13:35 GMT+02:00 Ronald S. Bultje : > > Do you get a speedup? I tinkered with some related problem in vp9 once > and > > I never got a significant speedup out of it... > > Whatever

Re: [FFmpeg-devel] [PATCH 2] hevc: use different thread wait/report for tmvp

2014-07-20 Thread Christophe Gisquet
Hi, 2014-07-20 13:35 GMT+02:00 Ronald S. Bultje : > Do you get a speedup? I tinkered with some related problem in vp9 once and > I never got a significant speedup out of it... Whatever your definition of significant, I don't think the figure I have is. It's around 1% on a dual core system on ave

[FFmpeg-devel] Invitation to VDD and registration

2014-07-20 Thread Jean-Baptiste Kempf
My dear friends of the FFmpeg community, I'd like to invite you to the VideoLAN Dev Days 2014, the 3rd week-end of September, in Dublin, Ireland. Google is providing the hosting. This technical conference about open source multimedia, will see developers from VLC, libav, FFmpeg, x26*, Phonon, DVB

Re: [FFmpeg-devel] [PATCH] libavu: add pkt_timebase to AVFrame.

2014-07-20 Thread Michael Niedermayer
On Sun, Jul 20, 2014 at 05:27:16PM +0200, wm4 wrote: > On Sun, 20 Jul 2014 17:01:42 +0200 > Michael Niedermayer wrote: [...] > > also some codecs allocate multiple AVFrames with different dimensions > > hevc is one. > > and hypothetical future support of things like spatial scalability > > would

Re: [FFmpeg-devel] [PATCH] libavu: add pkt_timebase to AVFrame.

2014-07-20 Thread wm4
On Sun, 20 Jul 2014 17:01:42 +0200 Michael Niedermayer wrote: > On Sun, Jul 20, 2014 at 04:26:01PM +0200, wm4 wrote: > > On Fri, 18 Jul 2014 13:12:39 +0200 > > Michael Niedermayer wrote: > > > > > On Fri, Jul 18, 2014 at 12:47:06PM +0200, Hendrik Leppkes wrote: > > > > Am 18.07.2014 12:04 schri

Re: [FFmpeg-devel] [PATCH 1/2] Use makeinfo to generate html doc for the new website

2014-07-20 Thread Andreas Cadhalpun
On 19.07.2014 19:58, Timothy Gu wrote: texi2html is deprecated by upstream in favor of makeinfo/texi2any. See: - https://www.gnu.org/software/texinfo/manual/texinfo/html_node/texi2html.html - https://wiki.debian.org/Texi2htmlTransition - https://lists.debian.org/debian-devel/2013/05/msg01516.htm

Re: [FFmpeg-devel] [PATCH] MAINTAINERS: Add db0 for the website

2014-07-20 Thread Michael Niedermayer
On Sun, Jul 20, 2014 at 04:38:49PM +0200, db0company wrote: > --- > MAINTAINERS |2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) applied thanks [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB I have never wished to cater to the crowd; for what I k

Re: [FFmpeg-devel] [PATCH] libavu: add pkt_timebase to AVFrame.

2014-07-20 Thread Michael Niedermayer
On Sun, Jul 20, 2014 at 04:26:01PM +0200, wm4 wrote: > On Fri, 18 Jul 2014 13:12:39 +0200 > Michael Niedermayer wrote: > > > On Fri, Jul 18, 2014 at 12:47:06PM +0200, Hendrik Leppkes wrote: > > > Am 18.07.2014 12:04 schrieb "Benoit Fouet" : > > > > > > > > In order to easily correlate pkt_duratio

[FFmpeg-devel] [PATCH] MAINTAINERS: Add db0 for the website

2014-07-20 Thread db0company
--- MAINTAINERS |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index 3843772..392d509 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -54,7 +54,7 @@ release management Michael Niedermayer Communication = -websi

Re: [FFmpeg-devel] [PATCH] libavu: add pkt_timebase to AVFrame.

2014-07-20 Thread wm4
On Fri, 18 Jul 2014 13:12:39 +0200 Michael Niedermayer wrote: > On Fri, Jul 18, 2014 at 12:47:06PM +0200, Hendrik Leppkes wrote: > > Am 18.07.2014 12:04 schrieb "Benoit Fouet" : > > > > > > In order to easily correlate pkt_duration to its real duration, add the > > > packet time base information

Re: [FFmpeg-devel] [PATCH 01/16] web: Modernize with Bower, Bootstrap, LESS

2014-07-20 Thread James Darnley
On 2014-07-20 15:07, Clément Bœsch wrote: > On Sun, Jul 20, 2014 at 12:59:58PM +0200, James Darnley wrote: >> On 2014-07-14 12:34, db0 company wrote: >>> On Mon, Jul 14, 2014 at 12:32 PM, James Darnley >>> wrote: On 2014-07-14 12:23, db0 company wrote: > On Mon, Jul 14, 2014 at 12:15 PM,

Re: [FFmpeg-devel] [PATCH] libavu: add pkt_timebase to AVFrame.

2014-07-20 Thread Michael Niedermayer
On Fri, Jul 18, 2014 at 01:12:39PM +0200, Michael Niedermayer wrote: > On Fri, Jul 18, 2014 at 12:47:06PM +0200, Hendrik Leppkes wrote: > > Am 18.07.2014 12:04 schrieb "Benoit Fouet" : > > > > > > In order to easily correlate pkt_duration to its real duration, add the > > > packet time base informa

Re: [FFmpeg-devel] new webpage design patches

2014-07-20 Thread Clément Bœsch
On Sun, Jul 20, 2014 at 01:44:48PM +0200, Michael Niedermayer wrote: > On Sun, Jul 20, 2014 at 10:15:03AM +0200, Clément Bœsch wrote: > > On Sun, Jul 20, 2014 at 10:11:39AM +0200, Christophe Gisquet wrote: > > > Hi, > > > > > > 2014-07-15 10:10 GMT+02:00 Clément Bœsch : > > > > The new website can

Re: [FFmpeg-devel] [PATCH 01/16] web: Modernize with Bower, Bootstrap, LESS

2014-07-20 Thread Clément Bœsch
On Sun, Jul 20, 2014 at 12:59:58PM +0200, James Darnley wrote: > On 2014-07-14 12:34, db0 company wrote: > > On Mon, Jul 14, 2014 at 12:32 PM, James Darnley > > wrote: > >> On 2014-07-14 12:23, db0 company wrote: > >>> On Mon, Jul 14, 2014 at 12:15 PM, James Darnley > >>> wrote: > Why are

Re: [FFmpeg-devel] [PATCH] matroskaenc: Don't set language to empty string, use "und"

2014-07-20 Thread Michael Niedermayer
On Sun, Jul 20, 2014 at 10:36:51AM +0200, Jan Gerber wrote: > --- > libavformat/matroskaenc.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > > matroskaenc.c |2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > d0c138234e61f15f5622b5336e91af1f0296bfe1 > 0001-PATCH-matrosk

Re: [FFmpeg-devel] new webpage design patches

2014-07-20 Thread Michael Niedermayer
On Sun, Jul 20, 2014 at 01:44:48PM +0200, Michael Niedermayer wrote: > On Sun, Jul 20, 2014 at 10:15:03AM +0200, Clément Bœsch wrote: > > On Sun, Jul 20, 2014 at 10:11:39AM +0200, Christophe Gisquet wrote: > > > Hi, > > > > > > 2014-07-15 10:10 GMT+02:00 Clément Bœsch : > > > > The new website can

Re: [FFmpeg-devel] new webpage design patches

2014-07-20 Thread Michael Niedermayer
On Sun, Jul 20, 2014 at 10:15:03AM +0200, Clément Bœsch wrote: > On Sun, Jul 20, 2014 at 10:11:39AM +0200, Christophe Gisquet wrote: > > Hi, > > > > 2014-07-15 10:10 GMT+02:00 Clément Bœsch : > > > The new website can be previewed @ http://db0.galo.pe/ffmpeg-web/ > > > > Some comments: > > - "The

Re: [FFmpeg-devel] [PATCH 2] hevc: use different thread wait/report for tmvp

2014-07-20 Thread Ronald S. Bultje
Hi, On Sun, Jul 20, 2014 at 4:21 AM, Christophe Gisquet < christophe.gisq...@gmail.com> wrote: > Hi, > > I don't really like the attached patch firstly because it's a hack, > and secondly because it may break with other kinds of threading > (slice/wpp). > > It depends on the previous patch aroun

Re: [FFmpeg-devel] [PATCH 01/16] web: Modernize with Bower, Bootstrap, LESS

2014-07-20 Thread James Darnley
On 2014-07-14 12:34, db0 company wrote: > On Mon, Jul 14, 2014 at 12:32 PM, James Darnley > wrote: >> On 2014-07-14 12:23, db0 company wrote: >>> On Mon, Jul 14, 2014 at 12:15 PM, James Darnley >>> wrote: Why are there so many empty files? >>> >>> All the *_js files are included to add ext

Re: [FFmpeg-devel] A few filter questions

2014-07-20 Thread Clément Bœsch
On Fri, Jul 18, 2014 at 12:38:43PM +0200, Gerion Entrup wrote: > Am Donnerstag 17 Juli 2014, 17:24:35 schrieb Clément Bœsch: > > On Thu, Jul 17, 2014 at 04:56:08PM +0200, Gerion Entrup wrote: > > [...] > > > > > > Also, you still have the string metadata possibility (git grep SET_META > > > > liba

Re: [FFmpeg-devel] Filters

2014-07-20 Thread Clément Bœsch
On Fri, Jul 18, 2014 at 10:33:40PM +0100, JULIAN GARDNER wrote: [...] > fmpeg -i .ts -vcodec libx264 -b:v 1000k -acodec libfaac -async 1 -vf > 'split [mark], drawbox=10:10:100:100:color=green [dontneed];[mark] > drawbox=100:100:100;100:color=red [vid];[dontneed][vid] overlay' -y -f mpegts >

[FFmpeg-devel] [PATCH] matroskaenc: Don't set language to empty string, use "und"

2014-07-20 Thread Jan Gerber
--- libavformat/matroskaenc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavformat/matroskaenc.c b/libavformat/matroskaenc.c index 92d091f..3488ffe 100644 --- a/libavformat/matroskaenc.c +++ b/libavformat/matroskaenc.c @@ -737,7 +737,7 @@ static int mkv_write_track(AVFo

[FFmpeg-devel] [PATCH 2] hevc: use different thread wait/report for tmvp

2014-07-20 Thread Christophe Gisquet
Hi, I don't really like the attached patch firstly because it's a hack, and secondly because it may break with other kinds of threading (slice/wpp). It depends on the previous patch around tmvp. -- Christophe From 225ab2adceef611b4d6ff7825767a741d26395b6 Mon Sep 17 00:00:00 2001 From: Christoph

Re: [FFmpeg-devel] new webpage design patches

2014-07-20 Thread Clément Bœsch
On Sun, Jul 20, 2014 at 10:11:39AM +0200, Christophe Gisquet wrote: > Hi, > > 2014-07-15 10:10 GMT+02:00 Clément Bœsch : > > The new website can be previewed @ http://db0.galo.pe/ffmpeg-web/ > > Some comments: > - "The FFmpeg project is proud a brand new version" <- lacks a "to > launch"/... ?

Re: [FFmpeg-devel] [PATCH] Introduce avio_dump_contents() and use it in lavd/lavfi.c

2014-07-20 Thread Nicolas George
Le decadi 30 messidor, an CCXXII, Michael Niedermayer a écrit : > > +/** > > + * Read contents of h into print buffer up to EOF. > > + * > > + * @return 0 for success, error code otherwise > > + */ > > +int avio_dump_contents(AVIOContext *h, AVBPrint *pb); > not sure this is a good name, i think bp

Re: [FFmpeg-devel] new webpage design patches

2014-07-20 Thread Christophe Gisquet
Hi, 2014-07-15 10:10 GMT+02:00 Clément Bœsch : > The new website can be previewed @ http://db0.galo.pe/ffmpeg-web/ Some comments: - "The FFmpeg project is proud a brand new version" <- lacks a "to launch"/... ? - The whole section before news does not fit in my screen height and is even more so o

[FFmpeg-devel] [PATCH] hevc: wait proper position for tmvp

2014-07-20 Thread Christophe Gisquet
The old code might have been detrimental as it was potentially checking a CTB line below what's needed. -- Christophe From 575c7afd134ed3acfc826b247fefdd3fe3ba1b40 Mon Sep 17 00:00:00 2001 From: Christophe Gisquet Date: Sun, 20 Jul 2014 09:34:58 +0200 Subject: [PATCH 1/2] hevc: wait proper posit

Re: [FFmpeg-devel] new webpage design patches

2014-07-20 Thread Clément Bœsch
On Sun, Jul 13, 2014 at 10:32:16PM -0400, compn wrote: > On Mon, 14 Jul 2014 02:20:09 +0200 > Michael Niedermayer wrote: > > > Hi all > > > > Theres a pull request that modernises our webpage > > https://github.com/FFmpeg/web/pull/1 > > https://github.com/FFmpeg/FFmpeg/pull/77 > > > > i like t

Re: [FFmpeg-devel] new webpage design patches

2014-07-20 Thread Clément Bœsch
On Sat, Jul 19, 2014 at 06:16:42PM -0800, Lou Logan wrote: > On Tue, Jul 15, 2014, at 12:10 AM, Clément Bœsch wrote: > > - should we restore the hall of shame page, or maybe simply add a > >"Violations" linking to a specific query in our trac? > > I prefer a link to the trac violations. Or no