| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec/tiff: check the black level denominator | James Almer | 2019-10-29 | 1 | -0/+9 |
* | avcodec/tiff: Set FF_CODEC_CAP_INIT_CLEANUP | Michael Niedermayer | 2019-10-03 | 1 | -2/+1 |
* | Revert "lavc/tiff: correct the default value of YCbCrSubsampling to 2x2" | Carl Eugen Hoyos | 2019-09-26 | 1 | -1/+1 |
* | lavc/tiff: correct the default value of YCbCrSubsampling to 2x2 | Pavel Skakov | 2019-09-25 | 1 | -1/+1 |
* | avcodec/tiff: rewrite lut handling | Paul B Mahol | 2019-09-02 | 1 | -48/+12 |
* | avcodec/tiff: set color_trc, remove sRGB conversion | Paul B Mahol | 2019-09-02 | 1 | -10/+8 |
* | lavc/tiff: Enable decoding of LinearRaw images | Nick Renieris | 2019-09-02 | 1 | -1/+1 |
* | lavc/tiff: Default-initialize WhiteLevel DNG tag value | Nick Renieris | 2019-09-02 | 1 | -3/+19 |
* | lavc/tiff: Support DNGs with striped (non-tiled) JPEGs images | Nick Renieris | 2019-09-02 | 1 | -24/+37 |
* | lavc/tiff: Decode 10-bit and 14-bit DNG images | Nick Renieris | 2019-09-02 | 1 | -8/+15 |
* | lavc/tiff: Support decoding of DNGs with single-component JPEGs | Nick Renieris | 2019-09-02 | 1 | -10/+51 |
* | lavc/mjpegdec: Enable decoding of single-component bayer images | Nick Renieris | 2019-09-02 | 1 | -0/+7 |
* | lavc/tiff: Force DNG pixel data endianness on an edge case | Nick Renieris | 2019-09-02 | 1 | -0/+12 |
* | lavc/tiff: Don't apply strips-related logic to tiled images | Nick Renieris | 2019-09-02 | 1 | -20/+22 |
* | lavc/tiff: Fix edge case with full-length/width tiles | Nick Renieris | 2019-09-02 | 1 | -2/+6 |
* | lavc/tiff: Apply color scaling to uncompressed DNGs | Nick Renieris | 2019-09-02 | 1 | -1/+24 |
* | lavc/tiff: Convert DNGs to sRGB color space | Nick Renieris | 2019-09-02 | 1 | -11/+23 |
* | lavc/tiff: Decode embedded JPEGs in DNG images | Nick Renieris | 2019-09-02 | 1 | -7/+306 |
* | avcodec/tiff: add missing break in tiff_decode_tag() | Paul B Mahol | 2019-08-28 | 1 | -0/+1 |
* | avcodec/tiff: Enforce increasing offsets | Michael Niedermayer | 2019-08-11 | 1 | -1/+10 |
* | avcodec/tiff: Recognize DNG/CinemaDNG images | Nick Renieris | 2019-05-30 | 1 | -1/+29 |
* | libavcodec/tiff: Process SubIFDs tag with multiple entries | Nick Renieris | 2019-05-30 | 1 | -1/+4 |
* | avcodec/tiff: Option to decode embedded thumbnail | Nick Renieris | 2019-05-30 | 1 | -3/+14 |
* | avcodec/tiff: Multi-page support | Nick Renieris | 2019-03-31 | 1 | -1/+24 |
* | avcodec/tiff: do not allow bpp 40 with undefined pixel formats | Michael Niedermayer | 2019-03-24 | 1 | -0/+5 |
* | lavc/tiff: Allow decoding of cmyka (five components). | Carl Eugen Hoyos | 2019-03-20 | 1 | -10/+30 |
* | lavc/tiff: Support decoding 16bit cmyk. | Carl Eugen Hoyos | 2019-03-20 | 1 | -0/+16 |
* | avcodec/tiff: Check for 12bit gray fax | Michael Niedermayer | 2019-01-20 | 1 | -1/+1 |
* | lavc/tiff: Support CMYK images. | Carl Eugen Hoyos | 2019-01-12 | 1 | -2/+20 |
* | avcodec/tiff: add support for 12bit grayscale images | Paul B Mahol | 2018-12-16 | 1 | -0/+29 |
* | lavc/tiff: Fix leak of yuv_line in TiffContext. | Carl Hetherington | 2018-12-11 | 1 | -0/+2 |
* | avcodec/tiff: Fix integer overflows in left shift in init_image() | Michael Niedermayer | 2018-11-27 | 1 | -6/+6 |
* | avcodec/tiff: Limit filtering to decoded data | Michael Niedermayer | 2018-11-26 | 1 | -3/+6 |
* | avcodec/tiff: add initial bayer and sub image support | Paul B Mahol | 2018-11-12 | 1 | -11/+151 |
* | avcodec/tiff: check remaining packet size for strips | Michael Niedermayer | 2018-10-03 | 1 | -1/+3 |
* | avcodec/tiff: check ff_lzw_decode_open() for failure | Paul B Mahol | 2018-09-09 | 1 | -0/+2 |
* | avcodec/tiff: Update pointer only when the result is used | Michael Niedermayer | 2017-06-23 | 1 | -1/+2 |
* | avcodec/tiff: Fix leak of geotags[].val | Michael Niedermayer | 2017-06-11 | 1 | -0/+2 |
* | avcodec/tiff: Avoid loosing allocated geotag values | Michael Niedermayer | 2017-06-05 | 1 | -0/+2 |
* | avcodec/tiff: Clear deinvert_buf_size on deallocation | Michael Niedermayer | 2017-06-04 | 1 | -0/+1 |
* | avcodec/tiff: Use av_fast_padded_malloc() in tiff_unpack_fax() | Michael Niedermayer | 2017-06-03 | 1 | -3/+8 |
* | avcodec/tiff: reset sampling[] if its invalid | Michael Niedermayer | 2017-05-16 | 1 | -0/+1 |
* | avcodec: do not use AVFrame accessor | Muhammad Faiz | 2017-04-23 | 1 | -4/+4 |
* | avcodec/tiff: Factor constant computation out of inner loop | Michael Niedermayer | 2017-04-11 | 1 | -1/+2 |
* | avcodec/tiff: Check geotag count for being non zero | Michael Niedermayer | 2017-03-23 | 1 | -1/+2 |
* | avcodec/tiff: Check stripsize strippos for overflow | Michael Niedermayer | 2017-03-20 | 1 | -0/+10 |
* | avcodec/tiff: Check palette shift | Michael Niedermayer | 2017-03-16 | 1 | -0/+5 |
* | avcodec/tiff: Check for multiple geo key directories | Michael Niedermayer | 2017-03-14 | 1 | -0/+4 |
* | avcodec/tiff: Perform multiply in tiff_unpack_lzma() as 64bit | Michael Niedermayer | 2017-01-10 | 1 | -1/+1 |
* | tiff: fix overflows when calling av_reduce | Andreas Cadhalpun | 2016-12-15 | 1 | -2/+11 |