On Thu, Sep 25, 2014 at 02:20:21PM -0300, Reynaldo H. Verdejo Pinochet wrote:
> If you were listed as a mentor please update your availability
> and/or willingness status on the wiki. If you were listed as a
> backup mentor for a mentorless project, please consider becoming
> a full fledged mentor
ff_cpu_cpuid routine (in libavutil/x86/cpuid.asm) clears ECX
register before cpuid instruction. Inline asm version
(in libavutil/x86/cpu.c) doesn't do this.
As a result, FFmpeg will probably misdetect AVX2/BMI1/BMI2
if yasm is not enabled.
As far as I understand GNU asm, the last line of cpuid ma
Hello,
i compiled ffmpeg under macosx 10.9 and had to find out, that my app what
uses libavformat is crashing on mac osx up to 10.85
the crash log says:
Dyld Error Message:
Symbol not found: ___sincosf_stret
export MES=/Users/aa/tmp/ffmpeg
export TARGET="/Volumes/${VOLNAME}/"
export CM
On Sat, Sep 27, 2014 at 12:38:28AM +0200, Marton Balint wrote:
>
> On Fri, 26 Sep 2014, Michael Niedermayer wrote:
>
> >This is more robust and should avoid false positives in coverity
> >That is if the type is ever mixed up, after this patch that would
> >just be a null pointer dereference inste
On 26/09/14 8:21 PM, Michael Niedermayer wrote:
> On Fri, Sep 26, 2014 at 05:15:03PM -0300, James Almer wrote:
>> About two times faster than the c wrapper.
>>
>> Signed-off-by: James Almer
>> ---
>> libavcodec/x86/fmtconvert.asm| 38 ++
>> libavcodec/x86/f
On Fri, Sep 26, 2014 at 05:15:03PM -0300, James Almer wrote:
> About two times faster than the c wrapper.
>
> Signed-off-by: James Almer
> ---
> libavcodec/x86/fmtconvert.asm| 38 ++
> libavcodec/x86/fmtconvert_init.c | 6 ++
> 2 files changed, 44 ins
On Fri, 26 Sep 2014, Michael Niedermayer wrote:
This is more robust and should avoid false positives in coverity
That is if the type is ever mixed up, after this patch that would
just be a null pointer dereference instead of a random possibly
out of array access
Signed-off-by: Michael Niederma
Pushed. Thanks for taking a look.
--
Reynaldo H. Verdejo Pinochet
Open Source Group
Samsung Research America / Silicon Valley
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel
Set pushed. Thanks for taking a look.
--
Reynaldo H. Verdejo Pinochet
Open Source Group
Samsung Research America / Silicon Valley
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel
On Fri, Sep 26, 2014 at 04:41:28PM -0300, Reynaldo H. Verdejo Pinochet wrote:
> ff_all_channel_layouts() might return null on alloc failure.
>
> Fixes CID1241516
>
> Signed-off-by: Reynaldo H. Verdejo Pinochet
> ---
> libavfilter/af_amix.c | 9 -
> 1 file changed, 8 insertions(+), 1 del
On Fri, Sep 26, 2014 at 04:19:03PM -0300, Reynaldo H. Verdejo Pinochet wrote:
> ff_all_channel_layouts() might return null on alloc failure.
>
> Fixes CID1241517
>
> Signed-off-by: Reynaldo H. Verdejo Pinochet
> ---
> libavfilter/af_channelmap.c | 8 +++-
> 1 file changed, 7 insertions(+),
On Fri, Sep 26, 2014 at 04:19:02PM -0300, Reynaldo H. Verdejo Pinochet wrote:
> ff_all_channel_layouts() might return null on alloc failure.
>
> Fixes CID1241518
>
> Signed-off-by: Reynaldo H. Verdejo Pinochet
> ---
> libavfilter/af_join.c | 9 ++---
> 1 file changed, 6 insertions(+), 3 del
About two times faster than the c wrapper.
Signed-off-by: James Almer
---
libavcodec/x86/fmtconvert.asm| 38 ++
libavcodec/x86/fmtconvert_init.c | 6 ++
2 files changed, 44 insertions(+)
diff --git a/libavcodec/x86/fmtconvert.asm b/libavcodec/x86/fmt
ff_all_channel_layouts() might return null on alloc failure.
Fixes CID1241516
Signed-off-by: Reynaldo H. Verdejo Pinochet
---
libavfilter/af_amix.c | 9 -
1 file changed, 8 insertions(+), 1 deletion(-)
diff --git a/libavfilter/af_amix.c b/libavfilter/af_amix.c
index d8a6651..47cbb45 10
ff_all_channel_layouts() might return null on alloc failure.
Fixes CID1241518
Signed-off-by: Reynaldo H. Verdejo Pinochet
---
libavfilter/af_join.c | 9 ++---
1 file changed, 6 insertions(+), 3 deletions(-)
diff --git a/libavfilter/af_join.c b/libavfilter/af_join.c
index 560c5c8..a1717c6 1
ff_all_channel_layouts() might return null on alloc failure.
Fixes CID1241517
Signed-off-by: Reynaldo H. Verdejo Pinochet
---
libavfilter/af_channelmap.c | 8 +++-
1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/libavfilter/af_channelmap.c b/libavfilter/af_channelmap.c
index 0b
Hi,
Le 26/09/2014 18:38, Michael Niedermayer a écrit :
> On Fri, Sep 26, 2014 at 09:27:01AM +0200, Benoit Fouet wrote:
>> Hi,
>>
>> - Mail original -
>>> Michael Niedermayer gmx.at> writes:
>>>
On Fri, Aug 01, 2014 at 01:54:14AM +0200, Michael Niedermayer
wrote:
> On Th
On Fri, Sep 26, 2014 at 09:27:01AM +0200, Benoit Fouet wrote:
> Hi,
>
> - Mail original -
> > Michael Niedermayer gmx.at> writes:
> >
> > >
> > > On Fri, Aug 01, 2014 at 01:54:14AM +0200, Michael Niedermayer
> > > wrote:
> > > > On Thu, Jul 31, 2014 at 03:40:51PM +0200, Benoit Fouet wro
This is more robust and should avoid false positives in coverity
That is if the type is ever mixed up, after this patch that would
just be a null pointer dereference instead of a random possibly
out of array access
Signed-off-by: Michael Niedermayer
---
ffplay.c | 11 +--
1 file change
On Sep 25, 2014, at 1:26 PM, Paul B Mahol wrote:
> Signed-off-by: Paul B Mahol
> ---
> libavfilter/vf_signalstats.c | 3 +++
> 1 file changed, 3 insertions(+)
>
> diff --git a/libavfilter/vf_signalstats.c b/libavfilter/vf_signalstats.c
> index 53f7401..47545aa 100644
> --- a/libavfilter/vf_signal
On Fri, Sep 26, 2014 at 03:44:46PM +1000, Peter Ross wrote:
> Signed-off-by: Peter Ross
> ---
> libavformat/iff.c | 8 +++-
> 1 file changed, 7 insertions(+), 1 deletion(-)
applied
thanks
[...]
--
Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB
Observe your enemi
On Fri, Sep 26, 2014 at 09:35:54AM +0200, Benoit Fouet wrote:
> Hi,
>
> - Mail original -
> > On Wed, Sep 24, 2014 at 10:21:01AM +0400, I.C. Wiener wrote:
> > >
> > > Hello, i have just upload the sample of dxtory 2.0 output file with
> > > ffmpeg stder dump(in corresponding txt file) to
On Fri, Sep 26, 2014 at 01:32:09PM +0300, Petri Hintukainen wrote:
> On pe, 2014-09-26 at 12:26 +0200, Clément Bœsch wrote:
> > On Fri, Sep 26, 2014 at 10:13:34AM +, Carl Eugen Hoyos wrote:
> > > Clément Bœsch pkh.me> writes:
> > >
> > > > Thank you for the patch. Looking forward the muxer, a
On pe, 2014-09-26 at 12:26 +0200, Clément Bœsch wrote:
> On Fri, Sep 26, 2014 at 10:13:34AM +, Carl Eugen Hoyos wrote:
> > Clément Bœsch pkh.me> writes:
> >
> > > Thank you for the patch. Looking forward the muxer, and a FATE test.
> >
> > Is there a reason why you didn't merge the muxer?
>
Clément Bœsch pkh.me> writes:
> > Is there a reason why you didn't merge the muxer?
> > http://thread.gmane.org/gmane.comp.video.ffmpeg.devel/182167
> >
>
> I didn't look at it really but I thought it was
> still waiting for a few changes.
None were requested...
Carl Eugen
_
On Fri, Sep 26, 2014 at 10:13:34AM +, Carl Eugen Hoyos wrote:
> Clément Bœsch pkh.me> writes:
>
> > Thank you for the patch. Looking forward the muxer, and a FATE test.
>
> Is there a reason why you didn't merge the muxer?
> http://thread.gmane.org/gmane.comp.video.ffmpeg.devel/182167
>
I
On Wed, Sep 24, 2014 at 12:43:48PM +0200, Thilo Borgmann wrote:
>
> avfoundation.m |2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
> 6e245812ea51224f0f2eb0529b4243d2da2812fa
> 0004-lavd-avfoundation-Use-microseconds-as-common-timebas.patch
> From 1aa75436cbb8ee1244e8bf5a08193db47e39
Clément Bœsch pkh.me> writes:
> Thank you for the patch. Looking forward the muxer, and a FATE test.
Is there a reason why you didn't merge the muxer?
http://thread.gmane.org/gmane.comp.video.ffmpeg.devel/182167
Thank you for the commit, Carl Eugen
_
Carl Eugen Hoyos ag.or.at> writes:
> -avctx->pix_fmt = AV_PIX_FMT_YUV420P;
> return 0;
This variant was merged by Michael.
Carl Eugen
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel
Reimar Döffinger gmx.de> writes:
> > Attached patch allows using libopenjpeg 2.x (tested
> > with 2.1) here.
>
> Doesn't it make sense to prefer the newest version,
> i.e. we should check for this first and not last?
Merged by Michael with that change.
Carl Eugen
___
Carl Eugen Hoyos ag.or.at> writes:
> Attached patch fixes ticket #2541 for me.
Merged by Michael.
Carl Eugen
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel
2014-09-25 19:20 GMT+02:00 Reynaldo H. Verdejo Pinochet
:
> Things that need urgent attention are ensuring listed projects
> are still relevant as well as making sure their mentors are
> still available and willing to take part on the program. I took
> the liberty of CCing some of the currently lis
On Wed, Sep 24, 2014 at 05:38:58PM +0200, wm4 wrote:
> ---
> doc reference, bump minor, no other changes
> ---
> doc/general.texi | 1 +
> libavformat/Makefile | 1 +
> libavformat/allformats.c | 1 +
> libavformat/supdec.c | 109
> +++
On Thu, Sep 25, 2014 at 08:46:48PM -0700, Timothy Gu wrote:
> On Tue, Sep 16, 2014 at 8:46 AM, Carl Eugen Hoyos wrote:
> > Michael Niedermayer gmx.at> writes:
> >
> >> Should we add git tags to the revissions where
> >> releases are branched off ?
> >
> > Yes please, this would make my life much
Hi,
- Mail original -
> On Wed, Sep 24, 2014 at 10:21:01AM +0400, I.C. Wiener wrote:
> >
> > Hello, i have just upload the sample of dxtory 2.0 output file with
> > ffmpeg stder dump(in corresponding txt file) to
> > ftp://upload.ffmpeg.org/incoming . Please, have a look. Recent
> > versi
Hi,
- Mail original -
> Michael Niedermayer gmx.at> writes:
>
> >
> > On Fri, Aug 01, 2014 at 01:54:14AM +0200, Michael Niedermayer
> > wrote:
> > > On Thu, Jul 31, 2014 at 03:40:51PM +0200, Benoit Fouet wrote:
> > > > In order not to break a sequence like "SPS IDR SPS IDR", the
> boole
36 matches
Mail list logo