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 12:53:21AM +0200, Andreas Cadhalpun wrote: ffmpeg | branch: master | Andreas Cadhalpun andreas.cadhal...@googlemail.com | Fri Sep 12 18:18:42 2014 +0200| [d5e802609a0046441798cdbd137c96e4aa912390] | committer: Michael Niedermayer doc: document the addition of the

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

2014-09-13 Thread Michael Niedermayer
From: Baptiste Coudurier baptiste.coudur...@gmail.com Ported by michael from ffmbc to ffmpeg the code is under CONFIG_GPL as ffmbc is GPL Signed-off-by: Michael Niedermayer michae...@gmx.at --- libavformat/mxfenc.c | 143 ++ 1 file changed, 143

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

2014-09-13 Thread Michael Niedermayer
Signed-off-by: Michael Niedermayer michae...@gmx.at --- 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

[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] 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 ---

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(-) Applied

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 andreas.cadhal...@googlemail.com | Fri Sep 12 18:18:42 2014 +0200|

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:

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: On

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 hopefully

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 documentation,

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 possible to use

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