Re: [FFmpeg-devel] [PATCH v2] fate: add api-h264-slice test

2018-09-28 Thread Carl Eugen Hoyos
2018-09-28 1:21 GMT+02:00, Michael Niedermayer : > On Thu, Sep 27, 2018 at 11:56:25PM +0200, Carl Eugen Hoyos wrote: >> 2018-09-27 23:45 GMT+02:00, Michael Niedermayer : >> >> > what i use is: >> > (with gcc) --arch=x86_32 --target-os=linux --extra-cflags=-m32 >> > --extra-ldflags=-m32 --enable-cr

Re: [FFmpeg-devel] [PATCH v2] fate: add api-h264-slice test

2018-09-27 Thread Michael Niedermayer
On Thu, Sep 27, 2018 at 11:56:25PM +0200, Carl Eugen Hoyos wrote: > 2018-09-27 23:45 GMT+02:00, Michael Niedermayer : > > > what i use is: > > (with gcc) --arch=x86_32 --target-os=linux --extra-cflags=-m32 > > --extra-ldflags=-m32 --enable-cross-compile > > I consider the following much simpler

Re: [FFmpeg-devel] [PATCH v2] fate: add api-h264-slice test

2018-09-27 Thread Carl Eugen Hoyos
2018-09-27 23:45 GMT+02:00, Michael Niedermayer : > what i use is: > (with gcc) --arch=x86_32 --target-os=linux --extra-cflags=-m32 > --extra-ldflags=-m32 --enable-cross-compile I consider the following much simpler (and I believe --enable-cross-compile disables some tests): $ ./configure --cc='

Re: [FFmpeg-devel] [PATCH v2] fate: add api-h264-slice test

2018-09-27 Thread Michael Niedermayer
On Thu, Sep 27, 2018 at 11:30:14AM +0100, jos...@ob-encoder.com wrote: > From: Josh de Kock > > This test ensures that you are able to send N number of slice NALUs in slice > threaded mode to be decoded simultaneously > --- > > Tested 32bit with --arch=x86_32 this code still doesnt work, and

[FFmpeg-devel] [PATCH v2] fate: add api-h264-slice test

2018-09-27 Thread joshdk
From: Josh de Kock This test ensures that you are able to send N number of slice NALUs in slice threaded mode to be decoded simultaneously --- Tested 32bit with --arch=x86_32 tests/api/Makefile | 1 + tests/api/api-h264-slice-test.c | 212 ++ tests/fate/api