Re: [FFmpeg-devel] [FFmpeg-cvslog] avcodec/j2kenc: YUV should not use the ICT

2015-06-19 Thread Michael Niedermayer
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

Re: [FFmpeg-devel] [PATCH] library.mak: Workaround SDL redefining main and breaking fate tests on mingw

2015-06-19 Thread Michael Niedermayer
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

Re: [FFmpeg-devel] [PATCH] avcodec/fic: Add skip_cursor AVOption

2015-06-19 Thread Michael Niedermayer
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

[FFmpeg-devel] [PATCH] Add a tiny_ssim that is avified.

2015-06-19 Thread Ronald S. Bultje
--- 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

Re: [FFmpeg-devel] [PATCH 3/5] avcodec/mips: MSA (MIPS-SIMD-Arch) optimizations for hpel functions

2015-06-19 Thread Michael Niedermayer
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

[FFmpeg-devel] [PATCH] Support demuxing 4gv codec stored in qcp files

2015-06-19 Thread Paul B Mahol
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

Re: [FFmpeg-devel] [PATCH] Support demuxing 4gv codec stored in qcp files

2015-06-19 Thread Michael Niedermayer
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

Re: [FFmpeg-devel] [PATCH 2/2] avcodec/j2kenc: Use JP2 format by default

2015-06-19 Thread Michael Niedermayer
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 [

Re: [FFmpeg-devel] [PATCH 1/2] avcodec/j2kenc: Support writing JP2 encapsulation

2015-06-19 Thread Michael Niedermayer
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 [