[FFmpeg-devel] [PATCH]Pinnacle Targa Y216 decoder, v2

Paul B Mahol onemda at gmail.com
Tue Jun 5 12:55:11 CEST 2012


On 6/5/12, Carl Eugen Hoyos <cehoyos at ag.or.at> wrote:
> Hi!
>
> Alignment fixed, and the encoder also supports odd widths.
> If somebody has better name suggestions, please share them!
>
> Please review, Carl Eugen

IMHO all dumb simple packed yuvs should be supported by swscale
(input and output) and that seems to me to be really trivial task.

There are other packed yuv pixel formats and exploiting libavcodec
for this is just going to bloat code more and more in future.

For example, adding support for packed yuvs in swscale will take less
lines of code than this patch.


More information about the ffmpeg-devel mailing list