[FFmpeg-devel] [PATCH] Add DPX decoder rev-24

Jimmy Christensen jimmy
Wed Jun 10 18:17:00 CEST 2009


On 2009-06-10 16:48, Diego Biurrun wrote:
> On Wed, Jun 10, 2009 at 02:36:58PM +0200, Jimmy Christensen wrote:
>>
>> I was wondering how close this DPX patch is to get accepted. Is the
>> general quality good enough or does it need to be approved a lot more?
>
> Close.
>

Thanks. Have started looking into the 3D lut filter for doing log/lin 
conversion. A bit challenging and slow as hell but have already gotten 
some promising results.

>> --- libavcodec/dpx.c	(revision 0)
>> +++ libavcodec/dpx.c	(revision 0)
>> @@ -0,0 +1,227 @@
>> +static unsigned int read32(const uint8_t **ptr, int is_big)
>> +{
>> +    unsigned int temp;
>> +    if(is_big)
>
> if (
>

Fixed.

-------------- next part --------------
A non-text attachment was scrubbed...
Name: ffmpegDPX-rev24.diff
Type: text/x-patch
Size: 10453 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20090610/10365216/attachment.bin>



More information about the ffmpeg-devel mailing list