index
:
delta/ffmpeg.git
ffmpeg
h264_assembly
master
merge2
oldabi
release/0.10
release/0.11
release/0.5
release/0.6
release/0.7
release/0.8
release/0.9
release/1.0
release/1.1
release/1.2
release/2.0
release/2.1
release/2.2
release/2.3
release/2.4
release/2.5
release/2.6
release/2.7
release/2.8
release/3.0
release/3.1
release/3.2
release/3.3
release/3.4
release/4.0
release/4.1
release/4.2
release/4.3
release/4.4
release/5.0
release/5.1
release/6.0
git.ffmpeg.org: ffmpeg.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libavcodec
/
tiff.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
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
[next]