[FFmpeg-devel] [PATCH]Support decoding and encoding of 64bit tiff, v2

Carl Eugen Hoyos cehoyos at ag.or.at
Thu Jan 12 23:39:11 CET 2012


Jean First <jeanfirst <at> gmail.com> writes:

> AFAIR the tiff encoder supports only LE. Should this value not be 
> PIX_FMT_RGBA64LE ?

Yes, that is correct, I finally managed to convince libswscale to convert from
RGBA64BE to LE, allowing more tests.

Unfortunately, the png decoder patch currently also needs RGBA64LE, because it
uses convert_to_rgb32() which is probably guaranteed to break at some point...

Sorry for the noise!

Carl Eugen



More information about the ffmpeg-devel mailing list