Re: [FFmpeg-devel] [PATCH] avutil: Add basic transfer functions for each AVColorTransferCharacteristic

2015-09-10 Thread Michael Niedermayer
On Tue, Sep 01, 2015 at 05:02:10PM +0100, Kevin Wheatley wrote: > Rather than rewrite history or anything like that people could either > apply this on top of my previous patches, or for a view of the whole > kit and kaboodle: > >

Re: [FFmpeg-devel] [PATCH] avutil: Add basic transfer functions for each AVColorTransferCharacteristic

2015-09-01 Thread Ronald S. Bultje
Hi, On Tue, Sep 1, 2015 at 7:02 AM, Kevin Wheatley wrote: > Following on from my previous email, this adds some functions to > actually convert from linear to non-linear encoding. I have another > that changes the OpenEXR codec to actually use these. Won't

Re: [FFmpeg-devel] [PATCH] avutil: Add basic transfer functions for each AVColorTransferCharacteristic

2015-09-01 Thread wm4
On Tue, 1 Sep 2015 07:33:26 -0400 "Ronald S. Bultje" wrote: > Hi, > > On Tue, Sep 1, 2015 at 7:02 AM, Kevin Wheatley > wrote: > > > Following on from my previous email, this adds some functions to > > actually convert from linear to non-linear

Re: [FFmpeg-devel] [PATCH] avutil: Add basic transfer functions for each AVColorTransferCharacteristic

2015-09-01 Thread wm4
On Tue, 1 Sep 2015 12:02:06 +0100 Kevin Wheatley wrote: > From 59299c23489fadeb11330b51f83b152194f0810e Mon Sep 17 00:00:00 2001 > From: Kevin Wheatley > Date: Tue, 1 Sep 2015 11:41:38 +0100 > Subject: [PATCH 4/5] Add basic transfer

Re: [FFmpeg-devel] [PATCH] avutil: Add basic transfer functions for each AVColorTransferCharacteristic

2015-09-01 Thread Kevin Wheatley
On Tue, Sep 1, 2015 at 12:33 PM, Ronald S. Bultje wrote: > Hi, > > On Tue, Sep 1, 2015 at 7:02 AM, Kevin Wheatley > wrote: > >> Following on from my previous email, this adds some functions to >> actually convert from linear to non-linear encoding.

Re: [FFmpeg-devel] [PATCH] avutil: Add basic transfer functions for each AVColorTransferCharacteristic

2015-09-01 Thread Kevin Wheatley
On Tue, Sep 1, 2015 at 12:49 PM, wm4 wrote: > Identifiers starting with _ are reserved by the system on file scope. oh yes, switching between different programming languages never a good thing for my brain :-) Would the ffmpeg style be prefixing them up with anything, or

Re: [FFmpeg-devel] [PATCH] avutil: Add basic transfer functions for each AVColorTransferCharacteristic

2015-09-01 Thread wm4
On Tue, 1 Sep 2015 12:55:49 +0100 Kevin Wheatley wrote: > On Tue, Sep 1, 2015 at 12:49 PM, wm4 wrote: > > Identifiers starting with _ are reserved by the system on file scope. > > oh yes, switching between different programming languages never

Re: [FFmpeg-devel] [PATCH] avutil: Add basic transfer functions for each AVColorTransferCharacteristic

2015-09-01 Thread Kevin Wheatley
Rather than rewrite history or anything like that people could either apply this on top of my previous patches, or for a view of the whole kit and kaboodle: https://github.com/FFmpeg/FFmpeg/compare/master...KevinJW:image_exr_transfer_characteristics Happy to take further feedback, Kevin On