On 2/14/16, Timothy Gu wrote:
> ---
> tests/checkasm/Makefile | 1 +
> tests/checkasm/checkasm.c | 3 ++
> tests/checkasm/checkasm.h | 1 +
> tests/checkasm/vf_blend.c | 130
> ++
> 4 files changed, 135 insertions(+)
> create mode 100644 tests/
On 2/14/16, Timothy Gu wrote:
> ---
> libavfilter/vf_blend.c | 22 ++
> 1 file changed, 14 insertions(+), 8 deletions(-)
>
lgtm
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel
On 2/14/16, Timothy Gu wrote:
> For xor mode, 1.8x faster on Haswell.
> ---
> libavfilter/vf_blend.c | 6 ++
> 1 file changed, 6 insertions(+)
>
> diff --git a/libavfilter/vf_blend.c b/libavfilter/vf_blend.c
> index c24013d..599084f 100644
> --- a/libavfilter/vf_blend.c
> +++ b/libavfilter/vf
On 2/14/16, Timothy Gu wrote:
> ---
> libavfilter/blend.h | 2 +-
> libavfilter/vf_blend.c | 27 ++-
> libavfilter/x86/vf_blend.asm| 3 +--
> libavfilter/x86/vf_blend_init.c | 2 +-
> 4 files changed, 17 insertions(+), 17 deletions(-)
>
ok if i
On 2/14/16, Timothy Gu wrote:
> 2.5x faster for 8-bit mode without autovectorization in GCC, 2x
> slower with it on x86. However, since the platforms we enable GCC
> autovectorization on most probably has support for SSE2
> optimization (added in the subsequent commit), this commit should
> in gen
On 2/14/16, Timothy Gu wrote:
> On Sat, Feb 13, 2016 at 07:21:25PM -0800, Timothy Gu wrote:
>> ---
>> libavfilter/x86/vf_blend.asm| 30 ++
>> libavfilter/x86/vf_blend_init.c | 2 ++
>> 2 files changed, 32 insertions(+)
>
> Locally added commit message:
>
> 4.
On 02/14/2016 07:03 AM, Mats Peterson wrote:
Old stuff, new shape.
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel
Just as a parenthesis, regardless of whether this patch is applied or
not, th
On 02/14/2016 11:45 AM, Mats Peterson wrote:
On 02/14/2016 07:03 AM, Mats Peterson wrote:
Old stuff, new shape.
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel
Just as a parenthesis, regardles
On 02/14/2016 11:45 AM, Mats Peterson wrote:
Just as a parenthesis, regardless of whether this patch is applied or
not, the only way to create a "spec" compliant 1 bpp raw file from a 1
bpp raw AVI or QuickTime file
Make that any type of source file, not only AVI or QuickTime.
--
Mats Peterson
On 2/13/16, Stefano Sabatini wrote:
> On date Friday 2016-02-12 15:28:15 +0100, Paul B Mahol encoded:
>> On 2/11/16, Paul B Mahol wrote:
>> > Hi,
>> >
>> > patch attached.
>> >
>>
>> Better version attached.
>
>> From d953f78bffbf3db8f0209b41b189ece12b402afa Mon Sep 17 00:00:00 2001
>> From: Paul
On 2/12/16, Paul B Mahol wrote:
> On 2/11/16, Paul B Mahol wrote:
>> Hi,
>>
>> patch attached.
>>
>
> Better version attached.
>
Even better version attached.
From 5a96e8103b2556291e1fe1922adb16945e70f64b Mon Sep 17 00:00:00 2001
From: Paul B Mahol
Date: Thu, 11 Feb 2016 22:05:54 +0100
Subject:
All aplied. Thanks.
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel
On Sat, Jan 23, 2016 at 10:12:30AM +0100, Andreas Cadhalpun wrote:
> VLC uses hwaccel with frame threads and it works fine, but returning
> an error here made it fail.
>
> This regression was introduced in commit 31741ae.
>
> Signed-off-by: Andreas Cadhalpun
> ---
> libavcodec/utils.c | 5 ++---
On Sat, Feb 13, 2016 at 11:47:20PM -0500, Alexander Agranovsky wrote:
>
> mpjpegdec.c |7 +++
> 1 file changed, 7 insertions(+)
> 7be9bc0f4e4e369bc7bf45dd1ce8a3b97e960f4e
> 0001-lavf-mpjpeg-Trim-quotes-on-MIME-boundary-if-present.patch
> From f2d8bc033cc6ab6e9a42472c99bdfce8305a13db Mo
Hi,
2016-02-14 6:49 GMT+01:00 Timothy Gu :
> %if HAVE_MMX_INLINE
Isn't that macro meant for C code (and in config.asm without much of a purpose)?
I suspect it is not useful, but I haven't dug into that.
> +; XXX some of these macros are not used right now, but they will in the
> future
> +;
Hi,
2016-02-14 0:43 GMT+01:00 Michael Niedermayer :
> i can test and commit the code, it seems everyone who wanted to
> comment did comment
Yes, nothing really worth postponing the patchset from my side, except
maybe cleaner splitting of the bypass stuff, as agreed by the author.
I don't mind if
It is not supported on 32bit.
Signed-off-by: Marton Balint
---
libavutil/parseutils.c| 2 +-
tests/ref/fate/parseutils | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/libavutil/parseutils.c b/libavutil/parseutils.c
index 16c8b6a..0097bec 100644
--- a/libavutil/parseuti
On date Saturday 2016-02-13 23:08:50 +0100, wm4 encoded:
> On Sat, 13 Feb 2016 21:51:48 +0100
> Michael Niedermayer wrote:
>
> > On Sat, Feb 13, 2016 at 08:46:34PM +0100, wm4 wrote:
> > > On Sat, 13 Feb 2016 19:38:01 +0100
> > > Michael Niedermayer wrote:
> > >
> > > > This fixes the layout t
On date Saturday 2016-02-13 22:00:27 +0100, Martin Vignali encoded:
[...]
> From 8395ed7c66327f754e656622bacb5c2dd91d00ca Mon Sep 17 00:00:00 2001
> From: Martin Vignali
> Date: Sat, 13 Feb 2016 21:46:38 +0100
> Subject: [PATCH] lavf/segment: add increment timecode option
>
> for example you can
On Sat, Feb 13, 2016 at 11:49:06PM -0500, Alexander Agranovsky wrote:
>
> mpjpegdec.c |4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
> 0c761f422ba83446d20728449c0c6813e4e11560
> 0003-lavf-mpjpeg-do-not-include-CRLF-preceding-boundary-a.patch
> From b2ef061db32933e896dbeecb68268
On 2/10/16, Derek Buitenhuis wrote:
> * Upstream libutvideo doesn't build as a lib, and Linux is not supported.
> It has no API.
> * The fork that was used as an argument to keep support is *also* broken and
> unmaintained now, and it's maintainer/author is fine with removal.
> * A third fork
2016-02-14 14:10 GMT+01:00 Stefano Sabatini :
> On date Saturday 2016-02-13 22:00:27 +0100, Martin Vignali encoded:
> [...]
> > From 8395ed7c66327f754e656622bacb5c2dd91d00ca Mon Sep 17 00:00:00 2001
> > From: Martin Vignali
> > Date: Sat, 13 Feb 2016 21:46:38 +0100
> > Subject: [PATCH] lavf/segme
Since a new frame is created due to the line alignment requirement of 16
bytes, the nut palette has to be retrieved from the packet data.
Mats
--
Mats Peterson
http://matsp888.no-ip.org/~mats/
>From d8687d9a6db9630876619e802086c78d82f5c661 Mon Sep 17 00:00:00 2001
From: Mats Peterson
Date: Sun
You could try doing 8 or 16 bytes per iteration instead of 4, it might
be faster depending on how good your cpu is at OOE.
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel
Paul B Mahol gmail.com> writes:
> Because there is not more maintainer for this, I will
> push this very soon.
I will try to maintain it for the foreseeable future.
Carl Eugen
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/m
On 2/14/2016 11:53 AM, Carl Eugen Hoyos wrote:
> Paul B Mahol gmail.com> writes:
>
>> Because there is not more maintainer for this, I will
>> push this very soon.
>
> I will try to maintain it for the foreseeable future.
>
> Carl Eugen
How do you plan to get around the fact the only working
Hi/2.
These are v2 patches for os2threads.
Replaced spin-locks with an event semaphore.
[PATCH v2 1/3] compat/os2threads: Improve pthread_cond_xxx()
[PATCH v2 2/3] compat/os2threads: support the return value of joined
[PATCH v2 3/3] compat/os2threads: split long lines
___
---
compat/os2threads.h | 17 -
1 file changed, 12 insertions(+), 5 deletions(-)
diff --git a/compat/os2threads.h b/compat/os2threads.h
index 3b289df..40a119f 100644
--- a/compat/os2threads.h
+++ b/compat/os2threads.h
@@ -71,7 +71,10 @@ static void thread_entry(void *arg)
thr
1. Manipulate waiting count in pthread_cond_wait()
2. Use builtin atomic functions to manipulate waiting count
---
compat/os2threads.h | 26 +++---
1 file changed, 15 insertions(+), 11 deletions(-)
diff --git a/compat/os2threads.h b/compat/os2threads.h
index 7c0fe13..12cb7b0 1
---
compat/os2threads.h | 39 ++-
1 file changed, 18 insertions(+), 21 deletions(-)
diff --git a/compat/os2threads.h b/compat/os2threads.h
index 12cb7b0..3b289df 100644
--- a/compat/os2threads.h
+++ b/compat/os2threads.h
@@ -35,9 +35,15 @@
#include
#include
James Almer gmail.com> writes:
> How do you plan to get around the fact the only working
> version of this library is an obscure outdated fork that
> doesn't even compile on most OSes
I am sorry, I did not realize this:
On which system does it not compile?
Carl Eugen
On 2/14/2016 12:20 PM, Carl Eugen Hoyos wrote:
> James Almer gmail.com> writes:
>
>> How do you plan to get around the fact the only working
>> version of this library is an obscure outdated fork that
>> doesn't even compile on most OSes
>
> I am sorry, I did not realize this:
> On which syste
This was suggested by wm4 and stefano.
After this patch using align=1 the size used by various functions would not
contain padding, while the palette would be aligned at align>1
This patch makes it required to use align>=4 if the palette is to be accessed
as uint32
As a side-effect It fixes stori
On 02/14/2016 04:25 PM, Michael Niedermayer wrote:
This was suggested by wm4 and stefano.
After this patch using align=1 the size used by various functions would not
contain padding, while the palette would be aligned at align>1
This patch makes it required to use align>=4 if the palette is to b
On 02/14/2016 04:25 PM, Michael Niedermayer wrote:
As a side-effect It fixes storing pal8 in nut with odd with&height
It worked fine before this patch (palette starting at a 4-byte boundary).
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
htt
On Sun, Feb 14, 2016 at 02:00:24PM +0100, Stefano Sabatini wrote:
> On date Saturday 2016-02-13 23:08:50 +0100, wm4 encoded:
> > On Sat, 13 Feb 2016 21:51:48 +0100
> > Michael Niedermayer wrote:
> >
> > > On Sat, Feb 13, 2016 at 08:46:34PM +0100, wm4 wrote:
> > > > On Sat, 13 Feb 2016 19:38:01 +0
On 02/14/2016 04:28 PM, Mats Peterson wrote:
On 02/14/2016 04:25 PM, Michael Niedermayer wrote:
As a side-effect It fixes storing pal8 in nut with odd with&height
It worked fine before this patch (palette starting at a 4-byte boundary).
OK, sorry, I get it.
Mats
--
Mats Peterson
http://
On 02/14/2016 04:30 PM, Mats Peterson wrote:
On 02/14/2016 04:28 PM, Mats Peterson wrote:
On 02/14/2016 04:25 PM, Michael Niedermayer wrote:
As a side-effect It fixes storing pal8 in nut with odd with&height
It worked fine before this patch (palette starting at a 4-byte
boundary).
OK, so
On Fri, Jan 1, 2016 at 3:19 PM, Michael Niedermayer
wrote:
> Hi all
>
> Its a while since 2.8 so unless there are objections i will make a
> 2.9 or if people prefer a 3.0 within the next month or so
The Ubuntu 16.04 LTS feature freeze is coming up next week, so it'd be
nice to have a release befo
On 2/14/2016 12:54 PM, Henrik Gramner wrote:
> On Fri, Jan 1, 2016 at 3:19 PM, Michael Niedermayer
> wrote:
>> Hi all
>>
>> Its a while since 2.8 so unless there are objections i will make a
>> 2.9 or if people prefer a 3.0 within the next month or so
>
> The Ubuntu 16.04 LTS feature freeze is co
Henrik Gramner gramner.com> writes:
> The Ubuntu 16.04 LTS feature freeze is coming up next week,
> so it'd be nice to have a release before that.
(I am all for it, I am not sure if it is still possible though.)
The following tickets are showstoppers imo:
#5215
#5090 and #5216
I wonder if the
On 2/14/2016 1:04 PM, Carl Eugen Hoyos wrote:
> Henrik Gramner gramner.com> writes:
>
>> The Ubuntu 16.04 LTS feature freeze is coming up next week,
>> so it'd be nice to have a release before that.
>
> (I am all for it, I am not sure if it is still possible though.)
>
> The following tickets
On Sun, Feb 14, 2016 at 10:06:16AM +0100, Paul B Mahol wrote:
> On 2/14/16, Timothy Gu wrote:
> > +
> > +#include
> > +#include "checkasm.h"
> > +#include "libavfilter/blend.h"
> > +#include "libavutil/common.h"
> > +#include "libavutil/internal.h"
> > +#include "libavutil/intreadwrite.h"
> > +
>
On Sun, 14 Feb 2016 13:07:04 -0300
James Almer wrote:
> On 2/14/2016 1:04 PM, Carl Eugen Hoyos wrote:
> > Henrik Gramner gramner.com> writes:
> >
> >> The Ubuntu 16.04 LTS feature freeze is coming up next week,
> >> so it'd be nice to have a release before that.
> >
> > (I am all for it,
On Sun, Feb 14, 2016 at 10:07:39AM +0100, Paul B Mahol wrote:
> On 2/14/16, Timothy Gu wrote:
> > ---
> > libavfilter/vf_blend.c | 22 ++
> > 1 file changed, 14 insertions(+), 8 deletions(-)
> >
>
> lgtm
Set pushed.
Timothy
___
ff
On Sun, Feb 14, 2016 at 10:12:21AM +0100, Paul B Mahol wrote:
> On 2/14/16, Timothy Gu wrote:
> > ---
> > libavfilter/blend.h | 2 +-
> > libavfilter/vf_blend.c | 27 ++-
> > libavfilter/x86/vf_blend.asm| 3 +--
> > libavfilter/x86/vf_blend_init.
On Sat, Feb 13, 2016 at 03:04:58PM -0800, Timothy Gu wrote:
> ---
> tests/checkasm/Makefile | 1 +
> tests/checkasm/checkasm.c | 3 ++
> tests/checkasm/checkasm.h | 1 +
> tests/checkasm/vf_blend.c | 130
> ++
> 4 files changed, 135 insertions(+
On Sun, Feb 14, 2016 at 04:04:29PM +, Carl Eugen Hoyos wrote:
> Henrik Gramner gramner.com> writes:
>
> > The Ubuntu 16.04 LTS feature freeze is coming up next week,
> > so it'd be nice to have a release before that.
>
> (I am all for it, I am not sure if it is still possible though.)
>
>
I have also fixed the #5008 have anyone checked it ?
[patch] gdigrab-mouse-dpi-awareness
On Sun, Feb 14, 2016 at 8:03 PM Michael Niedermayer
wrote:
> On Sun, Feb 14, 2016 at 04:04:29PM +, Carl Eugen Hoyos wrote:
> > Henrik Gramner gramner.com> writes:
> >
> > > The Ubuntu 16.04 LTS feature
On Sat, Feb 13, 2016 at 09:44:32PM -0800, Mark Reid wrote:
> ---
> libavcodec/dnxhd_parser.c | 7 +++
> libavcodec/dnxhddata.c| 8
> libavcodec/dnxhddata.h| 18 +-
> libavcodec/dnxhddec.c | 12
> libavformat/dnxhddec.c| 7 ---
> 5 fi
On Mon, Feb 15, 2016 at 12:20:33AM +0900, KO Myung-Hun wrote:
> 1. Manipulate waiting count in pthread_cond_wait()
> 2. Use builtin atomic functions to manipulate waiting count
> ---
> compat/os2threads.h | 26 +++---
> 1 file changed, 15 insertions(+), 11 deletions(-)
applied
On Mon, Feb 15, 2016 at 12:20:35AM +0900, KO Myung-Hun wrote:
> ---
> compat/os2threads.h | 17 -
> 1 file changed, 12 insertions(+), 5 deletions(-)
applied
thanks
[...]
--
Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB
Observe your enemies, for they f
On Mon, Feb 15, 2016 at 12:20:34AM +0900, KO Myung-Hun wrote:
> ---
> compat/os2threads.h | 39 ++-
> 1 file changed, 18 insertions(+), 21 deletions(-)
applied
btw, you should add yourself to the MAINTAINERS file i think, as
you de facto maintain this code ...
On Sun, Feb 14, 2016 at 06:04:36PM +, Γιώργος Μεταξάκης wrote:
> I have also fixed the #5008 have anyone checked it ?
> [patch] gdigrab-mouse-dpi-awareness
maybe matt or someone else who worked on similar stuff can take a look
at the code
>
> On Sun, Feb 14, 2016 at 8:03 PM Michael Niederma
On Sun, Feb 14, 2016 at 04:04:29PM +, Carl Eugen Hoyos wrote:
> Henrik Gramner gramner.com> writes:
>
> > The Ubuntu 16.04 LTS feature freeze is coming up next week,
> > so it'd be nice to have a release before that.
>
> (I am all for it, I am not sure if it is still possible though.)
>
>
On Sun, Feb 14, 2016 at 07:34:26PM +0100, Michael Niedermayer wrote:
> On Sun, Feb 14, 2016 at 04:04:29PM +, Carl Eugen Hoyos wrote:
> > Henrik Gramner gramner.com> writes:
> >
> > > The Ubuntu 16.04 LTS feature freeze is coming up next week,
> > > so it'd be nice to have a release before th
On Sun, Feb 14, 2016 at 02:54:29AM +0100, Marton Balint wrote:
>
> I have applied the series except the last one patching ffmpeg_opt.
This set seems to cause some issues in some FATE stations:
http://fatebeta.ffmpeg.org/report/armel5tej-qemu-debian-gcc4.4/20160214170733#failed_tests
http://fateb
On Sun, Feb 14, 2016 at 01:21:57PM +0100, Christophe Gisquet wrote:
> Hi,
>
> 2016-02-14 6:49 GMT+01:00 Timothy Gu :
> > %if HAVE_MMX_INLINE
>
> Isn't that macro meant for C code (and in config.asm without much of a
> purpose)?
Yes, but this code isn't used unless inline asm is enabled so I don
On Sun, 14 Feb 2016, Timothy Gu wrote:
On Sun, Feb 14, 2016 at 02:54:29AM +0100, Marton Balint wrote:
I have applied the series except the last one patching ffmpeg_opt.
This set seems to cause some issues in some FATE stations:
http://fatebeta.ffmpeg.org/report/armel5tej-qemu-debian-gcc4.4
On Sun, Feb 14, 2016 at 05:03:26AM +0100, Marton Balint wrote:
>
> On Sun, 14 Feb 2016, Michael Niedermayer wrote:
>
> >On Sun, Feb 07, 2016 at 11:02:56PM +0100, Marton Balint wrote:
> >>Improves streaming compatibility with Windows Media Services. Also tested
> >>for
> >>compatilbility in Windo
This avoids use of uninitialized variables and might make bugs in general
easier to reproduce
Signed-off-by: Michael Niedermayer
---
libavcodec/cfhd.c |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavcodec/cfhd.c b/libavcodec/cfhd.c
index 5c15d9b..d8e183b 100644
--- a/
Signed-off-by: Michael Niedermayer
---
libavcodec/cfhd.c |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavcodec/cfhd.c b/libavcodec/cfhd.c
index 5c15d9b..97da320 100644
--- a/libavcodec/cfhd.c
+++ b/libavcodec/cfhd.c
@@ -756,6 +756,6 @@ AVCodec ff_cfhd_decoder = {
On Sun, Oct 18, 2015 at 08:42:37PM +0200, Michael Niedermayer wrote:
> From: Michael Niedermayer
>
> This avoid "libavformat/genh.c:43:14: warning: variable coef_splitted set but
> not used"
> Fewer warnings makes it easier to see new and important warnings
applied
[..]
--
Michael GnuPG f
On Tue, Jan 26, 2016 at 02:47:43AM +0100, Michael Niedermayer wrote:
> From: Michael Niedermayer
>
> Fixes harmless integer overflow
> Fixes Ticket5150
>
> No speedloss measured, actually its slightly faster, but please benchmark &
> double check this
>
> Signed-off-by: Michael Niedermayer
>
On Sat, Feb 13, 2016 at 06:01:36PM +0100, Stefano Sabatini wrote:
> On date Saturday 2016-02-13 17:01:59 +0100, Michael Niedermayer encoded:
> > Signed-off-by: Michael Niedermayer
> > ---
> > doc/protocols.texi | 19 +++
> > 1 file changed, 19 insertions(+)
> >
> > diff --git a
Hi,
patch attached.
From 851f9cb101d8a23b8f35679ca83fce5a7c122101 Mon Sep 17 00:00:00 2001
From: Paul B Mahol
Date: Sun, 14 Feb 2016 19:02:42 +0100
Subject: [PATCH] avfilter: add fieldhint filter
Signed-off-by: Paul B Mahol
---
libavfilter/Makefile | 1 +
libavfilter/allfilters.c |
Michael Niedermayer niedermayer.cc> writes:
> > The following tickets are showstoppers imo:
> > #5090 and #5216
>
> 5090 and 5216 should be fixed by:
> 0212 11:21 Rodger Combs(2.0K) └─&─&─&─&─&─>
> Re: [FFmpeg-devel] [PATCH] lavf/mov: add
> support for sidx fragment indexes
> please test an
Improves streaming compatibility with Windows Media Services. Also tested for
compatilbility in Windows Media Player, Windows Media ASF Viewer and VLC.
This version of the patch only writes exclusion among audio streams, therefore
choosing a subtitle language should be possible independently of au
On 2/11/2016 10:09 PM, James Almer wrote:
> Signed-off-by: James Almer
> ---
> libavcodec/x86/hevcdsp_init.c | 11 ++-
> libavcodec/x86/huffyuvencdsp_mmx.c | 2 +-
> libavcodec/x86/jpeg2000dsp_init.c | 2 +-
> libavcodec/x86/mlpdsp_init.c
On Fri, Jan 01, 2016 at 03:19:21PM +0100, Michael Niedermayer wrote:
> Hi all
>
> Its a while since 2.8 so unless there are objections i will make a
> 2.9 or if people prefer a 3.0 within the next month or so
>
> Also ill likely make another round of point releases from the
> 2.8/2.7/2.6/2.5 bran
On Sun, Feb 14, 2016 at 07:04:44PM -0300, James Almer wrote:
> On 2/11/2016 10:09 PM, James Almer wrote:
> > Signed-off-by: James Almer
> > ---
> > libavcodec/x86/hevcdsp_init.c | 11 ++-
> > libavcodec/x86/huffyuvencdsp_mmx.c | 2 +-
> > libavcodec/x86/jpeg2000dsp
On 2/14/2016 7:50 PM, Michael Niedermayer wrote:
> On Sun, Feb 14, 2016 at 07:04:44PM -0300, James Almer wrote:
>> On 2/11/2016 10:09 PM, James Almer wrote:
>>> Signed-off-by: James Almer
>>> ---
>>> libavcodec/x86/hevcdsp_init.c | 11 ++-
>>> libavcodec/x86/huffyuvencdsp_mm
On 13 February 2016 at 05:33, Γιώργος Μεταξάκης wrote:
> checked with patcheck also.
> only "problem" is
> "Missing changelog entry (ignore if minor change)'
>
LGTM, applied.
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailm
Hi!
Attached patch fixes teletext detection for a sample that was uploaded by a
user in the thread "Which command line can do dvb_teletext from ts to mp4"
on the user mailing list:
http://we.tl/Zg2yq1H136
I am glad if somebody could explain how this should be done differently
for the given str
Michael Niedermayer niedermayer.cc> writes:
> -.capabilities = AV_CODEC_CAP_DR1 | AV_CODEC_CAP_FRAME_THREADS,
> +.capabilities = AV_CODEC_CAP_DR1 | AV_CODEC_CAP_FRAME_THREADS
> | AV_CODEC_CAP_EXPERIMENTAL,
Please edit the Changelog accordingly:
- Experimental Cineform HD decoder
Th
On 2/14/2016 8:59 PM, Carl Eugen Hoyos wrote:
> Michael Niedermayer niedermayer.cc> writes:
>
>> -.capabilities = AV_CODEC_CAP_DR1 | AV_CODEC_CAP_FRAME_THREADS,
>> +.capabilities = AV_CODEC_CAP_DR1 | AV_CODEC_CAP_FRAME_THREADS
>> | AV_CODEC_CAP_EXPERIMENTAL,
>
> Please edit the Chan
James Almer gmail.com> writes:
> The patch was rejected on irc and dropped.
Reviews do not take place on the mailing list anymore?
Or are the crashes fixed?
Carl Eugen
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/l
On 2/14/2016 9:08 PM, Carl Eugen Hoyos wrote:
> James Almer gmail.com> writes:
>
>> The patch was rejected on irc and dropped.
>
> Reviews do not take place on the mailing list anymore?
>
> Or are the crashes fixed?
Afaik, When that happens the author of the patch usually replies announcing
th
On Sun, Feb 14, 2016 at 08:50:28PM +0100, Michael Niedermayer wrote:
> Signed-off-by: Michael Niedermayer
> ---
> libavcodec/cfhd.c |2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
patch droped as there where objections against it
see IRC logs of today
[...]
--
Michael GnuPG fing
Hi,
On Sun, Feb 14, 2016 at 7:08 PM, Carl Eugen Hoyos wrote:
> James Almer gmail.com> writes:
>
> > The patch was rejected on irc and dropped.
>
> Reviews do not take place on the mailing list anymore?
Sorry, my fault, I should've copied that comment on the ML. Most crashes
are fixed, one is
On date Sunday 2016-02-14 15:41:05 +0100, Martin Vignali encoded:
[...]
> Hello,
>
> New patch attach, i move variable declaration at the top (for
> AVDictionnaryEntry too).
> I also remove the return err, in case of an error occured in the
> av_timecode_init_from_string function.
> Instead i put
On date Sunday 2016-02-14 16:25:02 +0100, Michael Niedermayer encoded:
> This was suggested by wm4 and stefano.
> After this patch using align=1 the size used by various functions would not
> contain padding, while the palette would be aligned at align>1
>
> This patch makes it required to use ali
On date Wednesday 2016-02-10 16:21:09 +, Kieran Kunhya encoded:
> Hello,
>
> It seems that we're trotting out the same old GSoC and Outreachy tasks that
> students haven't picked for years.
>
> So, in the spirit of open source, I'd like to ask you, the developers and
> users what students sho
On Mon, Feb 15, 2016 at 02:44:26AM +0100, Stefano Sabatini wrote:
> On date Sunday 2016-02-14 16:25:02 +0100, Michael Niedermayer encoded:
> > This was suggested by wm4 and stefano.
> > After this patch using align=1 the size used by various functions would not
> > contain padding, while the palett
From: Aman Gupta
character sets implemented as defined in
https://en.wikipedia.org/wiki/EIA-608#Characters
---
libavcodec/ccaption_dec.c | 152 +-
1 file changed, 149 insertions(+), 3 deletions(-)
diff --git a/libavcodec/ccaption_dec.c b/libavcodec/c
On Mon, 15 Feb 2016, Carl Eugen Hoyos wrote:
Hi!
Attached patch fixes teletext detection for a sample that was uploaded by a
user in the thread "Which command line can do dvb_teletext from ts to mp4"
on the user mailing list:
http://we.tl/Zg2yq1H136
I am glad if somebody could explain how this
From: Aman Gupta
control codes in a cc stream can be repeated, and must be ignored.
however, repeated characters must not be ignored. the code attempted to
wipe prev_cmd in handle_char to allow repeated characters to be
processed, but prev_cmd would previously get reset _after_ handle_char()
i a
Thanks - any problems with 2/3? Or is it still pending?
On 2/14/16 8:53 AM, Michael Niedermayer wrote:
On Sat, Feb 13, 2016 at 11:49:06PM -0500, Alexander Agranovsky wrote:
mpjpegdec.c |4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
0c761f422ba83446d20728449c0c6813e4e11560
000
On Sun, Feb 14, 2016 at 11:08:35PM +0100, Michael Niedermayer wrote:
> On Fri, Jan 01, 2016 at 03:19:21PM +0100, Michael Niedermayer wrote:
> > Hi all
> >
> > Its a while since 2.8 so unless there are objections i will make a
> > 2.9 or if people prefer a 3.0 within the next month or so
> >
> > A
On Sun, Feb 14, 2016 at 10:22:30PM -0500, Alexander Agranovsky wrote:
> Thanks - any problems with 2/3? Or is it still pending?
i saw a case where it caused much more data to be read in probing
i didnt had time to look yet so thats not a too informative bug
report, dont even know if it is a bug .
Michael Niedermayer wrote:
> On Mon, Feb 15, 2016 at 12:20:34AM +0900, KO Myung-Hun wrote:
>> ---
>> compat/os2threads.h | 39 ++-
>> 1 file changed, 18 insertions(+), 21 deletions(-)
>
> applied
>
> btw, you should add yourself to the MAINTAINERS file i thi
I'm not very confident on the muxing side, therefore I would be grateful
if anyone able to look outside of his own agenda could look into
possible solutions in order to solve the following issues pertaining to
writing AVI and QuickTime files created with "-vcodec rawvideo":
1. Incorrect stride
On 02/15/2016 05:38 AM, Mats Peterson wrote:
2. Palette being included in the frames. This is OK for nut, but it's
clearly non-standard behaviour for AVI and QuickTime, and it makes the
files unplayable with anything else than FFplay.
Well, it's perhaps not so much the inclusion of the palette
On 02/15/2016 05:38 AM, Mats Peterson wrote:
I'm not very confident on the muxing side, therefore I would be grateful
if anyone able to look outside of his own agenda could look into
possible solutions in order to solve the following issues pertaining to
writing AVI and QuickTime files created wi
On 02/15/2016 07:00 AM, Mats Peterson wrote:
Files for testing are available at the links below. Get the *bpp_129.*
files. They are odd-width files (129x97 pixels).
https://drive.google.com/open?id=0B3_pEBoLs0faMnU1NUVMdXdsOE0
https://drive.google.com/open?id=0B3_pEBoLs0faWElmM2FnLTZYNlk
The
Hi Seniors
what codec does ffmpeg use for GPS?
Thank in advance
Tim
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel
96 matches
Mail list logo