Re: [FFmpeg-devel] [PATCH] lavc/cfhd: added alpha decompanding in rgba12

2018-03-22 Thread Gagandeep Singh
On Fri, 23 Mar 2018, 11:04 Gagandeep Singh, wrote: > > > On Fri, 23 Mar 2018, 04:26 Aurelien Jacobs, wrote: > >> On Wed, Mar 21, 2018 at 10:19:58PM +0530, Gagandeep Singh wrote: >> > alpha decompanding curve added to post process the decoded alpha channel >> > --- >> > libavcodec/cfhd.c | 19 ++

Re: [FFmpeg-devel] [PATCH] lavc/cfhd: added alpha decompanding in rgba12

2018-03-22 Thread Gagandeep Singh
On Fri, 23 Mar 2018, 04:26 Aurelien Jacobs, wrote: > On Wed, Mar 21, 2018 at 10:19:58PM +0530, Gagandeep Singh wrote: > > alpha decompanding curve added to post process the decoded alpha channel > > --- > > libavcodec/cfhd.c | 19 +++ > > 1 file changed, 19 insertions(+) > > > >

Re: [FFmpeg-devel] [PATCH] lavc/cfhd: added alpha decompanding in rgba12

2018-03-22 Thread Aurelien Jacobs
On Wed, Mar 21, 2018 at 10:19:58PM +0530, Gagandeep Singh wrote: > alpha decompanding curve added to post process the decoded alpha channel > --- > libavcodec/cfhd.c | 19 +++ > 1 file changed, 19 insertions(+) > > diff --git a/libavcodec/cfhd.c b/libavcodec/cfhd.c > index fd8

[FFmpeg-devel] [PATCH] lavc/cfhd: added alpha decompanding in rgba12 ticket #6265

2018-03-22 Thread Gagandeep Singh
alpha decompanding curve added to post process the decoded alpha channel ticket #6265 --- libavcodec/cfhd.c | 19 +++ 1 file changed, 19 insertions(+) diff --git a/libavcodec/cfhd.c b/libavcodec/cfhd.c index fd834b..e35732df45 100644 --- a/libavcodec/cfhd.c +++ b/libavcodec/c

Re: [FFmpeg-devel] [PATCH] lavc/cfhd: added alpha decompanding in rgba12

2018-03-21 Thread Gagandeep Singh
On Thu 22 Mar, 2018, 1:54 AM Carl Eugen Hoyos, wrote: > 2018-03-21 17:52 GMT+01:00, Gagandeep Singh : > > On Wed, 21 Mar 2018, 22:20 Gagandeep Singh, > > wrote: > > > ticket #6265 > > Should be part of the commit message. > > Carl Eugen > So, should I send the mail again with proper commit this

Re: [FFmpeg-devel] [PATCH] lavc/cfhd: added alpha decompanding in rgba12

2018-03-21 Thread Carl Eugen Hoyos
2018-03-21 17:52 GMT+01:00, Gagandeep Singh : > On Wed, 21 Mar 2018, 22:20 Gagandeep Singh, > wrote: > ticket #6265 Should be part of the commit message. Carl Eugen ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listin

Re: [FFmpeg-devel] [PATCH] lavc/cfhd: added alpha decompanding in rgba12

2018-03-21 Thread Gagandeep Singh
On Wed, 21 Mar 2018, 22:20 Gagandeep Singh, wrote: > alpha decompanding curve added to post process the decoded alpha channel > --- > libavcodec/cfhd.c | 19 +++ > 1 file changed, 19 insertions(+) > > diff --git a/libavcodec/cfhd.c b/libavcodec/cfhd.c > index fd834b..e35732df

[FFmpeg-devel] [PATCH] lavc/cfhd: added alpha decompanding in rgba12

2018-03-21 Thread Gagandeep Singh
alpha decompanding curve added to post process the decoded alpha channel --- libavcodec/cfhd.c | 19 +++ 1 file changed, 19 insertions(+) diff --git a/libavcodec/cfhd.c b/libavcodec/cfhd.c index fd834b..e35732df45 100644 --- a/libavcodec/cfhd.c +++ b/libavcodec/cfhd.c @@ -37,6