]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavcodec/sgienc.c
Pad ff_cos_tabs and ff_sin_tabs so that index n points to the table for n bits.
[frescor/ffmpeg.git] / libavcodec / sgienc.c
2009-10-01 diegoFix wrongly indented block.
2009-10-01 diegoUse "!exp" instead of "exp == NULL" in if condition.
2009-10-01 diegocosmetics: K&R coding style, prettyprinting
2009-09-30 diegoAdd support for SGI images without RLE compression.
2009-09-06 reimarMark all pix_fmts and supported_framerates compound...
2009-05-10 bcouduriersgi encoder does not support pal8
2008-06-12 stefanoMake AVCodec long_names definition conditional dependin...
2008-05-11 cehoyosReplace some occurrences of -1 with PIX_FMT_NONE.
2008-04-29 diegoAdd long names to some AVCodec declarations.
2008-03-21 zuxyApply 'cold' attribute to init/uninit functions in...
2007-04-06 diegoSGI image decoder ported to the new image API.