[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/c

[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
Passes on my mac ~/Documents/projects/FFmpeg/libavutil (master ✘)✭ ᐅ file color_utils-test color_utils-test: Mach-O executable i386 ~/Documents/projects/FFmpeg/libavutil (master ✘)✭ ᐅ cd .. ~/Documents/projects/FFmpeg (master ✘)✭ ᐅ make fate-color_utils TESTcolor_utils Will test this on my ubu

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

2016-03-02 Thread Michael Niedermayer
On Wed, Mar 02, 2016 at 06:36:26PM -0800, NagaChaitanya Vellanki wrote: > --- > libavutil/Makefile | 1 + > libavutil/color_utils.c| 29 + > tests/fate/libavutil.mak | 4 + > tests/ref/fate/color_utils | 285 > + > 4 files changed

[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/color_utils.c| 65 > ++

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

2016-03-02 Thread Michael Niedermayer
On Wed, Mar 02, 2016 at 04:35:08PM -0800, NagaChaitanya Vellanki wrote: > --- > libavutil/Makefile | 1 + > libavutil/color_utils.c| 65 > ++ > tests/fate/libavutil.mak | 4 +++ > tests/ref/fate/color_utils | 38 +

[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