Need guidance on getting started to write tests for libavutil/aes_ctr.c.
Thank you,
Naga
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel
Hi Reimar,
Will send in a new patch with the improvements for review :-).
Thank you,
Naga
On Wed, Mar 9, 2016 at 11:05 AM, Reimar Döffinger
wrote:
> On Wed, Mar 09, 2016 at 10:27:29AM -0800, NagaChaitanya Vellanki wrote:
> > On Tue, Mar 8, 2016 at 5:33 PM, James Almer wrote:
> &g
Ping Michael to review to patch.
Thank you,
Naga
On Tue, Mar 8, 2016 at 5:33 PM, James Almer wrote:
> On 3/8/2016 2:21 AM, NagaChaitanya Vellanki wrote:
> > ---
> > libavutil/Makefile | 1 +
> > libavutil/hash.c | 42 +
I wont qualify for GSoC because i am full time employed and a part time
student.
Thank you,
Naga
On Sun, Mar 6, 2016 at 3:26 PM, Michael Niedermayer
wrote:
> On Sun, Mar 06, 2016 at 11:27:59AM -0800, NagaChaitanya Vellanki wrote:
> > Please review the patch.
> >
> > Naga
Please review the latest patch. the DST_BUF_SIZE is not AV_HASH_MAX_SIZE *
8 since AV_HASH_MAX_SIZE is 64.
Thank you,
Naga
On Sun, Mar 6, 2016 at 9:45 PM, James Almer wrote:
> On 3/7/2016 12:26 AM, NagaChaitanya Vellanki wrote:
> > ---
> > libavutil/Makefile | 1 +
> &
---
libavutil/Makefile | 1 +
libavutil/hash.c | 42 ++
tests/fate/libavutil.mak | 4
tests/ref/fate/hash | 45 +
4 files changed, 92 insertions(+)
create mode 100644 tests/ref/fate/hash
---
libavutil/Makefile | 1 +
libavutil/hash.c | 45 +
tests/fate/libavutil.mak | 4
tests/ref/fate/hash | 45 +
4 files changed, 95 insertions(+)
create mode 100644 tests/ref/fate/ha
Made changes as suggested by James Almer.
NagaChaitanya Vellanki (1):
Add tests for functions in hash.c
libavutil/Makefile | 1 +
libavutil/hash.c | 45 +
tests/fate/libavutil.mak | 4
tests/ref/fate/hash | 45
---
libavutil/Makefile | 1 +
libavutil/hash.c | 41 +
tests/fate/libavutil.mak | 4
tests/ref/fate/hash | 45 +
4 files changed, 91 insertions(+)
create mode 100644 tests/ref/fate/hash
Please review the patch.
NagaChaitanya Vellanki (1):
Add tests for functions in hash.c
libavutil/Makefile | 1 +
libavutil/hash.c | 41 +
tests/fate/libavutil.mak | 4
tests/ref/fate/hash | 45
Derek,
I agree with you, checked this on ubuntu, mac os both x86_32, x86_64.
On Thu, Mar 3, 2016 at 10:11 AM, Derek Buitenhuis <
derek.buitenh...@gmail.com> wrote:
> On 3/3/2016 6:01 PM, NagaChaitanya Vellanki wrote:
> > + printf("AVColorTransferCharacteristi
---
libavutil/Makefile | 1 +
libavutil/color_utils.c| 29 +
tests/fate/libavutil.mak | 4 +
tests/ref/fate/color_utils | 285 +
4 files changed, 319 insertions(+)
create mode 100644 tests/ref/fate/color_utils
diff --git a/libavu
Please ignore my previous patches.
The commit message was incorrectly formatted. Please consider this patch.
NagaChaitanya Vellanki (1):
Add test for avpriv_get_trc_function_from_trc function
libavutil/Makefile | 1 +
libavutil/color_utils.c| 29 +
tests/fate/libavutil.mak
From: NagaChaitanya Vellanki
---
libavutil/Makefile | 1 +
libavutil/color_utils.c| 29 +
tests/fate/libavutil.mak | 4 +
tests/ref/fate/color_utils | 285 +
4 files changed, 319 insertions(+)
create mode 100644 tests/ref/fate
---
libavutil/Makefile | 1 +
libavutil/color_utils.c| 29 +
tests/fate/libavutil.mak | 4 +
tests/ref/fate/color_utils | 285 +
4 files changed, 319 insertions(+)
create mode 100644 tests/ref/fate/color_utils
diff --git a/libavu
ubuntu machine and make a new patch.
On Wed, Mar 2, 2016 at 7:44 PM, Michael Niedermayer
wrote:
> On Wed, Mar 02, 2016 at 06:36:26PM -0800, NagaChaitanya Vellanki wrote:
> > ---
> > libavutil/Makefile | 1 +
> > libavutil/color_utils.c| 29 +
> >
---
libavutil/Makefile | 1 +
libavutil/color_utils.c| 29 +
tests/fate/libavutil.mak | 4 +
tests/ref/fate/color_utils | 285 +
4 files changed, 319 insertions(+)
create mode 100644 tests/ref/fate/color_utils
diff --git a/libavu
Sending in the new patch :-).
On Wed, Mar 2, 2016 at 5:20 PM, Michael Niedermayer
wrote:
> On Wed, Mar 02, 2016 at 04:35:08PM -0800, NagaChaitanya Vellanki wrote:
> > ---
> > libavutil/Makefile | 1 +
> > libavutil/
---
libavutil/Makefile | 1 +
libavutil/color_utils.c| 65 ++
tests/fate/libavutil.mak | 4 +++
tests/ref/fate/color_utils | 38 +++
4 files changed, 108 insertions(+)
create mode 100644 tests/ref/fate/color_utils
Hi all,
This is my first patch. git send-mail did not work for me. Sending the
patch via gmail gui. Please review my patch.
Thank you,
NagaChaitanya Vellanki
0001-Add-test-for-avpriv_get_trc_function_from_trc-functi.patch
Description: Binary data
---
libavutil/Makefile | 1 +
libavutil/color_utils.c | 53 +
2 files changed, 54 insertions(+)
diff --git a/libavutil/Makefile b/libavutil/Makefile
index a4d79cd..934564f 100644
--- a/libavutil/Makefile
+++ b/libavutil/Makefile
@@ -176,6 +176
---
libavutil/Makefile | 1 +
libavutil/color_utils.c | 52 +
2 files changed, 53 insertions(+)
diff --git a/libavutil/Makefile b/libavutil/Makefile
index a4d79cd..934564f 100644
--- a/libavutil/Makefile
+++ b/libavutil/Makefile
@@ -176,6 +176
Improve coverage by adding test.
NagaChaitanya Vellanki (1):
Add test for avpriv_get_trc_function_from_trc function
libavutil/Makefile | 1 +
libavutil/color_utils.c | 52 +
2 files changed, 53 insertions(+)
--
2.7.2
Hi all,
This is my first patch. git send-mail did not work for me. Sending the
patch via gmail gui. Please review my patch.
Thank you,
NagaChaitanya Vellanki
0001-Add-test-for-avpriv_get_trc_function_from_trc-functi.patch
Description: Binary data
24 matches
Mail list logo