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
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
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
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
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
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
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.
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.
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
---
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
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
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,
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
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
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
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
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
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
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
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
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
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
>
---
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
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
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"/... ?
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
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
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
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
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
49 matches
Mail list logo