[FFmpeg-devel] [PATCH] Support for TARGA images without RLE compression

Benoit Fouet benoit.fouet
Thu Oct 1 14:22:15 CEST 2009


Hi,

On 2009-10-01 13:49, Diego Biurrun wrote:
> On Thu, Oct 01, 2009 at 12:59:24PM +0200, Anne-Laure de Smit wrote:
>> On Thu, Oct 1, 2009 at 11:27 AM, Diego Biurrun <diego at biurrun.de> wrote:
>> [...]
>>>> +    int bpp, picsize, datasize= -1;
>>> That's a space after the =, not spaces around the =.
>> OK I updated my patch
> 
> Looks OK, can anybody test it?
> 

Files encoded using raw and using rle are both decoded correctly by
'display'.

>>> Can you point me at sample files for testing?
>>> Diego
>> I uploaded video sample testTga.mov to ftp://upload.ffmpeg.org
>> /MPlayer/incoming/tga-test/<ftp://upload.ffmpeg.org/MPlayer/incoming/dv_dsf_1_stype_1.dv/>
>> ffmpeg -i testTga.mov -coder "raw" imTga%06d.tga
>> ffmpeg -i testTga.mov -coder imRleTga%06d.tga
> 
> I moved the sample here:
> 
> http://samples.mplayerhq.hu/image-samples/TGA/no_rle.mov
> 

I don't see the point of this file, this is a change in the targa
encoder, so any input file should do.

anyway, applied.

Ben



More information about the ffmpeg-devel mailing list