| Commit message (Expand) | Author | Age | Files | Lines |
* | Use full internal pathname in doxygen @file directives. | Diego Biurrun | 2009-02-01 | 1 | -1/+1 |
* | Change semantic of CONFIG_*, HAVE_* and ARCH_*. | Aurelien Jacobs | 2009-01-13 | 1 | -3/+3 |
* | Enable faxcompr. | Michael Niedermayer | 2008-12-26 | 1 | -9/+35 |
* | Decode TIFF image only after all tags have been decoded | Kostya Shishkov | 2008-12-22 | 1 | -44/+50 |
* | Some TIFFs declare -1 for the single strip height | Kostya Shishkov | 2008-12-22 | 1 | -0/+2 |
* | Add monochrome TIFF support | Kostya Shishkov | 2008-12-22 | 1 | -0/+3 |
* | Calculate line size variable correctly for lower bitdepths and use it for raw... | Kostya Shishkov | 2008-12-22 | 1 | -3/+3 |
* | 4l: TIFF stores short strings inside tag, do not interpret it is as an offset | Kostya Shishkov | 2008-12-17 | 1 | -0/+5 |
* | Make AVCodec long_names definition conditional depending on CONFIG_SMALL. | Stefano Sabatini | 2008-06-12 | 1 | -1/+1 |
* | Add long names to some AVCodec declarations. | Stefano Sabatini | 2008-04-29 | 1 | -1/+2 |
* | Apply 'cold' attribute to init/uninit functions in libavcodec | Zuxy Meng | 2008-03-21 | 1 | -2/+2 |
* | const | Michael Niedermayer | 2008-02-01 | 1 | -15/+16 |
* | TIFF may omit compression tag. | Kostya Shishkov | 2007-12-01 | 1 | -0/+1 |
* | use correct type for palette | Måns Rullgård | 2007-07-09 | 1 | -3/+3 |
* | kill warnings | Måns Rullgård | 2007-07-08 | 1 | -3/+4 |
* | license header consistency cosmetics | Diego Biurrun | 2007-07-05 | 1 | -1/+0 |
* | Add some Doxygen comments, by Kamil Nowosad, k.nowosad students.mimuw.edu pl. | Diego Biurrun | 2007-04-04 | 1 | -0/+6 |
* | tiff encoder by (Bartlomiej Wolowiec b.wolowiec students mimuw edu pl) | Michael Niedermayer | 2007-04-03 | 1 | -42/+1 |
* | Some TIFFs do not set rows per strip for single strip. | Kostya Shishkov | 2007-01-25 | 1 | -0/+1 |
* | 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 |