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

2015-08-20 Thread Michael Niedermayer
On Fri, Jul 31, 2015 at 04:01:43PM +0300, Ludmila Glinskih wrote: > Works only with video stream. > First pass without seeking -- counts crcs of a frames and store it in an > array. > After that it seeks a lot in different places and checks if crcs of these > frames and crcs of frames in array ar

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

2015-07-31 Thread Ludmila Glinskih
Works only with video stream. First pass without seeking -- counts crcs of a frames and store it in an array. After that it seeks a lot in different places and checks if crcs of these frames and crcs of frames in array are the same. --- tests/api/Makefile| 1 + tests/api/api-seek-test.c

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

2015-07-06 Thread Michael Niedermayer
On Sun, Jul 05, 2015 at 02:29:49AM +0300, Ludmila Glinskih wrote: > Works only with video stream. > --- > tests/api/Makefile| 1 + > tests/api/api-seek-test.c | 194 > ++ > tests/fate/api.mak| 4 + > tests/ref/fate/api-seek | 147 +

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

2015-07-04 Thread Ludmila Glinskih
Works only with video stream. --- tests/api/Makefile| 1 + tests/api/api-seek-test.c | 194 ++ tests/fate/api.mak| 4 + tests/ref/fate/api-seek | 147 +++ 4 files changed, 346 insertions(+) create mo

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

2015-07-02 Thread Michael Niedermayer
On Thu, Jul 02, 2015 at 06:55:36PM +0300, Ludmila Glinskih wrote: > Works only with video stream. > --- > tests/api/Makefile| 1 + > tests/api/api-seek-test.c | 197 > ++ > tests/fate/api.mak| 4 + > tests/ref/fate/api-seek | 147 +

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

2015-07-02 Thread Ludmila Glinskih
Works only with video stream. --- tests/api/Makefile| 1 + tests/api/api-seek-test.c | 197 ++ tests/fate/api.mak| 4 + tests/ref/fate/api-seek | 147 ++ 4 files changed, 349 insertions(+) create mod