| Commit message (Expand) | Author | Age | Files | Lines |
* | rename BE/LE_8/16/32 to AV_RL/B_8/16/32 | Alex Beregszaszi | 2007-01-19 | 1 | -3/+3 |
* | Support for 16-bit grayscale | Kostya Shishkov | 2006-11-13 | 1 | -0/+8 |
* | Give error about planar RGB | Kostya Shishkov | 2006-11-13 | 1 | -0/+8 |
* | Update error message | Kostya Shishkov | 2006-11-13 | 1 | -1/+1 |
* | Use table for determining type sizes | Kostya Shishkov | 2006-11-13 | 1 | -2/+9 |
* | Decoder can decode many ZLib-packed strips | Kostya Shishkov | 2006-11-13 | 1 | -4/+0 |
* | Print error message for unsupported mode (RGB planar,CMYK,YCrCb) | Kostya Shishkov | 2006-11-13 | 1 | -0/+6 |
* | 8-bit images support for TIFF | Kostya Shishkov | 2006-11-13 | 1 | -15/+69 |
* | Rows per strip may be >= height | Kostya Shishkov | 2006-11-13 | 1 | -1/+1 |
* | Warn about JPEG in TIFF | Kostya Shishkov | 2006-11-13 | 1 | -0/+4 |
* | Correctly detect 4-component images | Kostya Shishkov | 2006-11-13 | 1 | -2/+3 |
* | LZW decoder as separate module plus TIFF LZW support | Kostya Shishkov | 2006-10-26 | 1 | -3/+18 |
* | 10l predictor should not skip first line | Kostya Shishkov | 2006-10-26 | 1 | -1/+1 |
* | TIFF decoder | Kostya Shishkov | 2006-10-13 | 1 | -0/+432 |