[FFmpeg-devel] [Outreachy][nyanyanya] Summary of this summer

2015-08-31 Thread Ludmila Glinskih
ave you! Tomorrow is the first day of my university year, so my rare patches will be twice more rare. P.S. Please recommend Outreachy internship to all relevant women you know. It's really a great chance to become...at least a better programmer=) Kind regards, Ludmila Glinskih ___

Re: [FFmpeg-devel] [PATCH] api-h264-test: rename and expand

2015-08-26 Thread Ludmila Glinskih
Hi, Thank you for the comment! I'm not sure if I fixed it right =/ Kind regards, Ludmila Glinskih ср, 26 авг. 2015 г. в 3:52, Michael Niedermayer : > On Tue, Aug 25, 2015 at 11:00:40PM +0300, Ludmila Glinskih wrote: > > Add support of floating point decoders. Add support of

[FFmpeg-devel] [PATCH] api-h264-test: rename and expand

2015-08-26 Thread Ludmila Glinskih
+1,368 @@ +/* + * Copyright (c) 2015 Ludmila Glinskih + * + * Permission is hereby granted, free of charge, to any person obtaining a copy + * of this software and associated documentation files (the "Software"), to deal + * in the Software without restriction, including without limi

[FFmpeg-devel] [PATCH] api-h264-test: rename and expand

2015-08-25 Thread Ludmila Glinskih
@@ -0,0 +1,355 @@ +/* + * Copyright (c) 2015 Ludmila Glinskih + * + * Permission is hereby granted, free of charge, to any person obtaining a copy + * of this software and associated documentation files (the "Software"), to deal + * in the Software without restriction, including without limi

[FFmpeg-devel] [PATCH] MAINTAINERS: add myself as an API tests maintainer

2015-08-23 Thread Ludmila Glinskih
Robert Swain metadata subsystem Aurelien Jacobs release management Michael Niedermayer +API tests Ludmila Glinskih Communication -- 1.9.1 ___ ffmpeg-devel mailing list ffmpeg

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

2015-08-23 Thread Ludmila Glinskih
new file mode 100644 index 000..d0dee64 --- /dev/null +++ b/tests/api/api-band-test.c @@ -0,0 +1,222 @@ +/* + * Copyright (c) 2015 Ludmila Glinskih + * + * Permission is hereby granted, free of charge, to any person obtaining a copy + * of this software and associated documentation files (the

[FFmpeg-devel] [PATCH] api-h264-test: structure changes

2015-08-03 Thread Ludmila Glinskih
To avoid duplicate code --- tests/api/api-h264-test.c | 47 +++ 1 file changed, 15 insertions(+), 32 deletions(-) diff --git a/tests/api/api-h264-test.c b/tests/api/api-h264-test.c index 4d2a5b0..e4bc0b8 100644 --- a/tests/api/api-h264-test.c +++ b/test

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

2015-07-31 Thread Ludmila Glinskih
a/tests/api/api-seek-test.c b/tests/api/api-seek-test.c new file mode 100644 index 000..99fe90c --- /dev/null +++ b/tests/api/api-seek-test.c @@ -0,0 +1,278 @@ +/* + * Copyright (c) 2015 Ludmila Glinskih + * + * Permission is hereby granted, free of charge, to any person obtaining a copy + * of

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

2015-07-28 Thread Ludmila Glinskih
-test.c new file mode 100644 index 000..075b781 --- /dev/null +++ b/tests/api/api-band-test.c @@ -0,0 +1,229 @@ +/* + * Copyright (c) 2015 Ludmila Glinskih + * + * Permission is hereby granted, free of charge, to any person obtaining a copy + * of this software and associated documentation files

[FFmpeg-devel] [PATCH] test for draw_horiz_band

2015-07-28 Thread Ludmila Glinskih
It works for decoding only in one thread. I use only one buffer, so when different frames are decoded in different threads I get wrong pieces in my result buffer. I don't know how to work with multiple buffers (which call of draw_horiz_band is for which frame?). ___

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

2015-07-04 Thread Ludmila Glinskih
..85430a3 --- /dev/null +++ b/tests/api/api-seek-test.c @@ -0,0 +1,194 @@ +/* + * Copyright (c) 2015 Ludmila Glinskih + * + * Permission is hereby granted, free of charge, to any person obtaining a copy + * of this software and associated documentation files (the "Software"), to deal

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

2015-07-04 Thread Ludmila Glinskih
I fixed brackets and added dependency on fate-lavf to be sure that lavf.flv exists. ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

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

2015-07-02 Thread Ludmila Glinskih
..9f8bad9 --- /dev/null +++ b/tests/api/api-seek-test.c @@ -0,0 +1,197 @@ +/* + * Copyright (c) 2015 Ludmila Glinskih + * + * Permission is hereby granted, free of charge, to any person obtaining a copy + * of this software and associated documentation files (the "Software"), to deal

[FFmpeg-devel] [PATCH] api-h264-test: build with another api test

2015-06-27 Thread Ludmila Glinskih
..000 --- a/libavformat/api-h264-test.c +++ /dev/null @@ -1,183 +0,0 @@ -/* - * Copyright (c) 2015 Ludmila Glinskih - * - * Permission is hereby granted, free of charge, to any person obtaining a copy - * of this software and associated documentation files (the "Software"), to deal - * in th

[FFmpeg-devel] [PATCH] Fix the bug of comparing zero bytes

2015-06-27 Thread Ludmila Glinskih
Add check for linesize. --- tests/api/api-flac-test.c | 22 -- 1 file changed, 16 insertions(+), 6 deletions(-) diff --git a/tests/api/api-flac-test.c b/tests/api/api-flac-test.c index a6180bc..07030d6 100644 --- a/tests/api/api-flac-test.c +++ b/tests/api/api-flac-test.c @@ -

[FFmpeg-devel] [PATCH] Fixes the bug of comparing zero bytes. Also new check for linesize is added.

2015-06-26 Thread Ludmila Glinskih
--- libavcodec/api-flac-test.c | 22 -- 1 file changed, 16 insertions(+), 6 deletions(-) diff --git a/libavcodec/api-flac-test.c b/libavcodec/api-flac-test.c index 402d4df..4cd0db7 100644 --- a/libavcodec/api-flac-test.c +++ b/libavcodec/api-flac-test.c @@ -112,10 +112,10 @@ s

[FFmpeg-devel] [PATCH] libavformat: Add H264 API test

2015-06-24 Thread Ludmila Glinskih
Result differs in pkt_duration and time_base.den for some reason. Right now it tests only one example (adjusted to match the output). Signed-off-by: Ludmila Glinskih --- libavformat/Makefile| 1 + libavformat/api-h264-test.c | 183 tests

[FFmpeg-devel] [PATCHv3] libavformat: Add H264 API test

2015-06-24 Thread Ludmila Glinskih
I added av_find_best_stream() and changed libavformat.mak, because previous version failed without samples. ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Re: [FFmpeg-devel] [PATCH] libavformat: Add H264 API test

2015-06-24 Thread Ludmila Glinskih
Hi! вт, 23 июня 2015 г. в 16:21, Ronald S. Bultje : > Hi, > > On Tue, Jun 23, 2015 at 9:05 AM, Ludmila Glinskih > wrote: > > > +do { > > +if (pkt.stream_index != video_stream) > > +break; > > > That check shouldn't be

Re: [FFmpeg-devel] [PATCH] libavformat: Add H264 API test

2015-06-23 Thread Ludmila Glinskih
Do you have any ideas why it differs from framecrc result on the same file? пн, 22 июня 2015 г. в 12:50, Ludmila Glinskih : > Result differs in pkt_duration and time_base.den for some reason. > Right now it tests only one example (adjusted to match the output). > > Signed-off

[FFmpeg-devel] [PATCH v2] libavformat: Add H264 API test

2015-06-23 Thread Ludmila Glinskih
Now there are no warnings, more checks, more error messages. I changed the loop for the last frames. If the error occures program returns 1. Thank you for comments! ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo

[FFmpeg-devel] [PATCH] libavformat: Add H264 API test

2015-06-23 Thread Ludmila Glinskih
Result differs in pkt_duration and time_base.den for some reason. Right now it tests only one example (adjusted to match the output). Signed-off-by: Ludmila Glinskih --- libavformat/Makefile| 1 + libavformat/api-h264-test.c | 187 tests

[FFmpeg-devel] [PATCH] libavformat: Add H264 API test

2015-06-22 Thread Ludmila Glinskih
Result differs in pkt_duration and time_base.den for some reason. Right now it tests only one example (adjusted to match the output). Signed-off-by: Ludmila Glinskih --- libavformat/Makefile| 1 + libavformat/api-h264-test.c | 155 tests

[FFmpeg-devel] [PATCH] libavformat: Add H264 API test

2015-06-22 Thread Ludmila Glinskih
I really don't know how to avoid warnings in printf. ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

[FFmpeg-devel] [PATCH 1/2] api-flac-test: Fix stupid mistake

2015-04-22 Thread Ludmila Glinskih
Was comparing 0 bytes in memcmp --- libavcodec/api-flac-test.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/libavcodec/api-flac-test.c b/libavcodec/api-flac-test.c index 5ca8e8f..1540da9 100644 --- a/libavcodec/api-flac-test.c +++ b/libavcodec/api-flac-test.c @@ -117,7 +11

[FFmpeg-devel] [PATCH 2/2] api-flac-test: Coding style

2015-04-22 Thread Ludmila Glinskih
--- libavcodec/api-flac-test.c | 72 -- 1 file changed, 24 insertions(+), 48 deletions(-) diff --git a/libavcodec/api-flac-test.c b/libavcodec/api-flac-test.c index 1540da9..5ff8f12 100644 --- a/libavcodec/api-flac-test.c +++ b/libavcodec/api-flac-test.

Re: [FFmpeg-devel] [PATCH v4] libavcodec: Add FLAC API test

2015-04-21 Thread Ludmila Glinskih
OOPS вт, 21 апр. 2015 г. в 8:03, James Almer : > On 19/04/15 9:03 PM, Ludmila Glinskih wrote: > > > +static int run_test(AVCodec *enc, AVCodec *dec, AVCodecContext *enc_ctx, > > +AVCodecContext *dec_ctx) > > +{ > > +AVPacket enc_p

Re: [FFmpeg-devel] [FFmpeg-cvslog] libavcodec: Add FLAC API test

2015-04-21 Thread Ludmila Glinskih
вт, 21 апр. 2015 г. в 6:19, Clément Bœsch : > On Mon, Apr 20, 2015 at 02:37:27PM +0200, Ludmila Glinskih wrote: > > ffmpeg | branch: master | Ludmila Glinskih | Mon > Apr 20 03:03:08 2015 +0300| [be70c79af2bbbf8818707075ebc376d0be137582] | > committer: Michael Niedermayer > >

Re: [FFmpeg-devel] [PATCH v4] libavcodec: Add FLAC API test

2015-04-21 Thread Ludmila Glinskih
Sorry for the delay, thanks for comments! вт, 21 апр. 2015 г. в 1:40, Kieran Kunhya : > On 20 April 2015 at 01:03, Ludmila Glinskih wrote: > > Signed-off-by: Ludmila Glinskih > > --- > > libavcodec/Makefile| 1 + > > libav

Re: [FFmpeg-devel] [PATCH v4] Fix mistake with repeating values in first and second channels

2015-04-20 Thread Ludmila Glinskih
Ooops, wrong threat. I need one more try) On Mon, Apr 20, 2015 at 10:36 AM, Ludmila Glinskih wrote: > Signed-off-by: Ludmila Glinskih > --- > libavcodec/api-flac-test.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/libavcodec/api-flac-test.c b/l

Re: [FFmpeg-devel] [PATCH v4] Fix mistake with repeating values in first and second channels

2015-04-20 Thread Ludmila Glinskih
Oooops, this was meant to be in the last thread =) On Mon, Apr 20, 2015 at 10:34 AM, Ludmila Glinskih wrote: > Signed-off-by: Ludmila Glinskih > --- > libavcodec/api-flac-test.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/libavcodec/api-flac-test.

[FFmpeg-devel] [PATCH v4] Fix mistake with repeating values in first and second channels

2015-04-20 Thread Ludmila Glinskih
Signed-off-by: Ludmila Glinskih --- libavcodec/api-flac-test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/api-flac-test.c b/libavcodec/api-flac-test.c index b036385..38b2613 100644 --- a/libavcodec/api-flac-test.c +++ b/libavcodec/api-flac-test.c @@ -44,7

[FFmpeg-devel] [PATCH v4] Fix mistake with repeating values in first and second channels

2015-04-20 Thread Ludmila Glinskih
Signed-off-by: Ludmila Glinskih --- libavcodec/api-flac-test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/api-flac-test.c b/libavcodec/api-flac-test.c index b036385..38b2613 100644 --- a/libavcodec/api-flac-test.c +++ b/libavcodec/api-flac-test.c @@ -44,7

[FFmpeg-devel] [PATCH v4] Fix mistake with repeating values in first and second channels

2015-04-20 Thread Ludmila Glinskih
Signed-off-by: Ludmila Glinskih --- libavcodec/api-flac-test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/api-flac-test.c b/libavcodec/api-flac-test.c index b036385..38b2613 100644 --- a/libavcodec/api-flac-test.c +++ b/libavcodec/api-flac-test.c @@ -44,7

[FFmpeg-devel] libavcodec: Add FLAC API test

2015-04-19 Thread Ludmila Glinskih
hat should do. It can be chnaged later Yes, I want to generate different signal for different channels, my mistake to write "*2" instead of "*k". Kind regards, Ludmila Glinskih ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

[FFmpeg-devel] [PATCH v4] libavcodec: Add FLAC API test

2015-04-19 Thread Ludmila Glinskih
Signed-off-by: Ludmila Glinskih --- libavcodec/Makefile| 1 + libavcodec/api-flac-test.c | 290 + tests/fate/libavcodec.mak | 6 + 3 files changed, 297 insertions(+) create mode 100644 libavcodec/api-flac-test.c diff --git a/libavcodec

[FFmpeg-devel] [PATCH v3] libavcodec: Add FLAC API test

2015-04-19 Thread Ludmila Glinskih
/null +++ b/libavcodec/api-flac-test.c @@ -0,0 +1,290 @@ +/* + * Copyright (c) 2015 Ludmila Glinskih + * Copyright (c) 2001 Fabrice Bellard + * + * Permission is hereby granted, free of charge, to any person obtaining a copy + * of this software and associated documentation files (the "Software&

[FFmpeg-devel] Test for FLAC

2015-04-19 Thread Ludmila Glinskih
how to add necessary commands to Makefile for correct linking with libavcodec library. Maybe I don't understand some simple ways how to do it (and also makefiles are new for me), I need help with this. Kind regards, Ludmila Glinskih ___ ffmpeg-dev

Re: [FFmpeg-devel] [PATCH v2] examples: add flac_test

2015-04-14 Thread Ludmila Glinskih
Hi, Thanks for you comments! > +static int generate_raw_frame(uint16_t *frame_data, int i, int > sample_rate, > > + int channels, int frame_size) > > +{ > > +double t, tincr, tincr2; > > +int j, k; > > + > > +t = 0.0; > > +tincr = 2 * M_PI * 440.0 / sa

[FFmpeg-devel] Test for FLAC

2015-04-13 Thread Ludmila Glinskih
codec functions (codec opening and so on). Let me know what you think. Kind regards, Ludmila Glinskih ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

[FFmpeg-devel] [PATCH v2] examples: add flac_test

2015-04-13 Thread Ludmila Glinskih
\ muxing \ remuxing \ diff --git a/doc/examples/flac_test.c b/doc/examples/flac_test.c new file mode 100644 index 000..392c50c --- /dev/null +++ b/doc/examples/flac_test.c @@ -0,0 +1,295 @@ +/* + * Copyright (c) 2015