On Fri, Jun 19, 2015 at 08:43:49AM +0200, Clément Bœsch wrote:
> On Fri, Jun 19, 2015 at 05:33:32AM +0200, Michael Niedermayer wrote:
> > ffmpeg | branch: master | Michael Niedermayer | Fri Jun
> > 19 04:51:59 2015 +0200| [bb3703a4c30659d7ae7b41a94455ce810bbc102b] |
> > committer: Michael Nieder
On Fri, Jun 19, 2015 at 02:17:53AM -0300, James Almer wrote:
> On 18/06/15 8:06 PM, Michael Niedermayer wrote:
> > -Umain does not work as SDL adds its defines afterwards
>
> You could add -Umain to CFLAGS then, something like
>
> diff --git a/library.mak b/library.mak
> index 7c26024..29460b8 10
On Thu, Jun 18, 2015 at 11:48:59AM +, Paul B Mahol wrote:
> On 6/18/15, Michael Niedermayer wrote:
> > Signed-off-by: Michael Niedermayer
> > ---
> > libavcodec/fic.c | 18 +-
> > 1 file changed, 17 insertions(+), 1 deletion(-)
> >
> > diff --git a/libavcodec/fic.c b/libavc
---
tests/Makefile | 5 +-
tests/tiny_ssim.c | 153 +
tests/tiny_ssim_avf.c | 159 +++
tests/tiny_ssim_template.c | 183 +
4 files changed, 350 insertions
On Sun, Jun 14, 2015 at 11:26:24PM +0530, shivraj.pa...@imgtec.com wrote:
> From: Shivraj Patil
>
> This patch adds MSA (MIPS-SIMD-Arch) optimizations for hpel functions in new
> file hpeldsp_msa.c
> Adds new generic macros (needed for this patch) in
> libavutil/mips/generic_macros_msa.h
>
> S
Signed-off-by: Paul B Mahol
---
libavcodec/avcodec.h| 1 +
libavcodec/codec_desc.c | 7 +++
libavformat/qcp.c | 7 +++
3 files changed, 15 insertions(+)
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h
index 6fdeb4f..1de1f88 100644
--- a/libavcodec/avcodec.h
+++ b/libav
On Thu, Jun 18, 2015 at 01:14:54PM +, Paul B Mahol wrote:
> Signed-off-by: Paul B Mahol
> ---
> libavcodec/avcodec.h| 1 +
> libavcodec/codec_desc.c | 7 +++
> libavformat/qcp.c | 7 +++
> 3 files changed, 15 insertions(+)
not sure if this should be added to the changelog b
On Fri, Jun 19, 2015 at 05:13:59AM +0200, Michael Niedermayer wrote:
> Without the JP2 fields its not possible to identify the colorspace
>
> Fixes Ticket538
>
> Signed-off-by: Michael Niedermayer
> ---
> libavcodec/j2kenc.c |2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
applied
[
On Fri, Jun 19, 2015 at 05:13:58AM +0200, Michael Niedermayer wrote:
> The added option matches openjpeg
>
> Signed-off-by: Michael Niedermayer
> ---
> libavcodec/j2kenc.c | 88
> ++-
> 1 file changed, 87 insertions(+), 1 deletion(-)
applied
[