46 Commits (b1ade3d1821a29174963b28cd0caa5f7ed394998)

Author SHA1 Message Date
Francesco Lavra 91cc5d3767 Move ff_reverse in libavcodec to av_reverse in libavutil. 15 years ago
Kostya Shishkov a8b95021e5 Do not attempt to decode TIFF files containing fax data with uncompressed 15 years ago
Kostya Shishkov 53f9f9c91b When BitsPerSample tag is not present in TIFF, that means file is 15 years ago
Kostya Shishkov 8da5d3dc37 Finally distinguish TIFF_CCITT_RLE and TIFF_G3 1-D case, so both of them 15 years ago
Kostya Shishkov 7c6f5238c6 Make TIFF decoder load compression options only for corresponding codec 15 years ago
Martin Storsjö eec69b399a Do not compile ZLib data uncompressing function in TIFF decoder when ZLib is 15 years ago
Kostya Shishkov e96f885aa0 Looks like ZLib uncompress() cannot deal with some kinds of TIFF deflated data, 15 years ago
Kostya Shishkov a58e96be0e Support both LSB and MSB orders for TIFF CCITT G.x compressed data. 15 years ago
Baptiste Coudurier a08e67e70d tiff image decoder uses get_buffer, set CODEC_CAP_DR1 16 years ago
Kostya Shishkov 9706d1c766 Check combined depth and number of components in TIFF decoder, thus eliminating 16 years ago
Kostya Shishkov 512cfd9d54 Add 32-bit RGB support to TIFF decoder and extend a bit 'unsupported format' message 16 years ago
Kostya Shishkov 1c86db80a9 Remove useless assignment during initialization for some decoders 16 years ago
Thilo Borgmann 7a00bbad21 Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes an 16 years ago
Diego Biurrun bad5537e2c Use full internal pathname in doxygen @file directives. 16 years ago
Aurelien Jacobs b250f9c66d Change semantic of CONFIG_*, HAVE_* and ARCH_*. 16 years ago
Michael Niedermayer 92799d3213 Enable faxcompr. 16 years ago
Kostya Shishkov 108c96d5e7 Decode TIFF image only after all tags have been decoded 16 years ago
Kostya Shishkov 8eedffde31 Some TIFFs declare -1 for the single strip height 16 years ago
Kostya Shishkov 89b4ec5c33 Add monochrome TIFF support 16 years ago
Kostya Shishkov 4386ed6922 Calculate line size variable correctly for lower bitdepths and use it for raw data copying 16 years ago
Kostya Shishkov 6a4583e925 4l: TIFF stores short strings inside tag, do not interpret it is as an offset 16 years ago
Stefano Sabatini fe4bf37455 Make AVCodec long_names definition conditional depending on CONFIG_SMALL. 17 years ago
Stefano Sabatini bcdb2378f7 Add long names to some AVCodec declarations. 17 years ago
Zuxy Meng 98a6fff98c Apply 'cold' attribute to init/uninit functions in libavcodec 17 years ago
Michael Niedermayer 08e5052930 const 17 years ago
Kostya Shishkov 329851e032 TIFF may omit compression tag. 17 years ago
Måns Rullgård 640b73e17d use correct type for palette 18 years ago
Måns Rullgård 4a64abdc63 kill warnings 18 years ago
Diego Biurrun e5a389a1b7 license header consistency cosmetics 18 years ago
Diego Biurrun ee5c8a9bc4 Add some Doxygen comments, by Kamil Nowosad, k.nowosad students.mimuw.edu pl. 18 years ago
Michael Niedermayer 716222db17 tiff encoder by (Bartlomiej Wolowiec b.wolowiec students mimuw edu pl) 18 years ago
Kostya Shishkov 615259a33e Some TIFFs do not set rows per strip for single strip. 18 years ago
Alex Beregszaszi fead30d444 rename BE/LE_8/16/32 to AV_RL/B_8/16/32 18 years ago
Kostya Shishkov ee0a035820 Support for 16-bit grayscale 18 years ago
Kostya Shishkov 2878cecd6d Give error about planar RGB 18 years ago
Kostya Shishkov b39cf84cca Update error message 18 years ago
Kostya Shishkov 339aabd5a8 Use table for determining type sizes 18 years ago
Kostya Shishkov 213309782d Decoder can decode many ZLib-packed strips 18 years ago
Kostya Shishkov d00026d062 Print error message for unsupported mode (RGB planar,CMYK,YCrCb) 18 years ago
Kostya Shishkov e2570297c0 8-bit images support for TIFF 18 years ago
Kostya Shishkov 380fd08fe6 Rows per strip may be >= height 18 years ago
Kostya Shishkov 27c189394b Warn about JPEG in TIFF 18 years ago
Kostya Shishkov ec8a152b6f Correctly detect 4-component images 18 years ago
Kostya Shishkov ffc5430bc3 LZW decoder as separate module plus TIFF LZW support 18 years ago
Kostya Shishkov b0c32a70b4 10l predictor should not skip first line 18 years ago
Kostya Shishkov a991b1fecb TIFF decoder 18 years ago