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
___
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
+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
@@ -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
Robert Swain
metadata subsystem Aurelien Jacobs
release management Michael Niedermayer
+API tests Ludmila Glinskih
Communication
--
1.9.1
___
ffmpeg-devel mailing list
ffmpeg
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
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
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
-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
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?).
___
..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
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
..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
..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
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
@@ -
---
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
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
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
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
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
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
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
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
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
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
---
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.
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
вт, 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
> >
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
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
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.
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
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
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
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
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
/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&
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
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
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
\
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
41 matches
Mail list logo