[FFmpeg-devel] [PATCH] doc/APIchanges: attempt to split releases

2014-09-13 Thread Clément Bœsch
Based on several git show origin/release/X.Y:doc/APIchanges. --- doc/APIchanges | 42 +- 1 file changed, 37 insertions(+), 5 deletions(-) diff --git a/doc/APIchanges b/doc/APIchanges index 1a0ba78..eaac107 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@

[FFmpeg-devel] [PATCH] Changelog/ReleaseNotes: prepare for 2.4

2014-09-13 Thread Clément Bœsch
From: Clément Bœsch --- Changelog | 2 +- RELEASE_NOTES | 19 ++- 2 files changed, 15 insertions(+), 6 deletions(-) diff --git a/Changelog b/Changelog index c5185f7..480a298 100644 --- a/Changelog +++ b/Changelog @@ -5,7 +5,7 @@ version : - Icecast protocol - ported lensc

Re: [FFmpeg-devel] [FFmpeg-cvslog] doc: document the addition of the AVProbeData.mime_type field and it' s implications

2014-09-13 Thread Michael Niedermayer
On Sun, Sep 14, 2014 at 02:23:55AM +0200, Andreas Cadhalpun wrote: > On 14.09.2014 01:29, Michael Niedermayer wrote: > >On Sun, Sep 14, 2014 at 01:05:45AM +0200, Andreas Cadhalpun wrote: > >>On 14.09.2014 00:43, Michael Niedermayer wrote: > >>>note, i will release 2.4 tomorrow (2014-09-14) or rathe

[FFmpeg-devel] [PATCH] x86/me_cmp: port mmxext and sse2 sad functions to yasm

2014-09-13 Thread James Almer
Also add a missing c->pix_abs[0][0] initialization, and sse2 versions of sad16_x2, sad16_y2 and sad16_xy2. Since the _xy2 versions are not bitexact, they are accordingly marked as approximate. Signed-off-by: James Almer --- Not benched. libavcodec/x86/me_cmp.asm| 229 +++

Re: [FFmpeg-devel] [FFmpeg-cvslog] doc: document the addition of the AVProbeData.mime_type field and it' s implications

2014-09-13 Thread Andreas Cadhalpun
On 14.09.2014 01:29, Michael Niedermayer wrote: On Sun, Sep 14, 2014 at 01:05:45AM +0200, Andreas Cadhalpun wrote: On 14.09.2014 00:43, Michael Niedermayer wrote: note, i will release 2.4 tomorrow (2014-09-14) or rather i intend to. So anything that isnt pushed to the RELEASE_NOTES by then wont

Re: [FFmpeg-devel] [PATCH 1/2] Fix miscompilation for i586.

2014-09-13 Thread Mikulas Patocka
> > Hi > > > > Here I'm sending two patches to fix portability for 586-class machines > > (Pentium, K6, etc.) > > > > > > If the CPU is generic, 386, 486 or pentium, we must not use cmov in inline > > assembler. > > > > Note that some Linux distributions are compiled for i686, and for them it is >

Re: [FFmpeg-devel] [PATCH 2/2] Don't use CMOV in MMX code

2014-09-13 Thread Mikulas Patocka
On Fri, 12 Sep 2014, Daniel Kang wrote: > > All processors supporing mmx2 also support cmov, so if a test for mmx2 > > succeeds, we can use cmov. > Since I originally thought mmx => cmov (and apparently am wrong) is there > official documentation supporting this? There is no official document

Re: [FFmpeg-devel] [FFmpeg-cvslog] doc: document the addition of the AVProbeData.mime_type field and it' s implications

2014-09-13 Thread Michael Niedermayer
On Sun, Sep 14, 2014 at 01:05:45AM +0200, Andreas Cadhalpun wrote: > On 14.09.2014 00:43, Michael Niedermayer wrote: > >note, i will release 2.4 tomorrow (2014-09-14) or rather i intend > >to. So anything that isnt pushed to the RELEASE_NOTES by then wont > >be in it > > OK, so attached are two ho

Re: [FFmpeg-devel] [FFmpeg-cvslog] doc: document the addition of the AVProbeData.mime_type field and it' s implications

2014-09-13 Thread Andreas Cadhalpun
On 14.09.2014 00:43, Michael Niedermayer wrote: note, i will release 2.4 tomorrow (2014-09-14) or rather i intend to. So anything that isnt pushed to the RELEASE_NOTES by then wont be in it OK, so attached are two hopefully uncontroversial patches, one changing RELEASE_NOTES to only claim that

Re: [FFmpeg-devel] [FFmpeg-cvslog] doc: document the addition of the AVProbeData.mime_type field and it' s implications

2014-09-13 Thread Michael Niedermayer
On Sun, Sep 14, 2014 at 12:22:02AM +0200, Andreas Cadhalpun wrote: > On 13.09.2014 23:54, Clément Bœsch wrote: > >On Sat, Sep 13, 2014 at 11:38:56PM +0200, Andreas Cadhalpun wrote: > >>On 13.09.2014 15:25, Michael Niedermayer wrote: > >>>On Sat, Sep 13, 2014 at 08:24:39AM +0200, Clément Bœsch wrote

Re: [FFmpeg-devel] [FFmpeg-cvslog] doc: document the addition of the AVProbeData.mime_type field and it' s implications

2014-09-13 Thread Andreas Cadhalpun
On 13.09.2014 23:54, Clément Bœsch wrote: On Sat, Sep 13, 2014 at 11:38:56PM +0200, Andreas Cadhalpun wrote: On 13.09.2014 15:25, Michael Niedermayer wrote: On Sat, Sep 13, 2014 at 08:24:39AM +0200, Clément Bœsch wrote: On Sat, Sep 13, 2014 at 12:53:21AM +0200, Andreas Cadhalpun wrote: ffmpeg

Re: [FFmpeg-devel] [FFmpeg-cvslog] doc: document the addition of the AVProbeData.mime_type field and it' s implications

2014-09-13 Thread Clément Bœsch
On Sat, Sep 13, 2014 at 11:38:56PM +0200, Andreas Cadhalpun wrote: > On 13.09.2014 15:25, Michael Niedermayer wrote: > >On Sat, Sep 13, 2014 at 08:24:39AM +0200, Clément Bœsch wrote: > >>On Sat, Sep 13, 2014 at 12:53:21AM +0200, Andreas Cadhalpun wrote: > >>>ffmpeg | branch: master | Andreas Cadhal

Re: [FFmpeg-devel] [FFmpeg-cvslog] doc: document the addition of the AVProbeData.mime_type field and it' s implications

2014-09-13 Thread Andreas Cadhalpun
On 13.09.2014 15:25, Michael Niedermayer wrote: On Sat, Sep 13, 2014 at 08:24:39AM +0200, Clément Bœsch wrote: On Sat, Sep 13, 2014 at 12:53:21AM +0200, Andreas Cadhalpun wrote: ffmpeg | branch: master | Andreas Cadhalpun | Fri Sep 12 18:18:42 2014 +0200| [d5e802609a0046441798cdbd137c96e4aa91

Re: [FFmpeg-devel] [PATCH] avformat/assenc: honor ReadOrder

2014-09-13 Thread Clément Bœsch
On Sat, Sep 13, 2014 at 10:10:39PM +0200, Clément Bœsch wrote: > --- > Now looking from the last one added instead of the beginning for ZOMG speed > --- > libavformat/assenc.c | 107 > +-- > 1 file changed, 103 insertions(+), 4 deletions(-) > Appl

Re: [FFmpeg-devel] [PATCH 2/2] avdevice/lavfi: dont assign variables to themselfs

2014-09-13 Thread Michael Niedermayer
On Tue, Sep 09, 2014 at 09:26:51PM +0200, Michael Niedermayer wrote: > Fixes "warning: explicitly assigning a variable of type int to itself" > > Signed-off-by: Michael Niedermayer > --- > libavdevice/lavfi.c | 12 ++-- > 1 file changed, 6 insertions(+), 6 deletions(-) patch applied

Re: [FFmpeg-devel] [PATCH 1/2] Fix "passing argument 1 of av_free discards const qualifier from pointer target type"

2014-09-13 Thread Michael Niedermayer
On Tue, Sep 09, 2014 at 09:26:50PM +0200, Michael Niedermayer wrote: > Signed-off-by: Michael Niedermayer > --- > libavutil/dict.c |8 > 1 file changed, 4 insertions(+), 4 deletions(-) patch applied [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB

[FFmpeg-devel] [PATCH] avformat/assenc: honor ReadOrder

2014-09-13 Thread Clément Bœsch
--- Now looking from the last one added instead of the beginning for ZOMG speed --- libavformat/assenc.c | 107 +-- 1 file changed, 103 insertions(+), 4 deletions(-) diff --git a/libavformat/assenc.c b/libavformat/assenc.c index 9fb9f23..2afeef7 100

Re: [FFmpeg-devel] [PATCH] avformat/assenc: honor ReadOrder

2014-09-13 Thread Michael Niedermayer
On Sat, Sep 13, 2014 at 09:06:56PM +0200, Clément Bœsch wrote: > --- > libavformat/assenc.c | 89 > +--- > 1 file changed, 85 insertions(+), 4 deletions(-) > > diff --git a/libavformat/assenc.c b/libavformat/assenc.c > index 9fb9f23..acc21b9 100644

[FFmpeg-devel] [PATCH] avformat/assenc: honor ReadOrder

2014-09-13 Thread Clément Bœsch
--- libavformat/assenc.c | 89 +--- 1 file changed, 85 insertions(+), 4 deletions(-) diff --git a/libavformat/assenc.c b/libavformat/assenc.c index 9fb9f23..acc21b9 100644 --- a/libavformat/assenc.c +++ b/libavformat/assenc.c @@ -19,12 +19,22 @@ *

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

2014-09-13 Thread Reynaldo H. Verdejo Pinochet
On 09/12/2014 09:07 PM, Lou Logan wrote: > [..] > How should it be worded to be less confusing? > [..] No bug reports without patches? or "Not for bug reports unless you are including a patch that fixes the problem"? -- Reynaldo ___ ffmpeg-devel mail

Re: [FFmpeg-devel] [PATCH] Adds decode support for formats other than 420

2014-09-13 Thread Carl Eugen Hoyos
Deb Mukherjee google.com> writes: > +if (avctx->codec_id == AV_CODEC_ID_VP8) { > +if (img->fmt != VPX_IMG_FMT_I420) Wouldn't (avctx->codec_id == ... && img->fmt != ...) be simpler? > +return 0; Shouldn't this be return AVERROR_INVALIDDATA? Thank you, Carl Eugen _

Re: [FFmpeg-devel] [FFmpeg-cvslog] doc: document the addition of the AVProbeData.mime_type field and it' s implications

2014-09-13 Thread Michael Niedermayer
On Sat, Sep 13, 2014 at 08:24:39AM +0200, Clément Bœsch wrote: > On Sat, Sep 13, 2014 at 12:53:21AM +0200, Andreas Cadhalpun wrote: > > ffmpeg | branch: master | Andreas Cadhalpun > > | Fri Sep 12 18:18:42 2014 +0200| > > [d5e802609a0046441798cdbd137c96e4aa912390] | committer: Michael Niedermaye

[FFmpeg-devel] [PATCH 3/3] avcodec/mxf: add "AVC Video" entry for decoder

2014-09-13 Thread Michael Niedermayer
Signed-off-by: Michael Niedermayer --- libavformat/mxf.c |1 + 1 file changed, 1 insertion(+) diff --git a/libavformat/mxf.c b/libavformat/mxf.c index 4dc54d7..6ef6a46 100644 --- a/libavformat/mxf.c +++ b/libavformat/mxf.c @@ -49,6 +49,7 @@ const MXFCodecUL ff_mxf_codec_uls[] = { { { 0

[FFmpeg-devel] [PATCH 2/3] avformat/mxfenc: remove dependancy on H264Context, use fields from AVCodecContext

2014-09-13 Thread Michael Niedermayer
Signed-off-by: Michael Niedermayer --- libavformat/mxfenc.c | 74 ++ 1 file changed, 20 insertions(+), 54 deletions(-) diff --git a/libavformat/mxfenc.c b/libavformat/mxfenc.c index 98f3479..1cfa176 100644 --- a/libavformat/mxfenc.c +++ b/libavfo

[FFmpeg-devel] [PATCH 1/3] avformat/mxfenc: H.264 Intra support

2014-09-13 Thread Michael Niedermayer
From: Baptiste Coudurier Ported by michael from ffmbc to ffmpeg the code is under CONFIG_GPL as ffmbc is GPL Signed-off-by: Michael Niedermayer --- libavformat/mxfenc.c | 143 ++ 1 file changed, 143 insertions(+) diff --git a/libavformat/mxfenc