]> git.sesse.net Git - ffmpeg/history - libavcodec/sgienc.c
Lossless jpeg expects and uses BGRA not RGB32 (this probably caused a problem on
[ffmpeg] / libavcodec / sgienc.c
2009-10-01 Diego BiurrunFix wrongly indented block.
2009-10-01 Diego BiurrunUse "!exp" instead of "exp == NULL" in if condition.
2009-10-01 Diego Biurruncosmetics: K&R coding style, prettyprinting
2009-09-30 Anne-Laure de SmitAdd support for SGI images without RLE compression.
2009-09-06 Reimar DöffingerMark all pix_fmts and supported_framerates compound...
2009-05-10 Baptiste Couduriersgi encoder does not support pal8
2008-06-12 Stefano SabatiniMake AVCodec long_names definition conditional dependin...
2008-05-11 Carl Eugen HoyosReplace some occurrences of -1 with PIX_FMT_NONE.
2008-04-29 Stefano SabatiniAdd long names to some AVCodec declarations.
2008-03-21 Zuxy MengApply 'cold' attribute to init/uninit functions in...
2007-04-06 Xiaohui SunSGI image decoder ported to the new image API.