Re: [FFmpeg-devel] [PATCH] api-band-test: first version

2015-08-23 Thread Michael Niedermayer
On Mon, Aug 24, 2015 at 03:11:45AM +0300, Ludmila Glinskih wrote: > Works only for flv, h263 and huffyuv decoders. > Makes only one pass through the file (this should be changed to two passes) > --- > tests/api/Makefile| 1 + > tests/api/api-band-test.c | 222 > +

[FFmpeg-devel] [PATCH] api-band-test: first version

2015-08-23 Thread Ludmila Glinskih
Works only for flv, h263 and huffyuv decoders. Makes only one pass through the file (this should be changed to two passes) --- tests/api/Makefile| 1 + tests/api/api-band-test.c | 222 ++ tests/fate/api.mak| 6 ++ 3 files changed, 229

Re: [FFmpeg-devel] [PATCH] api-band-test: first version

2015-08-20 Thread Michael Niedermayer
Hi ludmila did you see my reply on the ML (its also below)? as you didnt reply ... On Tue, Aug 11, 2015 at 03:31:05AM +0200, Michael Niedermayer wrote: > On Tue, Jul 28, 2015 at 09:54:06PM +0300, Ludmila Glinskih wrote: > > Works only for flv, h263 and huffyuv decoders, for video with yuv420p pix

Re: [FFmpeg-devel] [PATCH] api-band-test: first version

2015-08-10 Thread Michael Niedermayer
On Tue, Jul 28, 2015 at 09:54:06PM +0300, Ludmila Glinskih wrote: > Works only for flv, h263 and huffyuv decoders, for video with yuv420p pixel > format. > Makes only one pass through the file (this should be changed to two passes) > --- > tests/api/Makefile| 1 + > tests/api/api-band-t

[FFmpeg-devel] [PATCH] api-band-test: first version

2015-07-28 Thread Ludmila Glinskih
Works only for flv, h263 and huffyuv decoders, for video with yuv420p pixel format. Makes only one pass through the file (this should be changed to two passes) --- tests/api/Makefile| 1 + tests/api/api-band-test.c | 229 ++ tests/fate/api.mak