| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec/tiff: Don't use separate temporary buffer for fax | Andreas Rheinhardt | 2021-04-02 | 1 | -22/+6 |
* | avcodec/tiff: Avoid forward declarations | Andreas Rheinhardt | 2021-03-31 | 1 | -199/+195 |
* | avcodec/tiff: use av_packet_alloc() to allocate AVPackets | James Almer | 2021-03-17 | 1 | -6/+8 |
* | avcodec: Constify some AVPackets | Andreas Rheinhardt | 2021-03-09 | 1 | -1/+2 |
* | avcodec/tiff_data: Move data to its only user | Andreas Rheinhardt | 2021-02-23 | 1 | -6/+6 |
* | avcodec/tiff: Disallow striped and tiled tiffs except for DNG | Michael Niedermayer | 2020-12-28 | 1 | -2/+5 |
* | avcodec/tiff: Make decoder init-threadsafe | Andreas Rheinhardt | 2020-12-04 | 1 | -2/+2 |
* | lavc, lavf: Remove newlines from calls to avpriv_request_sample(). | Carl Eugen Hoyos | 2020-10-11 | 1 | -2/+2 |
* | avcodec/tiff: do not abort decoding if strips are available | Paul B Mahol | 2020-10-07 | 1 | -4/+3 |
* | avcodec/tiff: Fix default white level | Michael Niedermayer | 2020-09-19 | 1 | -6/+7 |
* | tiff: remove tiff type check for ICC profiles | Lynne | 2020-09-06 | 1 | -3/+0 |
* | avcodec/tiff: Check jpeg context against jpeg frame parameters | Michael Niedermayer | 2020-08-26 | 1 | -0/+5 |
* | avcodec/tiff: Restrict tag order based on specification | Michael Niedermayer | 2020-08-26 | 1 | -0/+8 |
* | avcodec/tiff: Avoid abort with DNG RAW TIFF with YA8 | Michael Niedermayer | 2020-08-26 | 1 | -1/+1 |
* | avcodec/tiff: Check the linearization table size | Michael Niedermayer | 2020-08-26 | 1 | -1/+3 |
* | avcodec/tiff: Check bpp/bppcount for 0 | Michael Niedermayer | 2020-08-07 | 1 | -3/+3 |
* | avcodec/tiff: Check input space in dng_decode_jpeg() | Michael Niedermayer | 2020-07-10 | 1 | -0/+3 |
* | avcodec/tiff: Check frame parameters before blit for DNG | Michael Niedermayer | 2020-07-05 | 1 | -2/+13 |
* | avcodec/tiff: Do not overrun the array ends in dng_blit() | Michael Niedermayer | 2020-07-02 | 1 | -1/+4 |
* | avcodec/tiff: Check stride for dng | Michael Niedermayer | 2020-06-15 | 1 | -0/+3 |
* | avcodec/tiff: Check for Tiled and Stripped TIFFs | Michael Niedermayer | 2020-05-21 | 1 | -0/+9 |
* | avcodec/tiff: remove the unnecessary type conversion | Limin Wang | 2020-05-08 | 1 | -1/+1 |
* | avcodec/tiff: assert that raw tiff dng blit does not write over the end of a ... | Michael Niedermayer | 2020-04-29 | 1 | -2/+4 |
* | avcodec/tiff: Check for planar DNG images | Michael Niedermayer | 2020-04-29 | 1 | -0/+2 |
* | avcodec/tiff: Replace width overriding for bayer by assert | Michael Niedermayer | 2020-04-29 | 1 | -1/+1 |
* | avcodec/tiff: Some checks on bpp for DNG | Michael Niedermayer | 2020-04-29 | 1 | -0/+8 |
* | pthread_frame: merge the functionality for normal decoder init and init_threa... | Anton Khirnov | 2020-04-10 | 1 | -1/+0 |
* | tiffdec: support embedded ICC profiles | Lynne | 2020-01-13 | 1 | -0/+18 |
* | 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 |