2012-04-13 |
Alex Converse | tiffdec: K&R cosmetics |
blob | commitdiff | raw |
2012-04-13 |
Alex Converse | tiffdec: Add a malloc check and refactor another. |
blob | commitdiff | raw | diff to current |
2012-04-06 |
Martin Storsjö | cosmetics: Align codec declarations |
blob | commitdiff | raw | diff to current |
2012-03-28 |
Diego Biurrun | Replace memset(0) by zero initializations. |
blob | commitdiff | raw | diff to current |
2012-03-07 |
Alex Converse | tiffdec: Prevent illegal memory access caused by recycl... |
blob | commitdiff | raw | diff to current |
2012-03-01 |
Diego Biurrun | Replace AVFrame pointer type punning by proper struct... |
blob | commitdiff | raw | diff to current |
2012-03-01 |
Diego Biurrun | Remove unnecessary AVFrame pointer casts. |
blob | commitdiff | raw | diff to current |
2012-02-24 |
Alex Converse | tiff: Prevent overreads in the type_sizes array. |
blob | commitdiff | raw | diff to current |
2012-02-24 |
Alex Converse | tiff: Make the TIFF_LONG and TIFF_SHORT types unsigned. |
blob | commitdiff | raw | diff to current |
2011-10-10 |
Laurent Aimar | tiffdec: fix out of bound reads/writes |
blob | commitdiff | raw | diff to current |
2011-07-29 |
Anton Khirnov | lavc: use designated initialisers for all codecs. |
blob | commitdiff | raw | diff to current |
2011-07-14 |
Diego Biurrun | doxygen: consistently place brief description |
blob | commitdiff | raw | diff to current |
2011-06-05 |
Stefano Sabatini | tiff: print log in case of unknown / unsupported tag. |
blob | commitdiff | raw | diff to current |
2011-06-05 |
Stefano Sabatini | tiff: fix linesize for mono-white/black formats. |
blob | commitdiff | raw | diff to current |
2011-05-24 |
Stefano Sabatini | tiff: set palette in the context when specified in... |
blob | commitdiff | raw | diff to current |
2011-05-12 |
Stefano Sabatini | tiff: add support for SamplesPerPixel tag in tiff_decod... |
blob | commitdiff | raw | diff to current |
2011-05-12 |
Stefano Sabatini | tiff: Prefer enum TiffCompr over int for TiffContext... |
blob | commitdiff | raw | diff to current |
2011-05-11 |
Stefano Sabatini | tiff: add support for inverted FillOrder for uncompress... |
blob | commitdiff | raw | diff to current |
2011-03-19 |
Mans Rullgard | Replace FFmpeg with Libav in licence headers |
blob | commitdiff | raw | diff to current |
2011-02-15 |
Reinhard Tartler | Merge libavcore into libavutil |
blob | commitdiff | raw | diff to current |
2011-01-26 |
Diego Elio Pettenò | Add ff_ prefix to data symbols of encoders, decoders... |
blob | commitdiff | raw | diff to current |
2011-01-09 |
Daniel Kang | Return on negative soff sizes, fixes issue 2515. |
blob | commitdiff | raw | diff to current |
2011-01-06 |
Daniel Kang | Fix a crash when decoding tiff by moving check |
blob | commitdiff | raw | diff to current |
2011-01-06 |
Daniel Kang | Fix crash for files with strip size larger than the... |
blob | commitdiff | raw | diff to current |
2010-09-07 |
Stefano Sabatini | Use new imgutils.h API names, fix deprecation warnings. |
blob | commitdiff | raw | diff to current |
2010-08-06 |
Stefano Sabatini | Remove use of the deprecated function avcodec_check_dim... |
blob | commitdiff | raw | diff to current |
2010-04-20 |
Diego Biurrun | Remove explicit filename from Doxygen @file commands. |
blob | commitdiff | raw | diff to current |
2010-03-30 |
Stefano Sabatini | Define AVMediaType enum, and use it instead of enum... |
blob | commitdiff | raw | diff to current |
2009-12-03 |
Baptiste Coudurier | lzw.h does not need get_bits.h, tiff.c needs intreadwri... |
blob | commitdiff | raw | diff to current |
2009-11-09 |
Francesco Lavra | Move ff_reverse in libavcodec to av_reverse in libavutil. |
blob | commitdiff | raw | diff to current |
2009-10-01 |
Kostya Shishkov | Do not attempt to decode TIFF files containing fax... |
blob | commitdiff | raw | diff to current |
2009-09-30 |
Kostya Shishkov | When BitsPerSample tag is not present in TIFF, that... |
blob | commitdiff | raw | diff to current |
2009-09-28 |
Kostya Shishkov | Finally distinguish TIFF_CCITT_RLE and TIFF_G3 1-D... |
blob | commitdiff | raw | diff to current |
2009-09-28 |
Kostya Shishkov | Make TIFF decoder load compression options only for... |
blob | commitdiff | raw | diff to current |
2009-09-27 |
Martin Storsjö | Do not compile ZLib data uncompressing function in... |
blob | commitdiff | raw | diff to current |
2009-09-27 |
Kostya Shishkov | Looks like ZLib uncompress() cannot deal with some... |
blob | commitdiff | raw | diff to current |
2009-09-24 |
Kostya Shishkov | Support both LSB and MSB orders for TIFF CCITT G.x... |
blob | commitdiff | raw | diff to current |
2009-06-05 |
Baptiste Coudurier | tiff image decoder uses get_buffer, set CODEC_CAP_DR1 |
blob | commitdiff | raw | diff to current |
2009-06-02 |
Kostya Shishkov | Check combined depth and number of components in TIFF... |
blob | commitdiff | raw | diff to current |
2009-05-06 |
Kostya Shishkov | Add 32-bit RGB support to TIFF decoder and extend a... |
blob | commitdiff | raw | diff to current |
2009-04-24 |
Kostya Shishkov | Remove useless assignment during initialization for... |
blob | commitdiff | raw | diff to current |
2009-04-07 |
Thilo Borgmann | Implement avcodec_decode_video2(), _audio3() and _subti... |
blob | commitdiff | raw | diff to current |
2009-02-01 |
Diego Biurrun | Use full internal pathname in doxygen @file directives. |
blob | commitdiff | raw | diff to current |
2009-01-13 |
Aurelien Jacobs | Change semantic of CONFIG_*, HAVE_* and ARCH_*. |
blob | commitdiff | raw | diff to current |
2008-12-26 |
Michael Niedermayer | Enable faxcompr. |
blob | commitdiff | raw | diff to current |
2008-12-22 |
Kostya Shishkov | Decode TIFF image only after all tags have been decoded |
blob | commitdiff | raw | diff to current |
2008-12-22 |
Kostya Shishkov | Some TIFFs declare -1 for the single strip height |
blob | commitdiff | raw | diff to current |
2008-12-22 |
Kostya Shishkov | Add monochrome TIFF support |
blob | commitdiff | raw | diff to current |
2008-12-22 |
Kostya Shishkov | Calculate line size variable correctly for lower bitdep... |
blob | commitdiff | raw | diff to current |
2008-12-17 |
Kostya Shishkov | 4l: TIFF stores short strings inside tag, do not interp... |
blob | commitdiff | raw | diff to current |
2008-06-12 |
Stefano Sabatini | Make AVCodec long_names definition conditional dependin... |
blob | commitdiff | raw | diff to current |
2008-04-29 |
Stefano Sabatini | Add long names to some AVCodec declarations. |
blob | commitdiff | raw | diff to current |
2008-03-21 |
Zuxy Meng | Apply 'cold' attribute to init/uninit functions in... |
blob | commitdiff | raw | diff to current |
2008-02-01 |
Michael Niedermayer | const |
blob | commitdiff | raw | diff to current |
2007-12-01 |
Kostya Shishkov | TIFF may omit compression tag. |
blob | commitdiff | raw | diff to current |
2007-07-09 |
Måns Rullgård | use correct type for palette |
blob | commitdiff | raw | diff to current |
2007-07-08 |
Måns Rullgård | kill warnings |
blob | commitdiff | raw | diff to current |
2007-07-05 |
Diego Biurrun | license header consistency cosmetics |
blob | commitdiff | raw | diff to current |
2007-04-04 |
Diego Biurrun | Add some Doxygen comments, by Kamil Nowosad, k.nowosad... |
blob | commitdiff | raw | diff to current |
2007-04-03 |
Michael Niedermayer | tiff encoder by (Bartlomiej Wolowiec b.wolowiec stude... |
blob | commitdiff | raw | diff to current |
2007-01-25 |
Kostya Shishkov | Some TIFFs do not set rows per strip for single strip. |
blob | commitdiff | raw | diff to current |
2007-01-19 |
Alex Beregszaszi | rename BE/LE_8/16/32 to AV_RL/B_8/16/32 |
blob | commitdiff | raw | diff to current |
2006-11-13 |
Kostya Shishkov | Support for 16-bit grayscale |
blob | commitdiff | raw | diff to current |
2006-11-13 |
Kostya Shishkov | Give error about planar RGB |
blob | commitdiff | raw | diff to current |
2006-11-13 |
Kostya Shishkov | Update error message |
blob | commitdiff | raw | diff to current |
2006-11-13 |
Kostya Shishkov | Use table for determining type sizes |
blob | commitdiff | raw | diff to current |
2006-11-13 |
Kostya Shishkov | Decoder can decode many ZLib-packed strips |
blob | commitdiff | raw | diff to current |
2006-11-13 |
Kostya Shishkov | Print error message for unsupported mode (RGB planar... |
blob | commitdiff | raw | diff to current |
2006-11-13 |
Kostya Shishkov | 8-bit images support for TIFF |
blob | commitdiff | raw | diff to current |
2006-11-13 |
Kostya Shishkov | Rows per strip may be >= height |
blob | commitdiff | raw | diff to current |
2006-11-13 |
Kostya Shishkov | Warn about JPEG in TIFF |
blob | commitdiff | raw | diff to current |
2006-11-13 |
Kostya Shishkov | Correctly detect 4-component images |
blob | commitdiff | raw | diff to current |
2006-10-26 |
Kostya Shishkov | LZW decoder as separate module plus TIFF LZW support |
blob | commitdiff | raw | diff to current |
2006-10-26 |
Kostya Shishkov | 10l predictor should not skip first line |
blob | commitdiff | raw | diff to current |
2006-10-13 |
Kostya Shishkov | TIFF decoder |
blob | commitdiff | raw | diff to current |
|