index
:
ffmpeg.git
debug/motion-vectors
vaapi/drm-render-node
vaapi/hantro-support
FFmpeg multimedia libraries
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libavcodec
/
tiff.c
Age
Commit message (
Expand
)
Author
2012-08-07
Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'
Michael Niedermayer
2012-08-07
Replace all CODEC_ID_* with AV_CODEC_ID_*
Anton Khirnov
2012-07-17
tiff: read more tags of type string
Paul B Mahol
2012-07-17
tiff: add smarter checks if there is enough data left
Paul B Mahol
2012-07-17
tiff: port to bytestream2
Paul B Mahol
2012-07-14
lavc/tiff: add GeoTIFF support to the TIFF decoder
Thomas Kühnel
2012-07-06
tiffdec: PIX_FMT_GRAY16LE support
Paul B Mahol
2012-04-15
tiffdec: check overread for packbits
Michael Niedermayer
2012-04-14
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-04-13
tiffdec: K&R cosmetics
Alex Converse
2012-04-13
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-04-13
tiffdec: Add a malloc check and refactor another.
Alex Converse
2012-04-07
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-04-06
cosmetics: Align codec declarations
Martin Storsjö
2012-03-29
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-03-28
Replace memset(0) by zero initializations.
Diego Biurrun
2012-03-09
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-03-07
tiffdec: Prevent illegal memory access caused by recycled pointers.
Alex Converse
2012-03-03
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-03-01
Replace AVFrame pointer type punning by proper struct member assignments.
Diego Biurrun
2012-03-01
Remove unnecessary AVFrame pointer casts.
Diego Biurrun
2012-02-25
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-02-23
tiff: Prevent overreads in the type_sizes array.
Alex Converse
2012-02-23
tiff: Make the TIFF_LONG and TIFF_SHORT types unsigned.
Alex Converse
2012-01-22
Support decoding gray8a tiff images.
Carl Eugen Hoyos
2012-01-14
Support 64bit tiff images.
Carl Eugen Hoyos
2012-01-11
tiffdec: notify user that tile support is missing
Paul B Mahol
2011-12-31
Only expand raw and packed 1bpp tiff horizontally if it is palettised.
Carl Eugen Hoyos
2011-12-31
tiffdec: hotfix for fate failure.
Michael Niedermayer
2011-12-31
Fix decoding some 1bpp tiff files, they are palettized.
Carl Eugen Hoyos
2011-12-31
Simplify tiff decoder by merging two functions.
Carl Eugen Hoyos
2011-12-31
tiff.c: Use switch / case instead of if / else where appropriate.
Carl Eugen Hoyos
2011-11-12
Set TIFF default grascale palette opaque.
Carl Eugen Hoyos
2011-10-10
tiffdec: fix out of bound reads/writes
Laurent Aimar
2011-10-01
Fix out of bound reads/writes in the TIFF decoder.
Laurent Aimar
2011-09-25
Support LZW and ZLIB compressed 4bpp tiff samples.
Carl Eugen Hoyos
2011-09-25
cosmetics, remove unused and rename variables for consistency
Jean First
2011-09-25
tiffdec: add RGB48 (16bit) support
Jean First
2011-09-07
Fix decoding of 2/4 bpp Tiff samples.
Carl Eugen Hoyos
2011-08-23
Support decoding of 2bpp and 4bpp TIFF images.
Carl Eugen Hoyos
2011-07-30
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-07-29
lavc: use designated initialisers for all codecs.
Anton Khirnov
2011-07-15
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-07-14
doxygen: consistently place brief description
Diego Biurrun
2011-06-06
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-06-05
tiff: print log in case of unknown / unsupported tag.
Stefano Sabatini
2011-06-05
tiff: fix linesize for mono-white/black formats.
Stefano Sabatini
2011-05-25
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-05-24
tiff: set palette in the context when specified in TIFF_PAL tag
Stefano Sabatini
2011-05-13
tiff: fix linesize for mono-white/black formats
Stefano Sabatini
[next]