[FFmpeg-devel] libavutil/aes_ctr.c

2016-03-11 Thread NagaChaitanya Vellanki
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

Re: [FFmpeg-devel] [PATCH] Add tests for functions in hash.c

2016-03-10 Thread NagaChaitanya Vellanki
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

Re: [FFmpeg-devel] [PATCH] Add tests for functions in hash.c

2016-03-09 Thread NagaChaitanya Vellanki
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 +

Re: [FFmpeg-devel] [PATCH] Add tests for functions in hash.c

2016-03-09 Thread NagaChaitanya Vellanki
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

Re: [FFmpeg-devel] [PATCH] Add tests for functions in hash.c

2016-03-08 Thread NagaChaitanya Vellanki
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 + > &

[FFmpeg-devel] [PATCH] Add tests for functions in hash.c

2016-03-07 Thread NagaChaitanya Vellanki
--- 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

[FFmpeg-devel] [PATCH] Add tests for functions in hash.c

2016-03-06 Thread NagaChaitanya Vellanki
--- 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

[FFmpeg-devel] [PATCH] Add tests for functions in hash.c

2016-03-06 Thread NagaChaitanya Vellanki
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

[FFmpeg-devel] [PATCH] Add tests for functions in hash.c

2016-03-06 Thread NagaChaitanya Vellanki
--- 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

[FFmpeg-devel] [PATCH] Add tests for functions in hash.c

2016-03-06 Thread NagaChaitanya Vellanki
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

Re: [FFmpeg-devel] [PATCH] Add test for avpriv_get_trc_function_from_trc function

2016-03-03 Thread NagaChaitanya Vellanki
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

[FFmpeg-devel] [PATCH] Add test for avpriv_get_trc_function_from_trc function

2016-03-03 Thread 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/color_utils diff --git a/libavu

[FFmpeg-devel] [PATCH] Add test for avpriv_get_trc_function_from_trc function

2016-03-03 Thread NagaChaitanya Vellanki
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

[FFmpeg-devel] [PATCH] Add test foravpriv_get_trc_function_from_trc function

2016-03-03 Thread NagaChaitanya Vellanki
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

[FFmpeg-devel] [PATCH] Add test foravpriv_get_trc_function_from_trc function

2016-03-03 Thread 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/color_utils diff --git a/libavu

Re: [FFmpeg-devel] [PATCH] Add test foravpriv_get_trc_function_from_trc function

2016-03-02 Thread NagaChaitanya Vellanki
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 + > >

[FFmpeg-devel] [PATCH] Add test foravpriv_get_trc_function_from_trc function

2016-03-02 Thread 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/color_utils diff --git a/libavu

Re: [FFmpeg-devel] [PATCH] Add test foravpriv_get_trc_function_from_trc function

2016-03-02 Thread NagaChaitanya Vellanki
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/

[FFmpeg-devel] [PATCH] Add test foravpriv_get_trc_function_from_trc function

2016-03-02 Thread NagaChaitanya Vellanki
--- 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

[FFmpeg-devel] Patch: Add test for avpriv_get_trc_function_from_trc function

2016-03-01 Thread NagaChaitanya Vellanki
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

[FFmpeg-devel] [PATCH] Add test for avpriv_get_trc_function_from_trc function

2016-03-01 Thread NagaChaitanya Vellanki
--- 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

[FFmpeg-devel] [PATCH] Add test for avpriv_get_trc_function_from_trc function

2016-03-01 Thread NagaChaitanya Vellanki
--- 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

[FFmpeg-devel] [PATCH] Add test for avpriv_get_trc_function_from_trc function

2016-03-01 Thread NagaChaitanya Vellanki
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

[FFmpeg-devel] Patch: Add test for avpriv_get_trc_function_from_trc function

2016-03-01 Thread NagaChaitanya Vellanki
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