Re: [FFmpeg-devel] [PATCH] avutil/pixelutils: add small buffers tests

2014-08-31 Thread Clément Bœsch
On Sun, Aug 31, 2014 at 07:45:24PM +0200, Michael Niedermayer wrote: > On Sun, Aug 31, 2014 at 06:04:21PM +0200, Clément Bœsch wrote: > > --- > > libavutil/pixelutils.c| 98 > > +-- > > tests/ref/fate/pixelutils | 12 ++ > > 2 files changed, 89

Re: [FFmpeg-devel] [PATCH] avutil/pixelutils: add small buffers tests

2014-08-31 Thread Michael Niedermayer
On Sun, Aug 31, 2014 at 06:04:21PM +0200, Clément Bœsch wrote: > --- > libavutil/pixelutils.c| 98 > +-- > tests/ref/fate/pixelutils | 12 ++ > 2 files changed, 89 insertions(+), 21 deletions(-) tested on mips & arm qemu & x86, all passed [..

[FFmpeg-devel] [PATCH] avutil/pixelutils: add small buffers tests

2014-08-31 Thread Clément Bœsch
--- libavutil/pixelutils.c| 98 +-- tests/ref/fate/pixelutils | 12 ++ 2 files changed, 89 insertions(+), 21 deletions(-) diff --git a/libavutil/pixelutils.c b/libavutil/pixelutils.c index 10ff7e8..07672c3 100644 --- a/libavutil/pixelutils.c +++