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

2018-10-22 Thread Michael Niedermayer
On Mon, Oct 22, 2018 at 03:13:08PM +0100, Josh de Kock wrote: > On 16/10/2018 12:33, Michael Niedermayer wrote: > >On Mon, Oct 15, 2018 at 01:32:03PM +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 >

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

2018-10-22 Thread Josh de Kock
On 16/10/2018 12:33, Michael Niedermayer wrote: On Mon, Oct 15, 2018 at 01:32:03PM +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 on Linux 32/64, MinGW

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

2018-10-16 Thread Michael Niedermayer
On Mon, Oct 15, 2018 at 01:32:03PM +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 on Linux 32/64, MinGW + WINE 32/64. fails on qemu arm i

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

2018-10-15 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 on Linux 32/64, MinGW + WINE 32/64. tests/api/Makefile | 1 + tests/api/api-h264-slice-test.c | 216 ++