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
@@
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
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
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 +++
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
> > 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
>
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
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
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
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 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
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
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
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
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
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
---
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
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
---
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 @@
*
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
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
_
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
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
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
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
25 matches
Mail list logo