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: Remove messing with jpeg context
Michael Niedermayer
2021-12-30
1
-22
/
+2
*
avcodec/tiff: Use ff_set_dimensions() for setting up mjpeg context dimensions
Michael Niedermayer
2021-12-23
1
-7
/
+8
*
avcodec/tiff: Pass max_pixels to mjpeg context
Michael Niedermayer
2021-12-23
1
-0
/
+1
*
Replace all occurences of av_mallocz_array() by av_calloc()
Andreas Rheinhardt
2021-09-20
1
-1
/
+1
*
avcodec: Constify AVCodecs
Andreas Rheinhardt
2021-04-27
1
-1
/
+1
*
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
[next]